@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap");

/* Tailwind CSS */

/* ! tailwindcss v3.3.3 | 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: currentColor;
  /* 2 */
}

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

.visible{
  visibility: visible;
}

.relative{
  position: relative;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

/* Your CSS Styles */

.header-nofp {
}

.header-cont-sticky{
  position: fixed;
  top: 0px;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .header-cont-sticky{
    padding-bottom: 0px;
  }
}

@media (min-width: 640px){
  .header-cont-sticky{
    min-height: 126px;
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }
}

.header-cont-sticky .header-cont{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px){
  .header-cont-sticky .header-cont{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1536px){
  .header-cont-sticky .header-cont{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.header-cont-sticky .header-cont_logo{
  width: 100%;
  max-width: 230px;
  padding-top: 1.25rem;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont_logo{
    padding-top: 2.5rem;
  }
}

@media (min-width: 1536px){
  .header-cont-sticky .header-cont_logo{
    max-width: 326px;
  }
}

.header-cont-sticky .header-cont_menu{
  width: -moz-max-content;
  width: max-content;
  max-width: 890px;
  padding-top: 2.5rem;
}

@media not all and (min-width: 1024px){
  .header-cont-sticky .header-cont_menu{
    display: none;
  }
}

.header-cont-sticky .header-cont_menu .menu-menu-glowne-container{
  width: -moz-max-content;
  width: max-content;
}

.header-cont-sticky .header-cont_menu ul{
  display: flex;
  gap: 1.25rem;
}

@media (min-width: 1536px){
  .header-cont-sticky .header-cont_menu ul{
    gap: 2.5rem;
  }
}

.header-cont-sticky .header-cont_menu ul .current-menu-item{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont_menu ul #menu-item-121{
  position: relative;
  padding-left: 1.25rem;
}

.header-cont-sticky .header-cont_menu ul #menu-item-121::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23201D1D'/%3E%3Ccircle cx='10' cy='2' r='2' fill='%23201D1D'/%3E%3Ccircle cx='2' cy='10' r='2' fill='%23201D1D'/%3E%3Ccircle cx='10' cy='10' r='2' fill='%23201D1D'/%3E%3C/svg%3E");
}

.header-cont-sticky .header-cont_menu ul #menu-item-121 a{
  cursor: pointer;
}

.header-cont-sticky .header-cont_menu ul li{
  font-weight: 500;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1536px){
  .header-cont-sticky .header-cont_menu ul li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.header-cont-sticky .header-cont_menu ul li:hover{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont_info{
  display: flex;
  width: 100%;
  max-width: 60px;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  padding-top: 1rem;
}

@media (min-width: 640px){
  .header-cont-sticky .header-cont_info{
    max-width: 100px;
  }
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont_info{
    max-width: 230px;
  }
}

@media (min-width: 1536px){
  .header-cont-sticky .header-cont_info{
    max-width: 280px;
  }
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont_info .menu-burger{
    display: none;
  }
}

.header-cont-sticky .header-cont_info__box{
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media not all and (min-width: 1280px){
  .header-cont-sticky .header-cont_info__box{
    display: none;
  }
}

.header-cont-sticky .header-cont_info__box a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont_info__box a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont_info__lang{
  display: flex;
  gap: 1.75rem;
}

@media not all and (min-width: 1280px){
  .header-cont-sticky .header-cont_info__lang{
    display: none;
  }
}

.header-cont-sticky .header-cont_info__lang a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1536px){
  .header-cont-sticky .header-cont_info__lang a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.header-cont-sticky .header-cont_info__lang a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.bg-header-motion{
  position: fixed;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .bg-header-motion{
    padding-bottom: 0px;
  }
}

.bg-header-motion .header-cont {
}

.gtranslate_wrapper .gt_float_switcher{
  position: relative;
  overflow: visible !important;
  padding: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options{
  position: absolute;
  bottom: -110px;
  left: -64px;
  width: 160px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 9999;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a{
  display: flex;
  align-items: center;
}

.gtranslate_wrapper .gt_float_switcher .gt-current-lang{
  padding: 0px !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-current-lang img{
  height: 21px;
  width: 21px;
  border-radius: 9999px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.gtranslate_wrapper .gt_float_switcher .gt-lang-code{
  display: none !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_float_switcher-arrow{
  margin-top: 0.5rem !important;
  --tw-rotate: 0deg !important;
  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)) !important;
}

.mega-menu.is-open{
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.menu-visible{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0) !important;
  visibility: inherit !important;
  opacity: 100 !important;
}

.menu-mobile,
.menu-mobile-user{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100dvh;
  width: 100%;
  flex-direction: column;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 0px;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  transform: translateX(-100%);
}

.menu-mobile .menu-mobile-cont, .menu-mobile-user .menu-mobile-cont{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.header-fp{
  border-style: none !important;
}

.mega-menu{
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 50;
  margin-top: 1rem;
  width: 1000px;
  --tw-translate-x: -50% !important;
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-shadow: 0 20px 50px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 20px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.mega-menu ul{
  margin: 0px !important;
  flex-direction: column !important;
  gap: 0px !important;
  padding: 0px !important;
  list-style: none;
}

.mega-menu li{
  margin: 0px !important;
  padding: 0px !important;
  font-weight: 400 !important;
}

.mega-menu__inner{
  display: grid;
  min-height: 360px;
  grid-template-columns: 280px 1fr;
}

.mega-menu__left{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  padding: 1rem;
}

.mega-menu__right{
  max-height: 480px;
  overflow-y: auto;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 1.75rem;
}

.mega-accordion{
  border-radius: 16px;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.mega-accordion__head{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  border-radius: 16px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mega-accordion__icon{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.mega-accordion__label{
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.mega-accordion__arrow{
  margin-left: auto;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.mega-accordion__list{
  margin: 0px !important;
  list-style-type: none;
  flex-direction: column !important;
  gap: 0.25rem !important;
  padding: 0px !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: none !important;
}

.mega-accordion--open{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 2px 12px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 2px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mega-accordion--open .mega-accordion__head{
  padding-bottom: 0.5rem;
}

.mega-accordion--open .mega-accordion__icon,
    .mega-accordion--open .mega-accordion__label,
    .mega-accordion--open .mega-accordion__arrow{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.mega-accordion--open .mega-accordion__arrow{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mega-accordion--open .mega-accordion__list {
  display: flex !important;
  padding-bottom: 0.75rem;
}

.mega-option{
  width: 100%;
  cursor: pointer;
  white-space: normal;
  border-radius: 10px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mega-option:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.mega-option--active{
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.mega-list {
  display: none;
}

.mega-list.is-active {
  display: block;
}

.mega-list__title{
  margin: 0px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.mega-list__items{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0px !important;
  list-style-type: none;
  gap: 0.5rem !important;
  padding: 0px !important;
}

.mega-list__item{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 14px;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mega-list__item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.mega-list__item img{
  height: 60px;
  width: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  -o-object-fit: cover;
  object-fit: cover;
}

.mega-list__info{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
}

.mega-list__name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.mega-list__meta{
  font-size: 0.8rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.mega-list__item:hover .mega-list__name{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.mega-list__empty{
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 0.9rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.menu-backdrop{
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 49;
  background-color: rgb(32 29 29 / 0.4);
  opacity: 0;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.menu-backdrop.is-open{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.menu-mobile{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  height: 100dvh;
  width: 92%;
  max-width: 420px;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: -12px 0 40px rgba(0,0,0,0.18);
  --tw-shadow-colored: -12px 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.32,0.72,0,1);
  visibility: hidden;
  opacity: 1;
  transform: translateX(-100%);
}

.menu-mobile.is-open {
  visibility: visible;
  transform: translateX(0);
}

.menu-mobile.is-open .menu-mobile__filters, .menu-mobile.is-open .menu-mobile__contact{
  opacity: 1;
}

.menu-mobile__inner{
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

.menu-mobile__head{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu-mobile__logo{
  display: block;
  width: 180px;
}

.menu-mobile__logo img{
  height: auto;
  width: 100%;
}

.menu-mobile__close{
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-mobile__close:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.25rem;
  overflow-y: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.menu-mobile__nav .menu-mobile__list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0px;
}

.menu-mobile__nav .menu-mobile__list li{
  margin: 0px;
  padding: 0px;
}

.menu-mobile__nav .menu-mobile__list a{
  display: block;
  border-radius: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1.05rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-mobile__nav .menu-mobile__list a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__nav .menu-mobile__list .current-menu-item > a{
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__filters{
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  opacity: 0;
}

.menu-mobile__details{
  overflow: hidden;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.menu-mobile__details[open]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 2px 12px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 2px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-mobile__details[open] .menu-mobile__details-head{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__details[open] .menu-mobile__details-head svg:first-child{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__details[open] .menu-mobile__chevron{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-mobile__details-head{
  display: flex;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-mobile__details-head::-webkit-details-marker {
  display: none;
}

.menu-mobile__details-head > span{
  flex: 1 1 0%;
}

.menu-mobile__chevron{
  margin-left: auto;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.menu-mobile__sublist{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1rem;
  padding: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.menu-mobile__sublist-group{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.menu-mobile__sublist-group ul{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0px;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0px;
  padding-left: 0.75rem;
}

.menu-mobile__sublist-group li{
  margin: 0px;
  padding: 0px;
}

.menu-mobile__sublist-group a{
  display: block;
  border-radius: 6px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.9rem;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-mobile__sublist-group a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__sublist-label{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.menu-mobile__contact{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  padding-top: 1rem;
  opacity: 0;
}

.menu-mobile__cta{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 16px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.menu-mobile__cta:hover{
  --tw-translate-y: -1px;
  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));
}

.menu-mobile__cta svg{
  flex-shrink: 0;
}

.menu-mobile__cta > span{
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 0.125rem;
}

.menu-mobile__cta strong{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.menu-mobile__cta small{
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.8;
}

.menu-mobile__cta--primary{
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 16px rgba(31,184,154,0.3);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-mobile__cta--primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
  --tw-shadow: 0 6px 20px rgba(31,184,154,0.4);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-mobile__cta--ghost{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.menu-mobile__cta--ghost:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__foot{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu-mobile__owner{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-mobile__owner:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__owner svg{
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.menu-mobile__lang{
  flex-shrink: 0;
}

body.menu-open{
  overflow: hidden;
}

@media not all and (min-width: 640px){
  .menu-item-121{
    display: none;
  }
}

.menu-mobile__lang .gt-current-lang{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(32 29 29 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}

.footer__container{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

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

@media (min-width: 768px){
  .footer__top{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .footer__top{
    grid-template-columns: 1fr 1fr 1.2fr;
  }
}

.footer__col{
  display: flex;
  flex-direction: column;
}

.footer__col--contact{
  gap: 2rem;
}

.footer__col--menu{
  justify-content: flex-end;
  gap: 0.375rem;
}

.footer__col--image{
  display: none;
}

@media (min-width: 1024px){
  .footer__col--image{
    display: block;
  }
}

.footer__col--image img{
  height: 100%;
  max-height: 560px;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__logo{
  display: inline-block;
}

@media (min-width: 640px){
  .footer__logo{
    width: 370px;
  }
}

.footer__logo img{
  height: auto;
  width: 100%;
}

.footer__blocks{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer__block{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.footer__heading{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.footer__text{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}

.footer__text a{
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer__text a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.footer__menu{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0px;
}

.footer__menu a{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer__menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.footer__description{
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .footer__description{
    margin-top: 68px;
  }
}

.footer__description p{
  margin: 0px;
  margin-bottom: 0.75rem;
}

.footer__description p:last-child{
  margin-bottom: 0px;
}

.footer__social{
  margin: 0px;
  margin-top: 1rem;
  display: flex;
  list-style-type: none;
  gap: 0.75rem;
  padding: 0px;
}

.footer__social li{
  margin: 0px;
}

.footer__social a{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer__social a:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
}

.footer__social a svg{
  height: 18px;
  width: 18px;
}

.footer__bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 2rem;
}

@media (min-width: 768px){
  .footer__bottom{
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.footer__legal{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-weight: 300;
}

.footer__legal a{
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer__legal a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.footer__copyright{
  margin: 0px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}

.footer__credits{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}

.footer__credits a{
  display: inline-block;
}

.footer__credits img{
  height: 3rem;
  width: auto;
}

.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:hover{
  --tw-translate-y: -1px;
  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));
}

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

.btn--primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.btn--ghost{
  --tw-bg-opacity: 1;
  background-color: rgb(32 29 29 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.btn--light:hover{
  background-color: rgb(255 255 255 / 0.95);
}

.apartment-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.apartment-card:hover{
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.apartment-card__media{
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .apartment-card__media{
    height: 280px;
  }
}

.apartment-card__media img{
  height: 200px;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

@media (min-width: 640px){
  .apartment-card__media img{
    height: 280px;
  }
}

.apartment-card__placeholder{
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #F7F8FA, #E5E7EB);
}

.apartment-card__body{
  margin-top: 1.25rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 640px){
  .apartment-card__body{
    gap: 0.5rem;
  }
}

.apartment-card__brand{
  font-size: 12px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.apartment-card__title{
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.apartment-card__title a{
  text-decoration-line: none;
}

.apartment-card__title a:hover{
  text-decoration-line: underline;
}

.apartment-card__address{
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.apartment-card__meta{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0px;
  padding-bottom: 0.625rem;
}

@media (min-width: 640px){
  .apartment-card__meta{
    border-bottom-width: 1px;
    border-bottom-color: #8C8C8C80;
  }
}

.apartment-card__meta-item{
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.apartment-card__description{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .apartment-card__description{
    display: none;
  }
}

.apartment-card__description p{
  margin: 0px;
  line-height: 22px;
}

.apartment-card__description p + p{
  margin-top: 0.5rem;
}

.apartment-card__footer{
  margin-top: auto;
  padding-top: 1rem;
}

@media not all and (min-width: 640px){
  .apartment-card__footer{
    display: none;
  }
}

.apartment-card__cta{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 200px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 178 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.apartment-card__cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.apartment-card__cta:hover svg{
  filter: grayscale(1) invert(1)  brightness(255);
}

.apartment-card:hover img{
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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));
}

.apartment-card.is-appending{
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.apt-search{
  position: relative;
  width: 100%;
}

.apt-search__backdrop{
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 25;
  background-color: rgb(32 29 29 / 0.4);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.apt-search__backdrop.is-visible{
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .apt-search__backdrop{
    display: none;
  }
}

.apt-search__form{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  border-radius: 20px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding: 0.5rem;
}

@media (min-width: 640px){
  .apt-search__form{
    flex-direction: row;
  }
}

.apt-search__field{
  position: relative;
  flex: 1 1 0%;
}

.apt-search__field.is-open .apt-search__chevron{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.apt-search__trigger{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 12px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.apt-search__trigger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.apt-search__text{
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 0.125rem;
}

.apt-search__label{
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.apt-search__value{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.apt-search__chevron{
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.apt-search__submit{
  margin-top: auto;
  margin-bottom: auto;
  height: 50px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 99999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.apt-search__submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.apt-search__panel{
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 30;
  margin-top: 0.5rem;
  width: 100%;
  max-width: 640px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 12px 40px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.apt-search__panel--guests{
  max-width: 420px;
}

.apt-search__panel.is-entering{
  opacity: 0;
  transform: translateY(8px);
}

.apt-search__panel.is-leaving{
  opacity: 0;
  transform: translateY(8px);
}

.apt-search__panel[hidden] {
  display: none;
}

.apt-search--booking .apt-search__form{
  flex-direction: column;
}

.apt-search--booking .apt-search__field{
  width: 100%;
}

.apt-search--booking .apt-search__panel{
  max-width: 100%;
}

.apt-search__panel-head{
  display: none;
}

.apt-search__panel-foot{
  display: none;
}

/* =========================================================
   MOBILE (< 768px): panele jako bottom sheet
   Zwykły CSS z !important — nadpisuje wszystkie reguły --booking / desktop
   ========================================================= */

@media (max-width: 767px) {
  .apt-search__panel {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 24px 24px 0 0 !important;
    max-height: 85vh;
    overflow-y: auto;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.18);
    z-index: 30;
    transform: translateY(100%) !important;
    transition: transform 300ms cubic-bezier(0.32, 0.72, 0, 1) !important;
    opacity: 1 !important;
  }

  .apt-search__panel.is-entering {
    transform: translateY(100%) !important;
  }

  .apt-search__panel:not([hidden]):not(.is-entering):not(.is-leaving) {
    transform: translateY(0) !important;
  }

  .apt-search__panel.is-leaving {
    transform: translateY(100%) !important;
  }

  .apt-search__panel-head {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.75rem 1.25rem 1rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .apt-search__panel-handle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.5rem;
    width: 3rem;
    height: 0.375rem;
    border-radius: 9999px;
    background: #d0d0d0;
    cursor: pointer;
  }

  .apt-search__panel-title {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-top: 0.5rem;
  }

  .apt-search__panel-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: #f7f8fa;
    border: 0;
    color: #000;
    cursor: pointer;
  }

  .apt-search__panel-foot {
    display: flex !important;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0.75rem 1.25rem 0.5rem;
    border-top: 1px solid #f0f0f0;
  }

  .apt-search__panel-apply {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #00b28a;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
    border-radius: 9999px;
    border: 0;
    cursor: pointer;
    transition: background-color 0.15s;
  }

  .apt-search__panel-apply:hover {
    background: #0fa388;
  }

  /* Kalendarz: 1 miesiąc na mobile */

  .apt-search__panel [data-calendar-month="1"] {
    display: none !important;
  }
}

body.apt-search-lock {
  overflow: hidden;
}

@media (min-width: 768px) {
  body.apt-search-lock {
    overflow: auto;
  }
}

.apt-search__backdrop{
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 25;
  background-color: rgb(32 29 29 / 0.4);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.apt-search__backdrop.is-visible{
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .apt-search__backdrop{
    display: none;
  }
}

.hero{
  position: relative;
  margin-top: 104px;
  display: flex;
  min-height: 440px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .hero{
    margin-left: 1rem;
    margin-right: 1rem;
    max-height: 390px;
    border-radius: 20px;
  }
}

@media (min-width: 640px){
  .hero{
    margin-top: 126px;
  }
}

@media (min-width: 768px){
  .hero{
    min-height: 520px;
  }
}

@media (min-width: 1024px){
  .hero{
    min-height: 520px;
  }
}

@media (min-width: 1536px){
  .hero{
    min-height: 735px;
  }
}

.hero__panel-foot{
  display: none;
}

@media (max-width: 767px) {
  .hero__panel-foot{
    position: sticky;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }
}

.hero__panel-apply{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero__panel-apply:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.hero__overlay{
  position: absolute;
  inset: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.15) 100%);
}

.hero__inner{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .hero__inner{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .hero__inner{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .hero__inner{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .hero__inner{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .hero__inner{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .hero__inner{
    max-width: 1640px;
  }
}

.hero__inner{
  position: relative;
  z-index: 2;
  padding-bottom: 4rem;
  padding-top: 8rem;
  text-align: center;
}

@media not all and (min-width: 1536px){
  .hero__inner{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .hero__inner{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero__inner {
  max-width: 1440px;
}

@media (min-width: 1024px){
  .hero__inner{
    padding-top: 10rem;
  }
}

@media (min-width: 1536px){
  .hero__inner{
    padding-top: 15rem;
  }
}

.hero__title{
  margin: 0px;
  font-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
}

@media not all and (min-width: 640px){
  .hero__title{
    text-align: start;
  }
}

@media (min-width: 640px){
  .hero__title{
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px){
  .hero__title{
    font-size: 2.25rem;
  }
}

@media (min-width: 1536px){
  .hero__title{
    font-size: 2.75rem;
  }
}

.hero__title {
  text-shadow: 0 2px 14px rgba(0,0,0,.25);
}

.hero__subtitle{
  margin: 0px;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.95;
}

.hero__search{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: grid;
  max-width: 876px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.25rem;
  border-radius: 20px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .hero__search{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 768px){
  .hero__search{
    grid-template-columns: 1fr 1fr 1fr auto;
    align-items: stretch;
  }
}

.hero__search {
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.hero__search-field{
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 768px){
  .hero__search-field + .hero__search-field{
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
}

.hero__search-field.is-open .hero__search-trigger{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero__search-field.is-open .hero__search-chevron{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hero__search-trigger{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero__search-trigger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .hero__search-trigger{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.hero__search-text{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
}

.hero__search-label{
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .hero__search-label{
    display: none;
  }
}

.hero__search-value{
  margin-top: 0.125rem;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.hero__search-chevron{
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.hero__search-submit{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.hero__search-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .hero__search-submit{
    align-self: stretch;
  }
}

.hero__panel{
  position: absolute;
  left: 50%;
  top: 89%;
  z-index: 30;
  margin-top: 0.75rem;
  width: calc(100% - 2rem);
  max-width: 820px;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .hero__panel{
    top: 84%;
  }
}

.hero__panel {
  transform: translate(-50%, 0);
  opacity: 1;
  transition: opacity 260ms ease-out, transform 260ms ease-out;
  will-change: opacity, transform;
}

.hero__panel--district{
  max-width: 420px;
}

.hero__panel--guests{
  max-width: 480px;
}

.hero__panel[hidden] {
  display: none;
}

.hero__panel.is-entering {
  opacity: 0;
  transform: translate(-50%, 8px);
}

.hero__panel.is-leaving {
  opacity: 0;
  transform: translate(-50%, 8px);
  pointer-events: none;
  transition-duration: 200ms;
}

/* ===== MOBILE: bottom sheet ===== */

@media (max-width: 767px) {
  .hero__panel{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: auto;
    z-index: 30;
    margin-top: 0px;
    max-height: 85vh;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    transform: translateY(100%);
    transition: transform 300ms cubic-bezier(0.32, 0.72, 0, 1);
    box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
  }

  .hero__panel--district,
            .hero__panel--guests{
    max-width: 100%;
  }

  .hero__panel.is-entering {
    transform: translateY(100%);
    opacity: 1;
  }

  .hero__panel:not([hidden]):not(.is-entering):not(.is-leaving) {
    transform: translateY(0);
  }

  .hero__panel.is-leaving {
    transform: translateY(100%);
    opacity: 1;
  }
}

/* Nagłówek panelu widoczny tylko na mobile */

@media (max-width: 767px) {
  .hero__panel-head{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }
}

.hero__panel-handle{
  position: absolute;
  left: 50%;
  top: 0.5rem;
  height: 0.375rem;
  width: 3rem;
  --tw-translate-x: -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));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
}

.hero__panel-title{
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.hero__panel-close{
  position: absolute;
  right: 1rem;
  top: 50%;
  display: flex;
  height: 2rem;
  width: 2rem;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.hero-calendar{
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .hero-calendar{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-calendar [data-calendar-month="1"]{
    display: none;
  }
}

.hero-calendar__nav{
  position: absolute;
  top: 1rem;
  z-index: 2;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-calendar__nav:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 184 154 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.hero-calendar__nav--prev{
  left: 1.5rem;
}

.hero-calendar__nav--next{
  right: 1.5rem;
}

.hero-calendar__nav:disabled{
  cursor: not-allowed;
  opacity: 0.3;
}

.hero-calendar__nav:disabled:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.hero-calendar__month{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-calendar__title{
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.hero-calendar__title em{
  margin-left: 0.25rem;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hero-calendar__weekdays{
  margin-bottom: 0.25rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hero-calendar__weekday{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hero-calendar__grid{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
}

.hero-calendar__day{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(213 212 223 / var(--tw-border-opacity));
  font-size: 0.9rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-calendar__day:hover:not(.hero-calendar__day--disabled):not(.hero-calendar__day--selected){
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.hero-calendar__day--empty{
  visibility: hidden;
}

.hero-calendar__day--disabled{
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hero-calendar__day--in-range{
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 163 136 / var(--tw-text-opacity));
}

.hero-calendar__day--selected,
        .hero-calendar__day--start,
        .hero-calendar__day--end{
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero-districts{
  margin: 0px;
  list-style-type: none;
  padding: 0.75rem;
}

.hero-districts__item + .hero-districts__item{
  margin-top: 0.25rem;
}

.hero-districts__btn{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-districts__btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.hero-districts__btn.is-loading{
  pointer-events: none;
  opacity: 0.6;
}

.hero-districts__btn.is-loading .hero-districts__count{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hero-districts__btn.is-unavailable{
  cursor: not-allowed;
  opacity: 0.4;
}

.hero-districts__btn.is-unavailable:hover{
  background-color: transparent;
}

.hero-districts__btn.is-unavailable .hero-districts__name{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  text-decoration-line: line-through;
  text-decoration-color: #D0D0D0;
}

.hero-districts__btn.is-unavailable .hero-districts__count{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hero-districts__btn:disabled{
  cursor: not-allowed;
}

.hero-districts__name{
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.hero-districts__count{
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(15 163 136 / var(--tw-text-opacity));
}

.hero-guests{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
}

.hero-guests__info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-guests__title{
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.hero-guests__subtitle{
  margin-top: 0.125rem;
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hero-guests__counter{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-guests__btn{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-guests__btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 184 154 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.hero-guests__btn:disabled{
  cursor: not-allowed;
  opacity: 0.4;
}

.hero-guests__btn:disabled:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hero-guests__value{
  min-width: 24px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.hero__panels-backdrop{
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 25;
  background-color: rgb(32 29 29 / 0.4);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.hero__panels-backdrop.is-visible{
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .hero__panels-backdrop{
    display: none;
  }
}

.hero__panel-head{
  display: none;
}

body.hero-panel-lock{
  overflow: hidden;
}

@media (min-width: 768px) {
  body.hero-panel-lock {
    overflow: auto
  }
}

@keyframes na-spin {
  to {
    transform: rotate(360deg);
  }
}

.apartments{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .apartments{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .apartments{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .apartments{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .apartments{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .apartments{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .apartments{
    max-width: 1640px;
  }
}

.apartments{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media not all and (min-width: 1536px){
  .apartments{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .apartments{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.apartments {
  max-width: 1440px;
}

@media (min-width: 768px){
  .apartments{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.apartments__header{
  margin-bottom: 1.5rem;
}

.apartments__eyebrow{
  display: block;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.apartments__title{
  margin: 0px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .apartments__title{
    font-size: 44px;
  }
}

@media (min-width: 1536px){
  .apartments__title{
    font-size: 66px;
    line-height: 72px;
  }
}

.apartments__filters-wrap{
  position: relative;
  margin-right: -1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){
  .apartments__filters-wrap{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.apartments__filters{
  display: flex;
  gap: 1.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px){
  .apartments__filters{
    flex-wrap: wrap;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.apartments__filters {
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.apartments__filters::-webkit-scrollbar {
  display: none;
}

.apartments__filter{
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  scroll-snap-align: start;
}

.apartments__filter--active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.apartments__filter--active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.apartments__filter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.apartments__filter:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.apartments__swiper-wrap{
  margin-bottom: 1rem;
}

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

@media not all and (min-width: 640px){
  .apartments__grid{
    display: none;
  }
}

@media (min-width: 640px){
  .apartments__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.apartments__more{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

@media not all and (min-width: 640px){
  .apartments__more{
    display: none;
  }
}

.apartments__load-more {
}

.apartments__empty{
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.apartments__loader{
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.apartments__loader[hidden] {
  display: none;
}

.apartments__spinner{
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  border-width: 3px;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(31 184 154 / var(--tw-border-opacity));
  animation: na-spin .7s linear infinite;
}

.swiper-apartments{
  padding-bottom: 2.5rem;
}

.swiper-apartments .swiper-slide{
  height: auto;
}

.swiper-apartments .swiper-pagination{
  bottom: 0px;
}

.swiper-apartments .swiper-pagination .swiper-pagination-bullet{
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.swiper-apartments .swiper-pagination .swiper-pagination-bullet-active{
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
}

.map-section{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .map-section{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .map-section{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .map-section{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .map-section{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .map-section{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .map-section{
    max-width: 1640px;
  }
}

.map-section{
  margin-top: 1rem;
}

@media not all and (min-width: 1536px){
  .map-section{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .map-section{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.map-section {
  max-width: 1440px;
}

.map-section__header{
  margin-bottom: 2rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){
  .map-section__header{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-end;
    gap: 1rem;
  }
}

.map-section__title{
  margin: 0px;
  width: 100%;
  max-width: 356px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .map-section__title{
    font-size: 1.875rem;
  }
}

@media (min-width: 1536px){
  .map-section__title{
    max-width: 474px;
    font-size: 46px;
  }
}

.map-section__description{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.map-section__description p{
  margin: 0px;
}

.map-section__filters-wrap{
  position: relative;
  margin-right: -1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px){
  .map-section__filters-wrap{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.map-section__filters{
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px){
  .map-section__filters{
    flex-wrap: wrap;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.map-section__filters {
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.map-section__filters::-webkit-scrollbar {
  display: none;
}

.map-section__filter{
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.map-section__filter:hover{
  background-color: rgba(31,184,154,0.12);
  --tw-text-opacity: 1;
  color: rgb(15 163 136 / var(--tw-text-opacity));
}

.map-section__filter {
  scroll-snap-align: start;
}

.map-section__filter--active{
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.map-section__filter--active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.map-section__map{
  position: relative;
  height: 480px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .map-section__map{
    height: 560px;
  }
}

.map-section__map--cluster .map-pin__inner{
  border-width: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.map-section__map--cluster .map-pin__badge{
  height: 28px;
  min-width: 28px;
  font-size: 0.85rem;
  top: -12px;
  right: -12px;
}

.map-section__map--cluster:hover .map-pin__inner{
  --tw-scale-x: 1.18;
  --tw-scale-y: 1.18;
  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));
}

.map-section__loading{
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.map-popup{
  width: 240px;
  max-width: 100%;
}

.map-popup__media{
  margin-bottom: 0.75rem;
  height: 130px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.map-popup__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map-popup__body{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.map-popup__title{
  margin: 0px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.map-popup__address{
  margin: 0px;
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.map-popup__link{
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.map-popup__link:hover{
  text-decoration-line: underline;
}

.map-pin{
  position: absolute;
  cursor: pointer;
  transform: translate(-50%, -100%);
  z-index: 1;
}

.map-pin__inner{
  position: relative;
  margin-bottom: 0.75rem;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  border-radius: 14px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(31 184 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.map-pin__inner img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map-pin__placeholder{
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
}

.map-pin__tip{
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.375rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: 45deg;
  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));
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 184 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.map-pin__badge{
  position: absolute;
  z-index: 5;
  display: flex;
  height: 24px;
  min-width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  top: -10px;
  right: -10px;
}

.map-pin:hover .map-pin__inner,
    .map-pin--active .map-pin__inner{
  --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));
}

.map-pin--active {
  z-index: 3;
}

.map-popup{
  width: 100%;
  max-width: 500px;
  padding-bottom: 1.25rem;
}

.map-popup__head{
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.map-popup__list{
  display: flex;
  max-height: 280px;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.map-popup-card{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 14px;
  padding: 0.25rem;
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.map-popup-card:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.map-popup-card__media{
  display: block;
  height: 100px;
  width: 160px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.map-popup-card__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map-popup-card__placeholder{
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
}

.map-popup-card__body{
  display: flex;
  min-width: 0px;
  flex-direction: column;
}

.map-popup-card__brand{
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.map-popup-card__title{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.map-popup-card__meta{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.gm-style-iw{
  width: 100% !important;
  max-width: 500px !important;
}

.gm-style-iw-tc{
  display: none !important;
}

.gm-style .gm-style-iw-c{
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.18) !important;
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
}

.gm-style .gm-style-iw-t::after {
  display: none !important;
}

.gm-ui-hover-effect{
  position: absolute !important;
  top: 0.25rem !important;
  right: 0px !important;
}

.map-sheet{
  position: fixed;
  inset: 0px;
  z-index: 9999;
}

@media (min-width: 768px){
  .map-sheet{
    display: none;
  }
}

.map-sheet[hidden] {
  display: none;
}

.map-sheet__backdrop{
  position: absolute;
  inset: 0px;
  background-color: rgb(32 29 29 / 0.4);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.map-sheet__panel{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  max-height: 80vh;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
}

.map-sheet.is-open .map-sheet__backdrop{
  opacity: 1;
}

.map-sheet.is-open .map-sheet__panel{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.map-sheet__handle{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
  height: 0.375rem;
  width: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
}

.map-sheet__head{
  margin-bottom: 0.75rem;
  flex-shrink: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.map-sheet__list{
  margin-right: -0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}

body.map-sheet-lock{
  overflow: hidden;
}

.map-sheet .map-popup-card{
  padding: 0.5rem;
}

.map-sheet .map-popup-card__media{
  height: 80px;
  width: 110px;
}

.map-sheet .map-popup-card__title{
  font-size: 18px;
}

.about{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .about{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .about{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .about{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .about{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .about{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .about{
    max-width: 1640px;
  }
}

.about{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media not all and (min-width: 1536px){
  .about{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .about{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about {
  max-width: 1440px;
}

@media (min-width: 640px){
  .about{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px){
  .about{
    padding-bottom: 5rem;
  }
}

.about__top{
  margin-bottom: 0.5rem;
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 640px){
  .about__top{
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px){
  .about__top{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 4rem;
  }
}

.about__text{
  max-width: 700px;
}

.about__eyebrow{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.about__title{
  margin: 0px;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media not all and (min-width: 1536px){
  .about__title{
    max-width: 474px;
  }
}

@media (min-width: 768px){
  .about__title{
    font-size: 2.25rem;
  }
}

@media (min-width: 1536px){
  .about__title{
    font-size: 56px;
  }
}

.about__content{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.7;
}

.about__content p{
  margin: 0px;
  margin-bottom: 1rem;
}

.about__content p:last-child{
  margin-bottom: 0px;
}

.about__collage{
  display: flex;
  max-height: 450px;
  width: 100%;
  max-width: 560px;
  gap: 2rem;
  justify-self: end;
}

@media (min-width: 1536px){
  .about__collage{
    max-height: 584px;
  }
}

.about__collage-col{
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.about__collage-col--left{
  width: 100%;
  max-width: 204px;
}

@media not all and (min-width: 640px){
  .about__collage-col--left{
    display: none;
  }
}

.about__collage-col--left .about__collage-item--1{
  height: 365px;
}

.about__collage-col--left .about__collage-item--1 img{
  height: 365px;
}

.about__collage-col--left .about__collage-item--2{
  height: 190px;
}

.about__collage-col--right .about__collage-item--3{
  flex: 1 1 0%;
}

.about__collage-item{
  min-height: 0px;
  overflow: hidden;
  border-radius: 20px;
}

.about__collage-item img{
  display: block;
  height: 100%;
  max-height: 584px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__cards{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 3rem;
}

@media (min-width: 640px){
  .about__cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.about-card{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .about-card{
    min-height: 450px;
  }
}

.about-card__image{
  z-index: 1;
  height: 100%;
  max-height: 418px;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-card__content{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.about-card__top{
  margin: 0px;
  font-size: 72px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.about-card__title{
  margin: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.about-card__subtitle{
  margin: 0px;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.about-card__subtitle strong{
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.about-card--1 .about-card__content{
  left: 50% !important;
  top: 30px;
  --tw-translate-x: -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));
  align-items: flex-start;
}

.about-card--2{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.about-card--2 .about-card__content{
  left: 50% !important;
  top: 60px;
  --tw-translate-x: -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));
  align-items: flex-start;
}

.about-card--2 .about-card__content .about-card__top{
  font-size: 42px !important;
}

.about-card--3 .about-card__content{
  left: 50% !important;
  top: 30px;
  width: 210px;
  --tw-translate-x: -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));
  align-items: flex-start;
}

.about-card--3 .about-card__content .about-card__top{
  font-size: 52px !important;
  font-weight: 700;
}

.about-card--3 .about-card__content .about-card__title{
  width: 100%;
  text-align: center;
}

.about-card--3 .about-card__content .about-card__subtitle{
  width: 100%;
  text-align: end;
  font-size: 26px;
  font-weight: 700;
}

.about-card--4{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.about-card--4 .about-card__content{
  left: 50% !important;
  top: 60px;
  width: 210px;
  --tw-translate-x: -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));
  align-items: flex-end;
}

.about-card--4 .about-card__content .about-card__top{
  font-size: 32px !important;
  font-weight: 600;
}

.about-card--4 .about-card__content .about-card__top span{
  font-size: 26px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.about-card--4 .about-card__content .about-card__title{
  width: 100%;
  text-align: end;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.team{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .team{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .team{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .team{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .team{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .team{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .team{
    max-width: 1640px;
  }
}

.team{
  display: grid;
  gap: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media not all and (min-width: 1536px){
  .team{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .team{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.team {
  max-width: 1440px;
}

@media (min-width: 1024px){
  .team{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 3.5rem;
  }
}

.team__media{
  display: flex;
  height: 100%;
  gap: 2rem;
}

.team__media-col{
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.team__media-col--left{
  width: 100%;
  max-width: 204px;
}

@media not all and (min-width: 640px){
  .team__media-col--left{
    display: none;
  }
}

.team__media-col--left .team__media-item--1{
  height: 365px;
}

.team__media-col--left .team__media-item--1 img{
  height: 365px;
}

.team__media-col--left .team__media-item--2{
  height: 200px;
}

.team__media-col--right{
  flex: 1 1 0%;
}

.team__media-col--right .team__media-item--3{
  flex: 1 1 0%;
}

.team__media-col--right .team__media-item--3 img{
  height: 100%;
}

.team__media-item{
  min-height: 0px;
  overflow: hidden;
  border-radius: 20px;
}

.team__media-item img{
  display: block;
  height: 100%;
  max-height: 620px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team__content{
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 768px){
  .team__content{
    padding: 2.5rem;
  }
}

.team__eyebrow{
  display: block;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.team__title{
  margin: 0px;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .team__title{
    font-size: 2.25rem;
  }
}

@media (min-width: 1536px){
  .team__title{
    font-size: 44px;
  }
}

.team__text{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.team__text p{
  margin: 0px;
  margin-bottom: 1rem;
}

.team__text p:last-child{
  margin-bottom: 0px;
}

.team__signature{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.team__signature-image{
  height: auto;
  width: 100%;
  max-width: 380px;
}

.team__signature-caption{
  font-size: 0.8rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.team__actions{
  margin-top: 1.5rem;
}

.team__actions a{
  display: flex;
  width: 100%;
  max-width: 200px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.team__actions a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.team__actions a svg{
  filter: grayscale(1) invert(1)  brightness(255);
}

.team__actions a:hover svg{
  filter: none;
}

.team__actions a:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 178 138 / var(--tw-border-opacity));
}

.reviews{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .reviews{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .reviews{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .reviews{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .reviews{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .reviews{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .reviews{
    max-width: 1640px;
  }
}

.reviews{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media not all and (min-width: 1536px){
  .reviews{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .reviews{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.reviews {
  max-width: 1440px;
}

@media (min-width: 1536px){
  .reviews{
    padding-bottom: 4rem;
    padding-top: 5rem;
  }
}

.reviews__header{
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

@media not all and (min-width: 1024px){
  .reviews__header{
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .reviews__header{
    align-items: center;
  }
}

.reviews__title{
  font-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .reviews__title{
    font-size: 2.25rem;
  }
}

@media (min-width: 1536px){
  .reviews__title{
    font-size: 3rem;
  }
}

.reviews__description{
  margin: 0px;
  width: 100%;
  max-width: 678px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.reviews__widget{
  width: 100%;
}

.ti-widget .ti-controls{
  display: none !important;
}

.ti-widget .ti-inner{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.ti-widget .ti-read-more{
  --tw-text-opacity: 1 !important;
  color: rgb(0 178 138 / var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}

.ti-widget .ti-read-more-active{
  --tw-text-opacity: 1 !important;
  color: rgb(0 178 138 / var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}

.owners-cta{
  position: relative;
  width: 100%;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 640px){
  .owners-cta{
    padding-top: 5rem;
  }
}

.owners-cta__panel{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .owners-cta__panel{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .owners-cta__panel{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .owners-cta__panel{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .owners-cta__panel{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .owners-cta__panel{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .owners-cta__panel{
    max-width: 1640px;
  }
}

.owners-cta__panel{
  position: relative;
  isolation: isolate;
  border-radius: 28px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1536px){
  .owners-cta__panel{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .owners-cta__panel{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.owners-cta__panel {
  max-width: 1440px;
  display: flex;
  min-height: 520px;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .owners-cta__panel{
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .owners-cta__panel{
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
  }
}

.owners-cta__bg{
  position: absolute;
  inset: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  border-radius: 28px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
  mix-blend-mode: luminosity;
}

.owners-cta__overlay{
  position: absolute;
  inset: 0px;
  z-index: 1;
  border-radius: 28px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  opacity: 0.85;
}

.owners-cta__content{
  position: relative;
  z-index: 2;
  max-width: 627px;
}

.owners-cta__eyebrow{
  margin-bottom: 0.75rem;
  display: block;
  font-size: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.9;
}

.owners-cta__title{
  margin: 0px;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .owners-cta__title{
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px){
  .owners-cta__title{
    font-size: 44px;
  }
}

.owners-cta__text{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.owners-cta__text p{
  margin: 0px;
  margin-bottom: 1.25rem;
}

.owners-cta__text p:last-child{
  margin-bottom: 0px;
}

.owners-cta__btn{
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.owners-cta__btn:hover{
  --tw-translate-y: -1px;
  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));
}

.owners-cta__btn svg{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.owners-cta__collage{
  pointer-events: none;
  position: absolute;
  top: 0px;
  z-index: 3;
  display: flex;
  height: 100%;
  gap: 1.75rem;
  display: none;
}

@media (min-width: 1024px){
  .owners-cta__collage{
    display: flex;
  }
}

.owners-cta__collage {
  left: 67%;
}

.owners-cta__collage-col{
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1.75rem;
  width: 120px;
}

.owners-cta__collage-col--1{
  padding-top: 3rem;
}

.owners-cta__collage-col--2{
  margin-top: -1.5rem;
}

.owners-cta__collage-col--3{
  margin-top: -6rem;
}

.owners-cta__collage-col--4{
  margin-top: -1.5rem;
}

.owners-cta__collage-item{
  height: 117px;
  width: 117px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 16px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.owners-cta__collage-item img{
  display: block;
  height: 117px;
  width: 117px;
  -o-object-fit: cover;
  object-fit: cover;
}

.owners-cta__collage-col {
  will-change: transform;
}

.blog{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .blog{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .blog{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .blog{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .blog{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .blog{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .blog{
    max-width: 1640px;
  }
}

.blog{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media not all and (min-width: 1536px){
  .blog{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .blog{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.blog {
  max-width: 1440px;
}

@media (min-width: 1536px){
  .blog{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.blog__header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 720px;
  text-align: center;
}

.blog__eyebrow{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .blog__eyebrow{
    font-size: 1.5rem;
  }
}

.blog__title{
  margin: 0px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .blog__title{
    font-size: 2.75rem;
  }
}

@media (min-width: 1536px){
  .blog__title{
    font-size: 3.5rem;
  }
}

.blog__slider{
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}

.blog__slider .swiper-wrapper{
  align-items: stretch;
}

.blog__slider .swiper-slide{
  height: auto;
}

.blog__pagination{
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  position: relative !important;
  bottom: auto !important;
}

.blog__pagination .swiper-pagination-bullet{
  height: 0.5rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  margin: 0 !important;
}

.blog__pagination .swiper-pagination-bullet-active{
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  border-radius: 9999px;
}

.blog__more{
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.blog__more-btn{
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(32 29 29 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.blog__more-btn:hover{
  --tw-translate-y: -1px;
  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(32 29 29 / var(--tw-bg-opacity));
}

.blog-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.blog-card__media{
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.blog-card__media img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.blog-card__media:hover img{
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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));
}

.blog-card__placeholder{
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #F7F8FA, #E5E7EB);
}

.blog-card__body{
  display: flex;
  min-height: 140px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.blog-card__title{
  margin: 0px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-card__title a{
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.blog-card__title a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.blog-card__date{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-card__date svg{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.about-page{
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .about-page{
    padding-bottom: 160px;
  }
}

@media (min-width: 1536px){
  .about-page{
    padding-bottom: 5rem;
  }
}

.about-page .apartments__eyebrow{
  text-align: center;
}

.about-page .apartments__title{
  text-align: center;
}

.about-hero{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .about-hero{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .about-hero{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .about-hero{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .about-hero{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .about-hero{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .about-hero{
    max-width: 1640px;
  }
}

.about-hero{
  margin-top: 74px;
  display: grid;
  gap: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media not all and (min-width: 1536px){
  .about-hero{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .about-hero{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about-hero {
  max-width: 1440px;
}

@media (min-width: 640px){
  .about-hero{
    margin-top: 106px;
  }
}

@media (min-width: 1024px){
  .about-hero{
    grid-template-columns: 1fr 1.3fr;
    gap: 2rem;
    padding-top: 2rem;
  }
}

.about-hero__text{
  display: flex;
  flex-direction: column;
  align-self: center;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 1024px){
  .about-hero__text{
    padding: 2.5rem;
  }
}

.about-hero__eyebrow{
  margin: 0px;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.about-hero__title{
  margin: 0px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
}

@media (min-width: 768px){
  .about-hero__title{
    font-size: 2.5rem;
  }
}

@media (min-width: 1536px){
  .about-hero__title{
    font-size: 2.75rem;
  }
}

.about-hero__content{
  margin-top: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

@media (min-width: 640px){
  .about-hero__content{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  .about-hero__content{
    margin-top: 2.5rem;
  }
}

.about-hero__content p{
  margin: 0px;
  margin-bottom: 1rem;
}

.about-hero__content p:last-child{
  margin-bottom: 0px;
}

.about-hero__media{
  display: flex;
  gap: 1.25rem;
}

@media not all and (min-width: 640px){
  .about-hero__media{
    flex-direction: column;
  }
}

.about-hero__media-item{
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.about-hero__media-item img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 360px;
}

.about-hero__media-item--1{
  width: 100%;
}

@media (min-width: 640px){
  .about-hero__media-item--1{
    max-width: 324px;
  }
}

.about-hero__media-item--1 img{
}

.about-hero__media-item--2{
  align-self: flex-start;
}

.about-reasons{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .about-reasons{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .about-reasons{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .about-reasons{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .about-reasons{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .about-reasons{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .about-reasons{
    max-width: 1640px;
  }
}

.about-reasons{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media not all and (min-width: 1536px){
  .about-reasons{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .about-reasons{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about-reasons {
  max-width: 1440px;
}

@media (min-width: 1536px){
  .about-reasons{
    padding-bottom: 4rem;
  }
}

.about-reasons__header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 720px;
  text-align: center;
}

.about-reasons__eyebrow{
  display: block;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.about-reasons__title{
  margin: 0px;
  margin-bottom: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .about-reasons__title{
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px){
  .about-reasons__title{
    font-size: 3rem;
  }
}

.about-reasons__description{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.625;
}

.about-reasons__grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.75rem;
}

.reason-card{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  min-height: 360px;
}

.reason-card__image{
  position: absolute;
  inset: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reason-card__overlay{
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
}

.reason-card__content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
  display: flex;
  max-width: 548px;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.5rem;
  padding-bottom: 30px;
}

@media (min-width: 1280px){
  .reason-card__content{
    min-height: 171px;
  }
}

.reason-card__title{
  margin: 0px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.reason-card__text{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.9);
}

.reason-card--1{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .reason-card--1{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .reason-card--1{
    grid-column: span 7 / span 7;
  }
}

.reason-card--1 .reason-card__title{
  margin: 0px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .reason-card--1 .reason-card__title{
    font-size: 42px;
    font-weight: 600;
  }
}

.reason-card--2{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .reason-card--2{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .reason-card--2{
    grid-column: span 5 / span 5;
  }
}

.reason-card--2 .reason-card__content{
  min-height: 0px;
}

.reason-card--3{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .reason-card--3{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .reason-card--3{
    grid-column: span 4 / span 4;
  }
}

.reason-card--4{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .reason-card--4{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .reason-card--4{
    grid-column: span 4 / span 4;
  }
}

.reason-card--5{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .reason-card--5{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .reason-card--5{
    grid-column: span 4 / span 4;
  }
}

.about-passion{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .about-passion{
    max-width: 409px;
  }
}

@media (min-width: 640px){
  .about-passion{
    max-width: 640px;
  }
}

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

@media (min-width: 1024px){
  .about-passion{
    max-width: 1024px;
  }
}

@media (min-width: 1150px){
  .about-passion{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .about-passion{
    max-width: 1280px;
  }
}

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

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

@media (min-width: 1640px){
  .about-passion{
    max-width: 1640px;
  }
}

.about-passion{
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media not all and (min-width: 1536px){
  .about-passion{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .about-passion{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about-passion {
  max-width: 1440px;
}

@media not all and (min-width: 1024px){
  .about-passion{
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .about-passion{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.about-passion__text{
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px){
  .about-passion__text{
    max-width: 676px;
  }
}

.about-passion__title{
  margin: 0px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .about-passion__title{
    font-size: 26px;
  }
}

@media (min-width: 1024px){
  .about-passion__title{
    font-size: 32px;
  }
}

.about-passion__intro{
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.about-passion__intro p{
  margin: 0px;
  margin-bottom: 0.75rem;
}

.about-passion__intro p:last-child{
  margin-bottom: 0px;
}

.about-passion__subtitle{
  margin: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.about-passion__lead{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.about-passion__lead p{
  margin: 0px;
  margin-bottom: 0.75rem;
}

.about-passion__lead p:last-child{
  margin-bottom: 0px;
}

.about-passion__lead p strong{
  font-weight: 700;
}

.about-passion__features{
  margin: 0px;
  margin-top: 0.5rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.625rem;
  padding: 0px;
}

.about-passion__media{
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1024px){
  .about-passion__media{
    max-width: 560px;
  }
}

.about-passion__media img{
  display: block;
  height: 100%;
  min-height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .about-passion__media img{
    min-height: 626px;
  }
}

.passion-feature{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.passion-feature__icon{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.passion-feature__icon img{
  height: 1.75rem;
  width: 1.75rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.passion-feature__body{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
}

.passion-feature__text{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.passion-feature__text strong{
  font-weight: 600;
}

.page-trips{
  margin-top: 104px;
}

@media (min-width: 640px){
  .page-trips{
    margin-top: 136px;
  }
}

.page-trips h1{
  padding-bottom: 1.5rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 1024px){
  .page-trips h1{
    font-size: 46px;
  }
}

.page-trips p{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.page-trips .page-trips-box{
  margin-top: 2.5rem;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.trip-tile{
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 400px;
  overflow: hidden;
  border-radius: 20px;
  text-decoration-line: none;
}

@media (min-width: 1280px){
  .trip-tile{
    min-height: 442px;
  }
}

.trip-tile__img{
  position: absolute;
  inset: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.trip-tile:hover .trip-tile__img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.trip-tile__placeholder{
  position: absolute;
  inset: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
}

.trip-tile__overlay{
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.65) 100%);
}

.trip-tile__plus{
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 3;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.trip-tile:hover .trip-tile__plus{
  --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));
}

.trip-tile__title{
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.trip-tile--1{
  grid-column: span 12 / span 12;
  min-height: 400px;
}

@media (min-width: 1024px){
  .trip-tile--1{
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
  }
}

@media (min-width: 1536px){
  .trip-tile--1{
    min-height: 600px;
  }
}

.trip-tile--2{
  grid-column: span 12 / span 12;
  min-height: 400px;
}

@media (min-width: 1024px){
  .trip-tile--2{
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
  }
}

@media (min-width: 1536px){
  .trip-tile--2{
    min-height: 600px;
  }
}

.trip-tile--3{
  grid-column: span 12 / span 12;
  min-height: 300px;
}

@media (min-width: 1024px){
  .trip-tile--3{
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1536px){
  .trip-tile--3{
    min-height: 400px;
  }
}

.trip-tile--4{
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px){
  .trip-tile--4{
    grid-column: span 8 / span 8;
  }
}

.trip-tile--5{
  grid-column: span 12 / span 12;
  min-height: 400px;
}

@media (min-width: 1024px){
  .trip-tile--5{
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
  }
}

@media (min-width: 1536px){
  .trip-tile--5{
    min-height: 600px;
  }
}

.single-trip{
  margin-top: 104px;
}

@media (min-width: 640px){
  .single-trip{
    margin-top: 136px;
  }
}

.single-trip__hero{
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px){
  .single-trip__hero{
    grid-template-columns: 1fr 35%;
  }
}

.single-trip__hero-main,
    .single-trip__hero-side{
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1024px){
  .single-trip__hero-main,
    .single-trip__hero-side{
    height: 410px;
  }
}

.single-trip__hero-main img,.single-trip__hero-side img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 640px){
  .single-trip__hero-side{
    display: none;
  }
}

.single-trip__bar{
  position: relative;
  z-index: 10;
  margin-top: 1.25rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-trip__breadcrumb{
  margin-bottom: 1.25rem;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
}

.single-trip__breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.single-trip__breadcrumb a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.single-trip__breadcrumb .single-trip__breadcrumb-current{
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-trip__bar-box{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .single-trip__bar-box{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.single-trip__bar-main{
  display: flex;
  flex-direction: column;
}

.single-trip__partner{
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .single-trip__partner{
    flex-direction: column;
  }
}

@media (min-width: 640px){
  .single-trip__partner{
    align-items: center;
  }
}

.single-trip__partner-logo{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.single-trip__title{
  margin: 0px;
  margin-bottom: 0.5rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-trip__title{
    font-size: 46px;
  }
}

.single-trip__loc{
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-trip__bar-side{
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .single-trip__bar-side{
    align-items: flex-end;
  }
}

.single-trip__rating{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

@media (min-width: 1024px){
  .single-trip__rating{
    align-items: flex-end;
  }
}

.single-trip__rating-meta{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-trip__cta{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.single-trip__cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.single-trip__content{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media not all and (min-width: 1280px){
  .single-trip__content{
    margin-bottom: 1.75rem;
  }
}

.single-trip__desc{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-trip__desc p{
  margin: 0px;
  margin-bottom: 1rem;
}

.single-trip__desc p:last-child{
  margin-bottom: 0px;
}

.single-trip__desc strong{
  font-weight: 600;
}

.single-trip__desc h2, .single-trip__desc h3, .single-trip__desc h4{
  margin: 0px;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.single-trip__desc ul{
  margin: 0px;
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.25rem;
}

.single-trip__desc a{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.single-trip__gallery{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){
  .single-trip__gallery{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-trip__gallery-item{
  height: 240px;
  overflow: hidden;
  border-radius: 16px;
}

@media (min-width: 768px){
  .single-trip__gallery-item{
    height: 280px;
  }
}

.single-trip__gallery-item img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-trip__list-title{
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.single-trip__list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1rem;
  padding: 0px;
}

.single-trip__list-item{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.single-trip__list-ico{
  margin-top: 0.25rem;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.single-trip__list-ico img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-trip__list-text{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-trip__list-text p{
  margin: 0px;
}

.single-trip__list-text strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-trip__cta--content{
  align-self: flex-start;
}

.page-services{
  margin-top: 104px;
}

@media (min-width: 640px){
  .page-services{
    margin-top: 136px;
  }
}

.page-services__hero{
  position: relative;
  margin-bottom: 4rem;
  height: 380px;
  overflow: hidden;
  border-radius: 24px;
}

@media (min-width: 1536px){
  .page-services__hero{
    height: 470px;
  }
}

.page-services__hero img{
  position: absolute;
  inset: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-services__hero-overlay{
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
}

.page-services__hero-title{
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 3;
  margin: 0px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .page-services__hero-title{
    font-size: 44px;
  }
}

.serv-block{
  display: grid;
  align-items: center;
  gap: 2rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .serv-block{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7rem;
  }
}

.serv-block__content{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.serv-block__contacts{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.serv-block__contacts a{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.serv-block__contacts a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 184 154 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.serv-block__heading{
  font-size: 32px;
  font-weight: 600;
  line-height: 105%;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .serv-block__heading{
    font-size: 46px;
  }
}

.serv-block__heading h1, .serv-block__heading h2, .serv-block__heading h3, .serv-block__heading p{
  margin: 0px;
  font-weight: 600;
}

.serv-block__desc{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.serv-block__desc p{
  margin: 0px;
  margin-bottom: 1rem;
}

.serv-block__desc p:last-child{
  margin-bottom: 0px;
}

.serv-block__desc strong{
  font-weight: 600;
}

.serv-block__cta{
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.serv-block__cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.serv-block__gallery{
  display: grid;
  height: 420px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .serv-block__gallery{
    height: 480px;
  }
}

.serv-block__img{
  overflow: hidden;
  border-radius: 16px;
}

.serv-block__img img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.serv-block__img--1{
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row: span 2 / span 3;
}

.serv-block__img--2{
  grid-column: span 2 / span 2;
  grid-column-start: 2;
  grid-row: span 3 / span 3;
}

.serv-block__img--3{
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row: span 1 / span 3;
}

@media (min-width: 1024px){
  .serv-block--reverse .serv-block__content{
    order: 1;
  }

  .serv-block--reverse .serv-block__gallery{
    order: 2;
  }
}

.blog-single{
  margin-top: 104px;
}

@media (min-width: 640px){
  .blog-single{
    margin-top: 136px;
  }
}

.blog-single__hero{
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px){
  .blog-single__hero{
    grid-template-columns: 30% 1fr;
  }
}

.blog-single__hero-side,
    .blog-single__hero-main{
  height: 280px;
  overflow: hidden;
  border-radius: 24px;
}

@media (min-width: 1024px){
  .blog-single__hero-side,
    .blog-single__hero-main{
    height: 360px;
  }
}

.blog-single__hero-side img,.blog-single__hero-main img{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1024px){
  .blog-single__hero-side{
    display: none;
  }
}

.blog-single__head{
  margin-top: 0.5rem;
}

.blog-single__breadcrumb{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
}

.blog-single__breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.blog-single__breadcrumb a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.blog-single__breadcrumb .blog-single__breadcrumb-current{
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-single__title{
  margin: 0px;
  margin-bottom: 1.25rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .blog-single__title{
    font-size: 32px;
  }
}

@media (min-width: 1536px){
  .blog-single__title{
    font-size: 46px;
  }
}

.blog-single__lead{
  max-width: 1100px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-single__lead p{
  margin: 0px;
  margin-bottom: 1rem;
}

.blog-single__lead p:last-child{
  margin-bottom: 0px;
}

.blog-single__block{
  display: grid;
  align-items: center;
  gap: 2rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 1024px){
  .blog-single__block{
    grid-template-columns: 1fr 560px;
    gap: 3rem;
  }
}

@media (min-width: 1536px){
  .blog-single__block{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.blog-single__block-text{
  display: flex;
  flex-direction: column;
}

.blog-single__block-title{
  margin: 0px;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .blog-single__block-title{
    font-size: 28px;
  }
}

.blog-single__block-lead{
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-single__block-lead p{
  margin: 0px;
}

.blog-single__list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0px;
}

.blog-single__list-item{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.blog-single__list-check{
  margin-top: 0.25rem;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.blog-single__list-text{
  margin: 0px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-single__list-text strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-single__block-media{
  height: 320px;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1024px){
  .blog-single__block-media{
    height: 380px;
  }
}

.blog-single__block-media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-single__desc{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-single__desc p{
  margin: 0px;
  margin-bottom: 1rem;
}

.blog-single__desc p:last-child{
  margin-bottom: 0px;
}

.blog-single__desc strong{
  font-weight: 600;
}

.blog-related{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1536px){
  .blog-related{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.blog-related__head{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-related__eyebrow{
  margin-bottom: 0.25rem;
  font-size: 26px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.blog-related__title{
  margin: 0px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1536px){
  .blog-related__title{
    font-size: 46px;
  }
}

.blog-related__grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1100px;
  gap: 1.5rem;
}

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

.blog-related__more{
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.blog-related__btn{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 42 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.blog-related__btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(32 29 29 / var(--tw-bg-opacity));
}

.blog-hcard{
  display: flex;
  align-items: stretch;
  gap: 1rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.blog-hcard__media{
  display: block;
  width: 140px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 14px;
}

.blog-hcard__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-hcard__placeholder{
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
}

.blog-hcard__body{
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 0.5rem;
}

.blog-hcard__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.blog-hcard__tag{
  font-size: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.blog-hcard__title{
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-hcard__title a{
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.blog-hcard__title a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.blog-hcard__excerpt{
  margin: 0px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.blog-hcard__date{
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-apartment{
  margin-top: 104px;
}

@media (min-width: 640px){
  .single-apartment{
    margin-top: 136px;
  }
}

.single-apartment .blog{
  padding-top: 0px;
}

.single-apartment .apartments__eyebrow{
  text-align: center;
}

.single-apartment .apartments__title{
  text-align: center;
}

.single-apartment .apartment{
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

@media (min-width: 1536px){
  .single-apartment .apartment{
    padding-bottom: 0px;
  }
}

.single-apartment .apartment__section-title{
  margin: 0px;
  margin-bottom: 1.5rem;
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-apartment .apartment__section-title{
    font-size: 36px;
  }
}

@media (min-width: 1536px){
  .single-apartment .apartment__section-title{
    font-size: 46px;
  }
}

.single-apartment .apartment__hero{
  position: relative;
}

.single-apartment .apartment__hero-img{
  display: block;
  height: 420px;
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1536px){
  .single-apartment .apartment__hero-img{
    height: 520px;
  }
}

.single-apartment .apartment__search{
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  z-index: 10;
  display: flex;
  width: calc(100% - 3rem);
  max-width: 640px;
  --tw-translate-x: -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));
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  border-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 8px 30px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .single-apartment .apartment__search{
    flex-direction: row;
  }
}

.single-apartment .apartment__search-field{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.125rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px){
  .single-apartment .apartment__search-field{
    border-bottom-width: 0px;
    border-right-width: 1px;
  }
}

.single-apartment .apartment__search-label{
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.single-apartment .apartment__search-input{
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  font-size: 0.95rem;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.single-apartment .apartment__search-btn{
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.single-apartment .apartment__search-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.single-apartment .apartment__bar{
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-apartment .apartment .apartment__bar-box{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px){
  .single-apartment .apartment .apartment__bar-box{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.single-apartment .apartment__breadcrumb{
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
}

.single-apartment .apartment__breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.single-apartment .apartment__breadcrumb a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.single-apartment .apartment__breadcrumb .apartment__breadcrumb-current{
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-apartment .apartment__title{
  margin: 0px;
  margin-bottom: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-apartment .apartment__title{
    font-size: 36px;
  }
}

@media (min-width: 1536px){
  .single-apartment .apartment__title{
    font-size: 46px;
  }
}

.single-apartment .apartment__address{
  margin: 0px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.single-apartment .apartment__pills{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0px;
}

.single-apartment .apartment__pill{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 10px;
  background-color: #00B28A1A;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
}

.single-apartment .apartment .pill-red{
  background-color: #B2002D1A !important;
}

.single-apartment .apartment__ratings{
  display: flex;
  flex-shrink: 0;
  gap: 0.75rem;
}

.single-apartment .apartment__rating{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  border-radius: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.single-apartment .apartment__rating .raiting-text{
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.single-apartment .apartment__rating-stars{
  font-size: 0.85rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(245 180 0 / var(--tw-text-opacity));
}

.single-apartment .apartment__rating-value{
  font-weight: 700;
  line-height: 1;
}

.single-apartment .apartment__rating-meta {
}

.single-apartment .apartment__about{
  margin-top: 30px;
  display: grid;
  align-items: flex-start;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .single-apartment .apartment__about{
    grid-template-columns: 1fr 440px;
    gap: 3rem;
  }
}

.single-apartment .apartment__about-content{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-apartment .apartment__about-content p{
  margin: 0px;
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 786px;
}

.single-apartment .apartment__about-content p:last-child{
  margin-bottom: 0px;
}

.single-apartment .apartment__about-content strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 32 22 / var(--tw-text-opacity));
}

.single-apartment .apartment__booking-box{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0 8px 30px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .single-apartment .apartment__booking-box{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.single-apartment .apartment__booking-box .hero-calendar{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.single-apartment .apartment__booking-box .apt-search__form{
  gap: 0px;
}

.single-apartment .apartment__booking-box .apt-search__field{
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}

.single-apartment .apartment__booking-box .apt-search__field:nth-child(1){
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.single-apartment .apartment__booking-box .apt-search__field:nth-child(2){
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-width: 0px;
}

.single-apartment .apartment__booking-box .apt-search__submit{
  margin-top: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

.single-apartment .apartment__booking-title{
  margin: 0px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.single-apartment .apartment__booking-field{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.single-apartment .apartment__booking-field input, .single-apartment .apartment__booking-field select{
  width: 100%;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  font-size: 0.95rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.single-apartment .apartment__booking-label{
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.single-apartment .apartment__booking-btn{
  display: block;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.single-apartment .apartment__booking-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.single-apartment .apartment__booking-contacts{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.5rem;
}

@media not all and (min-width: 640px){
  .single-apartment .apartment__booking-contacts{
    flex-direction: column;
  }
}

.single-apartment .apartment__booking-contacts a{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.625rem;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.single-apartment .apartment__booking-contacts a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .single-apartment .apartment__booking-contacts a{
    width: -moz-fit-content;
    width: fit-content;
  }
}

.single-apartment .apartment .apartment__gallery{
  margin-top: 60px;
}

.single-apartment .apartment__gallery-grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.single-apartment .apartment__gallery-item{
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 16px;
}

.single-apartment .apartment__gallery-item img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.single-apartment .apartment__gallery-item:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.single-apartment .apartment__gallery-item--more img{
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.single-apartment .apartment__gallery-more{
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-apartment .apartment__gallery-hidden{
  display: none;
}

.single-apartment .apartment__location-wrap{
  margin-top: 3rem;
  margin-bottom: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1536px){
  .single-apartment .apartment__location-wrap{
    margin-bottom: 3.5rem;
  }
}

.single-apartment .apartment__location-head{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .single-apartment .apartment__location-head{
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px){
  .single-apartment .apartment__location-head{
    gap: 52px;
  }
}

.single-apartment .apartment__location-head .apartment__section-title{
  margin-bottom: 0px;
}

.single-apartment .apartment__location-intro{
  width: 100%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-apartment .apartment__location-intro .loc{
  width: 100%;
}

.single-apartment .apartment__location-intro .loc--prose{
  max-width: 820px;
}

.single-apartment .apartment__location-intro .loc-text{
  margin: 0px;
  margin-bottom: 2rem;
  max-width: 820px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-apartment .apartment__location-intro .loc-text:last-child{
  margin-bottom: 0px;
}

.single-apartment .apartment__location-intro .loc-text__icon{
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: baseline;
  opacity: 0.8;
}

.single-apartment .apartment__location-intro .loc-facts{
  margin: 0px;
  margin-bottom: 2.5rem;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0px;
}

@media (min-width: 640px){
  .single-apartment .apartment__location-intro .loc-facts{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .single-apartment .apartment__location-intro .loc-facts{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-apartment .apartment__location-intro .loc-fact{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(32 29 29 / 0.05);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.single-apartment .apartment__location-intro .loc-fact__icon{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(32 29 29 / 0.05);
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
}

.single-apartment .apartment__location-intro .loc-fact__body{
  display: flex;
  min-width: 0px;
  flex-direction: column;
}

.single-apartment .apartment__location-intro .loc-fact__label{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(32 29 29 / 0.5);
}

.single-apartment .apartment__location-intro .loc-fact__value{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-apartment .apartment__location-intro .loc-groups{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 2rem;
}

@media (min-width: 768px){
  .single-apartment .apartment__location-intro .loc-groups{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .single-apartment .apartment__location-intro .loc-groups{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-apartment .apartment__location-intro .loc-group{
  min-width: 0px;
}

.single-apartment .apartment__location-intro .loc-group__title{
  margin: 0px;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-color: rgb(32 29 29 / 0.1);
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-apartment .apartment__location-intro .loc-group__icon{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}

.single-apartment .apartment__location-intro .loc-group__list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
}

.single-apartment .apartment__location-intro .loc-item{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(32 29 29 / 0.05);
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 640px){
  .single-apartment .apartment__location-intro .loc-item{
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}

.single-apartment .apartment__location-intro .loc-item:last-child{
  border-bottom-width: 0px;
}

.single-apartment .apartment__location-intro .loc-item__name{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.single-apartment .apartment__location-intro .loc-item__meta{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(32 29 29 / 0.5);
}

@media (min-width: 640px){
  .single-apartment .apartment__location-intro .loc-item__meta{
    text-align: right;
  }
}

.single-apartment .apartment__location-intro img.emoji{
  margin: 0px;
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: -0.125em;
}

.single-apartment .apartment__location-body{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px){
  .single-apartment .apartment__location-body{
    align-items: flex-start;
  }
}

.single-apartment .apartment__pois{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
}

.single-apartment .apartment__map{
  height: 400px;
  width: 100%;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .single-apartment .apartment__map{
    height: 580px;
  }
}

.single-apartment .poi{
  display: flex;
  gap: 1rem;
  border-radius: 14px;
  padding: 0.75rem;
}

@media not all and (min-width: 640px){
  .single-apartment .poi{
    flex-direction: column;
  }
}

.single-apartment .poi__img{
  height: 200px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .single-apartment .poi__img{
    height: 110px;
    width: 110px;
  }
}

.single-apartment .poi__body{
  display: flex;
  min-width: 0px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
}

.single-apartment .poi__name{
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.single-apartment .poi__meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
}

@media (min-width: 640px){
  .single-apartment .poi__meta{
    row-gap: 0.25rem;
  }
}

.single-apartment .poi__metaitem{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .single-apartment .poi__metaitem{
    width: 100%;
  }
}

.gallery-tile{
  position: relative;
  isolation: isolate;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
  min-height: 240px;
}

.gallery-tile img{
  position: absolute;
  inset: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.gallery-tile:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.gallery-tile--1{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .gallery-tile--1{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .gallery-tile--1{
    grid-column: span 6 / span 6;
  }
}

.gallery-tile--1 {
  min-height: 340px;
}

.gallery-tile--2{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .gallery-tile--2{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .gallery-tile--2{
    grid-column: span 3 / span 3;
  }
}

.gallery-tile--2 {
  min-height: 340px;
}

.gallery-tile--3{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .gallery-tile--3{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .gallery-tile--3{
    grid-column: span 3 / span 3;
  }
}

.gallery-tile--3 {
  min-height: 340px;
}

.gallery-tile--4{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .gallery-tile--4{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .gallery-tile--4{
    grid-column: span 4 / span 4;
  }
}

.gallery-tile--4 {
  min-height: 340px;
}

.gallery-tile--5{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .gallery-tile--5{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .gallery-tile--5{
    grid-column: span 5 / span 5;
  }
}

.gallery-tile--5 {
  min-height: 340px;
}

.gallery-tile--6{
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  .gallery-tile--6{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px){
  .gallery-tile--6{
    grid-column: span 3 / span 3;
  }
}

.gallery-tile--6 {
  min-height: 340px;
}

.gallery-tile--more::after {
  content: '';
  position: absolute;
  inset: 0px;
  z-index: 2;
  background-color: rgb(32 29 29 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.gallery-tile__more{
  position: absolute;
  inset: 0px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gallery-tile__more svg{
  margin-bottom: 0.25rem;
}

.gallery-tile--hidden{
  display: none;
}

.sect-trips{
  padding-bottom: 30px;
}

@media (min-width: 1536px){
  .sect-trips{
    padding-bottom: 60px;
  }
}

.sect-trips .sect-trips-head{
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px){
  .sect-trips .sect-trips-head{
    align-items: center;
  }
}

.sect-trips .sect-trips-head h4{
  font-size: 26px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sect-trips .sect-trips-head h4{
    text-align: center;
  }
}

.sect-trips .sect-trips-head h3{
  margin: 0px;
  margin-bottom: 0.75rem;
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .sect-trips .sect-trips-head h3{
    font-size: 32px;
  }
}

@media (min-width: 1536px){
  .sect-trips .sect-trips-head h3{
    font-size: 46px;
  }
}

.sect-trips .sect-trips-head p{
  width: 100%;
  max-width: 756px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sect-trips .sect-trips-head p{
    text-align: center;
  }
}

.sect-trips .sect-trips-box{
  margin-top: 2.5rem;
}

.sect-trips .swiper-trips{
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .sect-trips .swiper-trips{
    padding-bottom: 3rem;
  }
}

.sect-trips .swiper-trips .swiper-pagination{
  bottom: 0px;
}

.sect-trips .swiper-trips .swiper-pagination .swiper-pagination-bullet{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sect-trips .swiper-trips .swiper-pagination .swiper-pagination-bullet-active{
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
}

.sect-trips .sect-trips-more{
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.sect-trips .sect-trips-btn{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 42 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sect-trips .sect-trips-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(32 29 29 / var(--tw-bg-opacity));
}

.trip-card{
  display: flex;
  height: 100%;
  align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media not all and (min-width: 640px){
  .trip-card{
    flex-direction: column;
  }
}

.trip-card__media{
  display: block;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  padding: 1rem;
}

@media (min-width: 640px){
  .trip-card__media{
    width: 192px;
  }
}

.trip-card__media img{
  display: block;
  height: 170px;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .trip-card__media img{
    width: 160px;
  }
}

.trip-card__placeholder{
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
}

.trip-card__body{
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px){
  .trip-card__body{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.trip-card__brand{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.trip-card__title{
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.trip-card__title a{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.trip-card__title a:hover{
  --tw-text-opacity: 1;
  color: rgb(15 163 136 / var(--tw-text-opacity));
}

.trip-card__loc{
  margin: 0px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.trip-card__cta{
  margin-top: 0.5rem;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 178 138 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.trip-card__cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-archive{
  margin-top: 104px;
}

@media (min-width: 640px){
  .blog-archive{
    margin-top: 136px;
  }
}

.blog-archive__header{
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .blog-archive__header{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
  }
}

.blog-archive__heading{
  margin: 0px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .blog-archive__heading{
    font-size: 46px;
  }
}

.blog-archive__desc{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .blog-archive__desc{
    grid-column: span 2 / span 2;
  }
}

.blog-archive__desc p{
  margin: 0px;
  width: 100%;
  max-width: 836px;
}

.blog-archive__subtitle{
  margin: 0px;
  margin-bottom: 1.25rem;
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .blog-archive__subtitle{
    font-size: 32px;
  }
}

.blog-archive__subtitle--side{
  margin-top: 0.75rem;
}

@media (min-width: 640px){
  .blog-archive__subtitle--side{
    margin-top: 2.5rem;
  }
}

.blog-latest{
  margin-bottom: 4rem;
}

@media not all and (min-width: 640px){
  .blog-latest .blog-filters{
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 640px){
  .blog-latest .blog-filters{
    display: none;
  }
}

.blog-latest__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px){
  .blog-latest__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-vcard{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.blog-vcard__media{
  display: block;
  height: 220px;
  overflow: hidden;
}

.blog-vcard__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-vcard__placeholder{
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
}

.blog-vcard__body{
  display: flex;
  min-height: 132px;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
}

.blog-vcard__title{
  margin: 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.blog-vcard__title a{
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.blog-vcard__title a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.blog-vcard__date{
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-all{
  margin-bottom: 4rem;
}

.blog-all__layout{
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px){
  .blog-all__layout{
    grid-template-columns: 1fr 440px;
    align-items: flex-start;
  }
}

.blog-all__list{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.blog-all__list.is-loading{
  pointer-events: none;
  opacity: 0.5;
}

.blog-all__more{
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.blog-all__more-btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 178 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.blog-all__more-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-all__more-btn:disabled{
  cursor: default;
  opacity: 0.5;
}

.blog-all__side{
  display: flex;
  flex-direction: column;
}

@media not all and (min-width: 640px){
  .blog-all__side .blog-filters{
    display: none;
  }
}

.blog-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.blog-filters__chip{
  cursor: pointer;
  white-space: nowrap;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.8rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.blog-filters__chip:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 178 138 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.blog-filters__chip--active{
  --tw-border-opacity: 1;
  border-color: rgb(0 178 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-filters__chip--active:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-apts{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.blog-apt{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.blog-apt__media{
  display: block;
  height: 160px;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
}

.blog-apt__media img{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-apt__body{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 1.25rem;
}

.blog-apt__brand{
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.blog-apt__title{
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-apt__title a{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.blog-apt__title a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.blog-apt__addr{
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.blog-apt__meta{
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.blog-apt__metaitem{
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-hcard{
  display: flex;
  align-items: stretch;
  gap: 1rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media not all and (min-width: 640px){
  .blog-hcard{
    flex-direction: column;
  }
}

.blog-hcard__media{
  display: block;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 14px;
}

@media (min-width: 640px){
  .blog-hcard__media{
    width: 200px;
  }
}

.blog-hcard__media img{
  display: block;
  height: 235px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-hcard__placeholder{
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 244 / var(--tw-bg-opacity));
}

.blog-hcard__body{
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.blog-hcard__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.blog-hcard__tag{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.blog-hcard__title{
  margin: 0px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}

.blog-hcard__title a{
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.blog-hcard__title a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.blog-hcard__excerpt{
  margin: 0px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.blog-hcard__date{
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.contact-page{
  margin-top: 104px;
}

@media (min-width: 640px){
  .contact-page{
    margin-top: 136px;
  }
}

.contact-hero{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.75rem;
}

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

@media (min-width: 1350px){
  .contact-hero{
    grid-template-columns: 1fr 804px;
  }
}

.contact-hero__card{
  order: 2;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .contact-hero__card{
    order: 1;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.contact-hero__eyebrow{
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.contact-hero__title{
  margin: 0px;
  margin-bottom: 1.5rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .contact-hero__title{
    font-size: 46px;
  }
}

.contact-hero__text{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.contact-hero__text p{
  margin: 0px;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 484px;
}

.contact-hero__text p:last-child{
  margin-bottom: 0px;
}

.contact-hero__media{
  order: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 1024px){
  .contact-hero__media{
    order: 2;
  }
}

.contact-hero__img{
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 342px;
  overflow: hidden;
  border-radius: 20px;
}

@media not all and (min-width: 1280px){
  .contact-hero__img{
    display: none;
  }
}

.contact-hero__img img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-hero .contact-hero__img--badge{
  max-width: 442px !important;
}

@media not all and (min-width: 1280px){
  .contact-hero .contact-hero__img--badge{
    display: block;
    max-width: none !important;
  }
}

.contact-hours{
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 10;
  display: flex;
  --tw-translate-x: -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));
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  border-radius: 16px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-hours__title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  font-family: Overused Grotesk;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18.6px;
  letter-spacing: 1.2px;
  vertical-align: middle;
  text-transform: uppercase;
}

.contact-hours__value p{
  margin: 0px;
  text-align: start;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
  font-family: Overused Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 23.25px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.contact-hours__badge{
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  font-family: Overused Grotesk;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20.15px;
  letter-spacing: 0%;
  vertical-align: middle;
  background: rgba(0, 178, 138, 0.15);
  border: 1px solid rgba(0, 178, 138, 0.3);
  width: 186px;
  height: 34px;
  opacity: 1;
  border-radius: 9999px;
  border-width: 1px;
}

.contact-hours__dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
}

.contact-cards{
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .contact-cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.contact-card__ico{
  margin-bottom: 0.5rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #00B28A26;
}

.contact-card__label{
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.contact-card__company{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.contact-card__value{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-decoration-line: none;
}

.contact-card__value:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.contact-card__meta{
  margin-top: -6px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.contact-form-map{
  margin-top: 2rem;
  display: grid;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 1024px){
  .contact-form-map{
    margin-top: 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-form{
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

.contact-form__title{
  margin: 0px;
  margin-bottom: 1.5rem;
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.contact-map{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.contact-map .map-box-adress{
  position: absolute;
  bottom: 100px;
  left: 0.5rem;
  z-index: 10;
}

@media not all and (min-width: 640px){
  .contact-map .map-box-adress{
    display: none;
  }
}

.contact-map__canvas{
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1024px){
  .contact-map__canvas{
    min-height: 400px;
  }
}

.contact-map__bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.contact-map__bar-addr{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .contact-map__bar-addr{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.contact-map__bar-addr span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(122 119 116 / var(--tw-text-opacity));
}

.contact-map__bar-btn{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 8px;
  border-width: 1px;
  border-color: #00B28A4D;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-map__bar-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 184 154 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.contact-map-popup{
  display: flex;
  flex-direction: column;
}

.contact-map-popup strong{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.contact-map-popup span{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.contact-team{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .contact-team{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.contact-team__head{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}

.contact-team__eyebrow{
  margin-bottom: 0.25rem;
  font-size: 26px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.contact-team__title{
  margin: 0px;
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .contact-team__title{
    font-size: 46px;
  }
}

.contact-team__desc{
  max-width: 920px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.contact-team__desc p{
  margin: 0px;
}

.contact-team__grid{
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .contact-team__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

@media (min-width: 1280px){
  .contact-team__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.team-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.team-card__photo{
  margin-bottom: 1rem;
  height: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 9999px;
}

.team-card__photo img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-card__name{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.team-card__role{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.team-card__contact{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  padding: 0.625rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.team-card__contact:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.team-card__contact svg{
  margin-right: 0.5rem;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.team-card__btn{
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.team-card__btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

/* ===== CF7 styling ===== */

.cf7-grid{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cf7-row{
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .cf7-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cf7-field{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cf7-field label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.cf7-field input[type="text"],
  .cf7-field input[type="email"],
  .cf7-field input[type="tel"],
  .cf7-field select,
  .cf7-field textarea{
  width: 100%;
  border-radius: 10px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.cf7-field input[type="text"]::-moz-placeholder, .cf7-field input[type="email"]::-moz-placeholder, .cf7-field input[type="tel"]::-moz-placeholder, .cf7-field select::-moz-placeholder, .cf7-field textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.cf7-field input[type="text"]::placeholder, .cf7-field input[type="email"]::placeholder, .cf7-field input[type="tel"]::placeholder, .cf7-field select::placeholder, .cf7-field textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.cf7-field input[type="text"]:focus, .cf7-field input[type="email"]:focus, .cf7-field input[type="tel"]:focus, .cf7-field select:focus, .cf7-field textarea:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(31 184 154 / 0.3);
}

.cf7-field select{
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.cf7-field select:valid,
    .cf7-field select.is-selected{
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.cf7-field textarea{
  min-height: 120px;
  resize: vertical;
}

.cf7-consent{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.cf7-consent a{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.cf7-consent .wpcf7-list-item{
  margin: 0px;
}

.cf7-consent .wpcf7-list-item input{
  margin-right: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
}

.cf7-submit input[type="submit"]{
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cf7-submit input[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.wpcf7-response-output{
  margin-top: 1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.partnership{
  margin-top: 104px;
}

@media (min-width: 640px){
  .partnership{
    margin-top: 136px;
  }
}

.pt-hero{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.75rem;
}

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

@media (min-width: 1350px){
  .pt-hero{
    grid-template-columns: 1fr 804px;
  }
}

.pt-hero__card{
  order: 2;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .pt-hero__card{
    order: 1;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.pt-hero__eyebrow{
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.pt-hero__title{
  margin: 0px;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 484px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1536px){
  .pt-hero__title{
    font-size: 46px;
  }
}

.pt-hero__text{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-hero__text p{
  margin: 0px;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 484px;
}

.pt-hero__text p:last-child{
  margin-bottom: 0px;
}

.pt-hero__media{
  order: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 1024px){
  .pt-hero__media{
    order: 2;
  }
}

.pt-hero__img{
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 342px;
  overflow: hidden;
  border-radius: 20px;
}

@media not all and (min-width: 1280px){
  .pt-hero__img{
    display: none;
  }
}

.pt-hero__img img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pt-hero .pt-hero__img--badge{
  max-width: 442px !important;
}

@media not all and (min-width: 1280px){
  .pt-hero .pt-hero__img--badge{
    display: block;
    max-width: none !important;
  }
}

.pt-trust{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .pt-trust{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pt-trust__head{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 720px;
  text-align: center;
}

.pt-trust__eyebrow{
  display: block;
  font-size: 26px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.pt-trust__title{
  margin: 0px;
  margin-bottom: 1.25rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1536px){
  .pt-trust__title{
    font-size: 46px;
  }
}

.pt-trust__desc{
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-trust__desc p{
  margin: 0px;
}

.pt-trust__grid{
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 768px){
  .pt-trust__grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.pt-trust-card{
  position: relative;
  isolation: isolate;
  grid-column: span 1 / span 1;
  overflow: hidden;
  border-radius: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .pt-trust-card{
    grid-column: span 2 / span 2;
  }
}

.pt-trust-card {
  min-height: 380px;
}

.pt-trust-card:first-child{
  grid-column: span 1 / span 1;
}

@media (min-width: 768px){
  .pt-trust-card:first-child{
    grid-column: span 3 / span 3;
  }
}

.pt-trust-card:first-child .pt-trust-card__title{
  font-size: 42px !important;
}

.pt-trust-card:first-child .pt-trust-card__content{
  width: 100%;
  max-width: 546px !important;
}

.pt-trust-card__img{
  position: absolute;
  inset: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pt-trust-card__overlay{
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.7) 100%
    );
}

.pt-trust-card__content{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: flex;
  width: 100%;
  max-width: 406px;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.75rem;
}

.pt-trust-card__title{
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.pt-trust-card__text{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  color: rgb(255 255 255 / 0.9);
}

.pt-group{
  display: grid;
  align-items: center;
  gap: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .pt-group{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3.5rem;
  }
}

@media (min-width: 1536px){
  .pt-group{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pt-group__text{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px){
  .pt-group__text{
    grid-column: span 3 / span 3;
  }
}

.pt-group__title{
  margin: 0px;
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1536px){
  .pt-group__title{
    font-size: 32px;
  }
}

.pt-group__lead{
  margin: 0px;
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-group__desc{
  margin-bottom: 1.25rem;
  max-width: 680px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-group__desc p{
  margin: 0px;
  margin-bottom: 1rem;
}

.pt-group__desc p:last-child{
  margin-bottom: 0px;
}

.pt-group__list{
  margin: 0px;
  margin-bottom: 2rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1rem;
  padding: 0px;
}

.pt-group__list-item{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.pt-group__list-ico{
  margin-top: 0.25rem;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.pt-group__list-ico img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pt-group__list-text{
  margin: 0px;
  width: 100%;
  max-width: 642px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-group__list-text strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-group__cta{
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pt-group__cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.pt-group__media{
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1024px){
  .pt-group__media{
    grid-column: span 2 / span 2;
    height: 100%;
  }
}

.pt-group__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pt-benefits{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .pt-benefits{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pt-benefits__head{
  margin-bottom: 2.5rem;
  text-align: center;
}

.pt-benefits__eyebrow{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 26px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.pt-benefits__title{
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .pt-benefits__title{
    font-size: 46px;
  }
}

@media (min-width: 1536px){
  .pt-benefits__title{
    font-size: 66px;
  }
}

.pt-benefits__grid{
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .pt-benefits__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.benefit-card{
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.75rem;
}

.benefit-card__ico{
  margin-bottom: 0.75rem;
}

.benefit-card__title{
  margin: 0px;
  margin-bottom: 0.25rem;
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.benefit-card__text{
  margin: 0px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-form{
  display: grid;
  align-items: flex-start;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

@media (min-width: 1536px){
  .pt-form{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pt-form__col{
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

.pt-form__side{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.25rem;
}

.pt-form__side-title{
  margin: 0px;
  margin-bottom: 0.75rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1536px){
  .pt-form__side-title{
    font-size: 46px;
  }
}

.pt-form__side-text{
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 617px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-form__side-text p{
  margin: 0px;
}

.pt-form__people{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pt-form__company{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.25rem;
}

.pt-form__company-ico{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.pt-form__company-ico svg{
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.pt-form__company-name{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-form__company-details{
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.pt-form__company-details p{
  margin: 0px;
}

.pt-form__main{
  height: 100%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

.pt-form__title{
  margin: 0px;
  margin-bottom: 1.5rem;
  font-size: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-person{
  display: flex;
  gap: 2rem;
}

@media not all and (min-width: 640px){
  .pt-person{
    flex-direction: column;
  }
}

@media (min-width: 640px){
  .pt-person{
    align-items: center;
  }
}

.pt-person__photo{
  height: 120px;
  width: 120px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}

.pt-person__photo img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pt-person__body{
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 0.125rem;
}

.pt-person__name{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.pt-person__role{
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.pt-person__contacts{
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 0.25rem;
}

.pt-person__contacts a{
  display: flex;
  align-items: center;
  gap: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.pt-person__contacts a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.pt-person__contacts a svg{
  margin-right: 0.25rem;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(31 184 154 / var(--tw-text-opacity));
}

.apartments-archive{
  margin-top: 104px;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .apartments-archive{
    margin-top: 136px;
  }
}

.apartments-archive__header{
  margin-bottom: 2rem;
}

.apartments-archive__title{
  margin: 0px;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .apartments-archive__title{
    font-size: 46px;
  }
}

.apartments-archive__summary{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.apartments-archive__chip{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
}

.apartments-archive__chip svg{
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.apartments-archive__reset{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.apartments-archive__reset:hover{
  text-decoration-line: none;
}

.apartments-archive__warning{
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 180 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 230 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(122 90 0 / var(--tw-text-opacity));
}

.apartments-archive__warning svg{
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.apartments-archive__filters-wrap{
  position: relative;
  margin-right: -1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px){
  .apartments-archive__filters-wrap{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.apartments-archive__filters{
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px){
  .apartments-archive__filters{
    flex-wrap: wrap;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.apartments-archive__filters {
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.apartments-archive__filters::-webkit-scrollbar {
  display: none;
}

.apartments-archive__filter{
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  scroll-snap-align: start;
}

.apartments-archive__filter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.apartments-archive__filter--active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.apartments-archive__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.75rem;
}

@media (min-width: 640px){
  .apartments-archive__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.apartments-archive__more{
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.apartments-archive__load-more{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 42 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.apartments-archive__load-more:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(32 29 29 / var(--tw-bg-opacity));
}

.apartments-archive__load-more:disabled{
  cursor: default;
  opacity: 0.6;
}

.apartments-archive__empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}

.apartments-archive__empty-title{
  margin: 0px;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.apartments-archive__empty-text{
  margin: 0px;
  margin-bottom: 1.5rem;
  max-width: 520px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.apartments-archive__empty-btn{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.apartments-archive__empty-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.apartments-archive .map-section{
  margin-top: 4rem;
}

.apt-modal{
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.apt-modal[hidden] {
  display: none;
}

.apt-modal__backdrop{
  position: absolute;
  inset: 0px;
  background-color: rgb(32 29 29 / 0.5);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.apt-modal__dialog{
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 520px;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  max-height: 90vh;
  overflow-y: auto;
}

.apt-modal.is-open .apt-modal__backdrop{
  opacity: 1;
}

.apt-modal.is-open .apt-modal__dialog{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.apt-modal__close{
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.apt-modal__close:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.apt-modal__icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: flex;
  height: 72px;
  width: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.apt-modal__icon--free{
  background-color: #00B28A1A;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.apt-modal__icon--busy{
  background-color: #B2002D14;
  --tw-text-opacity: 1;
  color: rgb(178 0 45 / var(--tw-text-opacity));
}

.apt-modal__icon--error{
  background-color: #F5B40022;
  --tw-text-opacity: 1;
  color: rgb(181 129 0 / var(--tw-text-opacity));
}

.apt-modal__title{
  margin: 0px;
  margin-bottom: 0.5rem;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.apt-modal__text{
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 400px;
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.apt-modal__summary{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

.apt-modal__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.apt-modal__row:last-child{
  border-bottom-width: 0px;
}

.apt-modal__row--total .apt-modal__row-value{
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.apt-modal__row-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.apt-modal__row-value{
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

.apt-modal__note{
  margin: 0px;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.apt-modal__links{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.apt-modal__link{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.apt-modal__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 163 136 / var(--tw-bg-opacity));
}

.apt-modal__link svg{
  flex-shrink: 0;
}

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

.apt-modal__link:hover .apt-modal__link-arrow{
  --tw-translate-x: 0.25rem;
  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));
}

.apt-modal__link--alt{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 178 138 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 178 138 / var(--tw-text-opacity));
}

.apt-modal__link--alt:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.apt-modal__actions{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.apt-modal__ghost{
  width: 100%;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.apt-modal__ghost:hover{
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

/* ===== MOBILE: bottom sheet ===== */

@media (max-width: 640px) {
  .apt-modal{
    align-items: flex-end;
    padding: 0px;
  }

  .apt-modal__dialog{
    max-width: 100%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
    --tw-translate-y: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    max-height: 88vh;
    transition: transform 320ms cubic-bezier(0.32, 0.72, 0, 1), opacity 200ms ease;
  }

  .apt-modal.is-open .apt-modal__dialog{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .apt-modal__icon{
    margin-bottom: 1rem;
    height: 4rem;
    width: 4rem;
  }

  .apt-modal__title{
    font-size: 22px;
  }
}

body.apt-modal-lock{
  overflow: hidden;
}

@font-face {
  font-family: "Overused Grotesk";

  src:
    url("./fonts/variable/OverusedGrotesk-VF.woff2") format("woff2"),
    url("./fonts/variable/OverusedGrotesk-VF.woff") format("woff"),
    url("./fonts/variable/OverusedGrotesk-VF.ttf") format("truetype");

  font-weight: 100 900;

  font-style: normal;

  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  font-family: Overused Grotesk, sans-serif;
}

main{
  overflow-x: hidden;
  --tw-text-opacity: 1;
  color: rgb(32 29 29 / var(--tw-text-opacity));
}

@media not all and (min-width: 1536px){
  .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container {
  max-width: 1440px;
}

.content-box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .sm\:hidden{
    display: none;
  }
}

