@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Syne:wght@400;500;600;700;800&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:  ;
}

.relative{
  position: relative;
}

.block{
  display: block;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

/* Your CSS Styles */

.nav-desktop{
  position: fixed;
  top: 75px;
  left: 50%;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1424px;
  --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));
  justify-content: space-between;
  gap: 2.5rem;
  padding-right: 1rem;
  padding-left: 4rem;
}

@media (min-width: 1550px){
  .nav-desktop{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.nav-desktop{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%) translateY(0) scale(1);
  transform-origin: top center;
}

.nav-desktop .nav-desktop-menu{
  display: flex;
  width: 100%;
  max-width: 940px;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 1550px){
  .nav-desktop .nav-desktop-menu{
    max-width: 1140px;
  }
}

.nav-desktop .nav-desktop-menu ul{
  display: flex;
  height: 50px;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1550px){
  .nav-desktop .nav-desktop-menu ul{
    gap: 2rem;
  }
}

.nav-desktop .nav-desktop-menu ul li{
  font-family: Syne, sans-serif;
  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: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1550px){
  .nav-desktop .nav-desktop-menu ul li{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.nav-desktop .nav-desktop-menu ul li:hover{
  --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));
}

.nav-desktop .nav-desktop-menu .tel-white{
  display: flex;
  height: 50px;
  width: 218px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-desktop .nav-desktop-menu .tel-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 139 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-desktop .nav-desktop-menu .tel-white:hover svg {
  filter: invert(1);
}

body.is-scrolled .nav-desktop{
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-16px) scale(0.96);
}

.nav-desktop-scroll{
  position: fixed;
  top: 75px;
  left: 50%;
  z-index: 50;
  margin-right: 1rem;
  display: flex;
  width: 100%;
  max-width: 1424px;
  --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: center;
  justify-content: space-between;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --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: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-16px) scale(0.96);
  transform-origin: top center;
}

.nav-desktop-scroll .nav-desktop-scroll-menu{
  display: flex;
  width: 100%;
  max-width: 998px;
  justify-content: flex-end;
  gap: 2.75rem;
}

.nav-desktop-scroll .nav-desktop-scroll-menu ul{
  display: flex;
  height: 50px;
  align-items: center;
  gap: 2rem;
}

.nav-desktop-scroll .nav-desktop-scroll-menu ul li{
  font-family: Syne, sans-serif;
  font-weight: 600;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-desktop-scroll .nav-desktop-scroll-menu ul li:hover{
  --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));
}

.nav-desktop-scroll .nav-desktop-scroll-menu .tel-green{
  display: flex;
  height: 50px;
  width: 218px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(96 139 30 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.is-scrolled .nav-desktop-scroll{
  pointer-events: auto;
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

body.is-scrolled-far .nav-desktop-scroll {
  transform: translateX(-50%) translateY(-55px) scale(1);
}

.nav-mobile,
.nav-mobile-panel,
.nav-mobile-overlay {
  display: none;
}

@media (max-width: 1150px) {
  .nav-desktop,
  .nav-desktop-scroll {
    display: none !important;
  }

  .nav-mobile{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    display: flex;
    height: 72px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(17 42 34 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.9;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    transition: background 0.3s ease;
  }

  .nav-mobile-logo img{
    display: block;
    height: 54px;
    width: auto;
  }

  .nav-mobile-toggle{
    position: relative;
    z-index: 50;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-width: 0px;
    background-color: transparent;
  }

  .nav-mobile-toggle span{
    display: block;
    height: 2px;
    width: 1.75rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
  }

  .nav-mobile-panel{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: flex;
    height: 100%;
    width: 82%;
    max-width: 360px;
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background: #1b3a2b;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-mobile-panel ul{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .nav-mobile-panel li a{
    font-family: Syne, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition: color 0.2s ease;
  }

  .nav-mobile-panel li a:hover {
    color: #9dbb6e;
  }

  .nav-mobile-panel .tel-white{
    margin-top: 0.5rem;
    display: inline-flex;
    height: 54px;
    width: 100%;
    max-width: 240px;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .nav-mobile-overlay{
    position: fixed;
    inset: 0px;
    z-index: 40;
    background-color: rgb(40 45 42 / 0.5);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  body.is-scrolled .nav-mobile{
    --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);
  }

  body.nav-open {
    overflow: hidden;
  }

  body.nav-open .nav-mobile-panel {
    transform: translateX(0);
  }

  body.nav-open .nav-mobile-overlay {
    opacity: 1;
    visibility: visible;
  }

  body.nav-open .nav-mobile-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  body.nav-open .nav-mobile-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-mobile-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.nav-mobile-close{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
}

.nav-mobile-close span{
  position: absolute;
  display: block;
  height: 2px;
  width: 1.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav-mobile-close span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-mobile-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.footer{
  width: 100%;
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #d7ded8;
}

.footer .footer-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1424px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

/* TOP */

.footer .footer-top{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}

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

.footer .footer-brand img{
  display: block;
  height: auto;
  width: 132px;
}

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

.footer .footer-nav .footer-nav-title{
  margin-bottom: 1rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

.footer .footer-nav ul{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer .footer-nav a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #c3ccc5;
  transition: color 0.2s ease;
}

.footer .footer-nav a:hover {
  color: #fff;
}

/* MAIN */

.footer .footer-main{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3rem;
}

.footer .footer-about{
  grid-column: span 2 / span 2;
  max-width: 500px;
}

.footer .footer-about p{
  font-weight: 300;
  line-height: 1.625;
  color: #fff;
}

.footer .footer-about .footer-responsible{
  margin-top: 2rem;
}

.footer .footer-about .footer-responsible span{
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer .footer-about .footer-responsible img{
  display: block;
  height: auto;
  width: 102px;
}

.footer .footer-contact{
  grid-column: span 3 / span 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer .footer-contact .footer-contact-row{
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 0.5rem;
}

@media (min-width: 640px){
  .footer .footer-contact .footer-contact-row{
    justify-content: flex-end;
  }
}

.footer .footer-contact .footer-contact-row a{
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 640px){
  .footer .footer-contact .footer-contact-row a{
    font-size: 32px;
  }
}

.footer .footer-contact .footer-contact-row a {
  color: #fff;
  transition: color 0.2s ease;
}

.footer .footer-contact .footer-contact-row a:hover {
  color: #9dbb6e;
}

.footer .footer-contact .footer-disclaimer{
  margin-left: auto;
  max-width: 677px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  line-height: 1.625;
}

@media (min-width: 640px){
  .footer .footer-contact .footer-disclaimer{
    text-align: right;
  }
}

.footer .footer-contact .footer-disclaimer {
  color: #fff;
}

.footer-bottom{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 229 219 / var(--tw-bg-opacity));
}

.footer-bottom .footer-bottom-inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1424px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-bottom .footer-legal{
  display: flex;
  gap: 2rem;
}

.footer-bottom .footer-legal a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #3a3a3a;
  transition: color 0.2s ease;
}

.footer-bottom .footer-legal a:hover {
  color: #000;
}

.footer-bottom .footer-copy{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b6b6b;
}

.footer-bottom .footer-realization{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-bottom .footer-realization span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b6b6b;
}

.footer-bottom .footer-realization img{
  height: auto;
  width: 60px;
}

/* RESPONSYWNIE */

@media (max-width: 768px) {
  .footer .footer-top{
    flex-direction: column;
  }

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

  .footer .footer-main{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .footer .footer-contact-row a{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .footer .footer-disclaimer{
    margin-left: 0px;
    text-align: left;
  }

  .footer-bottom .footer-bottom-inner{
    flex-direction: column;
    align-items: center;
  }
}

.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: 247px;
  background: #608B1E;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  transition: color .4s ease;
}

.cta span{
  padding-left: 1rem;
}

.cta::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  width: 73px;
  height: 60px;
  background: #fff;
  border-radius: 999px;
  transition: width .4s ease;
  z-index: 0;
}

.cta:hover::before {
  width: calc(100% );
}

.cta__icon,
.cta span {
  position: relative;
  z-index: 1;
}

.cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 60px;
}

.cta:hover {
  color: #608B1E;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes heroZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes heroFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fp-hero{
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2.5rem;
  max-height: 900px;
  overflow: hidden;
}

@media (min-width: 1550px){
  .fp-hero{
    margin-left: 30px;
    margin-right: 30px;
  }
}

.fp-hero .hero-img{
  z-index: 0;
  height: 100%;
  max-height: 900px;
  min-height: 520px;
  width: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1550px){
  .fp-hero .hero-img{
    max-height: 520px;
  }
}

@media (min-width: 1024px){
  .fp-hero .hero-img{
    border-bottom-right-radius: 120px;
  }
}

@media (min-width: 1550px){
  .fp-hero .hero-img{
    min-height: 900px;
  }
}

.fp-hero .fp-hero-content{
  position: absolute;
  top: 58%;
  left: 50%;
  z-index: 20;
  display: flex;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px){
  .fp-hero .fp-hero-content{
    top: 66%;
  }
}

@media (min-width: 1550px){
  .fp-hero .fp-hero-content{
    top: 55%;
    gap: 2rem;
  }
}

.fp-hero .fp-hero-content h1{
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){
  .fp-hero .fp-hero-content h1{
    text-align: center;
  }
}

@media (min-width: 1024px){
  .fp-hero .fp-hero-content h1{
    font-size: 40px;
  }
}

@media (min-width: 1550px){
  .fp-hero .fp-hero-content h1{
    font-size: 66px;
  }
}

.fp-hero .fp-hero-content h1 {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}

.fp-hero .fp-hero-content .hero-desc{
  width: 100%;
  max-width: 392px;
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-hero .fp-hero-content .hero-desc{
    font-size: 20px;
  }
}

@media (min-width: 1550px){
  .fp-hero .fp-hero-content .hero-desc{
    font-size: 26px;
  }
}

.fp-hero .fp-hero-content .hero-desc {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}

.fp-hero .hero-mask{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 40;
  --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));
}

.fp-hero::before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}

@media (min-width: 1024px){
  .fp-hero::before{
    border-bottom-right-radius: 120px;
  }
}

.fp-hero::before {
  content: "";
}

@media (prefers-reduced-motion: reduce) {
  .fp-hero .hero-img,
  .fp-hero .fp-hero-content h1,
  .fp-hero .fp-hero-content .hero-desc,
  .fp-hero .hero-mask {
    animation: none;
  }
}

.fp-about{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1424px;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 75px;
}

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

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

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

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

@media (min-width: 1550px){
  .fp-about{
    gap: 2.5rem;
  }
}

.fp-about_left{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}

@media (min-width: 1024px){
  .fp-about_left{
    max-width: 473px;
  }
}

.fp-about_left h2{
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(1 79 55 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-about_left h2{
    font-size: 36px;
  }
}

@media (min-width: 1550px){
  .fp-about_left h2{
    font-size: 48px;
  }
}

.fp-about_left__img{
  position: relative;
}

@media not all and (min-width: 1024px){
  .fp-about_left__img{
    display: none;
  }
}

.fp-about_left__img .section-img{
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1550px){
  .fp-about_left__img .section-img{
    max-height: 550px;
  }
}

@media (min-width: 1550px){
  .fp-about_left__img .section-img{
    height: 744px;
  }
}

.fp-about_left__img .mask-about{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.fp-about_right{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .fp-about_right{
    max-width: 840px;
    gap: 50px;
  }
}

@media (min-width: 1550px){
  .fp-about_right{
    max-width: 797px;
  }
}

.fp-about_right__des{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-about_right__des{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1550px){
  .fp-about_right__des{
    font-size: 26px;
  }
}

.fp-about_right__des strong{
  font-weight: 700;
}

.fp-about_right__img{
  position: relative;
}

.fp-about_right__img .section-img{
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1550px){
  .fp-about_right__img .section-img{
    max-height: 400px;
  }
}

@media (min-width: 1550px){
  .fp-about_right__img .section-img{
    height: 545px;
  }
}

.fp-about_right__img .mask-about{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.page-life{
  --tw-bg-opacity: 1;
  background-color: rgb(237 229 219 / var(--tw-bg-opacity));
}

.fp-life{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1424px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 84px;
  padding-bottom: 75px;
}

@media not all and (min-width: 1550px){
  .fp-life{
    padding-top: 3rem;
  }
}

@media (min-width: 640px){
  .fp-life{
    padding-bottom: 125px;
  }
}

.fp-life h3{
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(1 79 55 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-life h3{
    font-size: 36px;
  }
}

@media (min-width: 1550px){
  .fp-life h3{
    font-size: 48px;
  }
}

.fp-life .fp-life-cont{
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

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

@media (min-width: 1024px){
  .fp-life .fp-life-cont{
    margin-top: 60px;
  }
}

@media (min-width: 1150px){
  .fp-life .fp-life-cont{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.fp-life .fp-life-cont_item{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fp-life .fp-life-cont_item img{
  width: 204px;
}

@media not all and (min-width: 640px){
  .fp-life .fp-life-cont_item img{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.fp-life .fp-life-cont_item h4{
  font-family: Syne, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(1 79 55 / var(--tw-text-opacity));
}

@media (min-width: 1550px){
  .fp-life .fp-life-cont_item h4{
    font-size: 22px;
  }
}

.fp-life .fp-life-cont_item span{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.fp-house{
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(237 229 219 / var(--tw-bg-opacity));
  padding-top: 84px;
  padding-bottom: 75px;
}

@media not all and (min-width: 1550px){
  .fp-house{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media not all and (min-width: 640px){
  .fp-house{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 640px){
  .fp-house{
    padding-bottom: 125px;
  }
}

.fp-house .fp-house-title{
  display: flex;
  width: 100%;
  max-width: 976px;
  flex-direction: column;
  gap: 1.25rem;
}

@media not all and (min-width: 1024px){
  .fp-house .fp-house-title{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.fp-house .fp-house-title h3{
  text-align: center;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(1 79 55 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-house .fp-house-title h3{
    font-size: 36px;
  }
}

@media (min-width: 1550px){
  .fp-house .fp-house-title h3{
    font-size: 48px;
  }
}

.fp-house .fp-house-title h4{
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(1 79 55 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-house .fp-house-title h4{
    line-height: 2.25rem;
  }
}

@media (min-width: 1550px){
  .fp-house .fp-house-title h4{
    font-size: 26px;
  }
}

.fp-house .fp-house-img{
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
}

.fp-house .fp-house-img .fp-house-img-inner{
  position: relative;
  width: 100%;
}

.fp-house .fp-house-img img{
  display: block;
  height: auto;
  width: 100%;
}

.fp-house .fp-house-img .fp-house-svg{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

.fp-house .fp-house-img .fp-house-poly {
  fill: transparent;
  stroke: transparent;
  stroke-width: 3;
  cursor: pointer;
  transition:
        fill 0.3s ease,
        stroke 0.3s ease;
}

.fp-house .fp-house-img .fp-house-poly.is-available:hover,
      .fp-house .fp-house-img .fp-house-poly.is-available.is-active {
  fill: rgba(96, 139, 30, 0.45);
  stroke: #608b1e;
}

.fp-house .fp-house-img .fp-house-poly.is-sold:hover,
      .fp-house .fp-house-img .fp-house-poly.is-sold.is-active {
  fill: rgba(211, 47, 47, 0.4);
  stroke: #d32f2f;
}

.fp-house .fp-house-img .fp-house-poly.is-reserved:hover,
      .fp-house .fp-house-img .fp-house-poly.is-reserved.is-active {
  fill: rgba(224, 168, 0, 0.42);
  stroke: #e0a800;
}

.fp-house .fp-house-img-table{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
  max-width: 1424px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-house .fp-table{
  width: 100%;
}

.fp-house .fp-table .fp-table-dots{
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
}

.fp-house .fp-table .fp-table-dots_item{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.fp-house .fp-table .fp-table-head,
    .fp-house .fp-table .fp-table-row{
  display: grid;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  grid-template-columns: 0.8fr 1fr 1.2fr 1fr 1.2fr 1.2fr 1fr;
}

.fp-house .fp-table .fp-table-head{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 42 34 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.fp-house .fp-table .fp-table-row{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
  transition: background 0.2s ease;
}

.fp-house .fp-table .fp-status{
  display: inline-block;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.fp-house .fp-table .fp-status.is-available {
  background: #d7e1d2;
  color: #3e5a12;
}

.fp-house .fp-table .fp-status.is-sold {
  background: #f5d1d1;
  color: #c62828;
}

.fp-house .fp-table .fp-status.is-reserved {
  background: #f7e7c2;
  color: #8a6100;
}

.fp-house .fp-table .fp-table-pdf{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.fp-house .fp-table .fp-table-pdf:hover{
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.fp-house .fp-table .fp-table-pdf.is-empty{
  color: rgb(255 255 255 / 0.3);
}

@media (max-width: 1024px) {
  .fp-house .fp-house-img {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .fp-house .fp-house-img .fp-house-img-inner {
    width: -moz-max-content;
    width: max-content;
    height: 300px;
    min-height: 300px;
  }

  .fp-house .fp-house-img .fp-house-img-inner img {
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
  }

  .fp-house .fp-house-img .fp-house-svg{
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
  }

  .fp-house .fp-table .fp-table-dots{
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 0.75rem;
  }

  .fp-house .fp-table .fp-table-dots_item{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .fp-house .fp-table .fp-table-head{
    display: none;
  }

  .fp-house .fp-table .fp-table-row{
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    border-radius: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    background: #f4f2ec;
    border: 1px solid rgba(17, 42, 34, 0.08);
  }

  .fp-house .fp-table .fp-table-row div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #34413d;
    border-bottom: 1px solid rgba(17, 42, 34, 0.07);
  }

  .fp-house .fp-table .fp-table-row div:last-child {
    border-bottom: 0;
  }

  .fp-house .fp-table .fp-table-row div::before {
    content: attr(data-label);
    flex-shrink: 0;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8a958f;
  }

  .fp-house .fp-table .fp-table-row div:first-child{
    margin-bottom: 0.25rem;
    justify-content: flex-start;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #1c2a1a;
    border-bottom: 1px solid rgba(17, 42, 34, 0.12);
  }

  .fp-house .fp-table .fp-table-row div:first-child::before{
    display: none;
  }

  .fp-house .fp-table .fp-status{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .fp-house .fp-table .fp-table-pdf{
    gap: 0.5rem;
  }
}

.fp-house-modal{
  position: fixed;
  z-index: 60;
  width: 300px;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -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);
  background: #ede8de;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.fp-house-modal.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fp-house-modal.is-desktop{
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
}

@media not all and (min-width: 640px){
  .fp-house-modal.is-mobile{
    bottom: 0% !important;
  }
}

@media (min-width: 640px){
  .fp-house-modal.is-mobile{
    top: 50%;
  }
}

.fp-house-modal.is-mobile {
  position: fixed;
  left: 50%;
  transform: translate(-50%, calc(-50% + 8px));
  z-index: 60;
}

.fp-house-modal.is-mobile.is-visible {
  transform: translate(-50%, -50%);
}

.fp-house-modal .fp-house-modal-top{
  padding: 1.25rem;
}

.fp-house-modal .fp-house-modal-head{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fp-house-modal .fp-house-modal-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1c2a1a;
}

.fp-house-modal .fp-house-modal-status{
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  background: rgba(96, 139, 30, 0.15);
  color: #3e5a12;
}

.fp-house-modal .fp-house-modal-status.is-sold {
  background: rgba(211, 47, 47, 0.12);
  color: #d32f2f;
}

.fp-house-modal .fp-house-modal-status.is-reserved {
  background: rgba(224, 168, 0, 0.15);
  color: #9a6b00;
}

.fp-house-modal .fp-house-modal-btn{
  display: block;
  width: 100%;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #608b1e;
  transition: background 0.25s ease;
}

.fp-house-modal .fp-house-modal-btn:hover {
  background: #4f7418;
}

.fp-house-modal .fp-house-modal-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #1c2a1a;
}

.fp-house-modal .fp-house-modal-stats div{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fp-house-modal .fp-house-modal-stats span{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.6);
}

.fp-house-modal .fp-house-modal-stats strong{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-history-btn{
  margin-top: 0.25rem;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 13px;
  line-height: 1.2;
  color: #007F1B;
  text-decoration: underline;
}

.fp-history-btn:hover {
  color: #005f14;
}

.fp-ph-modal{
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(17, 17, 17, 0.55);
}

.fp-ph-modal.is-open{
  display: flex;
}

.fp-ph-modal-box{
  position: relative;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  max-width: 460px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.fp-ph-modal-close{
  position: absolute;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  top: 14px;
  right: 16px;
  width: 28px;
  height: 28px;
  font-size: 26px;
  line-height: 1;
  color: #555555;
}

.fp-ph-modal-close:hover {
  color: #111111;
}

.fp-ph-modal-title{
  padding-right: 2rem;
  font-weight: 600;
  font-size: 18px;
  color: #111111;
}

.fp-ph-modal-lowest{
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 13px;
  color: #E84C3C;
}

.fp-ph-modal-lowest:empty{
  display: none;
}

.fp-ph-modal-chart{
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
  position: relative;
  height: 220px;
}

.fp-ph-modal-chart:empty{
  display: none;
}

.fp-ph-modal-list{
  display: flex;
  flex-direction: column;
}

.fp-ph-modal-row{
  display: grid;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  grid-template-columns: 90px 1fr auto;
  border-top: 1px solid #ededed;
}

.fp-ph-modal-row:first-child {
  border-top: 0;
}

.fp-ph-modal-row span {
  font-size: 13px;
  color: #666666;
}

.fp-ph-modal-row strong {
  font-size: 15px;
  color: #111111;
}

.page-inspiration{
  --tw-bg-opacity: 1;
  background-color: rgb(237 229 219 / var(--tw-bg-opacity));
}

.fp-inspiration{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 75px;
}

@media (min-width: 640px){
  .fp-inspiration{
    padding-bottom: 245px;
  }
}

@media (min-width: 1024px){
  .fp-inspiration{
    padding-top: 4rem;
  }
}

.fp-inspiration .fp-inspiration-block{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1424px;
}

.fp-inspiration .fp-inspiration-block + .fp-inspiration-block{
  margin-top: 2.5rem;
}

.fp-inspiration .fp-inspiration-heading{
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
  font-family: Syne, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 640px){
  .fp-inspiration .fp-inspiration-heading{
    margin-bottom: 2.5rem;
    font-size: 36px;
  }
}

@media (min-width: 1550px){
  .fp-inspiration .fp-inspiration-heading{
    font-size: 48px;
  }
}

.fp-inspiration .fp-inspiration-heading {
  color: #014f37;
}

.fp-inspiration .swiper-gallery{
  width: 100%;
  overflow: visible !important;
}

.fp-inspiration .swiper-gallery .swiper-slide{
  height: auto;
}

.fp-inspiration .swiper-gallery img{
  display: block;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}

.fp-inspiration .swiper-gallery .swiper-pagination {
  position: relative;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

@media not all and (min-width: 1024px){
  .fp-inspiration .swiper-gallery .swiper-pagination{
    display: none !important;
  }
}

.fp-inspiration .swiper-gallery .swiper-pagination-bullet{
  margin: 0px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  transition: background 0.25s ease;
}

.fp-inspiration .swiper-gallery .swiper-pagination-bullet-active {
  background: #237259;
}

@media (max-width: 640px) {
  .fp-inspiration .swiper-gallery img {
    height: 200px;
  }
}

#dziennik-budowy{
  padding-bottom: 75px !important;
}

@media (min-width: 640px){
  #dziennik-budowy{
    padding-bottom: 185px !important;
  }
}

.fp-build-progress{
  margin-top: 0.5rem;
}

.fp-build-steps {
  display: none;
}

@media (min-width: 1024px) {
  .fp-build-steps {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 8px;
    gap: 0
  }
}

.fp-build-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
  padding-bottom: 8px;
}

.fp-build-step::before {
  content: "";
  position: absolute;
  left: -50%;
  width: 100%;
  height: 2px;
  bottom: 14px;
  background: #d8cdba;
  z-index: 0;
}

.fp-build-step:first-child::before {
  display: none;
}

.fp-build-step .fp-build-step-label {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 1.35;
  color: #112a22;
  opacity: 0.45;
  transition:
      opacity 0.25s ease,
      color 0.25s ease,
      font-weight 0.25s ease;
}

.fp-build-step .fp-build-step-dot {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d8cdba;
  transition: all 0.25s ease;
}

.fp-build-step.is-done::before {
  background: #237259;
}

.fp-build-step.is-done .fp-build-step-dot {
  background: #237259;
  border-color: #237259;
}

.fp-build-step.is-done .fp-build-step-label {
  opacity: 0.9;
}

.fp-build-step.is-active::before {
  background: #237259;
}

.fp-build-step.is-active .fp-build-step-dot {
  background: #237259;
  border-color: #237259;
}

.fp-build-step.is-active .fp-build-step-label {
  opacity: 0.9;
}

.fp-build-step.is-upcoming .fp-build-step-label {
  opacity: 0.35;
}

@media (min-width: 1024px){
  .fp-build-mobile{
    display: none;
  }
}

.fp-build-bar{
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  height: 8px;
  background: #d8cdba;
}

.fp-build-bar-fill{
  display: block;
  height: 100%;
  border-radius: 9999px;
  width: var(--fp-progress, 0%);
  background: #237259;
  transition: width 0.4s ease;
}

.fp-build-current{
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.25rem;
  font-size: 15px;
  color: #112a22;
}

.fp-build-current strong{
  font-weight: 600;
  color: #014f37;
}

.fp-build-current-count{
  margin-left: auto;
  font-weight: 600;
  color: #237259;
}

.swiper-diary-main{
  width: 100%;
  overflow: visible !important;
}

.swiper-diary-main .swiper-slide{
  height: auto;
}

.swiper-diary-main .swiper-pagination {
  position: relative;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.swiper-diary-main .swiper-pagination-bullet{
  margin: 0px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  transition: background 0.25s ease;
}

.swiper-diary-main .swiper-pagination-bullet-active {
  background: #237259;
}

.fp-diary-slide-btn {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

.fp-diary-slide-btn img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
  transition: transform 0.35s ease;
}

.fp-diary-slide-btn:hover img {
  transform: scale(1.03);
}

@media (max-width: 640px) {
  .fp-diary-slide-btn img {
    height: 200px;
  }
}

.fp-diary-slide-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 12px;
  font-family: var(--font-syne, sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: #014f37;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  line-height: 1.2;
  pointer-events: none;
}

.fp-diary-slide-count {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #014f37;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  padding: 4px 12px;
  pointer-events: none;
}

.page-closeby{
  --tw-bg-opacity: 1;
  background-color: rgb(237 229 219 / var(--tw-bg-opacity));
  padding-top: 44px;
  padding-bottom: 45px;
}

@media not all and (min-width: 1550px){
  .page-closeby{
    padding-top: 2.5rem;
  }
}

@media (min-width: 640px){
  .page-closeby{
    padding-bottom: 85px;
  }
}

.fp-closeby{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1424px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-closeby .fp-closeby-head{
  display: flex;
  gap: 1.75rem;
}

@media not all and (min-width: 1150px){
  .fp-closeby .fp-closeby-head{
    flex-direction: column;
  }
}

@media (min-width: 1150px){
  .fp-closeby .fp-closeby-head{
    align-items: flex-end;
    gap: 155px;
  }
}

.fp-closeby .fp-closeby-head_left{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1150px){
  .fp-closeby .fp-closeby-head_left{
    max-width: 780px;
  }
}

.fp-closeby .fp-closeby-head_left h3{
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 42 34 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-closeby .fp-closeby-head_left h3{
    font-size: 36px;
  }
}

@media (min-width: 1550px){
  .fp-closeby .fp-closeby-head_left h3{
    font-size: 48px;
  }
}

.fp-closeby .fp-closeby-head_left span{
  display: block;
  font-size: 16px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 1550px){
  .fp-closeby .fp-closeby-head_left span{
    font-size: 26px;
  }
}

.fp-closeby .fp-closeby-head_left span strong{
  font-weight: 700;
}

.fp-closeby .fp-closeby-head_right{
  width: 100%;
  max-width: 320px;
}

@media (min-width: 640px){
  .fp-closeby .fp-closeby-head_right{
    max-width: 393px;
  }
}

.fp-closeby .fp-closeby-head_right .cta{
  width: 320px;
  overflow: visible;
}

@media (min-width: 640px){
  .fp-closeby .fp-closeby-head_right .cta{
    width: 393px;
  }
}

.fp-closeby .fp-closeby-head_right .cta::before{
  left: -2px;
}

.fp-closeby .fp-closeby-head_right .cta:hover::before {
  width: calc(102%);
}

.fp-closeby .fp-closeby-head_right .cta span{
  padding-left: 0.125rem;
}

@media not all and (min-width: 640px){
  .fp-closeby .fp-closeby-head_right .cta span{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.fp-closeby .fp-closeby-loc-one{
  margin-top: 2.75rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

@media not all and (min-width: 1150px){
  .fp-closeby .fp-closeby-loc-one{
    flex-direction: column;
  }
}

.fp-closeby .fp-closeby-loc-one_left{
  position: relative;
  width: 100%;
}

@media (min-width: 1550px){
  .fp-closeby .fp-closeby-loc-one_left{
    max-width: 678px;
  }
}

.fp-closeby .fp-closeby-loc-one_left .map-img{
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1550px){
  .fp-closeby .fp-closeby-loc-one_left .map-img{
    max-height: 600px;
  }
}

.fp-closeby .fp-closeby-loc-one_left .map-pin{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.fp-closeby .fp-closeby-loc-one_left .map-pin{
  animation: bounce 1s infinite;
  cursor: pointer;
}

@media not all and (min-width: 640px){
  .fp-closeby .fp-closeby-loc-one_left .map-pin img{
    width: 1.5rem;
  }
}

.fp-closeby .fp-closeby-loc-one_right{
  width: 100%;
}

@media (min-width: 1550px){
  .fp-closeby .fp-closeby-loc-one_right{
    max-width: 591px;
  }
}

.fp-closeby .fp-closeby-loc-one_right h4{
  margin-bottom: 1rem;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 1550px){
  .fp-closeby .fp-closeby-loc-one_right h4{
    font-size: 32px;
  }
}

.fp-closeby .fp-closeby-loc-one_right span{
  display: block;
  font-weight: 300;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.fp-closeby .fp-closeby-loc-one_right__box{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.fp-closeby .fp-closeby-loc-one_right__box___item{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.fp-closeby .fp-closeby-loc-one_right__box___item img {
}

.fp-closeby .fp-closeby-loc-one_right__box___item .des-head{
  display: flex;
  flex-direction: column;
}

.fp-closeby .fp-closeby-loc-one_right__box___item .des-head h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(1 79 55 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-closeby .fp-closeby-loc-one_right__box___item .des-head h5{
    font-size: 22px;
  }
}

.fp-closeby .fp-closeby-loc-one_right__box___item .des-head span{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .fp-closeby .fp-closeby-loc-one_right__box___item .des-head span{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.fp-closeby .fp-closeby-loc-two{
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

@media not all and (min-width: 1150px){
  .fp-closeby .fp-closeby-loc-two{
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px){
  .fp-closeby .fp-closeby-loc-two{
    margin-top: 5rem;
  }
}

@media (min-width: 1150px){
  .fp-closeby .fp-closeby-loc-two{
    margin-top: 2.75rem;
  }
}

.fp-closeby .fp-closeby-loc-two_left{
  position: relative;
  width: 100%;
}

@media (min-width: 1550px){
  .fp-closeby .fp-closeby-loc-two_left{
    max-width: 796px;
  }
}

.fp-closeby .fp-closeby-loc-two_left .map-img{
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1550px){
  .fp-closeby .fp-closeby-loc-two_left .map-img{
    max-height: 600px;
  }
}

.fp-closeby .fp-closeby-loc-two_left .map-pin{
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.fp-closeby .fp-closeby-loc-two_left .map-pin{
  animation: bounce 1s infinite;
  cursor: pointer;
}

@media not all and (min-width: 640px){
  .fp-closeby .fp-closeby-loc-two_left .map-pin img{
    width: 1.5rem;
  }
}

.fp-closeby .fp-closeby-loc-two_right{
  width: 100%;
}

@media (min-width: 1550px){
  .fp-closeby .fp-closeby-loc-two_right{
    max-width: 442px;
  }
}

.fp-closeby .fp-closeby-loc-two_right h4{
  margin-bottom: 1rem;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 1550px){
  .fp-closeby .fp-closeby-loc-two_right h4{
    font-size: 32px;
  }
}

.fp-closeby .fp-closeby-loc-two_right span{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-weight: 300;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.fp-closeby .fp-closeby-loc-two_right__box{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.fp-closeby .fp-closeby-loc-two_right__box___item{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.fp-closeby .fp-closeby-loc-two_right__box___item img {
}

.fp-closeby .fp-closeby-loc-two_right__box___item .des-head{
  display: flex;
  flex-direction: column;
}

.fp-closeby .fp-closeby-loc-two_right__box___item .des-head h5{
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(1 79 55 / var(--tw-text-opacity));
}

.fp-closeby .fp-closeby-loc-two_right__box___item .des-head span{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.page-inwestor{
  --tw-bg-opacity: 1;
  background-color: rgb(237 229 219 / var(--tw-bg-opacity));
  padding-top: 44px;
  padding-bottom: 75px;
}

@media not all and (min-width: 1550px){
  .page-inwestor{
    padding-top: 2.5rem;
  }
}

@media not all and (min-width: 640px){
  .page-inwestor{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 640px){
  .page-inwestor{
    padding-bottom: 145px;
  }
}

.fp-inwestor{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1424px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .fp-inwestor{
    margin-top: 1.25rem;
  }
}

@media (min-width: 1550px){
  .fp-inwestor{
    margin-top: 2.5rem;
  }
}

.fp-inwestor .fp-inwestor-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media not all and (min-width: 1150px){
  .fp-inwestor .fp-inwestor-head{
    flex-direction: column;
    gap: 1.5rem;
  }
}

.fp-inwestor .fp-inwestor-head h3{
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(1 79 55 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-inwestor .fp-inwestor-head h3{
    font-size: 36px;
  }
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-head h3{
    font-size: 48px;
  }
}

.fp-inwestor .fp-inwestor-head_right{
  width: 100%;
}

@media (min-width: 1150px){
  .fp-inwestor .fp-inwestor-head_right{
    max-width: 740px;
  }
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-head_right{
    max-width: 678px;
  }
}

.fp-inwestor .fp-inwestor-head_right span{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-inwestor .fp-inwestor-head_right span{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-head_right span{
    font-size: 26px;
  }
}

.fp-inwestor .fp-inwestor-head_right span strong{
  font-weight: 700;
}

.fp-inwestor .fp-inwestor-one{
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

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

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

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-one{
    margin-top: 1.5rem;
  }
}

.fp-inwestor .fp-inwestor-one_left{
  position: relative;
  width: 100%;
}

@media (min-width: 1024px){
  .fp-inwestor .fp-inwestor-one_left{
    max-width: 560px;
  }
}

.fp-inwestor .fp-inwestor-one_left .main-img{
  height: 430px;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.fp-inwestor .fp-inwestor-one_left .mask-about{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.fp-inwestor .fp-inwestor-one_right{
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px){
  .fp-inwestor .fp-inwestor-one_right{
    max-width: 740px;
    align-items: center;
  }
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-one_right{
    max-width: 678px;
  }
}

.fp-inwestor .fp-inwestor-one_right h4{
  margin-bottom: 1.5rem;
  font-family: Syne, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 42 34 / var(--tw-text-opacity));
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-one_right h4{
    font-size: 32px;
  }
}

.fp-inwestor .fp-inwestor-one_right span{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-one_right span{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fp-inwestor .fp-inwestor-one_right span strong{
  font-weight: 700;
}

.fp-inwestor .fp-inwestor-one_right span a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(96 139 30 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.fp-inwestor .fp-inwestor-two{
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

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

.fp-inwestor .fp-inwestor-two_left{
  position: relative;
  width: 100%;
}

@media (min-width: 1024px){
  .fp-inwestor .fp-inwestor-two_left{
    max-width: 560px;
  }
}

.fp-inwestor .fp-inwestor-two_left .main-img{
  height: 430px;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.fp-inwestor .fp-inwestor-two_left .mask-about{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}

.fp-inwestor .fp-inwestor-two_right{
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px){
  .fp-inwestor .fp-inwestor-two_right{
    max-width: 740px;
  }
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-two_right{
    max-width: 678px;
  }
}

.fp-inwestor .fp-inwestor-two_right h4{
  margin-bottom: 1.5rem;
  font-family: Syne, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 42 34 / var(--tw-text-opacity));
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-two_right h4{
    font-size: 32px;
  }
}

.fp-inwestor .fp-inwestor-two_right span{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 1550px){
  .fp-inwestor .fp-inwestor-two_right span{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fp-inwestor .fp-inwestor-two_right span strong{
  font-weight: 700;
}

.fp-inwestor .fp-inwestor-two_right span a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(96 139 30 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.page-form{
  --tw-bg-opacity: 1;
  background-color: rgb(237 229 219 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
}

@media not all and (min-width: 1550px){
  .page-form{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.fp-form{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 1424px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

@media (min-width: 640px){
  .fp-form{
    padding-left: 88px;
    padding-right: 88px;
  }
}

@media (min-width: 1024px){
  .fp-form{
    margin-top: 1.25rem;
    margin-bottom: 5rem;
  }
}

.fp-form .mask-about{
  position: absolute;
  top: 0px;
  left: 0px;
}

.fp-form h3{
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 42 34 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-form h3{
    font-size: 24px;
  }
}

@media (min-width: 1024px){
  .fp-form h3{
    margin-bottom: 2.5rem;
    font-size: 32px;
  }
}

.fp-form .form-des{
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-form .form-des{
    font-size: 22px;
  }
}

.fp-form .fp-form-cont{
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

@media not all and (min-width: 1024px){
  .fp-form .fp-form-cont{
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media (min-width: 1024px){
  .fp-form .fp-form-cont{
    margin-top: 74px;
    gap: 1.25rem;
  }
}

.fp-form .fp-form-cont_left{
  width: 100%;
  max-width: 600px;
}

.fp-form .fp-form-cont_left .fp-form-contact{
  width: 100%;
  max-width: 600px;
}

.fp-form .fp-form-cont_left .fp-form-contact .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-field{
  margin-bottom: 1.5rem;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color:#1C1C1C;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-label .fp-optional{
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color:#B7B7B7;
  letter-spacing:.05em;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-input,
  .fp-form .fp-form-cont_left .fp-form-contact .fp-textarea{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  background:#F2F2F2;
  color:#1C1C1C;
  outline:none;
  transition: box-shadow .2s ease, background .2s ease;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-input::-moz-placeholder, .fp-form .fp-form-cont_left .fp-form-contact .fp-textarea::-moz-placeholder{
  color:#9A9A9A;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-input::placeholder,.fp-form .fp-form-cont_left .fp-form-contact .fp-textarea::placeholder{
  color:#9A9A9A;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-input:focus,.fp-form .fp-form-cont_left .fp-form-contact .fp-textarea:focus{
  background:#EDEDED;
  box-shadow:0 0 0 2px rgba(96,139,30,.35);
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-textarea{
  min-height: 150px;
  resize: vertical;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-phone{
  display: flex;
  align-items: stretch;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-phone .wpcf7-form-control-wrap{
  width: auto;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-phone .wpcf7-form-control-wrap:first-child{
  flex-shrink: 0;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-phone .wpcf7-form-control-wrap:last-child{
  flex: 1 1 0%;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-phone .fp-prefix{
  cursor: pointer;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  width:92px;
  height:56px;
  background:#D9CFB8;
  color:#1C1C1C;
  outline:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231C1C1C' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:11px;
  padding-right:30px;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-phone .fp-input{
  width: 100%;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-consents input[type="checkbox"]{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:16px;
  height:16px;
  flex-shrink:0;
  margin-top:1px;
  border:0;
  border-radius:2px;
  background:#EDEDED;
  cursor:pointer;
  position:relative;
  transition: background .2s ease;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-consents input[type="checkbox"]:hover{
  background:#E4E4E4;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-consents input[type="checkbox"]:checked{
  background:#608B1E;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-consents input[type="checkbox"]:checked::after{
  content:"";
  position:absolute;
  left:6px;
  top:1px;
  width:6px;
  height:11px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}

.fp-form .fp-form-cont_left .fp-form-contact .wpcf7-acceptance .wpcf7-list-item{
  margin: 0px;
}

.fp-form .fp-form-cont_left .fp-form-contact .wpcf7-list-item label{
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 12px;
  color:#000000;
}

.fp-form .fp-form-cont_left .fp-form-contact .wpcf7-list-item label input[type="checkbox"]{
  margin-top: 2px;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  accent-color:#608B1E;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-submit{
  margin-top: 2.5rem;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background:#608B1E;
  transition: background .25s ease, transform .12s ease;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-submit:hover{
  background:#4f7418;
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-submit:active{
  transform: translateY(1px);
}

.fp-form .fp-form-cont_left .fp-form-contact .fp-error-msg{
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color:#D32F2F;
}

.fp-form .fp-form-cont_left .fp-form-contact .has-error .fp-input, .fp-form .fp-form-cont_left .fp-form-contact .has-error .fp-textarea, .fp-form .fp-form-cont_left .fp-form-contact .has-error .fp-prefix{
  box-shadow:0 0 0 2px rgba(211,47,47,.45);
}

.fp-form .fp-form-cont_left .fp-form-contact .has-error input[type="checkbox"]{
  outline:2px solid rgba(211,47,47,.5);
  outline-offset:2px;
}

.fp-form .fp-form-cont_left .fp-form-contact .wpcf7-not-valid-tip{
  display: none;
}

@media (max-width:640px){
  .fp-form .fp-form-cont_left .fp-form-contact .fp-row{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.fp-form .fp-form-cont_right{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px){
  .fp-form .fp-form-cont_right{
    max-width: 439px;
  }
}

.fp-form .fp-form-cont_right h4{
  margin-top: 0.75rem;
  font-size: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.fp-form .fp-form-cont_right h5{
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

.fp-form .fp-form-cont_right .form-mail{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.fp-form .fp-form-cont_right .form-mail a{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(52 65 61 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .fp-form .fp-form-cont_right .form-mail a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

html {
  scroll-behavior: smooth;
}

body{
  position: relative;
  overflow-x: clip;
  --tw-bg-opacity: 1;
  background-color: rgb(237 229 219 / var(--tw-bg-opacity));
  font-family: "Public Sans", sans-serif;
}

main{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  main{
    overflow-x: hidden;
  }
}

.container {
  max-width: 1440px;
}

.content-box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cream-bg-hero{
  padding-top: 20px;
  padding-bottom: 20px;
  filter: none !important;
}

@media (min-width: 1550px){
  .cream-bg-hero{
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.cream-bg-about{
  --tw-bg-opacity: 1;
  background-color: rgb(226 217 203 / var(--tw-bg-opacity));
}

#main-content {
  position: relative;
}

#main-content > section {
  position: sticky;
  top: 0;
  transform-origin: center top;
  will-change: transform, filter;
}

#main-content > section:first-child {
  border-radius: 0;
  box-shadow: none;
}

.page-life,
.page-house,
.page-inspiration {
  background: #ede5db;
}

#main-content > section {
  position: sticky;
  top: 0;
  transform-origin: center top;
  will-change: transform, filter;
}

@media not all and (min-width: 640px){
  #main-content > section::before{
    display: none !important;
  }
}

#main-content > section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 80px;
  background: linear-gradient(to top, #ede5db, transparent);
  pointer-events: none;
}

#main-content > section:first-child::before {
  content: none;
}

.cream-bg-about::before {
  background: linear-gradient(to top, #e2d9cb, transparent) !important;
}

