@font-face {
  font-family: "Industrial 736 Bt";
  src: url('../fonts/industrial.ttf') format("truetype"), url('../fonts/industrial.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Begumsans;
  src: url('../fonts/BegumSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontsfree Net Morison;
  src: url('../fonts/FontsFree-Net-morison-displaylight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industrial;
  src: url('../fonts/industrial.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Torinodisplayjfpro;
  src: url('../fonts/TorinoDisplayJFPro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Begum;
  src: url('../fonts/begum-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hvdtrial Brandon Grotesque Bf 64 A 625 C 93 E 709";
  src: url('../fonts/HvDTrial_Brandon_Grotesque_light-BF64a625c93e709.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --waves-library--black: #131313;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.sectionnavbar {
  position: absolute;
  inset: 0% 0% auto;
}

.sectionhomehero {
  position: relative;
}

.brix---header-right-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.emailadresslink {
  text-decoration: none;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.phonenumberlink {
  text-decoration: none;
}

.nav_button-2 {
  z-index: 9999;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 3em auto auto 10vw;
}

.nav_button-2:hover {
  pointer-events: auto;
}

.link-block-3 {
  border-bottom-width: 0;
  text-decoration: none;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.menudiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.brix---header-left-col-top {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.italic-link {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: none;
  font-size: .8rem;
  font-style: normal;
  font-weight: 300;
  position: relative;
}

.border-line-text-5 {
  z-index: 1;
  background-color: #c10216;
  background-image: url('../images/rose-gold.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---mg-bottom-24px---0-on-tablet-2 {
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
}

.brix---flex-center {
  z-index: 999;
  justify-content: center;
  display: flex;
  position: relative;
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.emailaddress {
  color: #fff;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Begumsans, Tahoma, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.phonenumher {
  color: #fff;
  text-align: right;
  letter-spacing: 5px;
  font-family: Begumsans, Tahoma, sans-serif;
  font-size: 13px;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.brix---header-wrapper-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-large {
  max-width: 160px;
}

.menublock {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menublock.brix---header-nav-menu-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.links_menu {
  z-index: 999999;
  position: fixed;
  inset: 3em 10vw auto auto;
}

.button_square {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #fff;
  border: 0 solid #63625b;
  width: 45px;
  height: 4px;
}

.button_square.bar-three {
  width: 35px;
  height: 2px;
}

.button_square.bar-two {
  height: 2px;
}

.button_square.bar-one {
  width: 55px;
  height: 2px;
}

.brix---container-default-2 {
  max-width: 100%;
  padding-top: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-text.text-white {
  border-bottom-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.herohomeslider {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.navbarcontainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.right-arrow, .left-arrow {
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  display: none;
}

.slide {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Screenshot-2025-05-22-at-1.59.15-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Screenshot-2025-06-15-at-12.46.47-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Screenshot-2025-05-14-at-11.55.59-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Screenshot-2025-06-15-at-12.49.32-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Screenshot-2025-06-15-at-12.44.04-PM.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.containerhomerdynamicslider {
  z-index: 9;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 35% 0% auto;
}

.industrialheadline {
  color: #fff;
  text-align: center;
  font-family: Torinodisplayjfpro, Georgia, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 65px;
}

.industrialheadline.whitetext {
  font-size: 34px;
}

.industrialheadline.whitetext.centeralign {
  font-family: Fontsfree Net Morison, Palatino Linotype, sans-serif;
  line-height: 45px;
}

.industrialheadline.blacktext {
  color: #000;
  font-family: Torinodisplayjfpro, Georgia, sans-serif;
  font-size: 34px;
}

.industrialheadline.blacktext.leftalign {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.industrialheadline.blacktext.lineheightsmall {
  line-height: 45px;
}

.industrialheadline.blacktext.absoluteposition, .industrialheadline.absoluteposition {
  position: absolute;
}

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

.industrialheadline.smaller {
  text-align: left;
  font-size: 34px;
}

.industrialheadline.smaller.lineheight {
  line-height: 55px;
}

.herohomeheadline.paddingbottom {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
}

.herohomedivider {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.herohomectas {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
}

.transparentbutton {
  text-align: center;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 1px;
  background-color: #fff0;
  border: .5px solid #fff;
  width: 350px;
  padding: 20px 55px;
  font-family: Begum, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.transparentbutton:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.transparentbutton.paddingtop {
  margin-top: 15px;
}

.transparentbutton.margintop {
  display: none;
}

.transparentbutton.margintop.blockbtn {
  display: block;
}

.transparentbutton.absolute {
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 20%;
}

.transparentbutton.center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.transparentbutton.largerbutton {
  text-transform: uppercase;
  width: 450px;
}

.transparentbutton._30 {
  text-transform: uppercase;
  width: 30%;
}

.transparentbutton.blackbutton {
  text-transform: uppercase;
}

.transparentbutton.blackbutton._0 {
  margin-left: 0;
}

.slide-6 {
  background-color: #fff0;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.mask {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide-nav {
  inset: auto 0% -20%;
}

.slide-7 {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
}

.container {
  border-top: .5px solid #969696;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: 3rem;
  margin-bottom: 0;
  margin-left: 25px;
  padding-bottom: 3rem;
}

.begumheadline {
  color: #000;
  letter-spacing: 0;
  font-family: Fontsfree Net Morison, Palatino Linotype, sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 30px;
}

.begumheadline.leftalign {
  justify-content: center;
  align-items: center;
}

.begumheadline.leftalign.block {
  display: block;
}

.begumheadline.centeralign {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.begumheadline.centeralign.whitetext {
  color: #fff;
}

.begumheadline.centeralign.largerfont {
  font-size: 38px;
}

.begumheadline.paddingbottom.nopaddingbottom {
  padding-bottom: 0;
}

.begumheadline.whitetext {
  color: #fff;
}

.begumheadline.whitetext.smallerheadline {
  font-size: 22px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.servicebox {
  background-image: url('../images/Screenshot-2025-05-14-at-11.57.10-AM.webp');
  background-position: 50%;
  background-size: cover;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 50vh;
}

.servicebox.leftbox {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-11.57.10-AM.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.servicebox.leftbox.borderbottom {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/attachment-2.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.servicebox.middlebox {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-11.57.10-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.servicebox.middlebox.borderbottom {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/attachment-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.servicebox.rightbox {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/attachment-2.webp');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.begumheadlinecontainer {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  font-family: Begum, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.begumheadlinecontainer.largetitle {
  font-size: 100px;
}

.begumheadlinecontainer.largetitle.communityname {
  height: auto;
  font-size: 60px;
}

.begumheadlinecontainer.leftalign {
  text-align: left;
  -webkit-text-stroke-width: 1px;
  justify-content: flex-start;
  align-items: center;
}

.begumheadlinecontainer.leftalign.nomargintop {
  margin-top: 0;
}

.begumheadlinecontainer.leftalign.nomargintop.left {
  justify-content: flex-start;
  align-items: center;
}

.begumheadlinecontainer.heropagetitle {
  font-size: 34px;
  line-height: 40px;
}

.begumheadlinecontainer.heropagetitle.blacktext.leftalign {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.begumheadlinecontainer.blacktext {
  color: #000;
}

.begumheadlinecontainer.largerfont {
  font-size: 35px;
}

.begumheadlinecontainer.largerfont.bb.leftalign {
  -webkit-text-stroke-width: 1px;
}

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

.begumheadlinecontainer.bb.largerfont {
  -webkit-text-stroke-width: 2px;
}

.sectionhomeabout {
  background-image: url('../images/new-york-filigrane.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: fixed;
  padding-bottom: 5rem;
  position: relative;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 5rem 2rem;
  display: flex;
}

.abouthomeleft {
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.abouthomeright {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  display: block;
}

.subhealine {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
}

.subhealine.whitetext, .subhealine.white {
  color: #fff;
}

.subhealine.white.paddingbottom.small {
  padding-bottom: 50px;
}

.subhealine.left {
  color: #000;
  text-align: left;
}

.div-block {
  text-align: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  padding-bottom: 2rem;
}

.paragraph {
  font-family: "Hvdtrial Brandon Grotesque Bf 64 A 625 C 93 E 709", Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 38px;
}

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

.paragraph.centeralign.whitetext {
  color: #fff;
}

.paragraph.centeralign.whitetext._80 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.centeralign.whitetext._80._100 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.paragraph.centeralign.whitetext._90 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.centeralign.whitetext._90._100 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.paragraph.centeralign.bigparagraph {
  font-size: 23px;
  line-height: 46px;
}

.paragraph.centeralign.bigparagraph.leftalign {
  text-align: left;
  -webkit-text-stroke-width: .5px;
  justify-content: center;
  align-items: center;
}

.paragraph.centeralign.leftalign {
  text-align: left;
  -webkit-text-stroke-width: .5px;
}

.paragraph.whitetext {
  color: #fff;
}

.paragraph.whitetext.paddingtop.centeralign.lineheight {
  line-height: 26px;
}

.paragraph.whitetext.paddingtop.centeralign.largerfont {
  text-align: left;
  -webkit-text-stroke-width: .5px;
  font-size: 20px;
}

.paragraph.whitetext.paddingtop.centeralign.largerfont.center {
  -webkit-text-stroke-width: 1px;
}

.paragraph.whitetext.paddingtop.largerfont {
  font-size: 20px;
}

.paragraph.whitetext.paddingtop.boldpara, .paragraph.whitetext._1 {
  -webkit-text-stroke-width: .5px;
}

.paragraph.paddingtop {
  padding-top: 25px;
}

.paragraph.displaynone {
  display: none;
}

.container-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.image {
  width: 80%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: static;
  top: auto;
}

.div-block-2.nopadding {
  margin-bottom: 0;
}

.div-block-2.nopadding.margintop {
  margin-top: 50px;
}

.blackbutton {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  background-color: #fff;
  border: 1px solid #000;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 45px;
  font-family: Begum, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.blackbutton._0._00 {
  margin-left: 0;
}

.blackbutton._0._300 {
  width: 300px;
}

.blackbutton.leftalign {
  margin-left: 0;
}

.container-5 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.statisticslabel {
  text-align: center;
  font-family: "Industrial 736 Bt", Verdana, sans-serif;
}

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

.statisticslabel.leftalign.whitetext {
  color: #fff;
}

.statisticslabel.leftalign.whitetext.leftaligned {
  justify-content: flex-start;
  align-items: center;
}

.statisticslabel.whitetext {
  color: #fff;
}

.statisticlabel2 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Begum, Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.statisticlabel2.whitetext {
  color: #fff;
  text-align: center;
}

.statisticlabel2.whitetext.leftalign {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
}

.statisticlabel2.whitetext.leftalign.marginleft {
  margin-left: 15px;
}

.statisticlabel2.whitetext.leftalign.marginleft.custommargin {
  margin-left: 0;
}

.statisticlabel2.whitetext.largerfont {
  font-size: 20px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.statisticslabelsgroup.paddingtop {
  margin-left: auto;
  padding-top: 10px;
}

.statisticslabelsgroup.paddingtop.marginright {
  margin-right: auto;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-7 {
  margin-right: 0;
}

.div-block-7 {
  z-index: 99;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-3 {
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.sectionhomesearch-guides {
  background-image: url('../images/bottom-gradient-black.webp'), url('../images/homesearch-bg.webp');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  height: 100%;
  position: relative;
}

.field-label {
  font-weight: 400;
}

.whitebutton {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: .5px solid #000;
  margin-top: 0;
  padding: 15px 45px;
  font-weight: 500;
}

.whitebutton.transparentbtn {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.pricerangediv {
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  display: block;
}

.neightboroodsdiv {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
}

.neightboroodsdiv.fullwidthsize {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.form-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: block;
}

.herohomesearch {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 25px;
  padding-left: 0%;
  display: flex;
}

.herohomesearch.paddingleft {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 5%;
}

.herohomesearch.paddingleft.paddingtop {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  padding-top: 10%;
  padding-bottom: 20%;
  padding-left: 0%;
}

.herohomesearch.paddingleft.paddingtop._10 {
  padding-bottom: 10%;
}

.text-field-3 {
  color: #000;
  letter-spacing: 3px;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-left: 0;
  font-weight: 500;
}

.text-field-3:hover {
  border-bottom: .5px solid #474545;
}

.text-field-3:focus {
  border-bottom: 2px solid #000;
}

.text-field-3.whitetext {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.text-field-3.whitetext:focus {
  border-bottom-color: #fff;
}

.container-8 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 5rem;
  padding-bottom: 0;
  position: relative;
}

.container-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.container-9.paddingtop {
  justify-content: center;
  align-items: flex-end;
  padding-top: 5rem;
}

.homeguides {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: flex;
}

.homesellersguide, .homebuyersguide {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
}

.paddingbottom {
  padding-bottom: 50px;
}

.div-block-8 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.verticalline {
  z-index: 999;
  background-color: #5a5a5a;
  width: .5px;
  height: 55%;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
  display: flex;
}

.container-10 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
}

.sectionfeaturedvideos {
  height: 100%;
  margin-top: 10rem;
  display: none;
  position: relative;
}

.container-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.featuredleftblock {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-bottom: auto;
  padding-left: 5%;
  position: sticky;
  top: 0;
}

.featuredrightblock {
  justify-content: center;
  align-items: center;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 50vh;
  display: block;
}

.slider_overlay {
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
}

.slider_video {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.u-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3rem;
  display: flex;
  position: relative;
}

.section {
  justify-content: center;
  align-items: flex-start;
  display: block;
  overflow: clip;
}

.slider_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 3 / 1.3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider_category {
  opacity: 0;
  font-size: 2rem;
  line-height: 1;
  transition: opacity .4s;
  position: relative;
}

.slider_card {
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  height: 400px;
  min-height: 400px;
  transition: width .4s;
  display: flex;
}

.slider_item.is-active {
  width: 100%;
  height: 400px;
  min-height: 400px;
}

.slider_list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 3 / 1.3;
  display: flex;
}

.slider_item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  transition: width .4s;
  display: flex;
}

.slider_item-2.is-active {
  width: 320%;
}

.slider_list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 3 / 1.3;
  display: flex;
}

.slider_item-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  height: 400px;
  min-height: 400px;
  transition: width .4s;
  display: flex;
}

.slider_item-3.is-active {
  width: 320%;
}

.slider-2 {
  height: 100%;
}

.slide-8 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-5.34.19-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-9 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-5.34.31-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-10 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-5.34.28-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-11 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-5.34.25-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.right-arrow-3, .left-arrow-3 {
  height: 50px;
  display: none;
}

.container-12 {
  z-index: 999;
  position: absolute;
  inset: 10% 0% auto;
}

.slide-nav-2 {
  inset: auto 0% -10%;
}

.div-block-10 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-4 {
  max-width: 450px;
}

.sectionhomecommunities {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-top: 5rem;
}

.areadescription {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-139 {
  z-index: 99;
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.div-block-139.whiteborderbottom {
  border-bottom-color: #fff;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  display: none;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, #faebe3, #faebe300);
  display: none;
  inset: auto 0% -1px;
}

.container-14 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/palo-alto.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.subtitle.blacktext {
  color: #636363;
}

.subtitle.blacktext.centeredaligned._5letterspacing {
  letter-spacing: 5px;
  font-weight: 400;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.container-15 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 25px;
}

.waves-image-wrap-hero-1 {
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 550px;
  height: 50%;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.communitiestitle {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-column-hero-1.column-one {
  z-index: 9999;
  width: 100%;
  position: relative;
}

.waves-column-hero-1.column-two {
  display: none;
}

.waves-column-hero-1.column-one {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-140 {
  z-index: 99;
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.div-block-140.whiteborderbottom {
  border-bottom-color: #fff;
}

.container-16 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-2 {
  color: #000;
  text-align: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-2.fulltitle {
  z-index: 999;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.container-17 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 25px;
}

.waves---section-hero-primary {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2 {
  color: #636363;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-2.paddingbottom {
  padding-top: 30px;
}

.container-13 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: 0;
}

.homevaluationtop {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40%;
  min-height: 40%;
  max-height: 40%;
}

.homevaluationbottom {
  z-index: 999;
  background-color: #2b2926;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60%;
  min-height: 60%;
  max-height: 60%;
  margin-bottom: 0;
  position: relative;
}

.div-block-141 {
  z-index: 99;
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.div-block-141.whiteborderbottom {
  border-bottom-color: #fff;
}

.container-18 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.container-19 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 25px;
}

.container-20 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: 0;
}

.sectioncommunities {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-top: 10rem;
  margin-bottom: 30vh;
}

.homevaluationbottom-2 {
  background-color: #2b2926;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60%;
  min-height: 60%;
  max-height: 60%;
  margin-bottom: 0;
}

.container-21 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
}

.div-block-142 {
  z-index: 99;
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.div-block-142.whiteborderbottom {
  border-bottom-color: #fff;
}

.container-22 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.container-23 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 25px;
  display: flex;
}

.waves-gallery-hero-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sectionhomeexpertiseareas {
  z-index: 0;
  background-color: #fff0;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-top: 5rem;
  position: static;
}

.waves-item-gallery-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.paragraph-74 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-74.whitetext.centeredalign {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-74.whitetext.centeredalign.syncopate {
  text-transform: uppercase;
  font-weight: 400;
}

.paragraph-74.whitetext.centeredalign.syncopate.blacktext {
  color: #000;
}

.waves-content-hero-2 {
  grid-row-gap: 24px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/soho.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-top: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-24 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  padding-bottom: 3rem;
}

.bigtitledivider {
  color: #757575;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
  line-height: 40px;
}

.bigtitledivider.centeraligned {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.bigtitledivider.centeraligned.blacktext {
  color: #000;
  text-transform: uppercase;
}

.bigtitledivider.nopaddingbottom {
  margin-bottom: 0;
  font-weight: 400;
}

.waves-inside-hero-2 {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-inside-hero-2.reverse {
  justify-content: flex-end;
}

.homevaluationbottom-3 {
  z-index: 9999;
  background-color: #000;
  background-image: url('../images/new-york-maps.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40vh;
  min-height: 40vh;
  max-height: 40vh;
  margin-bottom: 0;
  position: static;
}

.text-block-4 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-4.leftaligned {
  text-align: left;
}

.container-25 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 50px;
  display: flex;
}

.communitiestitle-2 {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.communitiestitle-2.whitetext {
  color: #fff;
}

.communitiestitle-2.whitetext.leftalign {
  text-align: left;
  margin-left: 50px;
}

.div-block-143 {
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.div-block-143.whiteborderbottom {
  border-bottom-width: 0;
  border-bottom-color: #fff;
  margin-left: 0;
}

.div-block-143.whiteborderbottom.middle {
  margin-left: auto;
}

.homevaluationtop-2 {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  position: static;
}

.link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.link.blacktext {
  color: #000;
}

.link.blacktext.centerlink {
  text-align: center;
}

.div-block-144 {
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.div-block-145 {
  margin-left: auto;
  margin-right: auto;
}

.sectionhomelistings {
  margin-top: 5rem;
}

.frame {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame.third {
  z-index: 3;
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-8.40.08-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.frame.second {
  z-index: 2;
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-8.38.36-PM.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.frame.first {
  z-index: 1;
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-14-at-8.26.24-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.section-part {
  position: relative;
}

.text-box {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-26 {
  max-width: none;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.container-26.no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.section-2 {
  position: relative;
}

.sectionhomenewsletter {
  position: static;
}

.waves---section-medium {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 0;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 0;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.containernewsletter {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
}

.container-27 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 35% 0% auto;
}

.container-28 {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
}

.sectionhomesocialmedia {
  background-image: url('../images/new-york-social-media.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.card__bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.tinyflow-slider {
  z-index: 1;
  position: relative;
}

.card {
  min-height: 30rem;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), opacity .2s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.drag-text {
  color: #fff;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.25rem;
  font-weight: 400;
}

.pointer_wrap {
  z-index: 1000;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tinyflow-slider__pagination {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.arrow-drag.rotated {
  transform: rotate(180deg);
}

.section-interior {
  background-color: #fff;
  display: none;
  position: relative;
}

.pointer {
  background-color: #3278ff;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  transform: scale(0);
}

.sectioncontactbanner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-05-14-at-11.55.28-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: block;
}

.contactcontainer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-left: 75px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.contactcontentgroup {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-146 {
  background-color: #e0e0e0;
  width: 1px;
  height: 300px;
  transform: skew(0deg);
}

.span {
  color: #e0e0e0;
  font-family: Torinodisplayjfpro, Georgia, sans-serif;
  font-size: 250px;
}

.span.smallspan {
  text-align: center;
  height: 66px;
  margin-left: 10px;
  margin-right: auto;
  font-family: Torinodisplayjfpro, Georgia, sans-serif;
  font-size: 120px;
  display: block;
}

.span.smallspan.marginauto {
  margin-left: auto;
}

.span.smallspan.white {
  color: #fff;
}

.heading-3 {
  color: #e0e0e0;
  font-family: Begum, Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.div-block-147 {
  display: flex;
}

.div-block-148 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-5 {
  margin-top: 0;
  margin-bottom: auto;
  display: block;
}

.image-5.opacity {
  opacity: 0;
}

.image-6, .image-7, .image-8, .image-9, .image-10 {
  max-width: 200px;
}

.sectionheroabout {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
}

.containerhero {
  background-image: url('../images/about-zack-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.containerhero.about {
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.containerhero.activelistings {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-21-at-5.02.26-PM-1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.containerhero.buyersguide {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-30-at-2.07.28-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.containerhero.sellersguide {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-05-30-at-1.59.32-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.containerhero.soldlistings {
  background-image: url('../images/menu3.webp');
}

.containerhero.compassone {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.42.28-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.containerhero.rentersguide {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-06-15-at-12.44.04-PM.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.containernavbar {
  position: absolute;
  inset: 0% 0% auto;
}

.herotitle {
  margin-bottom: 30px;
}

.sectionintroabout {
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.sectionabout {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Screenshot-2025-05-27-at-10.41.50-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-block-149 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-bottom: 0;
  margin-right: auto;
  display: block;
}

.div-block-150 {
  border-bottom: .5px solid #fff;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  display: flex;
}

.image-11 {
  max-width: 60%;
}

.div-block-151 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-152 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-152.paddingtop {
  padding-top: 3rem;
}

.containerkeydata {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.containerkeydata.paddingtop {
  justify-content: center;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 0;
}

.verticalewhiteline {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: .5px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.sectionaboutphilosophy {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-153 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.height {
  width: 100%;
  height: 400dvh;
}

.sticky {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.grid-item {
  width: 30vw;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.text {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  font-family: Begumsans, Tahoma, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text.bigtext {
  font-size: 5.5rem;
}

.section-3.parallax-img {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  width: 100%;
  margin-top: 5rem;
  padding: 5rem;
  overflow: hidden;
}

.container-29 {
  z-index: 9999;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.button {
  text-align: center;
  letter-spacing: 3px;
  background-color: #3898ec00;
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 55px;
  font-family: Begumsans, Tahoma, sans-serif;
  font-size: 2rem;
  display: flex;
}

.section__img-holder {
  justify-content: center;
  align-items: center;
  width: 36.7vw;
  height: 36.9vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section__img-holder.img1 {
  inset: 0 0 0 74.3rem;
}

.section__img-holder.img2, .section__img-holder.img5 {
  inset: 0 0 0 2.3rem;
}

.section__img-holder.img3 {
  inset: 0 0 0 111.3rem;
}

.section__img-holder.img7 {
  width: 100%;
  height: 100vh;
}

.section__img-holder.img6 {
  inset: 0 0 0 111.3rem;
}

.section__img-holder.img4 {
  width: 56vw;
  margin-left: calc(50vw - 4rem);
  transform: translate(-50%);
}

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

.header82_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80vh;
  margin-bottom: -10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 10vh;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000024;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.neightboroodsdiv-2 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-right: auto;
}

.header82_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-field-4 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 500;
}

.buttonwhite {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #fff0;
  border-top: .5px solid #fff;
  border-bottom: .5px solid #fff;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px 20px;
  font-size: 1vw;
  font-weight: 500;
  text-decoration: none;
}

.buttonwhite.smallpaddingbtn {
  padding-top: 11px;
  padding-bottom: 11px;
}

.buttonwhite.smallpaddingbtn.largerbutton {
  padding-bottom: 20px;
}

.buttonwhite.largerbutton {
  padding-top: 20px;
}

.buttonwhite.largerbutton.paddingtop.absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.buttonwhite.largerbutton.paddingtop.absolute.midsizebutton {
  z-index: 999;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  bottom: 25%;
}

.buttonwhite.largerbutton.leftalignbutton.paddingtop {
  margin-top: 50px;
}

.buttonwhite.largerbutton.leftalignbutton.paddingtop.nomarginleft {
  margin-left: 0;
}

.buttonwhite.largerbutton.leftalignbutton.paddingtop.smallerbutton {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}

.div-block-154 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  display: flex;
}

.section_header82 {
  background-color: #3aa6b9;
  position: relative;
}

.section_header82.paddingtop {
  margin-top: 10rem;
}

.containerhomectas {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.containerhomectas.bottomctas {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 50px;
}

.containerhomectas.bottomctas.absolute, .containerhomectas.bottomctas.absolutepositionform {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  position: absolute;
  inset: auto 0% 15%;
}

.text-block {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-block.smalltext {
  letter-spacing: 3px;
  font-size: 10px;
}

.text-color-white {
  color: #fff;
  font-weight: 400;
}

.header82_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.pricerangediv-2 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.pricerangediv-2.rightdivhomeselling {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  display: flex;
}

.header82_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-block-8 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.headlinetitleminimal {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  position: relative;
}

.header82_component {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.text-field-5 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 500;
}

.text-field-5:focus {
  border-bottom: 2px solid #fff;
}

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

.scroll-divblock {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  position: absolute;
}

.text-field-6 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 500;
}

.div-block-155 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  display: flex;
}

.scroll-divblock-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
}

.sectionheroactivelistings {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
}

.sectionlistingsoptions {
  display: block;
}

.containerlistingsrentals {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.containerlistingsrentals.paddingtopblock.paddingbottomblock {
  background-image: linear-gradient(#00000026, #00000026), url('../images/attachment.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 40vh;
  min-height: 40vh;
  max-height: 40vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.containerlistingsrentals.paddingtopblock.paddingbottomblock.none {
  display: none;
}

.activelistingsblock {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.activelistingsblock.borderright {
  border-right: 50px solid #fff;
}

.activerentalsblock {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.verticaleline {
  background-color: #fff;
  width: 10%;
  min-width: 10%;
  max-width: 10%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.div-block-156 {
  background-color: #fff;
  width: 5%;
  min-width: 5%;
  max-width: 5%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.sectiondynamiclistings.activelistings {
  display: none;
}

.sectiondynamiclistings.activerentals {
  display: block;
}

.listingcontainer {
  background-image: linear-gradient(#00000040, #00000040), url('../images/sample.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  position: relative;
}

.listingcontainer.sample2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-23-at-6.01.40-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.listingcontainer.sample3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-23-at-6.05.58-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.listingcontainer.rental1 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-23-at-6.14.00-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.listingcontainer.rental2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-23-at-6.17.04-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.listingcontainer.rental3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-23-at-6.19.28-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.listingcontainer.rental {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-23-at-6.23.00-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.listingcontainer.rental.maxheight {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.listingaddress {
  margin-top: 10%;
}

.listingcta {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20%;
}

.listingprice {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sectionlistingstagline {
  text-align: left;
}

.sectionlistingstagline.centeralign {
  text-align: center;
  background-image: url('../images/new-york-plan-filigran.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.div-block-157 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.splitsection {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  display: flex;
}

.splitleft {
  background-image: url('../images/Screenshot-2025-05-14-at-11.55.12-AM.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.splitright {
  background-image: url('../images/IMG_0229.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.angled-split {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
}

.angled-left, .angled-right {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.code-embed {
  overflow: hidden;
}

.image-13, .image-14 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  position: absolute;
}

.div-block-158 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/guides-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.container-30, .container-31 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  font-family: Begum, Arial, sans-serif;
  font-weight: 200;
}

.bold-text-5.montserrat {
  font-family: Montserrat, sans-serif;
}

.cell-52 {
  justify-content: center;
  align-items: center;
}

.container-71 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.bold-text-8 {
  font-family: Begumsans, Tahoma, sans-serif;
}

.slide-12 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
  inset: 0% 0% auto;
}

.slide-12._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-12._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.propertylocation {
  border-bottom: .5px solid #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.propertylocation.noborderbottom {
  border-bottom-width: 0;
}

.slide-nav-3 {
  z-index: 9999;
  padding-top: 0;
  inset: 80% 5% 0% auto;
}

.cell-55 {
  justify-content: space-between;
  align-items: stretch;
}

.cell-46 {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 35px;
}

.moredetailsblock {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.quick-stack-11 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heroblock {
  height: 100%;
}

.slidea {
  background-image: linear-gradient(#00000059, #00000059), url('../images/7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.button-small {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: capitalize;
  background-color: #0000;
  border-bottom: .5px solid #fff;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.button-small:hover {
  background-color: #27273100;
}

.cell-58 {
  text-align: center;
  border-bottom: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  text-decoration: none;
}

.cell-58:hover {
  border-bottom-width: 3px;
}

.bold-text-7 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.heading-56 {
  color: #000;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Begum, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
}

.heading-56.leftaligned {
  justify-content: flex-start;
  align-items: center;
}

.heading-56.leftaligned.whitetext.listingagentlabel {
  padding-bottom: 20px;
  font-family: Begum, Arial, sans-serif;
}

.heading-56.centeredtext {
  text-align: center;
  padding-bottom: 20px;
}

.heading-56.smallertitle {
  font-size: 14px;
  line-height: 20px;
}

.heading-56.whitetext {
  color: #fff;
}

.heading-56.whitetext.leftaligned {
  justify-content: flex-start;
  align-items: center;
}

.propertyaddress-5 {
  color: #fff;
  text-align: left;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
  line-height: 4vw;
}

.primaryfeaturelabel-2 {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: "Hvdtrial Brandon Grotesque Bf 64 A 625 C 93 E 709", Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.primaryfeaturelabel-2.inlinedisplay {
  text-align: left;
  margin-right: 0;
  padding-bottom: 15px;
  display: block;
}

.primaryfeaturelabel-2.whitetext {
  color: #fff;
}

.listingsbtn {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.listingsbtn:hover {
  color: #000;
  background-color: #fff;
}

.listingsbtn.contact-agent-on-porperty {
  letter-spacing: 5px;
  width: 400px;
  min-width: auto;
  margin-top: 30px;
  font-size: 14px;
}

.listingsbtn.contact-agent-on-porperty.nomargin {
  margin-top: 0;
  font-weight: 500;
}

.sectionproperty {
  z-index: 99;
  height: 100vh;
  position: relative;
}

.div-block-206 {
  width: 90%;
}

.propertyinfo-2 {
  z-index: 99;
  background-color: #0000;
  position: relative;
}

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

.rightalign {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell-24 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
}

.slidec {
  background-image: linear-gradient(#00000059, #00000059), url('../images/5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.heading-59 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Begum, Arial, sans-serif;
  font-weight: 200;
}

.locationicon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-right: 20px;
}

.cta1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #000000c9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 67px;
  padding-bottom: 67px;
  display: grid;
}

.heading-58 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Begumsans, Tahoma, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.slider-3 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
}

.cell-42, .cell-41 {
  justify-content: center;
  align-items: center;
}

.div-block-207 {
  border-bottom: .5px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.propertyctas {
  z-index: 99;
  position: relative;
}

.propertyinformationsblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-205 {
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  min-width: 40%;
  margin-left: 20px;
  margin-right: auto;
  display: block;
}

.menulabel-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Begum, Arial, sans-serif;
  font-size: 13px;
  font-weight: 200;
  text-decoration: none;
}

.propertyexteriorfeatures {
  border-bottom: .5px solid #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bold-text-10 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.container-72 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-72.keltondr {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 50px;
}

.propertybasicinformations {
  background-image: url('../images/la-jolla-scenic-dr.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 20px 25px 0;
}

.propertybasicinformations.property1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-70 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.cell-54 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-59 {
  border-bottom: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.cell-59:hover {
  border-bottom-width: 3px;
}

.paragraph-73 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 200;
}

.paragraph-73.centeredparagraph {
  text-align: center;
  padding-bottom: 50px;
}

.paragraph-73.centeredparagraph.whitetext {
  color: #fff;
}

.button-label-2 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Begum, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.button-label-2:hover {
  text-decoration: none;
}

.listingagentblock {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 3vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.listingagentblock._0 {
  margin-bottom: 0;
}

.propertyprimaryfeatures {
  border-bottom: .5px solid #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.leftalign {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.left-arrow-4 {
  z-index: 999;
}

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

.sliderpropertyimage {
  height: auto;
  display: block;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.propertylocationblock {
  display: flex;
}

.cell-50 {
  text-align: center;
  border-bottom: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.cell-50:hover {
  border-bottom-width: 3px;
}

.mask-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cell-53 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.quick-stack-12 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-bottom: 0 #000;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
}

.container-69 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.propertynavbar {
  z-index: 99;
  position: relative;
}

.div-block-204 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-203 {
  z-index: 9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.quick-stack-9 {
  opacity: .63;
  background-color: #000;
}

.quick-stack-10 {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.link-block-10 {
  text-decoration: none;
}

.primaryfeatureblock {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 25px;
  display: flex;
}

.primaryfeatureblock.inlinedisplay {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.sectionpropertytemplate {
  height: 100%;
}

.interiorfeaturesblock {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.interior-icon, .exterior-icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-right: 20px;
}

.listingagentdiv {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-4 {
  z-index: 999;
  height: 50px;
  display: none;
}

.text-label-2 {
  opacity: .7;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.primaryfeaturevalue-2 {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  display: flex;
}

.cell-56 {
  justify-content: center;
  align-items: center;
}

.propertyinteriorfeatures {
  border-bottom: .5px solid #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-57 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 400;
}

.sharingblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.slide-13 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.slide-13.slideonpreview {
  background-image: url('../images/Screenshot-2025-03-01-at-8.59.42-AM.webp');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.slide-13.slideonpreview.slided {
  background-image: linear-gradient(#00000059, #00000059), url('../images/1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.slideb {
  background-image: linear-gradient(#00000059, #00000059), url('../images/4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.cell-44 {
  justify-content: center;
  align-items: center;
}

.bold-text-11, .bold-text-12 {
  font-family: Montserrat, sans-serif;
}

.icon {
  display: none;
}

.horizontal-height {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 300vw;
  display: block;
  overflow: visible;
}

.heading-style-h4 {
  letter-spacing: -.03em;
  font-family: "Industrial 736 Bt", Verdana, sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h4.guideheadline {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 2rem;
}

.horizontal-screen {
  flex: none;
  width: 100vw;
  height: 100%;
  position: static;
}

.horizontal-screen._03 {
  color: #f0eeea;
  background-color: #dfdfdf;
  width: 70vw;
  display: flex;
}

.horizontal-screen._01 {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.horizontal-screen._02 {
  display: flex;
}

.horizontal-screen._02._40vw {
  width: 40vw;
}

.track {
  flex: none;
  display: flex;
  position: relative;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.horizontal-sticky {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.max-width-62 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 62ch;
  display: block;
  position: static;
}

.heading-style-h3-3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.col {
  display: flex;
}

.col.v-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.h-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.horizontal-sticky-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.image-ratio-square {
  aspect-ratio: 1;
}

.image-ratio-square.max-width-20 {
  max-width: 20rem;
}

.heading-style-h2-2 {
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.container-space-between {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-50 {
  border-bottom: .5px solid #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-block-5 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-5.blacktext {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.text-block-5.blacktext.leftaligned {
  color: #757575;
  font-weight: 300;
  line-height: 36px;
}

.text-block-5.blacktext.leftaligned.fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-block-5.blacktext.leftaligned.fullwidth.paddingtop {
  padding-top: 25px;
}

.text-block-5.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 40px;
}

.text-block-5.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whiteparagraph {
  color: #fff;
}

.text-block-5.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whiteparagraph.centeraligned {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whiteparagraph.centeraligned.leftalign {
  text-align: left;
  -webkit-text-stroke-width: .5px;
  justify-content: flex-start;
  align-items: center;
}

.horizontal-half {
  width: 50%;
}

.horizontal-half._02-02 {
  border-left: 1px solid #b1a89d;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 3.5rem 3.5rem 3.5rem 5.5rem;
  display: flex;
  position: relative;
}

.horizontal-half._02-02.fullwidth {
  width: 100%;
}

.horizontal-half._01 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._02-01 {
  width: 60%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._03 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2070.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._03.step2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.46.25-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 8rem;
}

.horizontal-half._03.step3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1475-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 8rem;
}

.horizontal-half._03.step8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_5520.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-1.59.50-PM.webp');
  background-position: 0 0, 50%;
}

.horizontal-half._03.step5.q {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.45.27-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-2.01.10-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 8rem;
}

.horizontal-half._03.step7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0612.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1701.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 8rem;
}

.horizontal-half._03.step1.step10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1318.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_5472.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step20 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_5481.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step30 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_5535.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step40 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6410.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step60 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1466.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step70 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_5463.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step80 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.47.03-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step90 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1460.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step100 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2020.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button-2 {
  color: #000;
  letter-spacing: 2px;
  background-color: #fff;
  border: .5px solid #000;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 70px;
  font-size: 12px;
  display: flex;
}

.button-2.transparentbtn {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-color: #fff;
}

.button-2.transparentbtn.largerbtn {
  width: 50%;
}

.button-2.largerbutton {
  width: auto;
}

.track-flex {
  margin-right: -100vw;
  display: flex;
}

.container-96 {
  position: absolute;
}

.section-9 {
  position: relative;
}

.section-9.horizontal-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-style-h0 {
  text-align: left;
  letter-spacing: 13px;
  text-transform: uppercase;
  font-family: "Hvdtrial Brandon Grotesque Bf 64 A 625 C 93 E 709", Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.horizontal-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-70 {
  color: #fff;
  font-family: Begum, Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.empty-space {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.empty-space.flexalign {
  flex-flow: column;
}

.empty-space.flexalign._60 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  height: 50%;
}

.history-image-bottom {
  width: 380px;
  margin-bottom: -120px;
  margin-right: 30px;
}

.history-image-bottom.marginleft {
  margin-left: 60px;
}

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

.heading-60 {
  text-transform: uppercase;
  font-weight: 400;
}

.layout77_component {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_layout77 {
  padding-top: 3rem;
}

.paragraph-75 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-75.whitetext.centeredalign {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-75.whitetext.centeredalign.syncopate {
  text-transform: uppercase;
  font-weight: 400;
}

.paragraph-75.whitetext.centeredalign.syncopate.greytext {
  color: #757575;
}

.paragraph-75.whitetext.centeredalign.syncopate.absolute {
  position: absolute;
  inset: 5% 0% auto;
}

.paragraph-75.whitetext.centeredalign.syncopate.paddingtop {
  padding-top: 10px;
}

.history-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.card-inner_block {
  z-index: 1;
  color: #fff;
  position: relative;
}

.headlinetitleminimal-2 {
  z-index: 999;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  position: relative;
}

.headlinetitleminimal-2.blacktext {
  color: #000;
}

.padding-section-large {
  background-image: url('../images/dark-logo-filigrane.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.leftcontainer {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.card-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.component_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.mobile-slider {
  display: none;
}

.history-gallery {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px 0;
  display: flex;
}

.regulartitle-2 {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Begum, Arial, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.regulartitle-2.whitetext {
  color: #fff;
  line-height: 34px;
}

.history-image-right {
  width: 360px;
  margin-top: -80px;
  margin-right: -100px;
}

.text-block-6 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-6.blacktext {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.text-block-6.blacktext.leftaligned {
  color: #757575;
  font-weight: 300;
  line-height: 36px;
}

.text-block-6.blacktext.leftaligned.fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-block-6.blacktext.leftaligned.fullwidth.paddingtop {
  padding-top: 25px;
}

.text-block-6.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 40px;
}

.text-block-6.blacktext.leftaligned.fullwidth.paddingtop.lineheight.centeraligned {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.container-92 {
  flex: 1;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.history-image-top {
  width: 440px;
}

.card-wrapper {
  z-index: 1;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 24.6rem;
  padding: 1.5rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout77_content-left {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.history-image-left {
  width: 300px;
  margin-left: -80px;
}

.parallax-section {
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.history-block {
  align-self: center;
  padding: 50px 100px;
}

.overlay-card-2 {
  background-image: linear-gradient(to top, #020c0ee3 18%, #0000 58%);
  position: absolute;
  inset: 0%;
}

._3-phased-explained {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 5rem;
  display: flex;
}

.rightcontainer {
  flex-flow: column;
  justify-content: space-between;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.rightcontainer._100 {
  background-image: url('../images/filigrane-z.webp');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  display: flex;
}

.rightcontainer._100.flex {
  flex-flow: column;
}

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

.buttonblack.smallbuttonwhite {
  color: #292121;
  text-align: center;
  letter-spacing: 8px;
  background-color: #fff0;
  border-top: .5px solid #292121;
  border-bottom: .5px solid #292121;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-left: auto;
  padding: 20px 25px;
  font-weight: 500;
}

.buttonblack.smallbuttonwhite.middlebutton {
  margin-left: 0;
  margin-right: auto;
}

.navigation-container {
  z-index: 999;
  background-color: #fff;
  display: block;
  position: fixed;
  inset: 0%;
}

.menu-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e1b24c;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 11vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.navigation-image.fairy {
  opacity: 0;
}

.navigation-image.current {
  z-index: 1;
  display: inline-block;
}

.navigation-image.lullaby {
  opacity: 0;
}

.navigation-image.nature {
  opacity: 0;
  display: none;
}

.navigation-image.vintage {
  opacity: 0;
}

.navigation-image-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.closebutton {
  z-index: 999;
  border: 2px solid #ffffff8a;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.fancycapitalizedtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-family: Begum, Arial, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 100%;
}

.input {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 30px;
  padding: 12px 0;
  font-family: "Industrial 736 Bt", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.input:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-frm-03-container {
  color: #fff;
}

.horizontal-text-bottom {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-left: 5rem;
  font-size: 21px;
  line-height: 44px;
}

.horizontal-text-bottom.centerheadline {
  margin-left: 0;
  font-family: Begum, Arial, sans-serif;
}

.efi-frm-03-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-51 {
  opacity: .59;
  max-width: 30px;
  margin: auto;
  display: block;
}

.div-block-3291 {
  z-index: 999;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-3303 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.tinyline {
  color: #292121;
  text-transform: uppercase;
  background-color: #292121;
  width: 200px;
  height: 1px;
}

.tinyline.smallline {
  width: 125px;
}

.navigation-links {
  background-color: #ffffff8a;
  background-image: url('../images/filigrane-z.webp'), url('../images/new-york-plan-filigran.webp');
  background-position: 0 20%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 60%, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 10vh;
  display: flex;
}

.closingcontainer {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5%;
  margin-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.efi-frm-03-text-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}

.navigation-content-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.efi-frm-03 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 5%;
  display: block;
}

.sectioncontactpopup {
  z-index: 99999;
  display: none;
  position: relative;
}

.bold-text-13 {
  letter-spacing: 7px;
  font-family: Begumsans, Tahoma, sans-serif;
}

.menu-item-list {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  display: flex;
}

.menu-eyebrow {
  opacity: 0;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  margin-right: .5em;
  padding-top: .25em;
  font-size: .9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

.overlay {
  z-index: 5;
  color: #f1eee5;
  background-color: #1b2619;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.menu-link-2 {
  color: #f1eee5;
  letter-spacing: -5px;
  width: 100%;
  padding-bottom: 4px;
  padding-right: 0;
  font-size: 6.25rem;
  text-decoration: none;
  display: flex;
}

.menu-link-2:hover, .menu-link-2.w--current {
  font-style: italic;
}

.absolute-div {
  position: absolute;
  inset: auto 38% 24% auto;
}

.absolute-div.btm-left {
  inset: auto 13% 0% auto;
}

.absolute-div.top-right {
  inset: -11% 8% auto auto;
}

.absolute-div.btm-right {
  inset: auto auto -10% 0%;
}

.absolute-div.far-left {
  bottom: 41%;
  right: 55%;
}

.menu-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding-top: 0;
  padding-bottom: 0;
}

.menu-image-item {
  aspect-ratio: 2 / 3;
  height: 35rem;
  overflow: hidden;
}

.row {
  margin-left: calc(var(--spacing-layout--row-col-gap) / 2 * -1);
  margin-right: calc(var(--spacing-layout--row-col-gap) / 2 * -1);
  margin-bottom: calc(var(--spacing-layout--row-col-gap) * -1);
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.nav {
  width: 100%;
  padding: 1.5em 1em 2em;
}

.hero_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section_hero {
  z-index: -1;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.toggle-btn {
  z-index: 999;
  color: #f0eee5;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-97 {
  width: 95%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.menu-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav_text {
  color: #f0eee5;
}

.page-wrapper {
  background-color: #000;
}

.overlay-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
}

.menu-title {
  line-height: 1.2em;
  font-weight: var(--type-h1--font-weight);
  margin-top: 0;
}

.col-2 {
  padding-left: calc(var(--spacing-layout--row-col-gap) / 2);
  padding-right: calc(var(--spacing-layout--row-col-gap) / 2);
  margin-bottom: var(--spacing-layout--row-col-gap);
  flex: 1;
}

.col-2.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.nav_content {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.main-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.menu-image-wrapper {
  width: 100%;
  height: 90%;
  position: relative;
}

.foot-logo {
  background-image: url('../images/zack-white-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-list {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.name {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px #0000004d;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.main-heading {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px #0006;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  display: none;
}

.logo {
  background-image: url('../images/rolex-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 103px;
  height: 59px;
}

.menu {
  z-index: 9999999;
  text-align: center;
  background-color: #030303;
  background-image: linear-gradient(#00000080, #00000080), url('../images/menu1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 500px;
  height: 100vh;
  padding: 10px 15px 25px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  box-shadow: 10px 0 15px 2px #0000004d;
}

.section-10 {
  background-image: linear-gradient(#007848, #007848), radial-gradient(circle, #0f8b59, #006039);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.slide-nav-4 {
  display: none;
}

.slider-4 {
  background-color: #0000;
  height: auto;
}

.mask-3 {
  width: 500px;
}

.navi-footer {
  margin-top: 100px;
}

.list-ancor {
  color: #ccc;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Hvdtrial Brandon Grotesque Bf 64 A 625 C 93 E 709", Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.list-ancor:hover {
  color: #fff;
}

.top-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.nav-list-item {
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav-list-item.borderbottom {
  border-bottom: .5px solid #fff;
  margin-bottom: 15px;
}

.btn {
  color: #fceab7;
  letter-spacing: 1.3px;
  background-color: #0000;
  border: 1px solid #fceab7;
  border-radius: 50px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 300;
  transition: all .4s;
  display: inline-block;
  box-shadow: 0 2px 4px #0000004d;
}

.btn:hover {
  color: #00623a;
  background-color: #fceab7;
}

.nav-section-title {
  color: #fff;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Begumsans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.search {
  background-image: url('../images/magnifying-glass.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  padding: 18px;
}

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

.menu-btn {
  background-image: url('../images/menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 12px;
  width: 24px;
  height: 12px;
  padding: 18px;
}

.wrap {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.collection {
  color: #053924;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.arrow {
  opacity: .6;
  background-image: url('../images/arrow-tight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px 30px;
  width: 60px;
  height: 30px;
  margin: 202% auto auto;
  transition: all .2s;
}

.arrow:hover {
  opacity: 1;
}

.arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.divider {
  opacity: .6;
  background-color: #d8d8d8;
  width: 20px;
  height: 1px;
  margin: 15px auto 20px;
  display: block;
}

.nav-section-list {
  margin-bottom: 0;
  padding-left: 0;
}

.close-menu-btn {
  color: #b3d4c7;
  text-align: left;
  letter-spacing: 1.09px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  background-image: url('../images/close-menu-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.close-menu-btn:hover {
  color: #fff;
}

.image-52 {
  width: 300px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-52.img3 {
  background-image: url('../images/watch3-min.png'), url('../images/shadow3.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.image-52.img1 {
  background-image: url('../images/watch1-min.png'), url('../images/shadow1.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.image-52.img2 {
  background-image: url('../images/watch2-min.png'), url('../images/shadow2.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.footer-social-icon {
  opacity: .7;
  width: 20px;
  height: 20px;
}

.footer-social-icon:hover {
  opacity: 1;
}

.footer-social-icon.insta {
  background-image: url('../images/instagram_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.footer-social-icon.tw {
  background-image: url('../images/tw.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.footer-social-icon.f {
  background-image: url('../images/linkedin_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.footer-social-icon.youtube {
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.footer-social-icon.pin {
  background-image: url('../images/pin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-wrap {
  z-index: 998;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.div-block-3304 {
  padding-top: 20px;
}

.container-98 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.featured-sec {
  background-color: #292121;
  background-image: url('../images/white-filigran.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.danny-trigger {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.people._2 {
  background-image: url('../images/collaborate-with-ease.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.people._3 {
  background-image: url('../images/keep-up-to-date.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.people._6 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
}

.people._4 {
  background-image: url('../images/know-your-team.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.people._1 {
  z-index: 1;
  background-image: url('../images/start-your-search.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.people._5 {
  background-image: url('../images/stay-organized.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.bold-text-14 {
  text-align: center;
  font-weight: 200;
}

.website-image-container {
  z-index: 10;
  border-radius: 14px 14px 0 0;
  justify-content: center;
  align-items: flex-start;
  width: 62%;
  height: 80%;
  margin-left: 0;
  display: block;
  position: static;
  inset: 6% auto auto;
  overflow: auto;
}

.divblockbuyerssellerschoice {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.macbook-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.featured-left {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.promo-button-2 {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.promo-button-2.none {
  display: none;
}

.text-span-2 {
  color: #292121;
  vertical-align: baseline;
  font-size: 150px;
  font-weight: 400;
}

.text-span-2.white {
  color: #fff;
}

.leon-trigger {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.underline.thick {
  width: 0%;
  height: 4px;
}

.italic-text {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

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

.leon-bridges {
  opacity: 0;
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 25px;
  position: absolute;
  transform: rotate(-90deg);
}

.containerbuyerssellercompassone {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 50px;
}

.regularparagraph {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.regularparagraph.whiteparagraph {
  color: #fff;
}

.bold-text-17 {
  font-weight: 400;
}

.names {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3318 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.oscar-the-grouch {
  opacity: 0;
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 25px;
  position: absolute;
  transform: rotate(-90deg);
}

.website-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 6% 0% 0%;
}

.website-image-wrapper.borderbottom {
  border-bottom: .6px solid #000;
}

.div-block-3282 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.container-84 {
  width: 100%;
  height: 100%;
  position: relative;
}

.winona-trigger {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  width: 100%;
  height: 100%;
}

.macbook {
  z-index: 5;
  width: 80%;
  max-width: none;
  position: relative;
}

.danny-bowien {
  opacity: 0;
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  position: absolute;
  transform: rotate(-90deg);
}

.sarah-levey {
  opacity: 0;
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 25px;
  position: absolute;
  transform: rotate(-90deg);
}

.featured-name {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sadie-trigger {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

.website-image {
  z-index: 0;
  width: 94%;
  min-width: 94%;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0% auto auto 3px;
}

.sectioncompassone {
  width: 100%;
}

.sadie-williams {
  opacity: 0;
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 25px;
  position: absolute;
  transform: rotate(-90deg);
}

.div-block-3283 {
  background-color: #fff;
  width: 1px;
  height: 100px;
}

.winona-ryder {
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 25px;
  position: absolute;
  transform: rotate(-90deg);
}

.title-3 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.oscar-trigger {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-54 {
  max-width: 250px;
}

.sarah-trigger {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

.scroll-divblock-3 {
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 42rem;
  position: absolute;
}

.scroll-divblock-3.fullwidth {
  max-width: 60rem;
}

.section_white {
  background-color: #fff;
  height: auto;
  padding-top: 0;
  position: relative;
}

.old-school {
  height: 1050px;
}

.heading-71 {
  color: #000;
  text-align: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-71.fulltitle {
  z-index: 999;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.heading-71.fulltitle.paddingbottom {
  padding-bottom: 15px;
}

.mask-4 {
  background-color: #fff;
}

.slider-dots {
  background-color: #fff;
  margin-bottom: 40px;
  display: block;
}

.huge-years-sldier {
  color: #2b2926;
  text-align: center;
  letter-spacing: -11px;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  padding-top: 277px;
  font-family: Fontsfree Net Morison, Palatino Linotype, sans-serif;
  font-size: 300px;
  display: block;
}

.slide-27 {
  background-color: #fff;
  border-color: #fff;
}

.magic-lantern-sketch {
  z-index: 3;
  opacity: .93;
  max-width: 400px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.timeline-years._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.body-paragraph-small {
  color: #757575;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.body-paragraph-small.centered {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 24px;
}

.timeline-individual-years._2 {
  color: #000;
}

.timeline-individual-years._1 {
  color: #000;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: "Industrial 736 Bt", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.timeline-individual-years._1._5, .timeline-individual-years._1._4 {
  color: #000;
}

.timeline-individual-years._1._5, .timeline-individual-years._1._4, .timeline-individual-years._1._6, .timeline-individual-years._1._3, .timeline-individual-years._2 {
  color: #c7c7c7;
}

.timeline-individual-years._1 {
  color: #8c7754;
  padding-left: 101px;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.timeline-individual-years._1._5, .timeline-individual-years._1._4, .timeline-individual-years._1._6, .timeline-individual-years._1._3, .timeline-individual-years._2 {
  color: #c7c7c7;
}

.timeline-individual-years._1 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Begum, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}

.timeline-individual-years._1._5, .timeline-individual-years._1._4 {
  color: #000;
}

.sectioncompassconcierge6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-3319 {
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  display: flex;
}

.heading-72 {
  color: #000;
  text-align: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-72.fulltitle {
  z-index: 999;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.compassconciergebottomcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  padding-top: 5vh;
  display: flex;
}

.video {
  height: 500px;
}

.div-block-3277 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-3276 {
  background-image: url('../images/Screenshot-2025-05-22-at-1.59.15-PM.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.link-block-11, .link-block-12 {
  width: 100%;
  text-decoration: none;
}

.portfolio-teaser-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 44rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.sectionmobileversion {
  display: none;
}

.text-block-7 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-7.blacktext {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.text-block-7.blacktext.leftaligned {
  color: #757575;
  font-weight: 300;
  line-height: 36px;
}

.text-block-7.blacktext.leftaligned.fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-block-7.blacktext.leftaligned.fullwidth.paddingtop {
  padding-top: 25px;
}

.text-block-7.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 40px;
}

.text-block-7.blacktext.leftaligned.fullwidth.paddingtop.lineheight.centeraligned {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.portfolio-teaser-component {
  color: #f5f1dd;
  background-image: url('../images/johannes-plenio-TbF3tSLYm5k-unsplash.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.portfolio-teaser-component.is-2 {
  background-image: url('../images/andrew-kliatskyi-k7XTD-HCZAw-unsplash.jpg');
}

.text-block-8 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-8.blacktext {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.text-block-8.blacktext.leftaligned {
  color: #757575;
  font-weight: 300;
  line-height: 36px;
}

.text-block-8.blacktext.leftaligned.fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-block-8.blacktext.leftaligned.fullwidth.paddingtop {
  padding-top: 25px;
}

.text-block-8.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 40px;
}

.text-block-8.blacktext.leftaligned.fullwidth.paddingtop.lineheight.centeraligned {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.sectionrentersguideintro {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sectionrentersguideintro.paddingtop {
  margin-top: 5rem;
}

.sectionrentersguideintro.paddingtop.displaynone {
  display: none;
}

.sectionrentersguideintro.paddingbottom {
  padding-bottom: 5rem;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.cf-navigation-4-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-parallax-image-2 {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.padding-global-2 {
  color: #fff;
  width: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  position: relative;
}

.uui-footer04_social-icon {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

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

.sticky-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section_blanco {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.cf-template-section {
  background-color: #0d0e10;
  background-image: linear-gradient(#3c00ff 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.cf-parallax-image-4 {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.img-ai {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  overflow: clip;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.button-cta {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e10;
  border-radius: 60px;
  align-items: center;
  padding: 8px 30px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  overflow: visible;
}

.button-cta:hover {
  filter: invert();
  background-color: #fff;
}

.section-long {
  height: 400vh;
  position: relative;
}

.text-block-9 {
  font-size: 1rem;
}

.heading-size-large {
  color: #000;
  letter-spacing: -3px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.text-color-orange {
  color: #ff5c00;
}

.text-color-orange.heading-style-h2 {
  color: #3c00ff;
  letter-spacing: -3px;
  font-weight: 500;
  line-height: 1;
}

.uui-footer04_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: #667085;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cf-parallax-image-1 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

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

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-wrap {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50em;
  height: 50em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.container-large-2.flex-vertical-middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-navigation-logo-2 {
  object-fit: contain;
  width: 5em;
  height: 1.7rem;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start stretch;
  display: grid;
}

.parent {
  height: 100%;
  position: relative;
}

.parent.pad-top {
  padding-top: 1rem;
}

.img-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-scroll.img-three {
  background-image: url('../images/Hero_01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-two {
  background-image: url('../images/Hero_02.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-one {
  background-image: url('../images/Screenshot-2025-05-30-at-2.05.43-PM.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-text-parent {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.scroll-text-parent.three {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.three.text-white {
  height: 100%;
  display: block;
  top: 0%;
}

.scroll-text-parent.one.text-white {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
}

.scroll-text-parent.two {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.two.text-white, .scroll-text-parent.two.textwhite, .scroll-text-parent.four.textwhite {
  height: 100%;
  display: block;
}

.img-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-whipe.one {
  z-index: 3;
}

.img-whipe.two {
  z-index: 2;
}

.img-whipe.three {
  z-index: 1;
}

.italic {
  font-style: italic;
  font-weight: 200;
}

.watch-scroll {
  width: 120px;
}

.text-sm {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.text-size {
  max-width: 14ch;
}

.heading-medium {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 400;
}

.num-ab {
  z-index: 4;
  color: #fff;
  mix-blend-mode: difference;
  font-family: Fontsfree Net Morison, Palatino Linotype, sans-serif;
  font-size: 14rem;
  line-height: .6;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.col-3 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 8rem 0 4rem 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.col-3.bg-colour {
  z-index: 4;
  background-color: #222;
  justify-content: space-between;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-line {
  background-color: #0006;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-line.light {
  background-color: #fff6;
  width: 74%;
}

.maindivcontent {
  margin-top: 50px;
}

.white-wrapper {
  color: #1a1a1a;
  background-color: #fbfbfb;
}

.wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.sticky-2 {
  flex: none;
  width: 100dvw;
  height: 100dvh;
  padding: 1vw .5vw;
}

.magic-lantern-sketch-2 {
  z-index: 3;
  max-width: 50%;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.phenakitoscope {
  width: 375px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flipbook_image {
  height: 371px;
  margin: 16px auto -7px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.thaumotrope_image {
  padding-top: 35px;
  padding-bottom: 0;
}

.old-school-2 {
  height: 1050px;
}

.slide-28 {
  background-color: #fff;
  border-color: #fff;
}

.oldskool_image_container {
  padding-bottom: 22px;
}

.huge-years-sldier-2 {
  z-index: 9999;
  color: #00000069;
  text-align: center;
  letter-spacing: -11px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 277px;
  font-family: Begumsans, Tahoma, sans-serif;
  font-size: 300px;
  display: block;
  position: relative;
}

.huge-years-sldier-2.smaller {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 129px;
  font-size: 175px;
}

.praxinoscope {
  height: 375px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-dots-2 {
  margin-bottom: 171px;
}

.zoetrope {
  width: 350px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.black {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

.magic-lantern-sketch-3 {
  z-index: 3;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.slide-29 {
  background-color: #fff;
  border-color: #fff;
}

.huge-years-sldier-3 {
  color: #8c7754;
  text-align: center;
  letter-spacing: -11px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 277px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 300px;
  display: block;
}

.huge-years-sldier-3.smaller {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 129px;
  font-size: 175px;
}

.black-2 {
  color: #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

.parent-tittle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 1rem;
  display: flex;
}

.parent-tittle._60 {
  width: 70%;
}

.wrapper-title {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: auto;
  display: flex;
  position: relative;
}

.wrapper-title.regularcenter {
  justify-content: center;
  align-items: center;
}

.div-block-3320 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 solid #494747;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin: auto 20px;
  padding: 0;
  display: grid;
}

.parent-image {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000087;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.heading-69 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: .5px solid #5f5e5e;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.text-block-10 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-10.leftaligned {
  text-align: left;
}

.text-block-10.leftaligned.nopadding {
  text-align: center;
  margin-left: auto;
}

.text-block-10.leftaligned.nopadding.smallparagraph {
  font-size: 16px;
  line-height: 26px;
}

.div-block-3321 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.is-white {
  color: #f4f3e7;
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: .8;
  position: absolute;
  inset: 2% auto auto 0%;
}

.is-white.center {
  line-height: 1;
  top: 5%;
  left: auto;
}

.is-white.center.relative {
  position: static;
}

.discover {
  width: 100%;
  height: auto;
}

._2-section {
  width: 100vw;
  height: 100vh;
  padding: 2em;
  display: flex;
}

._2-section.is-red {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fe4337;
  background-image: url('../images/black-gradient-bottom.webp'), linear-gradient(#00000080, #00000080), url('../images/Avondale.jpg');
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 2em;
  display: flex;
  position: sticky;
  bottom: 0;
}

._2-section.is-mustard {
  z-index: 2;
  background-color: #ffb00b;
  background-image: url('../images/gradient-top-black.webp'), linear-gradient(#00000080, #00000080), url('../images/8-Westover-Rd.jpeg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  position: sticky;
  bottom: 0;
}

._2-section.is-blue {
  z-index: 3;
  background-color: #0035cd;
  background-image: url('../images/gradient-top-black.webp'), url('../images/black-gradient-bottom.webp'), linear-gradient(#00000080, #00000080), url('../images/3117-stadium-2.jpeg');
  background-position: 50% 0, 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: contain, contain, auto, cover;
  position: sticky;
  bottom: 0;
}

.div-block-3322 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 solid #494747;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin: auto 20px;
  padding: 0;
  display: grid;
}

.div-block-3322.flex {
  display: flex;
}

.div-block-3322.flex.paddingbottom {
  padding-bottom: 25px;
}

.div-block-3322.thrid {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3322.thrid.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-3322.thrid.flex.noborderbottom {
  border-bottom-width: 0;
}

.heading-73 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: .5px solid #5f5e5e;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.heading-73.number {
  font-size: 65px;
}

.heading-73.number.noborderright {
  border-right-width: 0;
}

.text-block-11 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-11.leftaligned {
  text-align: left;
}

.text-block-11.leftaligned.nopadding {
  text-align: center;
  margin-left: auto;
}

.text-block-11.leftaligned.nopadding.smallparagraph {
  font-size: 16px;
  line-height: 26px;
}

.section3phased {
  margin-top: 10rem;
}

.div-block-3323 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3324 {
  margin-top: 60px;
}

.div-block-3325 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 solid #494747;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin: auto 20px;
  padding: 0;
  display: grid;
}

.div-block-3325.flex {
  display: flex;
}

.div-block-3325.flex.paddingbottom {
  padding-bottom: 25px;
}

.div-block-3325.thrid {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3325.thrid.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-3325.thrid.flex.noborderbottom {
  border-bottom-width: 0;
}

.heading-74 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: .5px solid #5f5e5e;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.heading-74.number {
  font-size: 65px;
}

.heading-74.number.noborderright {
  border-right-width: 0;
}

.text-block-12 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-12.leftaligned {
  text-align: left;
}

.text-block-12.leftaligned.nopadding {
  text-align: center;
  margin-left: auto;
}

.text-block-12.leftaligned.nopadding.smallparagraph {
  font-size: 16px;
  line-height: 26px;
}

.div-block-3326 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3327 {
  margin-top: 60px;
}

.div-block-3328 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 solid #494747;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin: auto 20px;
  padding: 0;
  display: grid;
}

.div-block-3328.flex {
  display: flex;
}

.div-block-3328.flex.paddingbottom {
  padding-bottom: 25px;
}

.div-block-3328.thrid {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3328.thrid.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-3328.thrid.flex.noborderbottom {
  border-bottom-width: 0;
}

.heading-75 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: .5px solid #5f5e5e;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.heading-75.number {
  font-size: 65px;
}

.heading-75.number.noborderright {
  border-right-width: 0;
}

.text-block-13 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-13.leftaligned {
  text-align: left;
}

.text-block-13.leftaligned.nopadding {
  text-align: center;
  margin-left: auto;
}

.text-block-13.leftaligned.nopadding.smallparagraph {
  font-size: 16px;
  line-height: 26px;
}

.div-block-3329 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3330 {
  margin-top: 60px;
}

.row-2 {
  background-color: #0000;
  background-image: url('../images/runzi-zhu-a0U58gHCVRw-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.text-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-2 {
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 7vw;
  line-height: 1em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.row-3 {
  background-color: #0000;
  background-image: url('../images/runzi-zhu-a0U58gHCVRw-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.row-3._2 {
  background-image: url('../images/sydney-angove-GJJGpecwvMs-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.row-4 {
  background-color: #0000;
  background-image: url('../images/runzi-zhu-a0U58gHCVRw-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.row-4._3 {
  background-image: url('../images/cristina-gottardi-ajYKLDAa9tQ-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.track-2 {
  height: 200vw;
}

.track-2.displaynone {
  display: none;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: auto;
}

.frame-2 {
  display: flex;
}

.item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.item.none {
  display: none;
}

.item.none._100.flex {
  display: block;
}

.image-55 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.image-55.none.none2 {
  display: none;
}

.container-99 {
  position: absolute;
}

.container-99._100 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.container-99.flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mediapresscontainer {
  background-color: #000;
}

.mediapresscontainer.blackopacity {
  background-color: #00000078;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.stat_section {
  border: 1px solid #ccc;
  border-color: #ccc #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 100px;
  margin-left: 0;
  padding-bottom: 0;
}

.stat_columns {
  border-top-style: solid;
  border-top-color: #0000;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 10px;
}

.stat_columns.borderright {
  border-right-width: 0;
}

.stat_columns.borderright.borderleft {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10px;
  display: flex;
}

.stat_columns.borderleft {
  border-left-width: 0;
}

.stat_columns.borderleft.borderright {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding-left: 10px;
  display: flex;
}

.artist-headline {
  color: #fff;
  text-align: left;
  margin-top: 25px;
  font-size: 70px;
}

.gold {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 5px;
}

.stat_lower {
  color: #fff;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 400;
}

.container-100 {
  max-width: 100%;
}

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

.stat_section-2 {
  border: 1px solid #ccc;
  border-color: #ccc #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: visible;
}

.stat_section-2.stats {
  margin-top: 40px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-101 {
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.container-101.paddingtopbottom {
  max-width: 100%;
  height: 100%;
}

.marginbottom {
  margin-bottom: 25px;
}

.img-wrap3 {
  justify-content: center;
  align-items: center;
  width: 50em;
  height: 50em;
  display: flex;
  overflow: hidden;
}

.section-long2, .section-long3 {
  height: 400vh;
  position: relative;
}

.img-wrap3 {
  width: 50em;
  height: 50em;
  overflow: hidden;
}

.section-long4 {
  height: 400vh;
  position: relative;
  overflow: hidden;
}

.img-wrap4 {
  width: 50em;
  height: 50em;
  position: static;
  overflow: hidden;
}

.img-wrap2 {
  width: 50em;
  height: 50em;
  position: relative;
  overflow: hidden;
}

.number {
  color: #3333331f;
  font-family: "Industrial 736 Bt", Verdana, sans-serif;
  font-size: 150px;
  font-weight: 400;
  position: absolute;
}

.number.centeralign {
  margin-top: 20px;
}

.number.centeralign.largerfont {
  font-size: 170px;
}

.sectionquestions {
  background-color: #292424;
  background-image: url('../images/IMG_2020.webp');
  background-position: 50%;
  background-size: cover;
}

.sectionquestions.marginbottom.extra {
  margin-bottom: 100px;
}

.ctasblock-2 {
  z-index: 9999;
  width: 100%;
  margin: 0 auto auto;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 10%;
}

.ctasblock-2.heroquote {
  bottom: 35%;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
}

.spark-flex-row.spark-centered.blackcolor {
  display: none;
}

.slide-nav-5 {
  margin-left: 0;
  display: none;
  inset: auto auto 5% 5%;
}

.featuredlistingheroslider {
  background-color: #ddd0;
  width: 100%;
  height: 100vh;
}

.privateexclusiveheadline {
  color: #fff;
  border: 0 solid #fff;
  border-left-width: .5px;
  border-right-style: none;
  padding-left: 10%;
  font-size: 7vw;
  font-weight: 400;
  line-height: 9vh;
}

.privateexclusiveheadline.noborderleft {
  border-left-width: 0;
}

.privateexclusiveheadline.noborderleft.centeredtext {
  text-align: center;
  padding-left: 0%;
}

.image-56 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  border: 1px solid #fff;
  width: 30px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.slide1 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/pexels-julia-kuzenkov-442028-1974596.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1faq {
  background-image: none;
}

.lineright {
  background-color: #fff;
  width: 200px;
  height: 1px;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.ctascontainer-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-16 {
  margin: auto;
  display: block;
}

.container-102 {
  text-align: center;
  max-width: 20%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-194 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  border-right: .5px #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 0%;
  display: flex;
}

.lineleft {
  background-color: #fff;
  width: 200px;
  height: 1px;
  position: absolute;
  inset: 50% auto 0% 0%;
}

.link-block-13 {
  margin-bottom: 0;
  display: block;
}

.linecontainer-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.spark-container.spark-centered-content.titleheadlinehero {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.homehero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 70vh;
  margin-top: 0;
  display: flex;
}

.container-103 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.container-53 {
  z-index: 99999999;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: auto;
}

.filigranlightlogo {
  z-index: 9999;
  opacity: .61;
  width: 50%;
  height: 100%;
  position: absolute;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-104 {
  max-width: 100%;
  height: auto;
  line-height: 20px;
}

.container-104.faq-small {
  background-color: #68343400;
  background-image: linear-gradient(#000000ba, #000000ba);
  padding-bottom: 40px;
}

.accordion-icon_horizontal-line {
  color: #fff;
  background-color: #fff;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.heading-19 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.heading-19.lineheight {
  line-height: 30px;
}

.accordion-icon_vertical-line {
  background-color: #fff;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0%;
  margin-bottom: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 25px;
}

.paragraph-3.centeredtext {
  text-align: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin: 5% auto 0%;
}

.paragraph-3.centeredtext.fullparagraph {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
}

.paragraph-3.centeredtext.fullparagraph.nomargintop {
  margin-top: 25px;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.accordion-icon_component {
  color: #fff;
  border: 2px #fff;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 14px;
  display: flex;
  position: relative;
}

.uui-faq04_answer {
  overflow: hidden;
}

.uui-faq04_icon-wrapper {
  color: #7f56d9;
}

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

.uui-faq04_component {
  margin-top: 4rem;
}

.uui-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq04_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-22 {
  color: #000;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.heading-22.whitetext {
  color: #fff;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-4.whitetext {
  color: #fff;
}

.container-105 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000, #000);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 5%;
  margin-bottom: 10%;
  padding-top: 5vh;
  padding-bottom: 15vh;
}

.container-105.lesspadding {
  padding-bottom: 5vh;
}

.container-105.lesspadding.nopaddingbottom {
  margin-bottom: 0%;
}

.container-105.lesspadding.nopaddingbottom.transparentblack {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000008c, #0000008c);
}

.container-105.lesspadding.nopaddingbottom.transparentblack.none, .separatorblock.displaynone {
  display: none;
}

.link-block-14, .link-block-15, .link-block-16 {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  text-decoration: none;
}

.recaptchascript {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.div-block-3331 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-field-7 {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: .5px solid #fff;
  font-weight: 500;
}

.text-field-7.message {
  border-top-width: .5px;
  border-top-color: #fff;
  border-left-width: .5px;
  border-left-color: #fff;
  border-right-width: .5px;
  border-right-color: #fff;
  padding-top: 20px;
  padding-bottom: 150px;
}

.form-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.disclaimertext {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 400;
  line-height: 15px;
}

.recaptchascript-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-3332 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.disclaimerdivblock {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(#fff0, #fff0);
  border: 2px solid #fff;
  padding: 15px 45px;
  font-weight: 500;
  text-decoration: none;
}

.button-3.blacktextbutton {
  color: #000;
}

.contactbtndivblock {
  padding-top: 30px;
}

.div-block-183 {
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.div-block-183.whiteborderbottom {
  border-bottom-width: 0;
  border-bottom-color: #fff;
  padding-top: 0;
}

.form-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

.div-block-3333 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectionshotbyzack {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
}

.image-57 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.tab-cont {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.tab-index {
  z-index: 3;
  width: 100%;
  padding-left: 4em;
  position: relative;
}

.tab-line {
  background-color: #eeeeee4d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading--2 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.tab-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-1 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.tab-menu {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 5em 4em 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: auto;
}

.tabs-content {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.tab-txt {
  color: #eeeeee4d;
  margin-bottom: 8px;
  margin-right: 12em;
}

.tab-txt._3, .tab-txt._1, .tab-txt._2, .tab-txt._4 {
  display: none;
}

.overlay-2 {
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tab-text-cont {
  width: 60%;
}

.tabs-cont {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.tab-line-main {
  background-color: #eee;
  width: 100%;
  height: 1px;
}

.tab {
  border: 1px solid #0006;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.auto-tab-link {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.auto-tab-link.w--current {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.auto-tab-link._1 {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  display: block;
}

.auto-tab-link._1.w--current {
  margin-right: 0;
}

.auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  display: block;
}

.auto-tab-link._2.w--current {
  margin-right: 0;
}

.auto-tab-link._5 {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
}

.auto-tab-link._5.w--current {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  display: block;
}

.heading--4, .heading--3 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.container-main {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  overflow: visible;
}

.tab-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.neue-world-sticker {
  z-index: 1000;
  width: 20rem;
  position: fixed;
  inset: 2.5% 2.5% auto auto;
}

.div-block-3334 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-106 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.line {
  background-color: #fff;
  width: 95vw;
  height: 1px;
}

.line._2 {
  margin-top: 40px;
}

.heading-10 {
  font-size: 2.625rem;
}

.image-card {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrapper-title-2 {
  margin-bottom: 40px;
}

.card-australia {
  width: 326px;
  min-width: 326px;
  max-width: 326px;
  height: 450px;
  margin-right: 20px;
}

.carousel {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.hero-section {
  background-color: #f8f6f2;
  background-image: linear-gradient(#00000080, #00000080), url('../images/gradient-top-black.webp'), url('../images/Screenshot-2025-06-15-at-12.46.10-PM.webp');
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.magic-lantern-sketch-4 {
  z-index: 3;
  opacity: .93;
  max-width: 400px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.heading-76 {
  color: #000;
  text-align: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-76.fulltitle {
  z-index: 999;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.heading-76.fulltitle.paddingbottom {
  padding-bottom: 15px;
  font-family: "Industrial 736 Bt", Verdana, sans-serif;
}

.mask-5 {
  background-color: #fff;
}

.slider-dots-3 {
  background-color: #fff;
  margin-bottom: 0;
  display: block;
  bottom: 100px;
}

.huge-years-sldier-4 {
  color: #2b2926;
  text-align: center;
  letter-spacing: -11px;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  padding-top: 277px;
  font-family: Fontsfree Net Morison, Palatino Linotype, sans-serif;
  font-size: 300px;
  display: block;
}

.section_white-2 {
  background-color: #fff;
  height: auto;
  padding-top: 0;
  position: relative;
}

.slide-30 {
  background-color: #fff;
  border-color: #fff;
}

.old-school-3 {
  height: 1050px;
}

.div-block-3335 {
  z-index: 999;
  margin-top: 0;
  position: relative;
}

.div-block-3336 {
  display: none;
}

.div-block-3341 {
  margin-right: 0;
}

.bolder {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.sa {
  max-width: 100px;
}

.paddingtop {
  padding-top: 25px;
}

.paddingtop.topline {
  border-top: .5px solid #fff;
}

.div-block-3281 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.paragraph-76 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-76.whitetext.centeredalign {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-76.whitetext.centeredalign.syncopate {
  text-transform: uppercase;
  font-weight: 400;
}

.paragraph-76.whitetext.centeredalign.syncopate.greytext {
  color: #757575;
}

.postsocialmedia {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
}

.socialmediaposts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.sectionhomesocialmedia-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.code-embed-2 {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}

.div-block-3342 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.link-block-17 {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3343 {
  margin-top: 0;
}

.div-block-3344 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.linkindustries {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.linkfooter {
  text-decoration: none;
}

.containerfooterlinks {
  border-bottom: .5px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.subtitle-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.subtitle-2.nopadding {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 44px;
}

.subtitle-2.nopadding.black {
  color: #000;
  letter-spacing: 7px;
  font-family: Fontsfree Net Morison, Palatino Linotype, sans-serif;
}

.subtitle-2.nopadding.black.left {
  text-align: left;
}

.containerfooterlink {
  background-image: url('../images/white-layer.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

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

.logofooter {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textlink {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
}

.link-2, .link-block-18 {
  color: #000;
}

.link-block-18.flex, .flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .brix---header-right-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav_button-2 {
    flex-flow: row;
    top: 3.2em;
  }

  .menublock.brix---header-nav-menu-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brix---container-default-2 {
    padding: 0 25px;
  }

  .buttonwhite.largerbutton.leftalignbutton {
    margin-left: 0;
  }

  .buttonwhite.largerbutton.leftalignbutton.paddingtop {
    margin-top: 50px;
  }

  .buttonwhite.largerbutton.leftalignbutton.paddingtop.smallerbutton {
    margin-left: auto;
  }

  .max-width-62 {
    margin-left: 0;
    margin-right: auto;
  }

  .container-space-between {
    margin-left: auto;
  }

  .heading-style-h0 {
    margin-right: 0;
  }

  .buttonblack.smallbuttonwhite {
    color: #292121;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    background-color: #fff0;
    border-top: .5px solid #292121;
    border-bottom: .5px solid #292121;
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 25px;
    font-weight: 500;
    display: block;
  }

  .featured-sec {
    background-color: #292121;
  }

  .people._2, .people._3 {
    background-size: contain;
  }

  .people._6 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .people._4, .people._1, .people._5 {
    background-size: contain;
  }

  .promo-button-2 {
    text-decoration: none;
  }

  .promo-button-2.none {
    display: none;
  }

  .leon-bridges {
    letter-spacing: 10px;
    font-weight: 200;
  }

  .regularparagraph.whiteparagraph {
    margin-bottom: 40px;
  }

  .oscar-the-grouch, .danny-bowien, .sarah-levey, .sadie-williams {
    letter-spacing: 10px;
    font-weight: 200;
  }

  .winona-ryder {
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 200;
  }

  .title-3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
  }

  .image-56 {
    width: 50px;
  }

  .container-104 {
    background-color: #fff;
    line-height: 20px;
  }

  .paragraph-3 {
    margin-left: 5%;
  }

  .paragraph-3.centeredtext.fullparagraph.nomargintop {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .menublock.brix---header-nav-menu-list-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .paragraph.whitetext.paddingtop.centeralign.largerfont.lineheight.flexleft {
    margin-left: 10px;
    margin-right: auto;
  }

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

  .waves-content-hero-2 {
    height: 700px;
    min-height: 700px;
    max-height: 700px;
  }

  .cta1-grid {
    margin-left: 0;
  }

  .text-block-5.blacktext.leftaligned.fullwidth.paddingtop.lineheight, .text-block-6.blacktext.leftaligned.fullwidth.paddingtop.lineheight, .text-block-7.blacktext.leftaligned.fullwidth.paddingtop.lineheight, .text-block-8.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
    font-size: 18px;
    line-height: 40px;
  }

  .paragraph-3.centeredtext.fullparagraph.nomargintop {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .brix---header-right-col {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .italic-link {
    font-size: 1.2rem;
  }

  .menublock.brix---header-nav-menu-list-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .begumheadlinecontainer.leftalign.flex {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph.whitetext.paddingtop.centeralign.largerfont.lineheight {
    margin-right: auto;
  }

  .history-image-bottom {
    width: 500px;
  }

  .history-gallery {
    padding-left: 40px;
    padding-right: 40px;
  }

  .history-image-right {
    flex: none;
    width: 450px;
    margin-right: -150px;
  }

  .container-92 {
    max-width: 1440px;
  }

  .history-image-top {
    width: 540px;
  }

  .history-image-left {
    flex: none;
    width: 400px;
    margin-left: -160px;
  }

  .parallax-section {
    padding-top: 120px;
  }

  .marginbottom {
    margin-right: auto;
  }

  .paragraph-3.centeredtext.fullparagraph.nomargintop {
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .brix---hamburger-menu-bar-top {
    background-color: #fff;
    width: 44px;
    height: 3px;
  }

  .nav_button-2 {
    justify-content: center;
    align-items: center;
    top: 4em;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---mg-bottom-24px---0-on-tablet-2 {
    margin-bottom: 0;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menublock.brix---header-nav-menu-list-2 {
    display: none;
  }

  .industrialheadline.blacktext.lineheightsmall {
    line-height: 39px;
  }

  .transparentbutton {
    margin-left: 0;
  }

  .begumheadline.marginauto {
    margin-left: auto;
    margin-right: auto;
  }

  .begumheadlinecontainer.heropagetitle.blacktext {
    line-height: 35px;
  }

  .div-block {
    width: 950%;
    min-width: 95%;
    max-width: 95%;
  }

  .paragraph.centeralign.whitetext._80 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .paragraph.centeralign.bigparagraph {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 31px;
  }

  .div-block-5 {
    line-height: 20px;
  }

  .paddingbottom {
    padding-bottom: 40px;
  }

  .sectionfeaturedvideos {
    margin-left: 0;
  }

  .container-11 {
    flex-flow: column;
    max-width: 100%;
  }

  .featuredleftblock {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    display: flex;
  }

  .u-container {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .slider_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    aspect-ratio: 3 / 2.2;
    transform: translateX(var(--transform));
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease;
  }

  .slider_wrap {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .slider_item {
    flex: none;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider_item.is-active {
    width: 100%;
  }

  .slider_list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    aspect-ratio: 3 / 2.2;
    transform: translateX(var(--transform));
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease;
  }

  .slider_item-2 {
    flex: none;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider_item-2.is-active {
    width: 100%;
  }

  .slider_list-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    aspect-ratio: 3 / 2.2;
    transform: translateX(var(--transform));
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease;
  }

  .slider_item-3 {
    flex: none;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider_item-3.is-active {
    width: 100%;
  }

  .div-block-139 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-image-wrap-hero-1 {
    height: 120px;
    margin-left: 0;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-140 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .container-13 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .homevaluationtop {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }

  .homevaluationbottom {
    height: 50%;
    min-height: 50%;
    max-height: 500%;
  }

  .div-block-141 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .container-20 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .sectioncommunities {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .homevaluationbottom-2 {
    height: 50%;
    min-height: 50%;
    max-height: 500%;
  }

  .div-block-142 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .waves-gallery-hero-2 {
    max-width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionhomeexpertiseareas {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .waves-item-gallery-hero-2 {
    margin-left: 0;
  }

  .waves-content-hero-2 {
    text-align: center;
    align-items: center;
  }

  .container-24 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .bigtitledivider.centeraligned.blacktext {
    text-align: center;
  }

  .waves-inside-hero-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .homevaluationbottom-3 {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }

  .communitiestitle-2 {
    margin-left: auto;
  }

  .communitiestitle-2.whitetext.leftalign {
    margin-left: 0;
  }

  .div-block-143 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .homevaluationtop-2 {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }

  .container-26 {
    width: 100%;
    max-width: none;
  }

  .span.smallspan.white {
    height: 35px;
    font-size: 78px;
  }

  .image-5 {
    width: 30px;
    max-width: 100%;
  }

  .div-block-152.paddingtop {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .containerkeydata.paddingtop {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .verticalewhiteline {
    display: none;
  }

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

  .buttonwhite {
    font-size: 1.8vw;
  }

  .buttonwhite.largerbutton.paddingtop {
    margin-top: 25px;
  }

  .section_header82 {
    background-position: 50% 0;
    background-size: contain;
  }

  .scroll-divblock, .scroll-divblock-2 {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionlistingstagline.centeralign {
    margin-top: 0;
    padding-top: 8rem;
  }

  .button-small {
    display: block;
  }

  .button-small.viewonmapsbutton {
    display: none;
  }

  .heading-56.whitetext.leftaligned {
    justify-content: center;
    align-items: center;
  }

  .propertyaddress-5 {
    text-align: center;
    margin-bottom: 0;
  }

  .primaryfeaturelabel-2.whitetext {
    text-align: center;
  }

  .listingsbtn {
    text-align: center;
    display: block;
  }

  .propertydescriptioncontainer {
    max-width: 100%;
  }

  .cta1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
    display: flex;
  }

  .div-block-205 {
    text-align: center;
    width: 90%;
    margin-left: auto;
  }

  .cell-54 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph-73 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-203 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .quick-stack-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cell-56 {
    display: flex;
  }

  .heading-style-h4 {
    font-size: 3.7rem;
  }

  .image-cover {
    height: 100%;
  }

  .image-cover.none {
    display: none;
  }

  .h-flex.space-between {
    margin-left: auto;
    margin-right: auto;
  }

  .image-ratio-square.max-width-20 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

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

  .text-block-5.blacktext.leftaligned {
    text-align: center;
  }

  .text-block-5.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whiteparagraph.centeraligned {
    font-size: 13px;
    line-height: 31px;
  }

  .horizontal-half {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-70 {
    font-size: 50px;
  }

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

  .history-wrapper {
    flex-direction: column;
    position: relative;
  }

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

  .component_right {
    grid-column-gap: .5rem;
    grid-row-gap: 2.5rem;
  }

  .history-gallery {
    display: none;
  }

  .history-image-right {
    width: 300px;
    margin-top: 0;
    margin-bottom: -80px;
    margin-right: 0;
  }

  .text-block-6.blacktext.leftaligned {
    text-align: center;
  }

  .card-wrapper {
    padding-right: 21.5rem;
  }

  .layout77_content-left {
    grid-row-gap: 2.5rem;
  }

  .history-image-left {
    width: 260px;
    margin-left: -30px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .parallax-section {
    padding-top: 40px;
  }

  .history-block {
    padding-top: 20px;
    padding-bottom: 80px;
    padding-right: 80px;
  }

  .buttonblack.smallbuttonwhite {
    margin-right: auto;
  }

  .menu-eyebrow {
    font-size: .8rem;
  }

  .menu-link-2 {
    letter-spacing: 0;
    font-size: 14vw;
  }

  .section-10 {
    background-image: url('../images/2017.svg'), linear-gradient(#007848, #007848), radial-gradient(circle, #0f8b59, #006039);
    background-position: 50% 36%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 780px, auto, auto;
  }

  .top-nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-3282 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-3283 {
    height: 100px;
  }

  .scroll-divblock-3 {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section_white {
    height: 900px;
  }

  .slide-27._1603 {
    padding-top: 50px;
  }

  .timeline-years._1 {
    opacity: 0;
    opacity: 0;
    opacity: 0;
  }

  .div-block-3319 {
    padding-top: 2rem;
  }

  .portfolio-teaser-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-block-7.blacktext.leftaligned, .text-block-8.blacktext.leftaligned {
    text-align: center;
  }

  .sectionrentersguideintro.paddingtop {
    height: 100%;
  }

  .cf-navigation-4-container {
    max-width: 650px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .padding-global-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section_blanco {
    min-height: auto;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .button-cta {
    flex: none;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .watch-scroll {
    width: 30rem;
  }

  .sticky-parent {
    display: none;
  }

  .col-3 {
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .col-3.bg-colour {
    padding-left: 2rem;
  }

  .border-line.light {
    width: 28rem;
  }

  .slide-28._1603, .slide-29._1603 {
    padding-top: 50px;
  }

  .parent-tittle {
    width: 100%;
    height: 40%;
  }

  .parent-image {
    width: 100%;
    height: 50%;
  }

  ._2-section {
    flex-direction: column;
    justify-content: space-between;
  }

  .text-2 {
    text-align: center;
    white-space: normal;
    font-size: 10vw;
  }

  .row-4._3 {
    background-color: #55b92a;
  }

  .track-2 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame-2 {
    flex-direction: column;
  }

  .item {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stat_columns, .stat_columns.borderright.borderleft {
    display: none;
  }

  .columns-2 {
    display: flex;
  }

  .container-101.paddingtopbottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ctasblock-2 {
    bottom: 5%;
  }

  .slide-nav-5 {
    display: none;
  }

  .lineright {
    width: 100px;
  }

  .ctascontainer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
  }

  .lineleft {
    width: 100px;
  }

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

  .container-104 {
    background-color: #fff;
  }

  .heading-19 {
    font-weight: 400;
  }

  .paragraph-3.centeredtext {
    font-size: 10px;
    line-height: 20px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .paragraph-4 {
    margin-bottom: 30px;
    font-weight: 200;
    line-height: 30px;
  }

  .separatorblock {
    padding-top: 25px;
  }

  .separatorblock.displaynone {
    display: block;
  }

  .div-block-183 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .heading-1 {
    font-size: 8vw;
  }

  .tab-menu {
    padding-right: 4em;
  }

  .tab-txt {
    flex: none;
    width: 100%;
    margin-right: 0;
    font-size: 2.2vw;
  }

  .tab-txt._4 {
    margin-right: 0;
    font-size: 2.5vw;
  }

  .auto-tab-link._1.w--current {
    width: 40em;
  }

  .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 40em;
    position: absolute;
  }

  .neue-world-sticker {
    width: 15rem;
  }

  .section_white-2 {
    height: 900px;
  }

  .slide-30._1603 {
    padding-top: 50px;
  }

  .linkindustries {
    justify-content: center;
    align-items: center;
  }

  .containerfooterlink {
    max-width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
  }

  .slider_list, .slider_list-2, .slider_list-3 {
    aspect-ratio: 3 / 3.2;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container, .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-26 {
    max-width: none;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text {
    font-size: 1.1rem;
  }

  .section_header82 {
    background-size: 150%;
    background-attachment: fixed;
  }

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

  .scroll-divblock, .scroll-divblock-2 {
    max-width: 24.5rem;
  }

  .propertyaddress-5 {
    text-align: center;
    line-height: 6vw;
  }

  .cta1-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
    padding: 40px 20px;
  }

  .div-block-205 {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    line-height: 20px;
  }

  .cell-54 {
    display: flex;
  }

  .container-69.muirlands {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-203 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .container-space-between {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout77_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .mobile-slider {
    background-color: #0000;
    height: auto;
    margin-bottom: -40px;
    margin-right: -100px;
    display: block;
  }

  .mobile-slide-nav {
    display: none;
  }

  .mobile-image4 {
    width: 360px;
    margin-top: 40px;
  }

  .mobile-arrow {
    display: none;
  }

  .history-image-right {
    width: 180px;
    display: none;
  }

  .mobile-image2 {
    width: 320px;
    margin-top: 40px;
  }

  .left-arrow-5 {
    display: none;
  }

  .card-wrapper {
    padding-right: 45%;
  }

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

  .mobile-slide {
    width: auto;
    margin-right: 20px;
  }

  .history-image-left {
    width: 240px;
    margin-bottom: -160px;
    display: none;
  }

  .parallax-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .mobile-image1 {
    width: 240px;
  }

  .history-block {
    margin-bottom: 30px;
    padding: 0;
  }

  .mobile-image3 {
    width: 240px;
  }

  .navigation-container {
    min-height: 100vh;
  }

  .menu-link {
    font-size: 9vw;
    line-height: 20vh;
  }

  .navigation-image.current {
    z-index: 4;
  }

  .navigation-image-container {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .horizontal-text-bottom {
    margin-left: 0;
    font-size: 2rem;
  }

  .navigation-links {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .navigation-content-wrapper {
    position: relative;
  }

  .menu-eyebrow {
    font-size: .8rem;
  }

  .menu-link-2 {
    font-size: 14vw;
  }

  .name {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 30px;
  }

  .logo {
    width: 91px;
    height: 52px;
  }

  .section-10 {
    background-image: linear-gradient(#007848, #007848), radial-gradient(circle, #0f8b59, #006039);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .mask-3 {
    width: 460px;
  }

  .top-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .image-52.img3, .image-52.img1, .image-52.img2 {
    width: 250px;
    height: 360px;
  }

  .scroll-divblock-3 {
    max-width: 24.5rem;
  }

  .huge-years-sldier {
    font-size: 265px;
  }

  .magic-lantern-sketch {
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-paragraph-small.centered {
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-navigation-4-container {
    width: 90%;
    max-width: 550px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

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

  .section_blanco {
    min-height: auto;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .button-cta {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-size-large, .text-color-orange.heading-style-h2 {
    font-size: 3rem;
  }

  .uui-footer04_social-link:hover {
    color: #98a2b3;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .parent.pad-top {
    padding-right: 18rem;
  }

  .border-line.light {
    width: 25rem;
  }

  .magic-lantern-sketch-2 {
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .huge-years-sldier-2 {
    font-size: 265px;
  }

  .black {
    font-size: 60px;
    line-height: 50px;
  }

  .magic-lantern-sketch-3 {
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .huge-years-sldier-3 {
    font-size: 265px;
  }

  .black-2 {
    font-size: 60px;
    line-height: 50px;
  }

  .is-white {
    font-size: 3.3rem;
  }

  .track-2, .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ctasblock-2 {
    bottom: 5%;
  }

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

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

  .div-block-194 {
    flex-flow: row;
  }

  .spark-container {
    width: 100%;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid #eaecf0;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .tab-text-cont {
    width: 80%;
  }

  .auto-tab-link._1.w--current, .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 90em;
  }

  .magic-lantern-sketch-4 {
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .huge-years-sldier-4 {
    font-size: 265px;
  }
}

@media screen and (max-width: 479px) {
  .brix---header-right-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
    position: static;
    right: auto;
  }

  .brix---hamburger-menu-bar-top {
    background-color: #f2f1ff;
  }

  .nav_button-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    top: .5em;
    left: 2vw;
    right: 1em;
  }

  .link-block-3.w--current {
    justify-content: flex-end;
    align-items: center;
    margin-top: -15px;
    margin-left: auto;
    display: flex;
    position: relative;
    left: auto;
    right: 2vw;
  }

  .brix---mg-bottom-24px---0-on-tablet-2 {
    display: none;
  }

  .brix---flex-center {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .brix---header-content-wrapper-2 {
    justify-content: space-between;
    align-items: center;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
  }

  .brix---header-wrapper-2 {
    margin-top: 10px;
    padding-top: 0;
    display: block;
  }

  .logo-large {
    vertical-align: baseline;
    max-width: 75px;
    margin: auto 0 auto auto;
    display: block;
  }

  .menublock.brix---header-nav-menu-list-2, .links_menu {
    display: none;
  }

  .button_square {
    width: 30px;
    height: 3px;
  }

  .brix---container-default-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .containerhomerdynamicslider {
    top: 30%;
  }

  .industrialheadline {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 34px;
    line-height: 35px;
  }

  .industrialheadline.blacktext.lineheightsmall {
    font-size: 25px;
    line-height: 31px;
  }

  .industrialheadline.smaller {
    font-size: 21px;
    line-height: 26px;
  }

  .industrialheadline.smaller.lineheight {
    line-height: 30px;
  }

  .herohomeheadline.paddingbottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }

  .herohomectas {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .transparentbutton {
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .transparentbutton.margintop {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .transparentbutton.absolute {
    width: 250px;
  }

  .transparentbutton._30._100 {
    width: 100%;
  }

  .transparentbutton.blackbutton {
    margin-left: auto;
  }

  .slide-6 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .slider {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide-nav {
    bottom: -25%;
  }

  .container {
    text-align: center;
    margin-left: auto;
  }

  .begumheadline {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .begumheadline.leftalign.block {
    padding-top: 30px;
  }

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

  .container-2 {
    background-image: url('../images/attachment-2.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column;
  }

  .servicebox.leftbox {
    background-image: linear-gradient(#0000, #0000);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .servicebox.leftbox.borderbottom {
    background-image: linear-gradient(#00000026, #00000026);
    border-bottom: .5px solid #fff;
  }

  .servicebox.middlebox {
    background-image: linear-gradient(#0000, #0000);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .servicebox.middlebox.borderbottom {
    background-image: linear-gradient(#00000026, #00000026);
    border-bottom: .5px solid #fff;
  }

  .servicebox.rightbox {
    background-image: linear-gradient(#00000026, #00000026);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .begumheadlinecontainer {
    font-size: 20px;
    line-height: 22px;
    overflow: visible;
  }

  .begumheadlinecontainer.largetitle.communityname {
    font-size: 41px;
  }

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

  .begumheadlinecontainer.leftalign.nomargintop.left {
    line-height: 26px;
  }

  .begumheadlinecontainer.heropagetitle {
    font-size: 22px;
    line-height: 25px;
  }

  .begumheadlinecontainer.largerfont.bb {
    -webkit-text-stroke-width: 1px;
    font-size: 21px;
  }

  .begumheadlinecontainer.leftaligned.smallerfont {
    letter-spacing: 3px;
    font-size: 19px;
  }

  .sectionhomeabout {
    background-position: 0 100%;
    background-size: auto;
    background-attachment: scroll;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .container-3 {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .abouthomeleft, .abouthomeright, .div-block, .paragraph.centeralign.whitetext._90 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .paragraph.whitetext.paddingtop.centeralign {
    -webkit-text-stroke-width: .5px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    overflow: visible;
  }

  .paragraph.whitetext.paddingtop.centeralign.lineheight.largerfont.center.smaller {
    font-size: 16px;
  }

  .paragraph.whitetext.paddingtop.centeralign.lineheight.largerfont.center.smaller.padding, .paragraph.whitetext.paddingtop.centeralign.largerfont.lineheight.flexleft.center.smaller.padding {
    padding-top: 15px;
  }

  .paragraph.whitetext.paddingtop.centeralign.largerfont.center {
    text-align: center;
  }

  .paragraph.whitetext.paddingtop.largerfont {
    -webkit-text-stroke-width: .5px;
  }

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

  .container-4 {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 25px;
  }

  .blackbutton.leftalign {
    margin-left: auto;
  }

  .div-block-3 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .container-6 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .statisticlabel2.whitetext.leftalign.centeralign, .statisticlabel2.whitetext.leftalign.marginleft.custommargin.center, .statisticlabel2.whitetext.leftalign.center {
    text-align: center;
  }

  .statisticlabel2.whitetext.largerfont.bb {
    -webkit-text-stroke-width: 1px;
  }

  .div-block-5 {
    flex-flow: column;
    display: flex;
  }

  .sectionhomesearch-guides {
    background-image: url('../images/bottom-gradient-black.webp'), url('../images/manhattan.webp');
  }

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

  .pricerangediv, .neightboroodsdiv {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .herohomesearch {
    flex-flow: column;
    margin-bottom: 0;
  }

  .container-9 {
    flex-flow: column;
  }

  .container-9.paddingtop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .homeguides {
    flex-flow: column;
  }

  .homesellersguide, .homebuyersguide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .verticalline {
    display: none;
  }

  .div-block-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: none;
  }

  .container-10 {
    display: none;
  }

  .sectionfeaturedvideos {
    margin-top: 1rem;
  }

  .featuredleftblock {
    flex-flow: column;
  }

  .featuredleftblock.marginbottom {
    margin-bottom: 25px;
  }

  .featuredrightblock {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 40vh;
  }

  .slider_list, .slider_list-2, .slider_list-3 {
    aspect-ratio: 3 / 4;
  }

  .areadescription {
    text-align: center;
  }

  .div-block-139 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-content-hero-1 {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .subtitle {
    letter-spacing: 5px;
    font-size: 12px;
  }

  .waves-image-wrap-hero-1 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 80px;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .communitiestitle {
    direction: ltr;
    align-self: center;
    display: block;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-one, .waves-column-hero-1.column-two, .waves-column-hero-1.column-one, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-column-hero-1.column-one {
    flex: none;
    padding-top: 50px;
  }

  .div-block-140 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .heading-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    font-size: 31px;
    line-height: 30px;
  }

  .waves---section-hero-primary {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .container-13 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-141 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .container-20 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-142 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .container-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves-gallery-hero-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sectionhomeexpertiseareas {
    margin-top: 2rem;
  }

  .waves-content-hero-2 {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .container-24 {
    width: 100%;
    min-width: 100%;
  }

  .bigtitledivider {
    font-size: 20px;
    line-height: 20px;
  }

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

  .bigtitledivider.nopaddingbottom.whitetext {
    color: #fff;
  }

  .text-block-4 {
    line-height: 26px;
  }

  .text-block-4.leftaligned {
    text-align: center;
  }

  .container-25 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
  }

  .communitiestitle-2 {
    direction: ltr;
    align-self: center;
    display: block;
  }

  .communitiestitle-2.whitetext.leftalign {
    text-align: center;
    margin-left: auto;
    line-height: 28px;
  }

  .div-block-143 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .sectionhomelistings {
    margin-top: 0;
  }

  .frame.first {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-box {
    text-align: center;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .container-27 {
    top: 25%;
  }

  .container-28 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .sectionhomesocialmedia {
    display: block;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .card {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: 370px;
    min-height: 370px;
    max-height: 370px;
    overflow: hidden;
  }

  .tinyflow-slider__pagination.none {
    display: none;
  }

  .section-spacing.project {
    padding-top: 0;
  }

  .section-spacing.project.paddingtop {
    padding-top: 4rem;
  }

  .swiper-slide {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .contactcontainer {
    width: 100%;
    min-width: 100%;
    max-width: 100px;
    margin-left: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contactcontentgroup {
    justify-content: center;
    align-items: center;
  }

  .div-block-146 {
    display: none;
  }

  .span {
    font-family: Torinodisplayjfpro, Georgia, sans-serif;
    font-size: 150px;
  }

  .span.smallspan, .span.smallspan.marginauto {
    font-family: Torinodisplayjfpro, Georgia, sans-serif;
  }

  .div-block-148 {
    justify-content: center;
    align-items: flex-end;
  }

  .containerhero.about {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .containerhero.activelistings {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-21-at-5.02.26-PM-1.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .containerhero.buyersguide, .containerhero.sellersguide, .containerhero.soldlistings, .containerhero.compassone, .containerhero.rentersguide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .sectionintroabout {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

  .div-block-149 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }

  .image-11 {
    display: none;
  }

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

  .div-block-153 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text.bigtext {
    font-size: 12rem;
  }

  .section-3.parallax-img {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section__img-holder.img1, .section__img-holder.img2, .section__img-holder.img5 {
    width: 60vw;
    height: 60vw;
  }

  .section__img-holder.img3 {
    justify-content: center;
    align-items: center;
    width: 60vw;
    height: 60vw;
  }

  .section__img-holder.img6, .section__img-holder.img4 {
    width: 60vw;
    height: 60vw;
  }

  .neightboroodsdiv-2 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
  }

  .buttonwhite.largerbutton {
    font-size: 3vw;
  }

  .buttonwhite.largerbutton.paddingtop {
    margin-top: 25px;
    padding-top: 20px;
  }

  .buttonwhite.largerbutton.leftalignbutton.paddingtop {
    font-size: 4vw;
  }

  .div-block-154 {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .section_header82 {
    background-size: 184%;
    background-attachment: scroll;
  }

  .containerhomectas {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .containerhomectas.bottomctas {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-block {
    text-align: center;
    margin-left: 10px;
  }

  .pricerangediv-2 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricerangediv-2.rightdivhomeselling {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .headlinetitleminimal {
    font-size: 25px;
    line-height: 37px;
    position: relative;
  }

  .scroll-divblock {
    max-width: 17.5rem;
  }

  .div-block-155 {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .scroll-divblock-2 {
    max-width: 17.5rem;
  }

  .containerlistingsrentals.paddingtopblock.paddingbottomblock {
    background-image: linear-gradient(#00000040, #00000040), url('../images/attachment.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-flow: column;
    height: 30vh;
    min-height: 30vh;
    max-height: 30vh;
  }

  .div-block-156 {
    display: none;
  }

  .sectionlistingstagline.centeralign {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-157 {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

  .div-block-158 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0229.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
  }

  .container-71 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 50%;
  }

  .button-small {
    flex: none;
    align-self: stretch;
    width: 90%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-small:hover {
    background-color: #000;
  }

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

  .heading-56.centeredtext.whitetext {
    font-size: 16px;
    line-height: 35px;
  }

  .propertyaddress-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 7vw;
  }

  .primaryfeaturelabel-2.inlinedisplay {
    text-align: center;
    font-weight: 400;
  }

  .listingsbtn {
    width: 90px;
    min-width: 90%;
    max-width: 90%;
    font-size: 12px;
    display: block;
  }

  .listingsbtn.contact-agent-on-porperty {
    font-size: 12px;
  }

  .div-block-206 {
    width: 100%;
  }

  .rightalign {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-right: auto;
    display: block;
  }

  .heading-59 {
    font-size: 13px;
  }

  .cta1-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-205 {
    text-align: center;
    width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .propertyino {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-2.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1021px;
    background-attachment: scroll, scroll;
  }

  .container-72 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/1205-muirlands-dr2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-72.keltondr {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .paragraph-73.centeredparagraph.whitetext {
    font-size: 8px;
  }

  .leftalign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .size3-text.size3-bottom-clear {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-12 {
    padding-right: 0;
  }

  .div-block-204 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-203 {
    flex-flow: column;
    margin-bottom: auto;
  }

  .link-block-10 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .primaryfeatureblock {
    flex-flow: column;
  }

  .primaryfeatureblock.inlinedisplay {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .interiorfeaturesblock {
    justify-content: center;
    align-items: center;
  }

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

  .primaryfeaturevalue-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-57 {
    font-size: 38px;
  }

  .slide-13.slideonpreview {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .quick-stack-7 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .horizontal-height {
    height: 100%;
  }

  .heading-style-h4 {
    text-align: center;
    font-size: 3rem;
  }

  .horizontal-screen._03 {
    width: 100vw;
  }

  .horizontal-sticky {
    position: static;
  }

  .page-wrapper-6 {
    height: 100%;
    display: none;
  }

  .heading-style-h3-3 {
    text-align: center;
  }

  .h-flex.space-between {
    display: block;
  }

  .horizontal-sticky-wrapper {
    position: relative;
    top: auto;
  }

  .image-ratio-square.max-width-20 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading-style-h2-2 {
    text-align: center;
  }

  .global-styles {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: static;
  }

  .text-block-5 {
    line-height: 26px;
  }

  .text-block-5.blacktext {
    padding-top: 25px;
  }

  .text-block-5.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
    padding-top: 10px;
  }

  .text-block-5.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whiteparagraph.centeraligned {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    line-height: 31px;
    overflow: auto;
  }

  .horizontal-half, .horizontal-half._01 {
    width: 100%;
  }

  .horizontal-half._02-01 {
    width: 100%;
    height: 100%;
  }

  .main-wrapper-3 {
    height: 100%;
  }

  .track-flex {
    flex-flow: column;
    height: 100%;
  }

  .section-9.horizontal-scroll {
    padding-bottom: 0;
  }

  .horizontal-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .heading-70 {
    display: none;
  }

  .layout77_component {
    grid-template-columns: 1fr;
  }

  .section_layout77 {
    overflow: hidden;
  }

  .headlinetitleminimal-2 {
    font-size: 25px;
    line-height: 37px;
    position: relative;
  }

  .mobile-slider {
    margin-bottom: -85px;
    display: none;
  }

  .mobile-image4 {
    width: 380px;
    margin-top: 45px;
  }

  .regulartitle-2 {
    text-align: center;
    line-height: 35px;
  }

  .history-image-right {
    margin-bottom: -50px;
    margin-right: -80px;
  }

  .text-block-6 {
    line-height: 26px;
  }

  .text-block-6.blacktext {
    padding-top: 25px;
  }

  .text-block-6.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
    padding-top: 10px;
  }

  .mobile-image2 {
    width: 320px;
    margin-top: 40px;
  }

  .container-92 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    padding-right: 30%;
  }

  .mobile-slide-block {
    position: relative;
  }

  .mobile-slide {
    width: auto;
    margin-right: 20px;
  }

  .history-image-left {
    width: 200px;
    margin-bottom: -80px;
  }

  .parallax-section {
    padding-bottom: 30px;
  }

  .mobile-image1 {
    width: 200px;
  }

  .history-block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .mobile-image3 {
    width: 200px;
    margin-top: 0;
  }

  .buttonblack.smallbuttonwhite {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .navigation-container {
    background-color: #fff;
  }

  .menu-link {
    font-size: 14vw;
    line-height: 14vh;
  }

  .navigation-image.fairy, .navigation-image.current, .navigation-image.lullaby, .navigation-image.vintage {
    display: none;
  }

  .fancycapitalizedtitle {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 30px;
  }

  .input {
    letter-spacing: 2px;
    font-size: 13px;
  }

  .image-51 {
    z-index: 999999999;
    position: absolute;
  }

  .div-block-3291 {
    display: none;
  }

  .div-block-3303 {
    flex-flow: column;
    margin-top: 15px;
  }

  .navigation-links {
    padding-top: 0;
  }

  .closingcontainer {
    z-index: 9999;
  }

  .efi-frm-03-text-grid {
    grid-template-columns: 1fr;
  }

  .sectioncontactpopup {
    display: none;
  }

  .menu-eyebrow {
    font-size: .8rem;
  }

  .menu-link-2 {
    font-size: 15vw;
  }

  .absolute-div, .absolute-div.btm-left, .absolute-div.top-right {
    inset: auto 0% 0% auto;
  }

  .absolute-div.btm-right {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .absolute-div.far-left {
    inset: auto 0% 0% auto;
  }

  .menu-image-item {
    height: 74vw;
  }

  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .right-arrow-5 {
    display: none;
  }

  .menu {
    width: 100%;
    display: none;
  }

  .mask-3 {
    width: 320px;
  }

  .left-arrow-6 {
    display: none;
  }

  .website-image-container {
    width: 76%;
    height: 81%;
  }

  .featured-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .containerbuyerssellercompassone {
    max-width: 100%;
  }

  .regularparagraph {
    text-align: center;
  }

  .div-block-3282 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .macbook {
    width: 100%;
    display: block;
  }

  .featured-name, .div-block-3283 {
    display: none;
  }

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

  .scroll-divblock-3 {
    max-width: 17.5rem;
  }

  .section_white {
    height: 800px;
  }

  .old-school {
    height: 100%;
  }

  .heading-71 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    font-size: 31px;
    line-height: 30px;
  }

  .huge-years-sldier {
    letter-spacing: -7px;
    padding-top: 116px;
    font-size: 125px;
  }

  .slide-27._1603 {
    padding-top: 0;
  }

  .slide-27._1824 {
    height: auto;
  }

  .magic-lantern-sketch {
    max-width: 100%;
  }

  .body-paragraph-small.centered {
    font-size: 14px;
  }

  .sectioncompassconcierge6 {
    margin-top: 8rem;
  }

  .heading-72 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    font-size: 31px;
    line-height: 30px;
  }

  .compassconciergebottomcontainer {
    flex-flow: column;
  }

  .div-block-3277 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-3276 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .portfolio-teaser-content {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .sectionmobileversion {
    display: block;
  }

  .text-block-7 {
    line-height: 26px;
  }

  .text-block-7.blacktext {
    padding-top: 25px;
  }

  .text-block-7.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
    padding-top: 10px;
  }

  .text-block-7.blacktext.leftaligned.fullwidth.paddingtop.lineheight.centeraligned.whitetext {
    color: #fff;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    font-size: 16px;
    line-height: 30px;
  }

  .portfolio-teaser-component {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2070.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
  }

  .portfolio-teaser-component.step3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1475-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step3.c {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-2.00.25-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-2.01.10-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step7.e {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-2.00.56-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-1.59.50-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step5.q {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.45.27-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step8 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0612.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step8.f {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-1.58.56-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step9 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/menu4.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step9.g {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.47.03-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.is-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/menu1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    display: flex;
  }

  .portfolio-teaser-component.is-2.b {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-1.59.18-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .portfolio-teaser-component.is-2.p {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.46.25-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .portfolio-teaser-component.step10 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_5472.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step10.h {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-05-14-at-11.40.56-AM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step11 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-05-22-at-1.59.15-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step11.i {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.45.21-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.a {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.42.22-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.d {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-2.02.23-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.o {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.44.39-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .text-block-8 {
    line-height: 26px;
  }

  .text-block-8.blacktext {
    padding-top: 25px;
  }

  .text-block-8.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
    padding-top: 10px;
  }

  .sectionrentersguideintro.paddingtop {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cf-navigation-4-container {
    max-width: none;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .img-ai {
    overflow: visible;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .button-cta {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-size-large, .text-color-orange.heading-style-h2 {
    font-size: 2.2rem;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
  }

  .sectionstep1 {
    width: 100%;
    min-width: 100%;
  }

  .parent.pad-top {
    padding-right: 0;
  }

  .parent.pad-top.hidemobile {
    display: none;
  }

  .sticky-child {
    flex-flow: column;
  }

  .scroll-text-parent.three.text-white, .scroll-text-parent.one.text-white, .scroll-text-parent.two.text-white {
    display: block;
  }

  .num-ab {
    color: #ffffff59;
  }

  .sticky-parent {
    display: block;
  }

  .col-3 {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 1.4rem;
  }

  .col-3.bg-colour {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-3.images {
    display: none;
  }

  .border-line.light {
    width: 100%;
  }

  .slide-28._1603 {
    padding-top: 0;
  }

  .slide-28._1824 {
    height: auto;
  }

  .huge-years-sldier-2 {
    letter-spacing: -7px;
    padding-top: 116px;
    font-size: 125px;
  }

  .black {
    font-size: 16px;
    line-height: 40px;
  }

  .slide-29._1603 {
    padding-top: 0;
  }

  .slide-29._1824 {
    height: auto;
  }

  .huge-years-sldier-3 {
    letter-spacing: -7px;
    padding-top: 116px;
    font-size: 125px;
  }

  .black-2 {
    font-size: 16px;
    line-height: 40px;
  }

  .text-block-10 {
    line-height: 26px;
  }

  .text-block-10.leftaligned {
    text-align: center;
  }

  .is-white {
    font-size: 2.4rem;
  }

  .text-block-11 {
    line-height: 26px;
  }

  .text-block-11.leftaligned {
    text-align: center;
  }

  .text-block-12 {
    line-height: 26px;
  }

  .text-block-12.leftaligned {
    text-align: center;
  }

  .text-block-13 {
    line-height: 26px;
  }

  .text-block-13.leftaligned {
    text-align: center;
  }

  .text-2 {
    padding: 30px;
    font-size: 20vw;
  }

  .track-2 {
    min-height: 100%;
    max-height: 100%;
  }

  .camera {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .frame-2 {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .frame-2.one {
    background-image: url('../images/Screenshot-2025-06-02-at-2.34.13-PM.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    max-height: 100%;
  }

  .item {
    height: 70vh;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
  }

  .item.none {
    background-image: linear-gradient(#00000080, #00000080), url('../images/laura-cros-KtJy7cZV5OQ-unsplash.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: block;
  }

  .item.none._100 {
    height: 100%;
  }

  .item.none._100.flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-image: linear-gradient(#00000080, #00000080), url('../images/two.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .item.none._100.flex.paddingtop {
    padding-top: 35px;
  }

  .item.none._100.flex.paddingtop.bg {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.50.58-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .item.none.none2 {
    display: none;
  }

  .image-55 {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
    overflow: visible;
  }

  .image-55.none {
    display: none;
  }

  .container-99 {
    background-color: #000;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-02-at-2.34.45-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    overflow: auto;
  }

  .container-99._100 {
    background-color: #0000;
    background-image: none;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .container-99.one {
    background-color: #0000;
    background-image: none;
    overflow: auto;
  }

  .container-99.two {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-2.00.01-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-99.sort {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.44.45-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-99.sort2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-05-30-at-1.59.32-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-99.sort4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.42.52-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-99.sort5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.45.07-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-99.sort6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.41.04-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-99.sort7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.45.01-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-99.sort8 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-02-at-2.39.09-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-99.sort8.pets {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-15-at-12.45.27-PM.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .container-99.sort10 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/attachment-2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .mediapresscontainer.blackopacity, .stat_columns, .stat_columns.borderright.borderleft, .stat_columns.borderleft.borderright {
    display: none;
  }

  .number {
    font-size: 100px;
  }

  .number.centeralign {
    text-align: center;
    left: 15%;
  }

  .number.centeralign.largerfont {
    font-size: 100px;
    left: 17%;
  }

  .number.centeralign.largerfont.centerabsolute {
    font-size: 80px;
    left: auto;
  }

  .ctasblock-2 {
    margin-top: 0;
    margin-bottom: auto;
    bottom: 0%;
  }

  .ctasblock-2.heroquote {
    display: block;
    bottom: 40%;
  }

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

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-flex-row.spark-centered.blackcolor {
    color: #000;
    display: none;
  }

  .privateexclusiveheadline {
    border-left-style: none;
    border-left-width: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 9vh;
    display: flex;
  }

  .image-56 {
    margin-top: 10px;
  }

  .lineright {
    width: 15%;
    top: 35%;
  }

  .sectionhero {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .ctascontainer-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-194 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    width: 90%;
    padding-top: 0%;
    display: flex;
  }

  .lineleft {
    width: 15%;
    top: 35%;
  }

  .linecontainer-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .spark-container.spark-centered-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .spark-container.spark-centered-content.titleheadlinehero {
    justify-content: center;
    align-items: center;
  }

  .homehero {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: visible;
  }

  .container-103 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: block;
    inset: 20% 0% auto;
  }

  .container-53 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading-19 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 25px;
  }

  .heading-19.lineheight, .paragraph-3.whitetext {
    text-align: center;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .uui-faq04_question {
    flex-flow: column;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 1rem;
  }

  .link-block-14, .link-block-15, .link-block-16 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-3331 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .form-5 {
    flex-flow: column;
  }

  .disclaimertext {
    font-size: .4rem;
    line-height: 8px;
  }

  .div-block-3332 {
    flex-flow: column;
  }

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

  .div-block-183 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .sectionshotbyzack {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tab-index {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading--2, .heading-1 {
    font-size: 14vw;
  }

  .tab-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: .5em;
    padding-right: 0;
    overflow: auto;
  }

  .tab-txt._3, .tab-txt._1, .tab-txt._2, .tab-txt._4 {
    font-size: 6vw;
  }

  .tab-text-cont {
    width: 100%;
  }

  .auto-tab-link._1 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .auto-tab-link._1.w--current {
    width: 90em;
  }

  .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2, .auto-tab-link._5 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .heading--4, .heading--3 {
    font-size: 14vw;
  }

  .neue-world-sticker {
    width: 12rem;
  }

  .container-106 {
    height: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .wrapper-title-2 {
    height: auto;
    min-height: auto;
    max-height: 30%;
  }

  .card-australia {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }

  .carousel {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .magic-lantern-sketch-4 {
    max-width: 100%;
  }

  .heading-76 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    font-size: 31px;
    line-height: 30px;
  }

  .huge-years-sldier-4 {
    letter-spacing: -7px;
    padding-top: 116px;
    font-size: 125px;
  }

  .section_white-2 {
    height: 100%;
  }

  .slide-30._1603 {
    padding-top: 0;
  }

  .slide-30._1824 {
    height: auto;
  }

  .old-school-3 {
    height: 100%;
    margin-bottom: 50px;
  }

  .div-block-3336 {
    display: block;
  }

  .div-block-3337, .div-block-3338, .div-block-3339, .div-block-3340 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sectionhomesocialmedia-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-3342 {
    margin-top: 5rem;
  }

  .rightblocklinks, .centerblocklinks {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .containerfooterlinks {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .subtitle-2.nopadding {
    line-height: 22px;
  }

  .subtitle-2.nopadding.black.left {
    text-align: center;
  }

  .containerfooterlink {
    padding-top: 3rem;
  }

  .logofooter {
    max-width: 130px;
  }

  .leftblocklinks {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

#w-node-_588f2a50-7ffb-1fa1-055c-2d1af117f806-79849596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#area-background.w-node-_588f2a50-7ffb-1fa1-055c-2d1af117f84c-79849596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_01d43fe1-e020-572c-ae7a-d5f33599f581-3599f57a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_18296acf-e4bb-4dd0-3b7c-731df574ce80-f574ce63, #w-node-_18296acf-e4bb-4dd0-3b7c-731df574ce82-f574ce63, #w-node-_18296acf-e4bb-4dd0-3b7c-731df574ce84-f574ce63, #w-node-_18296acf-e4bb-4dd0-3b7c-731df574ce86-f574ce63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_18296acf-e4bb-4dd0-3b7c-731df574ce89-f574ce63, #w-node-_18296acf-e4bb-4dd0-3b7c-731df574ce8b-f574ce63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_18296acf-e4bb-4dd0-3b7c-731df574ce8d-f574ce63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_18296acf-e4bb-4dd0-3b7c-731df574ce8f-f574ce63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a7ca0edb-e6aa-475b-6b4e-413e4650f314-4650f2eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2fba16f-4943-1299-847b-37fbda2b2926-c8bc0f11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fe2cce2-3ddc-f75e-52db-6da484105e62-84105e4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#property-view-on-maps.w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7568c-f5f98c67 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7568f-f5f98c67 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756a1-f5f98c67 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756c2-f5f98c67 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756dc-f5f98c67 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756e9-f5f98c67, #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75710-f5f98c67 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75713-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75716-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7571c-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75720-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75726-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7572a-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75730-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75734-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7573a-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7573e-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75744-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75748-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75752-f5f98c67 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75755-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75758-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7575e-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75762-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75769-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7576d-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75773-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75777-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7577e-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75782-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75788-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7578c-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75791-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75795-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7579b-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7579f-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757a5-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757a9-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757af-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757b3-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757b9-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757bd-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757c3-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757c7-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757cd-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757d1-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757df-f5f98c67 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757e2-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757e6-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757ec-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757f0-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757f7-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757fb-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75801-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75805-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7580b-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7580f-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75815-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75819-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7581e-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75822-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7582e-f5f98c67 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75831-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75834-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7583a-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7583e-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75844-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75848-f5f98c67 {
  justify-self: end;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7584e-f5f98c67 {
  place-self: auto start;
}

#w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75852-f5f98c67 {
  justify-self: end;
}

#w-node-_6c5cec25-9720-af38-0057-bab34190d39d-a432f964 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_6c5cec25-9720-af38-0057-bab34190d3a4-a432f964 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6c5cec25-9720-af38-0057-bab34190d3be-a432f964, #w-node-_6c5cec25-9720-af38-0057-bab34190d3d7-a432f964, #w-node-_6c5cec25-9720-af38-0057-bab34190d3f1-a432f964, #w-node-_6c5cec25-9720-af38-0057-bab34190d40b-a432f964, #w-node-_6c5cec25-9720-af38-0057-bab34190d423-a432f964, #w-node-_6c5cec25-9720-af38-0057-bab34190d43a-a432f964, #w-node-_6c5cec25-9720-af38-0057-bab34190d451-a432f964, #w-node-_6c5cec25-9720-af38-0057-bab34190d468-a432f964, #w-node-ceee1c96-5a81-f08c-054e-cd58a1828e6d-a432f964, #w-node-_6c5cec25-9720-af38-0057-bab34190d39d-3f0c5b26 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_6c5cec25-9720-af38-0057-bab34190d3a4-3f0c5b26 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6c5cec25-9720-af38-0057-bab34190d3be-3f0c5b26, #w-node-_6c5cec25-9720-af38-0057-bab34190d3d7-3f0c5b26, #w-node-_6c5cec25-9720-af38-0057-bab34190d3f1-3f0c5b26, #w-node-_6c5cec25-9720-af38-0057-bab34190d40b-3f0c5b26, #w-node-_6c5cec25-9720-af38-0057-bab34190d423-3f0c5b26, #w-node-_6c5cec25-9720-af38-0057-bab34190d43a-3f0c5b26, #w-node-_6c5cec25-9720-af38-0057-bab34190d451-3f0c5b26, #w-node-_6c5cec25-9720-af38-0057-bab34190d468-3f0c5b26, #w-node-ceee1c96-5a81-f08c-054e-cd58a1828e6d-3f0c5b26, #w-node-_3c2081f9-9ad7-3cf7-66e4-b96bfa1ce82c-3f0c5b26 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #property-view-on-maps.w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7568c-f5f98c67 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7568f-f5f98c67 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756dc-f5f98c67 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    display: grid;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75710-f5f98c67 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75752-f5f98c67 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757df-f5f98c67 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7582e-f5f98c67 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #property-view-on-maps.w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7568c-f5f98c67 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: auto;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7568f-f5f98c67 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756e9-f5f98c67 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #property-view-on-maps.w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7568c-f5f98c67 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7568f-f5f98c67 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756a1-f5f98c67 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756dc-f5f98c67 {
    display: none;
  }

  #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea756e9-f5f98c67, #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75710-f5f98c67, #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea75752-f5f98c67, #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea757df-f5f98c67, #w-node-e4fcb6d7-34ad-1192-c327-8dbb7ea7582e-f5f98c67 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Industrial 736 Bt';
  src: url('../fonts/industrial.ttf') format('truetype'), url('../fonts/industrial.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Begumsans';
  src: url('../fonts/BegumSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Morison';
  src: url('../fonts/FontsFree-Net-morison-displaylight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industrial';
  src: url('../fonts/industrial.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Torinodisplayjfpro';
  src: url('../fonts/TorinoDisplayJFPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Begum';
  src: url('../fonts/begum-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hvdtrial Brandon Grotesque Bf 64 A 625 C 93 E 709';
  src: url('../fonts/HvDTrial_Brandon_Grotesque_light-BF64a625c93e709.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}