:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --222224: black;
  --sanzio_base: #ffc380;
  --palladio_base: #bd8d2f;
  --base-color-system--warning-yellow: #fbf4bc;
  --yellow: #c2e35a;
  --unit_plans-text: #594d49;
  --form: #222224a1;
  --base-color-brand--blue-dark: #080331;
  --base-color-neutral--neutral-darker: #222;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #00000080;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow-dark: var(--background-color--background-secondary);
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lufga Medium, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lufga Medium, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lufga Medium, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Lufga Regular, Georgia, sans-serif;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-family: Lufga Regular, Georgia, sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-align-left {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-large.nav {
  max-width: 85rem;
}

.container-large.hieght-100 {
  height: 100%;
}

.main-wrapper {
  z-index: 99;
}

.hide {
  display: none;
}

.nav_component {
  background-color: #ddd0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .3s ease-in-out;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component.is_new {
  z-index: 9999;
  background-image: linear-gradient(#000c, #0000);
  padding-top: 3rem;
}

.nav_component.layout_three {
  padding-top: 0;
  display: none;
}

.nav_component.sanzio_lp {
  max-width: none;
}

.nav_component.palladio {
  display: block;
}

.nav_component.lp-nav-component {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 400;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.nav_brand {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: auto;
  padding: 0;
  transition: all .3s ease-in-out;
  display: flex;
}

.nav_brand.w--current {
  background-color: #0000;
  width: 100px;
  height: auto;
  padding: 0;
  position: relative;
  top: 0;
}

.nav_brand.palladio {
  background-color: #0000008a;
}

.nav_brand.palladio.w--current {
  background-color: #0003;
}

.nav_logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav_logo.palladio {
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 89%;
  max-width: 100%;
  height: 89%;
}

.nav_menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  background-color: #212123;
  flex-flow: column;
  width: 350px;
  margin-top: 40px;
  display: flex;
  position: absolute;
  top: 55px;
  right: -100%;
}

.nav_menu_link {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #707070;
  width: 166px;
  padding: 1.5rem 0;
  font-weight: 200;
}

.nav_menu_link:hover, .nav_menu_link.w--current {
  color: #ffdb24;
}

.nav_menu_link.last {
  border-bottom-width: 0;
}

.nav_menu_link.mobile {
  display: none;
}

.body {
  background-color: #222224;
  font-family: Lufga Regular, Georgia, sans-serif;
}

.hero_im {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.hero_overlay {
  opacity: .73;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_overlay.new {
  opacity: .33;
}

.hero_overlay.new.is_have {
  display: none;
}

.footer {
  background-color: #161616;
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.footer_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  display: block;
}

.footer_top-left {
  z-index: 99;
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer_top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_top-grid.layout_two {
  align-items: center;
}

.footer_logo {
  border-bottom: 1px solid #707070;
  width: 6.25rem;
  height: auto;
  padding-bottom: 2rem;
}

.footer_logo.layout_two {
  justify-content: center;
  align-items: flex-end;
  width: 250px;
  margin-left: 0;
  padding-bottom: 2rem;
  display: flex;
}

.footer_logo.layout_two.sanzio_lp {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer_logo-im {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer_logo-im.layout_two {
  padding-bottom: 0;
}

.footer_logo-im.layout_two.palladio {
  padding-right: 0;
}

.footer_top-right {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  text-align: right;
  flex-flow: column;
  margin-right: 0;
  display: block;
}

.top_footer-heading {
  color: #c4c4c5;
  text-transform: uppercase;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.contact_info-grp {
  grid-column-gap: 4.8125rem;
  grid-row-gap: 4.8125rem;
  flex-flow: column;
  display: flex;
}

.contact_info-item {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  flex-flow: column;
  display: flex;
}

.contact_info-header-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.25rem;
}

.contact_info-para {
  color: #c4c4c5;
  font-size: 1.25rem;
  text-decoration: none;
}

.contact_info-para.hide-phone {
  display: none;
}

.contact_info-para.link.is_rr {
  font-size: 1rem;
}

.contact_info-para.is_copyright {
  font-family: Lufga Regular, Georgia, sans-serif;
}

.swiper-container.swiper-6 {
  display: none;
}

.swiper-slide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-slide.hero {
  height: 100vh;
  position: relative;
}

.swiper_arrow.is_highlight {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 40% auto auto 0;
}

.swiper_arrow.is_highlight.mobile {
  justify-content: flex-start;
  display: none;
  position: static;
}

.swiper_arrow.is_highlight.projects {
  top: 40%;
}

.swiper_arrow.is_highlight.projects.is_update {
  top: 50%;
}

.swiper-button-next {
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  min-height: 200px;
  display: flex;
}

.swiper-button-prev {
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 200px;
  display: flex;
}

.section_contact {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top: 1px solid #707070;
  margin-top: 13.875rem;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.contact_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_grid-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-right: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 4rem;
  display: flex;
}

.contact_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.contact_header-text {
  color: #fff;
  font-size: 3.125rem;
}

.contact_header-text.is_static {
  font-size: 2.5rem;
}

.contact_header-text._2rem {
  font-size: 2rem;
}

.contact_header-para {
  color: #fff;
  font-size: 1.25rem;
}

.form_group {
  width: 100%;
}

.form_group.palladio:hover {
  border: 1px solid var(--222224);
}

.contact_form-input {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: .5625rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.125rem;
}

.contact_form-input::placeholder {
  color: #fff;
  font-weight: 100;
}

.contact_form-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #3898ec00;
  padding-left: 0;
  padding-right: 40px;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.375rem;
  transition: all .3s;
}

.contact_form-btn:hover {
  font-family: LufgaRegular;
  font-weight: 500;
}

.form {
  grid-column-gap: 2.0625rem;
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact_btn-wrapper {
  margin-left: auto;
  padding-right: 0;
}

.contact_form-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  padding-right: 40px;
}

.button_border {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all .2s;
}

.button_border:hover {
  font-size: 1.3rem;
}

.btn_line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.btn_line.is_download {
  width: 85%;
}

.logo_img-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.logo_image-track {
  flex-flow: row;
  display: flex;
}

.html-embed {
  height: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  color: #c4c4c5;
  font-family: Lufga Regular, Georgia, sans-serif;
  text-decoration: none;
}

.success-message {
  color: #fff;
  background-color: #ddd0;
  padding-left: 0;
  font-family: LufgaLight;
}

.contact_grid-im {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.text-block {
  font-family: Lufga Regular, Georgia, sans-serif;
}

.slider_header.update {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.contact_right {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/6786e161527751be4c840d1b_Image%206.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.contact_right.palladio {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/67898eee0e45b3004385e5d9_Image%206%20(1)_formphotoeditor.com.webp");
  background-position: 0 0;
  background-size: cover;
}

.contact_right.is_desimed {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/6777a375cba85e7c7d94165b_16F_00000-transformed_upscayl_4x_realesrgan-x4plus.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
}

.contact_right.is_download {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/67797aeac64d03c9ee13dccd_large%20balconies.webp");
  background-position: 0 0;
  background-size: cover;
  width: 50%;
}

.contact_right.is_download.is_project {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/67891dd7102d1b1000ec6502_Compressed_brochure%20(1).webp"), linear-gradient(#0000, #0000);
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.contact_right.project {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/67891f05b40fce0e40c6e5b1_Enquire%20now%20final.webp");
}

.nav_wrapper {
  flex-flow: column;
  align-items: flex-end;
  margin-top: 0;
}

.nav_wrapper.lp-desktop-hide {
  display: none;
}

.nav_wrapper.new-task {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.nav_humburg {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  top: 34px;
}

.nav_humburg.no_gap.home {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  top: 0;
}

.nav_line {
  background-color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 0;
}

.nav_line.top.is_black, .nav_line.bottom.is_black, .nav_line.top.is_black, .nav_line.bottom.is_black {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.hero_im-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero_slide-content {
  height: 100%;
}

.bootom_fixed {
  z-index: 99999;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2.125rem;
  right: 0;
}

.btn_fixed {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  background-color: #464d30;
  border: 1px solid #bfbfbf;
  padding: .2rem .4rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.btn_fixed:hover {
  color: #dcff67;
}

.btn_fixed.sanzio:hover {
  color: var(--sanzio_base);
}

.btn_fixed.palladio_lp:hover {
  color: var(--sanzio_base);
  -webkit-text-stroke-color: var(--sanzio_base);
}

.fixed_button-grp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
  position: relative;
  bottom: 200px;
  right: -95px;
  transform: rotate(-90deg);
}

.wp_button {
  width: 30px;
  height: 30px;
  margin-right: 2.0625rem;
  display: none;
}

.animated_header {
  position: relative;
}

.animated_header.designed {
  transform: translate(100px);
}

.animated_header.download {
  transform: translate(80px);
}

.animated_header.stay {
  transform: translate(100px);
}

.animated_header.palladio_lp {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.animated_header.is_flex {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  justify-content: center;
  display: flex;
}

.animated_header-top {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  justify-content: center;
  display: flex;
  position: relative;
}

.animated_header-top.is_project {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.animated_header-top.is_project.is_about {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  left: 60px;
  transform: translate(50px);
}

.animated_header-top.is_project.is_about.palladio_lp {
  flex-flow: column;
  align-items: stretch;
}

.animated_header-top.floor {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.animated_header-top.is_designed {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
  transform: translate(-180px);
}

.animated_header-top.is_future {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  transform: translate(0);
}

.animated_header-top.is_future.is-stay {
  transform: translate(-250px);
}

.animated_header-top.is_download {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  transform: translate(-118px);
}

.animated_header-top.is_confi {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
  transform: translate(-120px);
}

.animated_header-top.is_confi.project_confi {
  transform: translate(-150px);
}

.animated_header-top.is_projects {
  transform: translate(-160px);
}

.animated_header-top.is_flex {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
}

.animated_header-text {
  color: #fff;
  font-family: Lufga Light, Georgia, sans-serif;
  font-size: 3.1rem;
  font-weight: 300;
}

.animated_header-text.bottom.is_about.light {
  font-family: Lufga Light, Georgia, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
}

.animated_header-text.bottom.is_about.light.sanzio_lp, .animated_header-text.bottom.is_about.light.palladio {
  font-size: 2.5rem;
}

.animated_header-text.bottom.is_project {
  font-family: LufgaThin;
  font-weight: 100;
}

.animated_header-text.bottom.is_projects {
  color: #fffad1;
  text-align: center;
  font-family: LufgaLight;
  font-weight: 300;
  position: relative;
  left: 0;
}

.animated_header-text.is_project.thin.sanzio_lp, .animated_header-text.is_project.thin.palladio {
  font-size: 2.5rem;
}

.animated_header-text.is_floor.palladio_lp {
  margin-left: 0;
}

.animated_header-text.static {
  font-size: 1.5rem;
}

.animated_header-text.sanzio_lp.solarium.en {
  margin-top: 0;
}

.animated_header-text.is_project {
  font-family: Lufga Light, Georgia, sans-serif;
}

.animated_header-text.is_project.thin {
  margin-bottom: 0;
  font-family: Lufga Light, Georgia, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
}

.animated_header-text.is_project.thin.sanzio_lp, .animated_header-text.is_project.thin.palladio {
  font-size: 2.5rem;
}

.animated_header-text.is_project._1rem {
  width: 498px;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.8rem;
  left: 0;
}

.animated_header-text.is_project.is_mobile {
  display: none;
}

.animated_header-text.is_project-heading-top {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 1.8rem;
  font-weight: 300;
  display: flex;
  position: relative;
  left: 7rem;
  right: 0;
}

.animated_header-text.is_project-heading-bottom {
  color: var(--base-color-system--warning-yellow);
  margin-left: 0;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  left: 100px;
}

.animated_header-text.is_project {
  margin-bottom: 2rem;
  font-family: Lufga Semi Bold, Georgia, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  left: 0;
}

.animated_header-text.is_project.flex_mobile-heading._2rem {
  flex-flow: column;
  display: flex;
}

.animated_header-text.is_project._2rem {
  margin-bottom: 2rem;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 2rem;
  display: flex;
}

.border_grp {
  color: #545454;
  flex-flow: row;
  align-items: center;
  display: flex;
  position: relative;
}

.border_grp.is_top {
  position: relative;
  top: 0;
  right: 0;
}

.border_grp.is_top.is_project {
  width: 309px;
}

.border_grp.is_top.is_about {
  width: auto;
}

.border_grp.is_top.is_mid {
  width: 100px;
}

.border_grp.is_top.is_grid2 {
  width: 135px;
}

.border_grp.is_top.is_grid4 {
  width: 85px;
}

.border_grp.is_top.is_large {
  width: 400px;
}

.border_grp.is_top.is_small {
  width: 33px;
}

.border_grp.is_bottom {
  position: relative;
  inset: auto auto 0;
}

.border_grp.is_bottom.is_project {
  width: 309px;
}

.border_grp.is_bottom.is_project.is_about {
  width: auto;
}

.border_grp.is_bottom.is_aminities {
  margin-top: 0;
  margin-left: 0;
}

.border_grp.is_bottom.is_designed-left {
  position: absolute;
  bottom: 32px;
  right: 0;
}

.border_grp.is_bottom.is_designed-left.is_project-confi {
  left: 0;
  right: auto;
}

.border_grp.is_bottom.is_designed-left.is_project-confi.project-bottom-grp {
  left: -80px;
  right: auto;
}

.border_grp.is_bottom.is_designed-left.is_project-confi.project-bottom-grp.one {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 0;
  padding-top: 9px;
  padding-right: 0;
  bottom: -1.2625rem;
  left: 11.5rem;
}

.border_grp.is_bottom.is_designed-left.two {
  margin-left: 0;
  padding-left: 8rem;
  bottom: -23px;
  right: 2rem;
}

.border_line {
  background-color: #545454;
  width: 170px;
  height: 1px;
  position: relative;
}

.border_line.is_floor {
  width: 170px;
}

.border_line.is_floor.is_download-left {
  width: 216px;
}

.border_line.is_floor.is_confi-left, .border_line.is_floor.is_confi-left.project_confi-bottom {
  width: 130px;
}

.border_line.is_project {
  width: 100%;
}

.border_line.is_project.about {
  width: 350px;
}

.border_line.is_project.is_white {
  background-color: #fff;
  border-radius: 5px;
  height: 4px;
}

.border_line.is_project.is_red {
  background-color: #c89a2c;
}

.border_line.is_designed {
  width: 219px;
}

.border_line.is_designe-left {
  width: 309px;
  display: flex;
}

.border_line.is_future, .border_line.is_download {
  width: 296px;
}

.border_line.is_download.brochure {
  width: 156px;
}

.border_line.is_future-left {
  width: 216px;
  display: flex;
}

.border_line.is_future-left.bottom.project_confi-top {
  width: 296px;
}

.border_line.is_aminities {
  width: 80px;
}

.border_line.is_aminities.is_enquire {
  width: 156px;
}

.border_line.is_projects {
  width: 250px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 0;
}

.border_line.is_projects.bottom {
  width: 350px;
  margin-bottom: 40px;
}

.border_shap-one {
  position: absolute;
  top: 0;
  bottom: -5px;
  left: 40px;
}

.border_shap-one.is_bottom {
  top: auto;
  bottom: -9px;
}

.border_shap-one.is_project.is_confo-left, .border_shap-one.is_project.is_enquire, .border_shap-one.is_project.is_testimonial {
  left: 20px;
}

.border_shap-one.is_about {
  top: auto;
  bottom: -11px;
}

.border_shap-one.is_project {
  top: 13px;
  bottom: auto;
}

.border_shap-one.is_project.is_download {
  left: 30px;
}

.border_shap-one.is_project.is_confo-left, .border_shap-one.is_project.is_enquire, .border_shap-one.is_project.is_testimonial {
  left: 20px;
}

.border_shap-one.is_project.is-designed {
  top: auto;
  bottom: -5px;
}

.border_shap-one.is_project.is_future {
  top: auto;
  bottom: -6px;
  left: 15px;
}

.border_shap-one.is_project.is_about {
  top: 20px;
  bottom: auto;
}

.border_shap-one.is_project.is_aminities {
  inset: auto 10px 5px auto;
}

.border_shap-one.is_project.is_future {
  top: auto;
  bottom: -6px;
  left: 15px;
}

.border_shap-one.is_project.is_future.projects {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: .5;
  display: flex;
  top: 0;
  bottom: auto;
  left: 10.5rem;
}

.border_shap-one.is_project.is_future.projects.is_bottom {
  inset: auto 232px -6px auto;
}

.border_shap-one.is_project.is_future.projects.is_bottom.rh {
  margin-left: 0;
  margin-right: -.8rem;
  padding-left: 0;
  line-height: .1;
  bottom: 2.5rem;
  right: 9rem;
}

.border_shap-one.is_project.is_future.projects.is_bottom.rh.left {
  margin-right: -5.5rem;
}

.border_shap-two {
  position: absolute;
  top: 30px;
  bottom: auto;
  right: 40px;
}

.border_shap-two.is_about {
  inset: auto auto 21px 100px;
}

.border_shap-two.is_download {
  inset: 50% 40px 50% auto;
}

.border_shap-two.is_confi, .border_shap-two.is_enquiry, .border_shap-two.is_testimonial {
  right: 20px;
}

.border_shap-two.is-designed {
  top: 0;
}

.border_shap-two.is_future {
  top: 0;
  right: 15px;
}

.border_shap-two.is_about-top {
  top: 36px;
}

.border_shap-two.is_aminities {
  inset: 6px auto 0 10px;
}

.border_shap-two.is_future {
  top: 0;
  right: 15px;
}

.border_shap-two.is_future.projects {
  margin: 0 6rem -2.1rem 0;
  line-height: .5;
  top: auto;
  bottom: 2.5rem;
  right: 5rem;
}

.border_shap-two.is_future.projects.bottom {
  inset: 9px auto auto 3rem;
  line-height: .5;
  inset: 9px auto auto 3rem;
}

.border_shap-two.is_future.project-abot {
  top: -32px;
  bottom: 0;
}

.about_para {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  font-family: LufgaLight;
  font-size: 1.25rem;
  display: flex;
}

.about_para.is_design {
  padding-left: 3rem;
  padding-right: 3rem;
}

.llp_form-block {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.llp_form-block.is_enquiry {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

.llp_form-block.is_popup {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
}

.llp_input {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #545454;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.25rem;
}

.llp_input:hover {
  border-color: var(--yellow);
}

.llp_input:focus {
  border-color: #dcff67;
}

.llp_input::placeholder {
  color: #fff;
}

.llp_input.sanzio_lp:hover, .llp_input.sanzio_lp:focus, .llp_input.sanzio:hover, .llp_input.sanzio:focus {
  border-color: var(--sanzio_base);
}

.llp_input.palldio:hover, .llp_input.palldio:focus, .llp_input.palladio_lp:hover, .llp_input.palladio_lp:focus {
  border-color: var(--palladio_base);
}

.llp_form-grp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.llp_form-button {
  border: 1px solid var(--yellow);
  background-color: #3898ec00;
  min-width: 160px;
  max-width: 160px;
  min-height: 45px;
  max-height: 45px;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.3125rem;
  line-height: 100%;
  transition: all .4s;
}

.llp_form-button:hover {
  background-color: var(--yellow);
  color: #000;
  background-image: none;
  font-family: LufgaMedium;
}

.llp_form-button.is_download {
  z-index: 99;
  border-color: var(--yellow);
  justify-content: center;
  align-items: center;
  min-width: 15.4375rem;
  max-width: 15.4375rem;
  min-height: 2rem;
  max-height: 2rem;
  display: flex;
  position: relative;
}

.llp_form-button.is_download:hover {
  background-image: linear-gradient(47deg, var(--yellow), #f6fccf);
}

.llp_form-button.is_download.sanzio_lp.download_brochure {
  border-color: var(--sanzio_base);
}

.llp_form-button.is_download.sanzio_lp.download_brochure:hover {
  background-image: linear-gradient(47deg, var(--sanzio_base), #f6fccf);
}

.llp_form-button.is_download.palladio_lp:hover {
  background-image: linear-gradient(47deg, var(--palladio_base), #f6fccf);
}

.llp_form-button.is_download.palladio_lp:focus {
  border-color: var(--palladio_base);
}

.llp_form-button.is_enquiry:hover {
  background-image: linear-gradient(47deg, var(--yellow), #f6fccf);
}

.llp_form-button.is_enquiry.sanzio_lp, .llp_form-button.is_enquiry.sanzio {
  border-color: var(--sanzio_base);
}

.llp_form-button.is_enquiry.sanzio:hover {
  background-color: #fff0;
  background-image: linear-gradient(47deg, var(--sanzio_base), #f6fccf);
}

.llp_form-button.is_enquiry.palladio {
  border-color: var(--palladio_base);
}

.llp_form-button.is_enquiry.palladio:hover {
  border-color: var(--palladio_base);
  background-image: linear-gradient(47deg, var(--palladio_base), #f6fccf);
}

.llp_form-button.sanzio_lp {
  border-color: var(--sanzio_base);
}

.llp_form-button.sanzio_lp:hover {
  border-color: var(--sanzio_base);
  background-color: var(--sanzio_base);
  background-image: linear-gradient(47deg, var(--sanzio_base), #f6fccf);
}

.llp_form-button.sanzio_lp.tree_trove {
  border-color: var(--sanzio_base);
}

.llp_form-button.sanzio_lp.tree_trove:hover {
  border-color: var(--sanzio_base);
  background-color: var(--sanzio_base);
  background-image: linear-gradient(47deg, var(--sanzio_base), #f6fccf);
}

.llp_form-button.sanzio_lp.enquire_now {
  border-color: var(--sanzio_base);
}

.llp_form-button.sanzio_lp.enquire_now:hover {
  background-image: linear-gradient(47deg, var(--sanzio_base), #f6fccf);
}

.llp_form-button.tree-trove {
  font-family: Lufga Regular, Georgia, sans-serif;
}

.llp_form-button.tree-trove.palladio_lp {
  border-color: var(--palladio_base);
}

.llp_form-button.tree-trove.palladio_lp:hover {
  background-image: linear-gradient(47deg, var(--palladio_base), #f6fccf);
}

.llp_form-button.palladio_lp {
  border-color: var(--palladio_base);
}

.llp_form-button.palladio_lp:hover {
  background-color: var(--palladio_base);
}

.llp_form-button.palladio_lp.is_enquiry:hover {
  background-image: linear-gradient(47deg, var(--palladio_base), #f6fccf);
}

.popup_wrapper {
  z-index: 9999;
  background-color: #222224a1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.popup_wrapper.download_brosher, .popup_wrapper.download_brosher.palladio_lp, .popup_wrapper.sanzio, .popup_wrapper.palladio, .popup_wrapper.download_popup, .popup_wrapper.download_popup {
  display: none;
}

.enquiry_popup {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #222224;
  border: 1px solid #545454;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: flex;
  position: relative;
}

.enquiry_popup.small-box {
  width: 90%;
  max-width: 800px;
}

.is_desktop {
  display: block;
}

.footer_layout-two-button {
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 77px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer_button-text {
  border: 2px solid var(--palladio_base);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  position: static;
  top: 50%;
  left: 50%;
}

.footer_btn-shap {
  position: absolute;
}

.fixed_enquiry {
  z-index: 9999;
  position: fixed;
  bottom: 6.25rem;
  right: 0;
}

.fixed_inquiry-btn {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  background-color: #ffffff80;
  padding: .5rem 3.5rem .5rem 1.4375rem;
  font-family: LufgaLight;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s;
}

.section_project-intro {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.project_header-para {
  color: #fff;
  width: 500px;
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  font-family: LufgaLight;
  font-size: 1rem;
  position: relative;
  left: 50px;
}

.ssection_designed-nature {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.designed-nature-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.designed_narure-left {
  z-index: 99;
  grid-column-gap: 11.1875rem;
  grid-row-gap: 11.1875rem;
  background-color: #222224;
  flex-flow: column;
  align-items: flex-start;
  width: 24rem;
  min-width: 24rem;
  max-width: 22rem;
  display: flex;
  position: relative;
}

.designed_narure-left-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.para {
  color: #fff;
  font-family: LufgaLight;
  font-size: 1.125rem;
}

.para.mobile_center {
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.1rem;
}

.para.mobile_center.palladio {
  font-size: 1.1rem;
  font-weight: 300;
}

.section_have {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/6777a73b6612ab0c7b0074ae_have%20it%20all.webp");
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 27rem;
  margin-top: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.have_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.have_grid-right {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  width: 17rem;
  min-width: 17rem;
  max-width: 17rem;
  display: flex;
}

.have_para {
  box-sizing: border-box;
  color: #fff;
  text-align: right;
  width: 352px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}

.have_link {
  color: #6a6a6a;
  font-family: LufgaLight;
  font-size: 1.25rem;
  text-decoration: none;
}

.section_text-marquee {
  padding-top: 4.3125rem;
  padding-bottom: 4.3125rem;
  position: relative;
  overflow: hidden;
}

.marq_text {
  color: #fff;
  letter-spacing: -1px;
  font-family: LufgaThin;
  font-size: 1.25rem;
}

.text_card-holder {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text_card-holder.custom-animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  animation-duration: 30s;
}

.text-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-radius: .5rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 2.5rem;
  padding: 0;
  display: flex;
}

.text_holder-left {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text_holder-left.custom-animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  animation-duration: 30s;
}

.text_shap-left {
  background-image: linear-gradient(90deg, #222224, #00f0);
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text_shap-right {
  background-image: linear-gradient(90deg, #22222400, #222224);
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.section_introducing {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 7rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
}

.section_introducing.new-task {
  margin-top: 0;
}

.intro_shap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.introducing_content {
  z-index: 99;
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.introducing_left-top {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.introducing_left-top.is_download {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 409px;
}

.text-move {
  position: relative;
  left: 0;
}

.introducing_left-para {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
}

.introducing_left-para.is_download {
  font-size: 1.1rem;
}

.section_updates {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.section_updates.home_projects {
  padding-top: 0;
  padding-bottom: 0;
}

.section_updates.new-task {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.update_component {
  grid-column-gap: 2.3125rem;
  grid-row-gap: 2.3125rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.header_para {
  color: #fff;
  font-size: 1.25rem;
}

.update_slider-wrapper {
  position: relative;
}

.swiper-container4 {
  display: flex;
}

.update_card {
  width: 550px;
}

.update_desktop-slider.home_projects {
  display: block;
}

.section_download {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top: 0 solid #707070;
  margin-top: 0;
  margin-bottom: 7rem;
  padding-top: 0;
  position: relative;
}

.download_grid-left {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  flex-flow: column;
  display: flex;
}

.project_hero_content {
  z-index: 9;
  width: 100%;
  position: relative;
}

.project_cta {
  margin-top: -80px;
}

.designed_nature-mobile-im-wrapper {
  display: none;
}

.designed_nature-mobile-im {
  width: 100%;
}

.update_mobile-slider {
  display: none;
}

.paragraph {
  text-align: right;
  font-size: 1.2rem;
}

.text-block-2 {
  text-align: center;
  font-family: Lufga Regular, Georgia, sans-serif;
}

.wl_project-heading {
  text-align: center;
  margin-top: 3rem;
  position: relative;
  left: -130px;
}

.section_features {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.features_component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
}

.property_features {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.property_features-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.property_features-grid.ipad_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.property_features-grid.unit_plans {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.property_features-grid-item {
  cursor: pointer;
  border: 1px #707070;
  flex-flow: column;
  justify-content: flex-end;
  width: 24%;
  height: 42rem;
  display: flex;
  position: relative;
}

.property_features-grid-item.fourth, .property_features-grid-item.second, .property_features-grid-item.third {
  width: 24%;
  display: flex;
}

.property_features-grid-item.third.unitfeatures_three {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/677b7b98b335dbc087d86f3e_spacioius.webp");
  background-position: 0 0;
  background-size: cover;
  width: 24%;
  display: flex;
  overflow: hidden;
}

.property_features-grid-item.third.unitfeatures_three.mobile_unit.palladio {
  width: 24%;
}

.property_features-grid-item.unitfeatures_one.second, .property_features-grid-item.unitfeatures_one.mobile_unit {
  width: 24%;
}

.property_features-grid-item.unitfeatures_one {
  background-color: #222224;
  width: 24%;
  display: flex;
  overflow: hidden;
}

.property_features-grid-item.unitfeatures_one.second, .property_features-grid-item.unitfeatures_one.mobile_unit {
  width: 24%;
}

.property_features-grid-item.unitfeatures_one.second, .property_features-grid-item.unitfeatures_one.mobile_unit {
  width: 24%;
}

.property_features-grid-item.unitfeatures_one.mobile_unit.unit_first.palladio {
  object-fit: cover;
  object-position: 0% 50%;
}

.property_features-im-wrapper {
  height: 720px;
  display: block;
  position: relative;
  overflow: hidden;
}

.property_features-im-wrapper.is_unitfeatures.is_center.plan_image-three.is_pan, .property_features-im-wrapper.is_unitfeatures.is_pan {
  margin-left: 100px;
}

.property_features-im-wrapper.unitfeatures_three {
  width: 312px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0);
}

.property_features-im-wrapper.unitfeatures_three.is_unit {
  width: auto;
  height: 650px;
  overflow: hidden;
  transform: none;
}

.property_features-im-wrapper.unitfeatures_three.is_unit.palladio {
  width: 500px;
}

.property_features-im-wrapper.is_unitfeatures {
  width: 400px;
  height: 850px;
  margin-left: 150px;
  transform: rotate(-10deg);
}

.property_features-im-wrapper.is_unitfeatures.is_center.plan_image-three.is_pan, .property_features-im-wrapper.is_unitfeatures.is_pan {
  margin-left: 100px;
}

.property_features-im-wrapper.is_unitfeatures.is_unit {
  width: auto;
  margin-left: 0;
  transform: none;
}

.property_features-im-wrapper.is_unitfeatures.is_center {
  margin-left: auto;
  margin-right: auto;
}

.property_features-im-wrapper.is_unitfeatures.is_center.plan_image-three {
  width: 400px;
  height: 850px;
  margin-left: 100px;
  margin-right: 0;
}

.property_features-im-wrapper.is_unitfeatures.is_center.plan_image-three.is_pan, .property_features-im-wrapper.is_unitfeatures.is_pan {
  margin-left: 100px;
}

.property_features-im {
  object-fit: cover;
  object-position: 50% 0%;
  border: 0 solid #707070;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.property_features-im.unit_features-three {
  object-fit: fill;
}

.property_features-im.unit_features-three.is_unit {
  object-fit: cover;
  border-width: 0;
}

.property_features-im.palladio {
  object-fit: cover;
}

.property_features-im.unit_plans {
  box-sizing: border-box;
  object-fit: cover;
}

.property_features-im.unti_plans {
  overflow: clip;
}

.property_features-im.is_unit {
  border-width: 0;
  border-radius: 0;
}

.property_features-im.is_unit.palladio {
  object-fit: cover;
  object-position: 50% 50%;
}

.property_features-im.is_unit.is_pan {
  object-fit: fill;
}

.property_features-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
  position: absolute;
  bottom: 3rem;
}

.property_features-content.unitfeatures_three {
  align-items: flex-end;
  height: 100%;
}

.property_name {
  color: #fff;
  font-family: LufgaLight;
  font-size: 1.875rem;
  font-weight: 300;
}

.property_name.open {
  z-index: 99;
  z-index: 99;
  font-size: 1.5rem;
  position: relative;
}

.property_close {
  z-index: 999999;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.close_icon {
  display: flex;
}

.propery_wide {
  z-index: 99;
  width: 100%;
  display: none;
  position: absolute;
  top: 8px;
  left: 0;
}

.propery_wide.two {
  display: none;
}

.features_close-only {
  z-index: 99999;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.social_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.social_link {
  color: #c4c4c5;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.project_number {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.copyright_footer {
  border-top: 1px solid #ffffff29;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.checkbox-label {
  color: #fff;
  width: auto;
  font-family: LufgaLight;
  font-size: .875rem;
}

.success-message-2 {
  color: #fff;
  background-color: #ddd0;
  padding: 0;
}

.text-block-7 {
  color: var(--base-color-neutral--white);
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: .875rem;
}

.close-popup {
  cursor: pointer;
  width: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.enquiry-now {
  z-index: 9999;
  background-color: #222224a1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.enquiry-now.download_brosher, .enquiry-now.download_brosher.palladio_lp, .enquiry-now.sanzio, .enquiry-now.palladio, .enquiry-now.download_popup, .enquiry-now.download_popup {
  display: none;
}

.enquiry-close {
  cursor: pointer;
  width: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.success-message-box {
  background-image: linear-gradient(225deg, black, var(--text-color--text-success));
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.success-message-top-heading {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.success-message-top-para {
  font-family: Lufga Regular, Georgia, sans-serif;
  font-size: 1.2rem;
}

.jrc-border-btn {
  background-color: #0000;
  border: 1px solid #c2e35a;
  padding: 10px 30px;
  font-family: Lufga Regular, Georgia, sans-serif;
  transition: all .3s ease-in-out;
}

.jrc-border-btn:hover {
  background-image: linear-gradient(46deg, var(--yellow), #f6fccf);
  color: var(--border-color--border-alternate);
}

.vid-walkthrough {
  padding-top: 80px;
  padding-bottom: 80px;
}

.vid-walkthrough-box {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.vid-walkthrough-left {
  width: 56%;
}

.vid-walkthrough-right {
  width: 40%;
}

.vid-walkthrough-content {
  color: #fff;
}

.vid-wt-wrap {
  z-index: 9999;
  background-color: #222224a1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.vid-wt-wrap.download_brosher, .vid-wt-wrap.download_brosher.palladio_lp, .vid-wt-wrap.sanzio, .vid-wt-wrap.palladio, .vid-wt-wrap.download_popup {
  display: none;
}

.vid-wt-button {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  cursor: pointer;
  width: 200px;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.vid-wt-button:hover {
  font-size: 1.3rem;
}

.vid-close-popup {
  cursor: pointer;
  width: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.vid-walkthrough-button {
  margin-top: 30px;
}

.vid-popup {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #222224;
  border: 1px solid #545454;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
}

.vid-popup.small-box {
  width: 90%;
  max-width: 800px;
}

.vid-popup-richtext {
  color: #fff;
}

.project_hero_content_box {
  text-align: right;
}

.project-page-title {
  margin-bottom: 2rem;
  font-size: 3rem;
}

.jrc-dropdown {
  border-bottom: 1px solid #707070;
}

.jrc-dropdown-toggle {
  color: #fff;
  font-weight: 200;
}

.jrc-dropdown-list {
  background-color: #fff;
}

.jrc-dropdown-link.w--current {
  color: var(--palladio_base);
}

.project-page-title {
  color: #fff;
  text-align: right;
  font-size: 2.8rem;
}

.section__hero_video {
  background-image: linear-gradient(315deg, #000, #0000 50%, #000 101%);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding: 60px 3rem;
  display: flex;
}

.section__hero_video.palladio {
  background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/67897a4d4314a07fcaf1907c_DJI_20240911092215_0132_D_formphotoeditor.com.webp");
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.play_video {
  width: 40px;
  display: none;
  inset: auto auto 10px 10px;
}

.property-flex {
  grid-column-gap: 2%;
  grid-row-gap: 25px;
  flex-flow: wrap;
  position: relative;
}

.property-card {
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 49%;
  height: 265px;
  padding: 25px 40px;
  transition: all .5s;
  position: relative;
}

.property-card:hover {
  border-color: #fff3f3;
}

.property-heading {
  z-index: 4;
  color: #fff;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  position: relative;
}

.property-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.property-overlay {
  z-index: 2;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.property-text {
  z-index: 5;
  color: #fff;
  max-width: 634px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.3;
  position: relative;
}

.property-close {
  z-index: 3;
  cursor: pointer;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.nav-logo {
  width: auto;
  height: 60px;
  display: none;
}

.special-features-sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.special-features-box {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.special-features-left {
  border-right: 1px solid var(--base-color-neutral--white);
  flex-flow: wrap;
  width: 40%;
  padding-right: 2rem;
  display: flex;
}

.special-features-right {
  width: 56%;
}

.special-features-top {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
  display: flex;
}

.special-features-top-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
}

.special-features-top-title.bottom {
  font-family: LufgaThin;
}

.special-features-top-title.bottom.is_about.light {
  font-family: LufgaLight;
  font-size: 2.8rem;
}

.special-features-top-title.bottom.is_about.light.sanzio_lp, .special-features-top-title.bottom.is_about.light.palladio {
  font-size: 2.5rem;
}

.special-features-top-title.bottom.is_project {
  font-family: LufgaThin;
  font-weight: 100;
}

.special-features-top-title.bottom.is_projects {
  color: #fffad1;
  text-align: center;
  font-family: LufgaLight;
  font-weight: 300;
  position: relative;
  left: 0;
}

.special-features-top-title.bottom.palladio_lp, .special-features-top-title.bottom.palladio_lp:hover {
  font-family: LufgaThin;
}

.special-features-top-title.is_project {
  font-family: LufgaLight;
  font-weight: 300;
  position: relative;
  left: 0;
}

.special-features-top-title.is_project.thin {
  margin-bottom: 0;
  font-family: LufgaThin;
  font-size: 2.8rem;
  font-weight: 100;
}

.special-features-top-title.is_project.thin.sanzio_lp, .special-features-top-title.is_project.thin.palladio {
  font-size: 2.5rem;
}

.special-features-top-title.is_project._1rem {
  width: 498px;
  font-size: 1.8rem;
  left: 0;
}

.special-features-top-title.is_project.is_mobile {
  display: none;
}

.special-features-top-title.is_floor {
  font-family: LufgaLight;
}

.special-features-top-title.is_floor.palladio_lp {
  margin-left: 0;
}

.special-features-top-title.is_project-heading-top {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 1.8rem;
  font-weight: 300;
  display: flex;
  position: relative;
  left: 7rem;
  right: 0;
}

.special-features-top-title.is_project-heading-bottom {
  color: var(--base-color-system--warning-yellow);
  margin-left: 0;
  font-family: LufgaLight;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  left: 100px;
}

.special-features-top-title.is_project {
  margin-bottom: 2rem;
  font-family: LufgaLight;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  left: 0;
}

.special-features-top-title.is_project.flex_mobile-heading._2rem {
  flex-flow: column;
  display: flex;
}

.special-features-top-title.is_project._2rem {
  margin-bottom: 2rem;
  font-size: 2rem;
  display: flex;
}

.special-features-top-title.static {
  font-size: 1.5rem;
}

.special-features-top-title.sanzio_lp.solarium.en {
  margin-top: 0;
}

.special-features-summary {
  color: #fff9;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.special-features-slider {
  background-color: #0000;
  flex-flow: wrap;
}

.special-features-slide-item {
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.special-features-slide-img {
  width: 100%;
}

.special-features-slide-media {
  margin-bottom: 2rem;
}

.special-features-slide-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.special-features-slide-count {
  width: 68px;
}

.special-features-slide-text {
  width: calc(100% - 79px);
}

.special-features-slide-txt {
  color: #fff9f0;
  font-size: 1.2rem;
}

.special-features-slide-count-text {
  color: #fff9f0;
  font-size: 2.8rem;
  line-height: 150%;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.prev, .next {
  cursor: pointer;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.phone-number {
  width: 100%;
  max-width: 160px;
}

.mail-img {
  width: 100%;
  max-width: 230px;
}

.icon-2 {
  width: 100%;
  max-width: 24px;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-heading-2 {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-item-content-2 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.jrc-faq {
  background-color: var(--base-color-neutral--neutral-darker);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1440px) {
  .animated_header-text.is_project._2rem, .about_para, .about_para.sanzio_lp, .about_para.sanzio_lp, .llp_project-para.sanzio_lp, .llp_project-para.sanzio_lp {
    font-family: Lufga Regular, Georgia, sans-serif;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .paragraph-9, .paragraph-10 {
    font-family: Lufga Regular, Georgia, sans-serif;
  }

  .about-hero-box-right {
    z-index: 9;
  }

  .about-hero-box-content {
    width: 100%;
  }

  .about-hero-box-title {
    font-size: 5rem;
  }

  .about-hero-box-gradient {
    opacity: .2;
    height: 100%;
  }

  .about-hero-box-img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .container-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-large.nav {
    display: flex;
    position: relative;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_component {
    padding-top: 0;
    display: block;
  }

  .nav_component.is_new {
    padding-top: 2rem;
  }

  .nav_component.palladio {
    display: none;
  }

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

  .nav_brand {
    width: 100px;
    padding: 0;
  }

  .nav_brand.w--current {
    top: 0;
  }

  .nav_logo {
    width: 100%;
    height: 100%;
  }

  .nav_logo.palladio {
    max-width: 100%;
  }

  .nav_menu {
    width: 100%;
    margin-top: 0;
    position: fixed;
    top: 144px;
    left: 0;
  }

  .nav_menu_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_menu_link.mobile {
    display: block;
  }

  .nav_menu_link.desktop {
    display: none;
  }

  .nav_button {
    color: #fff;
  }

  .nav_button.w--open {
    background-color: #c8c8c800;
  }

  .section_hero {
    min-height: 50vh;
    padding-top: 3rem;
  }

  .section_hero.is_slider {
    min-height: auto;
    padding-top: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer_top {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_logo-im {
    width: 7rem;
    height: 7rem;
  }

  .footer_logo-im.layout_two {
    width: 100%;
    height: 100%;
  }

  .footer_enquiry {
    font-size: 1rem;
  }

  .footer_top-right {
    margin-right: 0;
  }

  .contact_info-grp {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact_info-header-text, .contact_info-para {
    font-size: 1rem;
  }

  .contact_info-para.link, .contact_info-para.link.is_rr, .contact_info-para.link, .contact_info-para.link.is_rr, .contact_info-para.link.is_rr {
    font-size: .875rem;
  }

  .banner_content {
    align-items: center;
    height: 50vh;
  }

  .banner_flex-content {
    justify-content: flex-start;
    align-items: center;
    top: 0;
  }

  .line.is_desktop {
    display: none;
  }

  .banner_flex-para {
    padding-bottom: 2.5rem;
  }

  .section_highlights {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section_heading {
    font-size: 1.4rem;
  }

  .highlight_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .swiper-slide.hero {
    height: 50vh;
  }

  .highlight_top-para {
    font-size: 1rem;
  }

  .highlight_im-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 20rem;
  }

  .btn_border.is_right {
    font-size: 1rem;
  }

  .section_process {
    margin-bottom: 5rem;
  }

  .process_header-wrapper {
    padding-left: 5rem;
  }

  .project_card {
    margin-right: 1.5rem;
  }

  .project_im-wrapper {
    height: 20rem;
  }

  .project_heading {
    font-size: 1.125rem;
  }

  .project_para {
    font-size: 1rem;
  }

  .section_contact {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 5rem;
    padding-bottom: 4rem;
  }

  .contact_grid {
    flex-flow: column;
    display: flex;
  }

  .contact_grid-left {
    margin-right: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 1rem;
  }

  .contact_header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact_header-text {
    font-size: 2rem;
  }

  .contact_header-para {
    font-size: 1rem;
  }

  .section_about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about_content-top {
    width: 100%;
  }

  .button_border {
    font-size: 1rem;
  }

  .section_showreel {
    padding-top: 5rem;
  }

  .logo_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-right: 1.5rem;
  }

  .contact_grid-im {
    padding-right: 0;
    display: block;
  }

  .contact_right {
    display: none;
  }

  .nav_humburg {
    top: 40px;
  }

  .nav_humburg.no_gap {
    top: 0;
  }

  .nav_humburg.no_gap.home {
    top: 20px;
  }

  .btn_fixed {
    font-size: 1rem;
  }

  .fixed_button-grp {
    right: -124px;
  }

  .section_lp-about {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .animated_header.designed {
    transform: none;
  }

  .animated_header.stay, .animated_header.designed {
    transform: none;
  }

  .animated_header.download {
    transform: translate(0);
  }

  .animated_header.stay {
    transform: none;
  }

  .animated_header-top.is_designed, .animated_header-top.is_future {
    transform: translate(0);
  }

  .animated_header-top.is_download, .animated_header-top.is_confi {
    transform: translate(0);
  }

  .animated_header-top.is_project.is_about {
    left: 0;
    transform: translate(0);
  }

  .animated_header-top.is_designed, .animated_header-top.is_future {
    transform: translate(0);
  }

  .animated_header-top.is_future.is-stay {
    transform: none;
  }

  .animated_header-top.is_download, .animated_header-top.is_confi {
    transform: translate(0);
  }

  .animated_header-top.is_confi.project_confi {
    transform: none;
  }

  .animated_header-top.is_projects {
    transform: translate(0);
  }

  .animated_header-text {
    font-size: 2rem;
  }

  .animated_header-text.is_project.thin.sanzio_lp {
    font-size: 2.8rem;
  }

  .animated_header-text.is_project._1rem {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .animated_header-text.is_project-heading-top {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    left: 0;
    right: 0;
  }

  .animated_header-text.is_project-heading-bottom {
    left: 0;
  }

  .animated_header-bottom.is_project, .animated_header-bottom.is_project.is_about, .animated_header-bottom.is_project, .animated_header-bottom.is_project.is_about, .animated_header-bottom.is_project.is_about {
    transform: translate(0);
  }

  .border_grp.is_top, .border_grp.is_top.is_about.sanzio_lp, .border_grp.is_bottom, .border_grp.is_bottom.is_project {
    display: none;
  }

  .border_grp.is_bottom.is_designed-left.two, .border_grp.is_top, .border_grp.is_top.is_about.sanzio_lp, .border_grp.is_top.is_about.sanzio_lp, .border_grp.is_top.is_about.sanzio_lp, .border_grp.is_bottom, .border_grp.is_bottom.is_project {
    display: none;
  }

  .border_grp.is_bottom.is_designed-left.two, .border_grp.is_bottom.is_project {
    display: none;
  }

  .border_grp.is_bottom.is_designed-left.is_project-confi.project-bottom-grp.one {
    padding-left: 0;
    padding-right: 0;
    display: none;
    left: 2rem;
  }

  .border_grp.is_bottom.is_designed-left.two {
    display: none;
  }

  .about_para {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 1rem;
  }

  .jrc-form {
    flex-flow: column;
    display: flex;
  }

  .llp_form-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .llp_input {
    height: 3rem;
    font-size: .875rem;
  }

  .llp_form-grp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    font-size: .875rem;
    display: flex;
  }

  .llp_form-button {
    font-size: .875rem;
  }

  .section_project-highlight {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .project_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }

  .project_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

  .llp_project-heading {
    font-size: 1.5rem;
  }

  .llp_project-para {
    font-size: 1rem;
  }

  .section_design {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .design_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .design_wrapper {
    overflow: hidden;
  }

  .design_im_wrapper {
    width: 100%;
  }

  .features_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .features_item {
    min-width: 100%;
    max-width: 100%;
  }

  .features_header.sanzio_lp.first, .features_para.sanzio_lp.first, .features_para.sanzio_lp.first, .features_para.sanzio_lp.first {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_floor {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .floor_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .floor_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .section_amenities {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_amenities.is_outdoor {
    margin-top: 0;
  }

  .aminities_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .aminities_content.sanzio_lp.solarium {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .aminities_content-para {
    margin-top: 3rem;
  }

  .aminities_list-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .aminities_list-grid-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .aminities_header {
    font-size: 1rem;
  }

  .aminities_hero-hheading {
    font-size: 2rem;
  }

  .aminities_list-grid-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .aminities_list-item {
    font-size: .875rem;
  }

  .section_videos {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .videos_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .video_grid {
    flex-flow: column;
    display: flex;
  }

  .video_grid-item {
    height: 20rem;
  }

  .video_lightbox {
    width: 100%;
  }

  .video_lightbox-im {
    object-fit: cover;
    width: 100%;
  }

  .section_future {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .future_tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .future_tab-link, .future_tab-link.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .future_tab-content {
    padding: 2rem;
  }

  .section_brocure {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brocure_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .brocure_footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .section_configration {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .configuration_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .table_header {
    font-size: 1rem;
  }

  .table_header-para.border-right {
    font-size: .875rem;
  }

  .section_enquiry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .enquiry_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .code-embed-2 {
    height: 100%;
  }

  .fllor_popup, .enquiry_popup {
    padding: 40px;
  }

  .container-medium-custom {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar_llp-link {
    text-align: center;
    border-bottom: 1px solid #707070;
    width: 166px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_llp-brand {
    width: 200px;
    height: 60px;
  }

  .navbar_llp-menu {
    background-color: #212123;
  }

  .menu-button {
    color: #fff;
    position: absolute;
    top: 0;
    right: 2rem;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-button.menu_layout-one {
    position: static;
  }

  .footer_layout-two-button {
    margin-left: 0;
  }

  .fixed_enquiry {
    z-index: 9999;
  }

  .fixed_inquiry-btn {
    padding-right: 1.4375rem;
  }

  .section_project-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .project_header-para {
    text-align: center;
    left: 0;
  }

  .ssection_designed-nature {
    padding-bottom: 3rem;
  }

  .designed-nature-component {
    display: block;
  }

  .designed_narure-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .section_have {
    height: 20rem;
    margin-top: 3rem;
  }

  .have_grid-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .have_para, .have_link {
    font-size: 1rem;
  }

  .section_text-marquee {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-right: 1.5rem;
  }

  .section_introducing {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .introducing_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .introducing_left-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .introducing_left-top.is_download {
    width: 100%;
  }

  .text-move {
    display: block;
    left: 0;
  }

  .introducing_left-para {
    font-size: 1rem;
  }

  .section_updates {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_download {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 5rem;
    padding-bottom: 4rem;
  }

  .download_grid-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project_hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    width: 100%;
    margin-top: 10rem;
    padding-bottom: 3rem;
  }

  .project_hero-content.palladio_lp {
    margin-left: 10.1rem;
  }

  .project_pg-logo {
    left: 0;
  }

  .designed_nature-mobile-im-wrapper {
    margin-top: 3rem;
    display: block;
  }

  .update_mobile-slider {
    display: block;
  }

  .section_hero-about_us {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-logo-text-wrapper {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .about_header-text {
    font-size: 2rem;
  }

  .section_spaces-crafted {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spaces_grid {
    grid-row-gap: 8rem;
    grid-template-columns: 1fr;
  }

  .grid-spaces_header-text_wrapper {
    align-items: center;
  }

  .grid-spaces_header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    align-items: center;
    display: flex;
  }

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

  .section_collab-expert, .section_modest_bieginnings {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_meet-our-team {
    padding-top: 4rem;
    padding-bottom: 16rem;
  }

  .manager_detail-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

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

  .manager_header-text {
    font-size: 2rem;
  }

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

  .employees_main-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 12rem;
  }

  .employee_name_desig-wrapper {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .employee_designation.all-caps {
    text-align: left;
    text-align: left;
  }

  .paragraph {
    text-align: center;
    font-size: 1.2rem;
  }

  .logo_wrap {
    top: -150px;
  }

  .navbar_layoutthree-logo {
    object-fit: contain;
    width: 150px;
    height: 100px;
  }

  .wl_project-heading {
    left: 0;
  }

  .property_right-content.two {
    font-size: .875rem;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .introducing_left-para-2 {
    font-size: 1rem;
  }

  .section_introducing-2 {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fixed_inquiry-btn-2 {
    padding-right: 1.4375rem;
  }

  .contact_right-2 {
    display: none;
  }

  .designed-nature-component-2 {
    display: block;
  }

  .project_header-para-2 {
    text-align: center;
    left: 0;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 1.2rem;
  }

  .project_pg-logo-2 {
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .project_pg-logo-2.palladio {
    margin-left: auto;
    margin-right: auto;
  }

  .btn_fixed-2 {
    font-size: 1rem;
  }

  .section_download-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 5rem;
    padding-bottom: 4rem;
  }

  .navbar_llp-link-2 {
    text-align: center;
    border-bottom: 1px solid #707070;
    width: 166px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_contact-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 5rem;
    padding-bottom: 4rem;
  }

  .footer_enquiry-2 {
    font-size: 1rem;
  }

  .designed_narure-left-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .button_border-2 {
    font-size: 1rem;
  }

  .section__hero {
    min-height: 50vh;
  }

  .section_hero_content {
    text-align: center;
    width: auto;
    margin-top: 20rem;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solarium-mobile-im {
    width: 100%;
  }

  .dowmload_brochure-im, .enquire_now-im {
    width: 100%;
    height: 100%;
  }

  .llp_project, .floor_popup-form, .llp_form-wrap, .llp_price-form-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .blog-listing-filter-tag:hover {
    color: var(--base-color-neutral--white);
  }

  .custom-post-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-body {
    background-color: #222224;
  }

  .page-nav {
    padding-top: 0;
    display: block;
  }

  .page-nav.is_new {
    padding-top: 2rem;
  }

  .page-nav.palladio {
    display: none;
  }

  .page-nav-brand {
    width: 40px;
    padding: 0;
  }

  .page-nav-brand.w--current {
    top: 0;
  }

  .jr-sec-heading {
    font-size: 2rem;
  }

  .designed-perfection-card-title {
    font-size: 1.5rem;
  }

  .git-sec {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .git-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .git-right {
    width: 100%;
  }

  .git-content-heading {
    font-size: 3.5rem;
    font-weight: 600;
  }

  .llp_input-2 {
    height: 3rem;
    font-size: .875rem;
  }

  .llp_form-button-2 {
    font-size: .875rem;
  }

  .vid-walkthrough-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .vid-walkthrough-right {
    width: 100%;
  }

  .vid-wt-button {
    font-size: 1rem;
  }

  .vid-popup {
    padding: 40px;
  }

  .project-page-title {
    text-align: center;
  }

  .section__hero_video {
    min-height: 50vh;
    padding-left: 0;
    padding-right: 0;
  }

  .play_video {
    display: block;
  }

  .property-card {
    width: 100%;
    height: auto;
    padding: 100px 20px 20px;
  }

  .property-text {
    font-size: 1rem;
  }

  .property-close {
    display: none;
  }

  .special-features-left {
    border-right-width: 0;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .special-features-right {
    width: 100%;
  }

  .special-features-top-title {
    font-size: 2rem;
  }

  .special-features-top-title.is_project.thin.sanzio_lp {
    font-size: 2.8rem;
  }

  .special-features-top-title.is_project._1rem {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .special-features-top-title.is_project-heading-top {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    left: 0;
    right: 0;
  }

  .special-features-top-title.is_project-heading-bottom {
    left: 0;
  }

  .living-area-at-ww {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .living-area-at-ww-card {
    padding: 30px 20px;
  }

  .living-area-at-ww-subheading {
    font-size: 1.5rem;
  }

  .living-area-at-ww-hero {
    margin-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .living-area-at-ww-heading {
    font-size: 1.8rem;
  }

  .park-at-ww-card {
    padding: 30px;
  }

  .park-at-ww-card.park-flip {
    padding-left: 20px;
    padding-right: 20px;
  }

  .corridor-at-ww-hero {
    margin-bottom: 2rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .corridor-item {
    padding: 30px;
  }

  .git-content-heading-copy {
    font-size: 3.5rem;
    font-weight: 600;
  }

  .clubhouse-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clubhouse-text-heading {
    font-size: 1.5rem;
  }

  .ch-text-box {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .ch-text-col.border-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ww-sub-page-hero {
    min-height: 50vh;
    padding-left: 0;
    padding-right: 0;
  }

  .ww-sub-hero-para {
    font-size: 1.4rem;
  }

  .ww-sub-hero-box-logo-img {
    max-width: 300px;
  }

  .ww-living {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ww-living-media {
    margin-bottom: 2rem;
  }

  .jrc-form-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .jrc-form-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 1rem;
    font-size: .875rem;
    display: flex;
  }

  .jrc-form-item {
    width: 100%;
  }

  .jrc-form-input {
    height: 3rem;
    font-size: .875rem;
  }

  .jrc-form-action {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .jrc-form-button, .jrc-form-consent {
    width: 100%;
  }

  .jrc-form-submit {
    font-size: .875rem;
  }

  .ww-project-overview {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .prj-overview-slide-content {
    min-height: 200px;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_body {
    width: 95%;
  }

  .modal_open {
    padding-left: 25px;
    padding-right: 25px;
  }

  .ww-video-testimonial {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ww-video-testimonial-box {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
  }

  .ww-video-testimonial-card {
    width: 31%;
    padding: 1.2rem;
  }

  .ww-video-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .ww-key-features {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ww-key-features-title, .ww-key-features-title-2, .ww-key-features-title-3 {
    font-size: 1.8rem;
  }

  .ww-floor-plans, .ww-project-setup {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .project-setup-head-text {
    font-size: 1.4rem;
  }

  .ww-outdoor-perks, .ww-clubhouse-perks, .showcase-video {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .showcase-video-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .showcase-video-right {
    width: 100%;
  }

  .instant-download {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .instant-download-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .instant-download-title, .instant-download-button, .instant-download-para {
    width: 100%;
  }

  .future-tab-sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .future-tab-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .future-tab-nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .future-tab-nav-link.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .future_tab-content-copy, .future-tab-panel {
    padding: 2rem;
  }

  .quick-enquiry-content {
    width: 35%;
  }

  .map-view, .footer-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-sub-title, .footer-contact-link {
    font-size: 1rem;
  }

  .footer-contact-group {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .ww-sub-hero-text-box {
    margin-top: 6rem;
  }

  .about_para-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 1rem;
  }

  .home-mobile-hero.hero {
    height: 50vh;
  }

  .mobile-banner-content {
    justify-content: flex-start;
    align-items: center;
    top: 0;
  }

  .pages-hero-block {
    padding-top: 3rem;
  }

  .pages-hero-block.is_slider {
    min-height: auto;
    padding-top: 0;
  }

  .palladio-page-hero {
    padding-top: 3rem;
  }

  .palladio-page-hero.is_slider {
    min-height: auto;
    padding-top: 0;
  }

  .palladio-project-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .sanzio-page-hero {
    padding-top: 3rem;
  }

  .sanzio-page-hero.is_slider {
    min-height: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-medium {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .nav_component {
    padding-top: 0;
    display: block;
  }

  .nav_container {
    flex-flow: wrap;
    align-items: center;
  }

  .nav_brand, .nav_brand.w--current {
    width: 80px;
  }

  .nav_logo, .nav_logo.palladio, .nav_logo.palladio {
    width: 100%;
    height: 100%;
  }

  .nav_menu {
    top: 90px;
  }

  .nav_menu.page-nav-menu {
    display: none;
    top: 65px;
  }

  .nav_menu_link {
    font-family: Lufga Light, Georgia, sans-serif;
    font-weight: 300;
  }

  .section_hero {
    background-position: 50%;
    min-height: 50vh;
  }

  .section_hero.is_slider {
    padding-top: 0;
  }

  .hero_overlay.new.is_have {
    opacity: .6;
    opacity: .6;
    opacity: .6;
    display: block;
  }

  .footer {
    padding: 4rem 0;
  }

  .footer_top {
    flex-flow: column;
    padding-bottom: 4rem;
    display: flex;
  }

  .footer_top-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_top-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .footer_logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_logo-im {
    width: 5rem;
    height: 5rem;
  }

  .footer_enquiry {
    font-size: 1rem;
  }

  .footer_top-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    margin-right: 0;
  }

  .contact_info-grp {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact_info-para {
    font-size: .875rem;
  }

  .banner_content {
    justify-content: center;
    align-items: center;
    height: 50vh;
  }

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

  .banner_flex-content {
    top: 0;
  }

  .banner_flex-para {
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5rem;
    font-size: 1.125rem;
    display: flex;
  }

  .section_highlights.desktop {
    display: none;
  }

  .section_heading {
    font-size: 1.5rem;
  }

  .highlight_component {
    margin-top: 0;
    padding-top: 1rem;
    overflow: hidden;
  }

  .highlight_component.not_hidden, .highlight_component.is_project {
    overflow: visible;
  }

  .highlight_component.not_hidden, .highlight_component.is_project {
    overflow: visible;
  }

  .highlight_component.mobile_heading {
    margin-bottom: 1.4375rem;
  }

  .swiper-wrapper {
    display: block;
  }

  .swiper-slide {
    margin-right: 0;
  }

  .highlight_card {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-right: 0;
  }

  .highlight_top-para {
    min-height: 130px;
    font-size: 1rem;
  }

  .highlight_content {
    margin-bottom: 2rem;
  }

  .highlight_im-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .btn_border.is_right {
    margin-top: .5rem;
  }

  .swiper_arrow.is_highlight {
    display: none;
  }

  .swiper_arrow.is_highlight.mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 1rem;
    display: flex;
    position: relative;
    top: 26px;
  }

  .swiper-button-next {
    height: 14px;
    min-height: 14px;
  }

  .swiper-button-prev {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 14px;
  }

  .section_process {
    margin-bottom: 0;
  }

  .process_header-wrapper {
    padding-left: 0;
    padding-right: 2rem;
  }

  .process_header-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section_projects {
    padding-top: 5rem;
  }

  .project_card.is_project {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    position: relative;
    left: 0;
  }

  .project_im-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .project_im {
    object-position: 50% 0%;
  }

  .project_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .contact_grid {
    flex-flow: column;
    display: flex;
  }

  .contact_grid.is_download {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact_grid-left {
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-right: 1rem;
  }

  .contact_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact_header-text {
    font-size: 1.5rem;
  }

  .contact_form-input {
    border-radius: 0;
    font-size: 1rem;
  }

  .contact_form-btn {
    font-size: 1rem;
  }

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

  .contact_btn-wrapper {
    margin-left: 0;
  }

  .about_content {
    padding-right: 1rem;
  }

  .logo_img-component {
    margin-top: 0;
  }

  .logo_card {
    height: 100%;
  }

  .logo_card.four, .logo_card.five {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 250px;
    height: 400px;
    margin-right: 1rem;
  }

  .logo_card.one {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 200px;
    height: 400px;
    margin-right: 1rem;
  }

  .logo_card.two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 300px;
    height: 400px;
    margin-right: 1rem;
  }

  .logo_card.three {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 150px;
    height: 400px;
    margin-right: 1rem;
  }

  .logo_card.four, .logo_card.five {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 250px;
    height: 400px;
    margin-right: 1rem;
  }

  .logo_card-link._2, .logo_card-link._3, .logo_card-link._4, .logo_card-link._1, .logo_card-link._5, .logo_card-link._6, .logo_card-link._7, .logo_card-link._8, .logo_card-link._2, .logo_card-link._3, .logo_card-link._4, .logo_card-link._1, .logo_card-link._5, .logo_card-link._6, .logo_card-link._7, .logo_card-link._8 {
    height: 200px;
  }

  .contact_grid-im {
    padding-right: .5rem;
  }

  .highlight_note-para {
    font-size: .875rem;
  }

  .slider_header {
    justify-content: space-between;
    display: flex;
  }

  .nav_wrapper {
    margin-top: 10px;
  }

  .nav_wrapper.lp-desktop-hide {
    width: calc(100% - 120px);
    display: block;
  }

  .nav_humburg {
    top: 30px;
  }

  .nav_humburg.no_gap.home {
    margin-left: auto;
    top: 0;
  }

  .nav_line.top.black, .nav_line.bottom.black, .nav_line.top.black, .nav_line.top.black, .nav_line.bottom.black, .nav_line.bottom.black {
    border-color: var(--222224);
    background-color: var(--222224);
  }

  .fixed_button-grp {
    right: -96px;
  }

  .wp_button {
    margin-right: 1rem;
  }

  .animated_header.designed {
    transform: none;
  }

  .animated_header-text.is_project {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .animated_header-text.is_project.thin {
    text-align: center;
    align-items: center;
    font-size: 2rem;
  }

  .animated_header-text.is_project.thin.sanzio_lp {
    font-size: 2.5rem;
  }

  .animated_header-text.is_project.thin.palladio_lp {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }

  .animated_header-text.is_project.flex_mobile-heading._2rem {
    flex-flow: row;
  }

  .animated_header-text.is_project._1rem {
    flex-flow: row;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    left: 0;
  }

  .animated_header-text.is_project._1rem.is_intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .animated_header-text.is_project._1rem.is_desktop {
    display: none;
  }

  .animated_header-text.is_project.is_mobile {
    display: block;
  }

  .animated_header-text.is_project-heading-top {
    margin-left: -7rem;
    margin-right: 10rem;
    font-size: 2rem;
    left: 11.7rem;
    right: 0;
  }

  .animated_header-text.is_project-heading-bottom {
    font-size: 2rem;
    left: 0;
  }

  .animated_header-text.is_project {
    flex-flow: column;
    display: flex;
  }

  .animated_header-text.is_project.flex_mobile-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .animated_header-bottom.is_project.is_floor {
    text-align: center;
  }

  .animated_header-bottom.is_project.is_floor.palladio_lp {
    margin-left: -16rem;
  }

  .animated_header-bottom.is_project.is_floor.palladio_lp.floor {
    margin-left: -.3rem;
  }

  .jrc-form {
    margin-top: 1rem;
  }

  .llp_input.sanzio_lp {
    width: 100%;
  }

  .llp_form-grp {
    flex-flow: column;
    display: flex;
  }

  .project_highlight-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project_grid-item {
    padding-left: 1.5rem;
  }

  .project_line {
    left: .5rem;
  }

  .section_design.padding-tpo-remove {
    padding-top: 0;
  }

  .features_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 100%;
    padding: 1.5rem;
  }

  .features_header {
    font-size: 1.125rem;
  }

  .features_para.sanzio_lp.first {
    margin-top: 0;
  }

  .floor_grid {
    flex-flow: column;
  }

  .aminities_content.sanzio_lp.solarium {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aminities_image {
    height: 150px;
  }

  .aminities_lis-para.is_future.is_accodian {
    font-size: .875rem;
  }

  .aminities_lis-para.is_future.is_accodianis_accodian {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .aminities_list-item {
    margin-bottom: 0;
  }

  .future_map {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .future_tab {
    display: none;
  }

  .future_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .future_tab-border {
    display: none;
  }

  .future_tab-content {
    flex-flow: column;
    display: flex;
  }

  .future_tab-content.is_accordian {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .brocure_image {
    height: 300px;
  }

  .brocure_para {
    font-size: 1rem;
  }

  .configuration_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .fixed_text {
    font-size: .875rem;
    left: 1rem;
  }

  .container-medium-custom {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .is_desktop {
    display: none;
  }

  .mobile_design-highlight-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .section_highlight-mobile {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .mobile_highlight-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .navbar_llp-link {
    text-align: center;
    border-bottom: 1px solid #707070;
    width: 166px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.125rem;
  }

  .navbar_llp-menu {
    background-color: #212123;
    justify-content: center;
  }

  .menu-button {
    padding: 0;
    display: flex;
    top: 2.1rem;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-button.no-gap {
    top: 1rem;
  }

  .fixed_inquiry-btn {
    font-size: 1rem;
  }

  .section_project-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .project_header-para {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
    left: 0;
  }

  .ssection_designed-nature {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .designed_narure-left-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
  }

  .section_have {
    background-position: 50%;
    height: 20rem;
  }

  .have_grid {
    z-index: 99;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
  }

  .have_grid-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .section_text-marquee {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .text-card {
    height: 100%;
    margin-right: 4rem;
  }

  .section_introducing {
    margin-top: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .introducing_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .introducing_left-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-move {
    display: block;
    left: 0;
  }

  .section_updates.home {
    display: block;
  }

  .update_card {
    width: 90%;
  }

  .section_download {
    margin-top: 0;
    padding-top: 0;
  }

  .project_hero-content {
    text-align: left;
    align-items: center;
    width: 100%;
    margin-top: 10rem;
    padding-left: 2em;
    padding-right: 2em;
  }

  .project_hero-content.palladio_lp {
    margin-left: 3rem;
  }

  .project_pg-logo {
    width: 250px;
  }

  .update_mobile-slider {
    display: block;
  }

  .about-logo-text-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    align-items: center;
  }

  .spaces_header-text_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .space-crafted-header.all-caps {
    text-align: center;
    text-align: center;
  }

  .grid-spaces_header-text_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
  }

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

  .meet-our-team_wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .manage_small-header, .employee_name {
    font-size: 1.125rem;
  }

  .employee_designation {
    font-size: .8rem;
  }

  .paragraph {
    text-align: center;
    font-size: 1.2rem;
  }

  .logo_wrap {
    padding-bottom: .8rem;
    top: -191px;
  }

  .navbar_layoutthree-logo {
    width: 200px;
    height: 80px;
  }

  .section_features {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .features_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .property_features {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .property_features-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .property_features-grid-item {
    width: 100%;
  }

  .property_features-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    justify-content: flex-start;
    padding-left: 1rem;
    bottom: 1rem;
  }

  .property_features-content.unitfeatures_three {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .property_name.open {
    text-align: left;
    text-align: left;
    width: 100%;
    font-size: 1.125rem;
  }

  .property_close {
    width: 1.5rem;
    height: 1.5rem;
  }

  .property_close.desktop {
    display: flex;
  }

  .video_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .video_heading {
    font-size: 1.3rem;
  }

  .testimonial_name {
    font-size: 1rem;
  }

  .property_right-content {
    width: 100%;
    padding: .5rem;
    font-size: 14px;
  }

  .property_right-content.unitfeatures_one {
    transform: translate(0, -50%);
  }

  .close_mobile {
    width: 1rem;
    height: 1rem;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .pr_close {
    background-color: #f000;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.js-accordion.map_content {
    margin-bottom: 0;
    display: block;
  }

  .accordion-header.js-accordion-header {
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .features_close-only {
    top: 1rem;
    right: 1rem;
  }

  .footer_social {
    align-items: center;
  }

  .section_introducing-2 {
    margin-top: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fixed_inquiry-btn-2 {
    font-size: 1rem;
  }

  .project_header-para-2 {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
    left: 0;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .project_pg-logo-2 {
    width: 250px;
    margin-left: 4.6rem;
  }

  .section_download-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .navbar_llp-link-2 {
    text-align: center;
    border-bottom: 1px solid #707070;
    width: 166px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.125rem;
  }

  .property_name-2.open {
    text-align: left;
    text-align: left;
    width: 100%;
    font-size: 1.125rem;
  }

  .footer_enquiry-2 {
    font-size: 1rem;
  }

  .section_hero_content {
    justify-content: center;
    align-items: stretch;
    margin-top: 20rem;
  }

  .static_header {
    margin-bottom: 2rem;
  }

  .interested_popup.sanzio_lp {
    padding: 40px 20px;
  }

  .llp_form-group.sanzio_lp {
    flex-flow: wrap;
    display: flex;
  }

  .hero-heading-left, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-box-desktop {
    display: none;
  }

  .nav-box-list {
    flex-flow: wrap;
  }

  .nav-box-list-item {
    width: 100%;
  }

  .blog-slide-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-slide-right {
    width: 100%;
  }

  .blog-collection-item {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .blog-listing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-listing-box {
    flex-flow: wrap-reverse;
  }

  .blog-listing-left, .blog-listing-right {
    width: 100%;
    position: static;
  }

  .blog-listing-filter {
    display: none;
  }

  .blog-listing-input {
    margin-bottom: 40px;
  }

  .post-details-left {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    position: static;
  }

  .post-details-right {
    width: 100%;
  }

  .post-details-heading-text {
    font-size: 32px;
    line-height: 1.2;
  }

  .custom-post-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-listing-dropdown {
    margin-bottom: 20px;
    display: block;
  }

  .nav-menu-box {
    padding: 20px;
  }

  .post-details-back {
    margin-bottom: 40px;
    position: static;
  }

  .about-hero-box-left {
    width: 1005%;
  }

  .about-hero-box-right {
    width: 100%;
    padding: 40px 20px;
  }

  .page-nav {
    padding-top: 0;
    display: block;
  }

  .page-nav-brand {
    width: 40px;
  }

  .page-nav-brand.w--current {
    width: 80px;
  }

  .jr-nav-box-list {
    flex-flow: wrap;
  }

  .jr-nav-box-list-item {
    width: 100%;
  }

  .designed-perfection-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .designed-perfection-card {
    width: 100%;
  }

  .the-team-top {
    margin-bottom: 60px;
  }

  .the-team-card {
    width: 100%;
  }

  .about-hero-box-title {
    font-size: 3rem;
  }

  .mob-nav-box-list-link {
    font-family: LufgaRegular;
  }

  .git-content-heading {
    font-size: 3rem;
  }

  .mobile-block {
    display: block;
  }

  .vid-wt-wrap {
    z-index: 999999;
  }

  .vid-popup {
    width: 90%;
  }

  .jrc-dropdown-toggle-text, .jrc-dropdown-link {
    font-family: Lufga Light, Georgia, sans-serif;
    font-weight: 300;
  }

  .special-features-top-title.is_project {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .special-features-top-title.is_project.thin {
    text-align: center;
    align-items: center;
    font-size: 2rem;
  }

  .special-features-top-title.is_project.thin.sanzio_lp {
    font-size: 2.5rem;
  }

  .special-features-top-title.is_project.thin.palladio_lp {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }

  .special-features-top-title.is_project.flex_mobile-heading._2rem {
    flex-flow: row;
  }

  .special-features-top-title.is_project._1rem {
    flex-flow: row;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    left: 0;
  }

  .special-features-top-title.is_project._1rem.is_intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .special-features-top-title.is_project._1rem.is_desktop {
    display: none;
  }

  .special-features-top-title.is_project.is_mobile {
    display: block;
  }

  .special-features-top-title.is_project-heading-top {
    margin-left: -7rem;
    margin-right: 10rem;
    font-size: 2rem;
    left: 11.7rem;
    right: 0;
  }

  .special-features-top-title.is_project-heading-bottom {
    font-size: 2rem;
    left: 0;
  }

  .special-features-top-title.is_project {
    flex-flow: column;
    display: flex;
  }

  .special-features-top-title.is_project.flex_mobile-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .balconies-at-ww-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .balconies-at-ww-left {
    width: 100%;
  }

  .balconies-at-ww-right {
    border-left-width: 0;
    width: 100%;
    padding: 0;
  }

  .balconies-at-ww-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .balconies-at-ww-top-content {
    width: 100%;
  }

  .balconies-at-ww-heading {
    position: static;
  }

  .balconies-at-ww-heading-line {
    display: none;
  }

  .living-area-at-ww {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .living-area-at-ww-box {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .living-area-at-ww-card {
    border-right-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .living-area-at-ww-text-box {
    width: 100%;
  }

  .living-area-at-ww-media {
    border-left-width: 0;
    width: 100%;
    padding: 0;
  }

  .living-area-at-ww-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .park-at-ww-box {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .park-at-ww-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-right-width: 0;
    width: 100%;
    padding: 0 0 3rem;
  }

  .park-at-ww-media {
    border-left-width: 0;
    width: 100%;
    padding: 0;
  }

  .park-at-ww-text-box {
    width: 100%;
  }

  .park-at-ww-bar {
    height: 50px;
    margin-bottom: 2rem;
  }

  .corridor-at-ww {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .corridor-at-ww-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .corridor-at-ww-box {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .corridor-item {
    border-right-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .corridor-at-ww-media {
    border-left-width: 0;
    width: 100%;
    padding: 0;
  }

  .corridor-at-ww-text-box {
    width: 100%;
  }

  .git-content-heading-copy {
    font-size: 3rem;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .clubhouse-text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .clubhouse-text-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .clubhouse-text-right {
    width: 100%;
  }

  .ch-text-col {
    width: 100%;
    padding: 15px 0;
  }

  .ch-text-col.border-col {
    border-bottom: 1px solid #ffffff36;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ww-sub-page-hero {
    min-height: 60vh;
  }

  .ww-sub-hero-para {
    font-size: 1.2rem;
  }

  .ww-sub-hero-box-logo-img {
    max-width: 280px;
  }

  .ww-living {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ww-living-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .ww-living-left, .ww-living-right {
    width: 100%;
  }

  .jrc-form-group {
    flex-flow: column;
    display: flex;
  }

  .jrc-form-input.sanzio_lp {
    width: 100%;
  }

  .ww-project-overview {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .modal_body {
    max-height: 85vh;
    padding: .75rem;
  }

  .modal_close {
    width: 1rem;
    height: 1rem;
    top: -1.25rem;
    right: .5rem;
  }

  .ww-video-testimonial {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ww-video-testimonial-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ww-video-testimonial-card {
    width: calc(50% - 15px);
  }

  .ww-key-features {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ww-key-features-title {
    font-size: 1.5rem;
  }

  .ww-key-features-card-2 {
    width: 100%;
  }

  .ww-key-features-title-2 {
    font-size: 1.5rem;
  }

  .ww-key-features-card-3 {
    width: 100%;
  }

  .ww-key-features-title-3 {
    font-size: 1.5rem;
  }

  .ww-floor-plans, .ww-project-setup {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .project-setup-table {
    margin-bottom: 0;
  }

  .project-setup-head-text {
    font-size: 1.2rem;
  }

  .project-setup-row-text, .project-setup-row-text-light {
    font-size: 1rem;
  }

  .ww-outdoor-perks, .ww-clubhouse-perks {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ww-clubhouse-perks-left, .ww-clubhouse-perks-right {
    width: 100%;
  }

  .future_tab-copy, .future-tab-box {
    display: none;
  }

  .future-tab-nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .future_tab-content-copy {
    flex-flow: column;
    display: flex;
  }

  .future_tab-content-copy.is_accordian {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .future-tab-panel {
    flex-flow: column;
    display: flex;
  }

  .future-tab-panel.is_accordian {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .quick-enquiry-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quick-enquiry-content, .quick-enquiry-form {
    width: 100%;
  }

  .footer-box {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .footer-contact-group {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .ww-sub-hero-text-box {
    margin-top: 4rem;
  }

  .home-mobile-hero {
    background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/6894435b01a54969c9a00075_mobile-where-design-drives-us.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding-top: 12rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .mobile-hero-overlay {
    opacity: .5;
  }

  .mobile-hero-overlay.new.is_have {
    opacity: .6;
    opacity: .6;
    opacity: .6;
    display: block;
  }

  .mobile-banner-content {
    position: relative;
    top: 0;
  }

  .hide-home-hero {
    display: none;
  }

  .pages-hero-block {
    background-position: 50%;
  }

  .pages-hero-block.is_slider {
    padding-top: 0;
  }

  .palladio-page-hero {
    background-position: 50%;
  }

  .palladio-page-hero.is_slider {
    padding-top: 0;
  }

  .sanzio-page-hero {
    background-position: 50%;
  }

  .sanzio-page-hero.is_slider {
    padding-top: 0;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large, .container-large.is_footer, .container-large.is_footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_component, .nav_component.palladio_lp, .nav_component.palladio_lp {
    display: block;
  }

  .nav_container {
    align-items: center;
  }

  .nav_brand {
    width: 80px;
  }

  .nav_logo {
    width: 100%;
    height: 100%;
  }

  .nav_menu {
    top: 90px;
  }

  .nav_menu.page-nav-menu {
    top: 65px;
  }

  .nav_menu_link.desktop {
    display: block;
  }

  .footer_top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_top-grid, .footer_top-grid.layout_two, .footer_top-grid.layout_two {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_logo-im {
    width: 3.5rem;
    height: 3.5rem;
  }

  .banner_flex-para {
    font-size: 1rem;
  }

  .swiper-container.swiper-6 {
    display: flex;
  }

  .highlight_top-para {
    min-height: 130px;
  }

  .highlight_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .highlight_im-wrapper {
    height: 9rem;
  }

  .btn_border.is_right {
    margin-top: 0;
  }

  .swiper_arrow.is_highlight.mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .process_header-wrapper {
    padding-right: 1rem;
  }

  .process_header-content {
    width: 100%;
    padding-left: 1rem;
  }

  .project_im-wrapper {
    height: 10rem;
  }

  .contact_grid-left {
    padding-right: 1rem;
  }

  .contact_form-input {
    border-radius: 0;
  }

  .contact_form-btn {
    font-size: 1rem;
  }

  .about_content, .about_content-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .logo_image-track {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo_card {
    width: 10rem;
    height: 100%;
  }

  .logo_card.one {
    width: 200px;
  }

  .success-message {
    width: 100%;
  }

  .highlight_note-para {
    text-align: left;
    margin-top: 0;
  }

  .text-block {
    width: 100%;
  }

  .nav_wrapper.lp-desktop-hide {
    width: calc(100% - 120px);
  }

  .nav_humburg {
    align-items: flex-end;
    top: 30px;
  }

  .nav_humburg.no_gap.home {
    top: 0;
  }

  .fixed_button-grp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .animated_header {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .animated_header-top.is_future.is-stay {
    justify-content: center;
    align-items: center;
  }

  .animated_header-text.bottom.is_floor.palladio_lp.floor:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.bottom.is_about.light.palladio:hover, .animated_header-text.bottom.is_furure.palladio_lp:hover, .animated_header-text.bottom.is_furure.palladio_lp.stay:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp.detail:hover, .animated_header-text.bottom.palladio_lp:hover, .animated_header-text.bottom.palladio_lp.brochure:hover, .animated_header-text.bottom.palladio_lp.config:hover, .animated_header-text.bottom.palladioo:hover {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.palladio_lp:hover, .animated_header-text.palladio_lp.enquire:hover {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.bottom.is_floor.palladio_lp.floor:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.bottom.is_about.light.palladio:hover, .animated_header-text.bottom.is_furure.palladio_lp:hover, .animated_header-text.bottom.is_furure.palladio_lp.stay:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp.detail:hover, .animated_header-text.bottom.palladio_lp:hover, .animated_header-text.bottom.palladio_lp.brochure:hover, .animated_header-text.bottom.palladio_lp.config:hover, .animated_header-text.bottom.palladioo:hover {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.bottom.is_floor.palladio_lp.floor:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.bottom.is_floor.palladio_lp {
    margin-left: 0;
  }

  .animated_header-text.bottom.is_floor.palladio_lp:hover {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.bottom.is_floor.palladio_lp.floor:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.bottom.is_floor.palladio_lp.floor {
    margin-left: 0;
  }

  .animated_header-text.bottom.is_floor.palladio_lp.floor:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:lang(en), .animated_header-text.bottom.is_floor.palladio_lp.floor.fp, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:hover, .animated_header-text.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.bottom.is_floor.palladio_lp.clubhouse:hover {
    color: var(--palladio_base);
  }

  .animated_header-text.bottom.is_about.light {
    font-size: 1.5rem;
  }

  .animated_header-text.bottom.is_about.light.sanzio_lp {
    font-size: 1.4rem;
  }

  .animated_header-text.bottom.is_about.light.palladio:hover, .animated_header-text.bottom.is_furure.palladio_lp:hover, .animated_header-text.bottom.is_furure.palladio_lp.stay:hover, .animated_header-text.bottom.is_furure.palladio_lp:hover, .animated_header-text.bottom.is_furure.palladio_lp.stay:hover, .animated_header-text.bottom.is_furure.palladio_lp.stay:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp.detail:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp.detail:hover, .animated_header-text.bottom.sanzio_lp.palladio_lp.detail:hover, .animated_header-text.bottom.palladio_lp:hover, .animated_header-text.bottom.palladio_lp.brochure:hover, .animated_header-text.bottom.palladio_lp.config:hover, .animated_header-text.bottom.palladio_lp.brochure:hover, .animated_header-text.bottom.palladio_lp.config:hover, .animated_header-text.bottom.palladioo:hover {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.is_project {
    text-align: left;
    align-items: flex-start;
    font-size: 1.5rem;
    overflow: visible;
  }

  .animated_header-text.is_project.thin {
    font-size: 1.5rem;
  }

  .animated_header-text.is_project.thin.sanzio_lp {
    font-size: 1.4rem;
  }

  .animated_header-text.is_project.thin.palladio_lp {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .animated_header-text.is_project.mobile-center {
    text-align: center;
    align-items: center;
    font-size: 2rem;
  }

  .animated_header-text.is_project.flex_mobile-heading._2rem {
    grid-row-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
  }

  .animated_header-text.is_project._1rem {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 130%;
  }

  .animated_header-text.is_project.is_mobile {
    margin-left: 0;
  }

  .animated_header-text.is_floor.palladio_lp.floor:hover {
    color: var(--base-color-neutral--white);
  }

  .animated_header-text.is_project-heading-top {
    justify-content: flex-start;
    align-items: center;
    margin-left: -10rem;
    padding-left: 0;
    padding-right: 3rem;
  }

  .animated_header-text.is_project-heading-bottom {
    left: .2rem;
  }

  .animated_header-text.is_project {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    margin-left: -1rem;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .animated_header-text.palladio_lp:hover, .animated_header-text.palladio_lp.enquire:hover, .animated_header-text.palladio_lp.enquire:hover {
    color: var(--base-color-neutral--white);
  }

  .animated_header-bottom.is_project.is_floor.palladio_lp.floor {
    margin-left: 0;
  }

  .animated_header-bottom.is_project.is_floor.palladio_lp.floor:hover {
    color: var(--palladio_base);
  }

  .about_para.is_design {
    padding-left: 0;
    padding-right: 0;
  }

  .jrc-form {
    margin-top: 1rem;
  }

  .llp_form-block.is_enquiry {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .llp_form-grp {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .project_grid {
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .project_grid-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .llp_project-heading {
    min-height: 100%;
    max-height: 100rem;
    font-size: 1.125rem;
  }

  .features_item {
    padding: 1.5rem;
  }

  .features_header {
    font-size: 1.125rem;
  }

  .aminities_content.sanzio_lp.solarium {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aminities_hero-hheading {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .aminities_listing {
    flex-flow: column;
    display: flex;
  }

  .aminities_list-item {
    font-size: .875rem;
  }

  .video_grid {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .video_grid-item {
    height: 12rem;
    padding: 1rem;
  }

  .future_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .future_map {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .future_tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .future_tab-link {
    text-align: center;
    font-size: 1rem;
  }

  .future_tab-content {
    padding: 1.5rem;
  }

  .brocure_image {
    height: 200px;
  }

  .confugration_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .table_header-para {
    font-size: .875rem;
  }

  .fixed_text {
    font-size: .875rem;
    left: .5rem;
  }

  .code-embed, .code-embed-2 {
    display: none;
  }

  .fllor_popup, .enquiry_popup {
    padding: 15px;
  }

  .navbar_llp-brand {
    width: 150px;
    height: 60px;
    padding-left: 0;
  }

  .menu-button.no-gap {
    top: 1rem;
  }

  .project_header-para {
    left: 0;
  }

  .ssection_designed-nature {
    padding-bottom: 2rem;
  }

  .designed_narure-left {
    text-align: left;
    align-items: flex-start;
  }

  .designed_narure-left-top {
    align-items: flex-start;
  }

  .para.mobile_center {
    text-align: left;
    text-align: left;
    font-size: 1rem;
  }

  .have_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    align-items: flex-start;
  }

  .have_grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_text-marquee {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .marq_text {
    text-align: center;
    letter-spacing: 1px;
    font-size: .875rem;
  }

  .text-card {
    width: auto;
    height: 100%;
    margin-right: 4rem;
  }

  .text_shap-left, .text_shap-right {
    width: 30px;
  }

  .introducing_left-top.is_download {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .introducing_left-para.is_download {
    font-size: 1rem;
  }

  .project_hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    align-items: center;
    margin-top: 14rem;
  }

  .project_hero-content.palladio_lp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    margin-top: 20rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project_pg-logo {
    width: 250px;
  }

  .project_pg-logo.palladio_lp {
    margin-right: 8.5rem;
    padding-right: 0;
  }

  .about-logo-text-wrapper {
    flex-flow: column;
  }

  .spaces_header {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-spaces_header {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .meet-our-team_wrapper {
    margin-top: 3rem;
  }

  .manager_header-text {
    font-size: 1.5rem;
  }

  .manager_header-text.all-caps {
    text-align: center;
    text-align: center;
  }

  .manage_small-header {
    font-size: 1.125rem;
  }

  .employees_main-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 10rem;
  }

  .employee_name {
    font-size: 1.125rem;
  }

  .employee_designation {
    font-size: .8rem;
  }

  .paragraph {
    width: 100%;
    font-size: 1.2rem;
  }

  .paragraph.palladio_lp {
    margin-left: -9rem;
    padding-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .logo_wrap {
    width: 100px;
  }

  .features_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .property_features-grid-item.fourth, .property_features-grid-item.second, .property_features-grid-item.third, .property_features-grid-item.fourth, .property_features-grid-item.second, .property_features-grid-item.third {
    width: 100%;
  }

  .property_features-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .property_name.open {
    font-size: 1.125rem;
  }

  .video_content {
    padding-left: 1.2rem;
  }

  .mobile_close {
    z-index: 999;
    background-color: red;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    right: 0;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    color: var(--base-color-neutral--white);
    flex: 0 100%;
    margin-bottom: 1rem;
    margin-left: 16px;
    padding-right: 20px;
  }

  .question-text:hover {
    color: var(--sanzio_base);
  }

  .question-text.wildwoods {
    padding-right: 0;
  }

  .question-text.wildwoods:hover {
    color: var(--yellow);
  }

  .question-text.wildwoods.palladio_lp:hover {
    color: var(--palladio_base);
  }

  .question-text.wildwoods.palladio_lp:lang(en) {
    color: var(--base-color-neutral--white);
    -webkit-text-stroke-color: var(--base-color-neutral--white);
  }

  .accordion-header.js-accordion-header.palladio_lp {
    color: var(--base-color-neutral--white);
  }

  .accordion-header.js-accordion-header.palladio_lp:hover {
    color: var(--palladio_base);
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 1rem;
    display: flex;
  }

  .introducing_left-para-2, .introducing_left-para-2.palladio, .introducing_left-para-2.palladio {
    padding-left: 4rem;
  }

  .project_header-para-2 {
    left: 0;
  }

  .paragraph-3 {
    font-size: 1.2rem;
  }

  .project_pg-logo-2 {
    vertical-align: bottom;
    width: 250px;
    margin-left: 1rem;
    margin-right: 0;
  }

  .property_name-2.open {
    font-size: 1.125rem;
  }

  .designed_narure-left-2 {
    text-align: left;
    align-items: flex-start;
  }

  .section__hero {
    min-height: 50vh;
  }

  .section_hero_content {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .llp_project.is_enquiry, .floor_popup-form.is_enquiry, .llp_form-wrap.is_enquiry {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .animater_header-text_bold:hover {
    color: var(--base-color-neutral--white);
  }

  .llp_price-form-block.is_enquiry {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .blog-listing-card-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-listing-card-right {
    width: 100%;
  }

  .blog-listing-card-button {
    margin-top: 20px;
    position: static;
  }

  .post-details-heading-text {
    font-size: 26px;
  }

  .custom-post-card {
    margin-left: 4px;
    margin-right: 4px;
  }

  .page-nav, .page-nav.palladio_lp, .page-nav.palladio_lp {
    display: block;
  }

  .page-nav-brand {
    width: 40px;
  }

  .jr-sec-heading {
    font-size: 1.8rem;
  }

  .designed-perfection-card-para, .paragraph-12 {
    font-size: 1rem;
  }

  .the-team-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .the-team-card-para, .the-team-card-bio-text {
    font-size: 1rem;
  }

  .the-team-card-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero-box-title {
    font-size: 2.8rem;
    font-weight: 600;
  }

  .git-sec {
    padding-top: 60px;
  }

  .about-hero-box-img {
    object-fit: cover;
    width: 100%;
    height: 500px;
  }

  .git-content-heading {
    font-size: 2.5rem;
  }

  .success-message-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-message-top-heading {
    font-size: 3rem;
  }

  .success-message-top-para {
    font-size: 1rem;
  }

  .vid-popup {
    padding: 20px 15px;
  }

  .project-page-title {
    font-size: 2.2rem;
  }

  .section__hero_video {
    min-height: 50vh;
  }

  .jrc-container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .special-features-top {
    margin-bottom: 3rem;
  }

  .special-features-top-title.bottom.is_floor.palladio_lp.floor:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.bottom.is_about.light.palladio:hover, .special-features-top-title.bottom.is_furure.palladio_lp:hover, .special-features-top-title.bottom.is_furure.palladio_lp.stay:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp.detail:hover, .special-features-top-title.bottom.palladio_lp:hover, .special-features-top-title.bottom.palladio_lp.brochure:hover, .special-features-top-title.bottom.palladio_lp.config:hover, .special-features-top-title.bottom.palladioo:hover {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.palladio_lp:hover, .special-features-top-title.palladio_lp.enquire:hover {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.bottom.is_floor.palladio_lp.floor:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.bottom.is_about.light.palladio:hover, .special-features-top-title.bottom.is_furure.palladio_lp:hover, .special-features-top-title.bottom.is_furure.palladio_lp.stay:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp.detail:hover, .special-features-top-title.bottom.palladio_lp:hover, .special-features-top-title.bottom.palladio_lp.brochure:hover, .special-features-top-title.bottom.palladio_lp.config:hover, .special-features-top-title.bottom.palladioo:hover {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.bottom.is_floor.palladio_lp.floor:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.bottom.is_floor.palladio_lp {
    margin-left: 0;
  }

  .special-features-top-title.bottom.is_floor.palladio_lp:hover {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.bottom.is_floor.palladio_lp.floor:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.bottom.is_floor.palladio_lp.floor {
    margin-left: 0;
  }

  .special-features-top-title.bottom.is_floor.palladio_lp.floor:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:lang(en), .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:hover, .special-features-top-title.bottom.is_floor.palladio_lp.floor.fp:lang(en) {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.bottom.is_floor.palladio_lp.clubhouse:hover {
    color: var(--palladio_base);
  }

  .special-features-top-title.bottom.is_about.light {
    font-size: 1.5rem;
  }

  .special-features-top-title.bottom.is_about.light.sanzio_lp {
    font-size: 1.4rem;
  }

  .special-features-top-title.bottom.is_about.light.palladio:hover, .special-features-top-title.bottom.is_furure.palladio_lp:hover, .special-features-top-title.bottom.is_furure.palladio_lp.stay:hover, .special-features-top-title.bottom.is_furure.palladio_lp:hover, .special-features-top-title.bottom.is_furure.palladio_lp.stay:hover, .special-features-top-title.bottom.is_furure.palladio_lp.stay:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp.detail:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp.detail:hover, .special-features-top-title.bottom.sanzio_lp.palladio_lp.detail:hover, .special-features-top-title.bottom.palladio_lp:hover, .special-features-top-title.bottom.palladio_lp.brochure:hover, .special-features-top-title.bottom.palladio_lp.config:hover, .special-features-top-title.bottom.palladio_lp.brochure:hover, .special-features-top-title.bottom.palladio_lp.config:hover, .special-features-top-title.bottom.palladioo:hover {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.is_project {
    text-align: left;
    align-items: flex-start;
    font-size: 1.5rem;
    overflow: visible;
  }

  .special-features-top-title.is_project.thin {
    font-size: 1.5rem;
  }

  .special-features-top-title.is_project.thin.sanzio_lp {
    font-size: 1.4rem;
  }

  .special-features-top-title.is_project.thin.palladio_lp {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .special-features-top-title.is_project.mobile-center {
    text-align: center;
    align-items: center;
    font-size: 2rem;
  }

  .special-features-top-title.is_project.flex_mobile-heading._2rem {
    grid-row-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
  }

  .special-features-top-title.is_project._1rem {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 130%;
  }

  .special-features-top-title.is_project.is_mobile {
    margin-left: 0;
  }

  .special-features-top-title.is_floor.palladio_lp.floor:hover {
    color: var(--base-color-neutral--white);
  }

  .special-features-top-title.is_project-heading-top {
    justify-content: flex-start;
    align-items: center;
    margin-left: -10rem;
    padding-left: 0;
    padding-right: 3rem;
  }

  .special-features-top-title.is_project-heading-bottom {
    left: .2rem;
  }

  .special-features-top-title.is_project {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    margin-left: -1rem;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .special-features-top-title.palladio_lp:hover, .special-features-top-title.palladio_lp.enquire:hover, .special-features-top-title.palladio_lp.enquire:hover {
    color: var(--base-color-neutral--white);
  }

  .special-features-slide-count-text {
    font-size: 2.5rem;
  }

  .special-features-top-content {
    margin-bottom: 2rem;
  }

  .balconies-at-ww {
    margin-top: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .balconies-at-ww-subheading {
    font-size: 1.5rem;
  }

  .balconies-at-ww-heading {
    font-size: 1.6rem;
  }

  .living-area-at-ww {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .living-area-at-ww-box {
    padding-bottom: 0;
  }

  .balconies-at-ww-subheading-copy, .living-area-at-ww-subheading {
    font-size: 1.5rem;
  }

  .living-area-at-ww-hero {
    margin-bottom: 3rem;
  }

  .living-area-at-ww-heading {
    font-size: 1.5rem;
  }

  .park-at-ww-box {
    padding-bottom: 0;
  }

  .south-park-and-north-park {
    max-width: 200px;
  }

  .corridor-at-ww {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .corridor-at-ww-hero {
    margin-bottom: 3rem;
  }

  .corridor-at-ww-box {
    padding-bottom: 0;
  }

  .git-content-heading-copy {
    font-size: 2.5rem;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75, .header-center-box-copy._75, .header-center-box-copy._75 {
    width: 90%;
  }

  .ww-sub-page-hero {
    min-height: 50vh;
  }

  .ww-sub-hero-box-logo-img {
    max-width: 250px;
  }

  .jrc-form-wrap.is_enquiry {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .jrc-form-group {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .prj-overview-slide-item {
    width: 100%;
  }

  .prj-overview-slide-media-img {
    height: 500px;
  }

  .prj-overview-slide-content {
    min-height: auto;
  }

  .modal_body {
    width: 100%;
    margin-top: -5vh;
  }

  .modal_open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ww-video-testimonial-card {
    width: 100%;
  }

  .ww-video-content {
    text-align: right;
  }

  .ww-video-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ww-key-features-card {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 40px;
    padding-left: 2rem;
  }

  .ww-key-features-title {
    margin-bottom: 5rem;
  }

  .ww-key-features-info {
    text-align: left;
    font-size: 1.2rem;
  }

  .ww-key-features-card-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 40px;
  }

  .ww-key-features-info-2 {
    font-size: 1.2rem;
  }

  .ww-key-features-card-3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 40px;
  }

  .ww-key-features-info-3 {
    font-size: 1.2rem;
  }

  .project-setup-table-top-col {
    padding: 8px 5px;
  }

  .project-setup-head-text {
    font-size: 1rem;
  }

  .project-setup-table-row-col {
    padding: 8px 5px;
  }

  .project-setup-row-text, .project-setup-row-text-light {
    font-size: .8rem;
  }

  .project-setup-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cp-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cp-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: calc(50% - 15px);
  }

  .cp-icon {
    width: 40px;
    display: none;
  }

  .cp-content {
    width: 100%;
    padding-left: 20px;
    position: relative;
  }

  .cp-text {
    font-size: .9rem;
  }

  .future-tab-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .future-tab-nav-link {
    text-align: center;
    font-size: 1rem;
  }

  .future_tab-content-copy, .future-tab-panel {
    padding: 1.5rem;
  }

  .footer-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer-box, .footer-box.layout_two, .footer-box.layout_two {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-sub-title, .footer-contact-link {
    font-size: 1.2rem;
  }

  .about_para-block.is_design {
    padding-left: 0;
    padding-right: 0;
  }

  .home-mobile-hero {
    background-image: url("https://cdn.prod.website-files.com/677425503944c4eb93bd17ad/6894435b01a54969c9a00075_mobile-where-design-drives-us.webp");
    padding-bottom: 2rem;
    display: flex;
  }

  .palladio-project-hero {
    justify-content: center;
    align-items: center;
  }

  .section-faq-2, .jrc-faq {
    padding: 100px 15px;
  }
}

#w-node-f5ec6433-95bb-a095-c630-cf39212631e4-800a7321, #w-node-_4c4131d5-bfbb-2a26-732c-e563a8a958b5-800a7321 {
  grid-area: 2 / 1 / 3 / 4;
}
