@font-face {
  font-family: Bebas Neue Figtree Oswald;
  src: url('../images/') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

a {
  color: #2f486c;
  text-decoration: underline;
}

.body {
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.section-main {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 390px;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: grid;
}

.main-col {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.side-col {
  background-color: #fff;
  padding: 20px;
}

.brochure-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.brochure-wrapper {
  width: 50%;
  height: 100%;
}

.link-block {
  justify-content: center;
  align-items: stretch;
  height: auto;
  text-decoration: none;
  display: flex;
}

.download-cta {
  background-color: #e1251b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.cta-arrow {
  z-index: auto;
  color: #e1251b;
  border: 1px #000;
  width: 20px;
  height: 35px;
  position: absolute;
  inset: 10% auto auto -11%;
}

.sidebar-strip {
  background-color: #484c47;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.div-block {
  border: 20px solid #0000;
  border-top-color: #484c47;
  border-bottom: 0 solid #628382;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto -18% 5%;
}

.lp-form {
  margin-top: 35px;
}

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

.submit-button {
  letter-spacing: 1px;
  background-color: #484c47;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #484c47ab;
}

.text-block-3 {
  font-size: 13px;
}

.text-block-4 {
  text-align: center;
  margin-top: 35px;
  font-size: 11px;
  line-height: 15px;
}

.hero-container {
  color: #484c47;
  background-color: #484c47;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
}

.headline-wrapper {
  flex-flow: column;
  justify-content: space-around;
  width: 600px;
  margin-top: 15px;
  margin-left: 40px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.headline {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.property-size {
  color: #fff;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}

.sale-let-block {
  color: #484c47;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 300px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-image-wrapper {
  background-image: url('../images/hero-image.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
}

.content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  height: 68.5%;
  margin-top: 30px;
  padding-top: 0;
  display: grid;
}

.content-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-left: 40px;
  padding-right: 10px;
  display: flex;
}

.content-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: #e1251b;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-6 {
  color: #2f476c;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.text-block-7, .text-block-8 {
  font-size: 13px;
}

.text-block-9 {
  color: #484c47;
  margin-top: 0;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.button {
  text-align: center;
  background-color: #484c47;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button:hover {
  background-color: #484c47b5;
}

.feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 6px;
  border: 1px solid #2f476c;
  border-radius: 8px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  display: grid;
}

.feature-text, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
  color: #2f476c;
  font-size: 13px;
}

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 264px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-1 {
  background-image: url('../images/image028.png');
  background-position: 50%;
  background-size: cover;
}

.image-3 {
  background-image: url('../images/20250424_100754-1024x577.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-4 {
  background-image: url('../images/CROPPED-EXTERIOR.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-5 {
  text-shadow: 0 1px 1px #0003;
  background-image: url('../images/CROPPED-OFFICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.floor-plan-grid {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  background-color: #628382;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr .5fr .5fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: grid;
}

.floorplan-top {
  color: #fff;
  border-bottom: 1px solid #ff9c00;
  padding-bottom: 1px;
  padding-left: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.floorplan-bottom {
  color: #fff;
  border-bottom: 1px solid #ff9c00;
  padding-bottom: 1px;
  padding-left: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.floorplan-bottom.line {
  border-bottom-width: 0;
}

.floorplan-final-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #ff9c00;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .5fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  display: grid;
}

.bottom-row {
  color: #2f476c;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.floorplan-wrapper {
  background-color: #484c47;
  width: 100%;
  margin-top: 20px;
  padding: 20px 40px 30px;
}

.agent-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 16px;
  background-color: #62838282;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  margin-top: 16px;
  padding: 30px;
  display: flex;
}

.agent-text-wrapper {
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  color: #2f476c;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-17 {
  color: #2f476c;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-block-18 {
  color: #0c3677;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.image {
  flex: 0 auto;
  max-width: 50%;
}

.link {
  text-decoration: underline;
}

.text-block-19 {
  color: #e1251b;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.button-2 {
  color: #484c47;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 300px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-2:hover {
  background-color: #dadada;
}

.hero-image-wrap {
  background-image: url('../images/dji_fly_20250424_105442_0061_1745488965157_photo.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.badge {
  z-index: 1;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 2px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: auto 35px 20px auto;
}

.code-embed {
  text-align: center;
  justify-content: center;
  width: 35%;
  display: block;
  position: static;
  top: auto;
  left: auto;
}

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

.text-block-21 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.text-block-22 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
}

.map-box {
  background-image: url('../images/map.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  width: 100%;
  height: 30%;
  margin-top: 20px;
}

.text-block-23 {
  color: #e1251b;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-24 {
  color: #e1251b;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-25 {
  margin-top: 20px;
  font-family: Inter, sans-serif;
}

.floorplan-grid {
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-26 {
  color: #484c47;
}

.text-block-27 {
  color: #e1251b;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-27.col2 {
  text-align: right;
}

.text-block-28 {
  color: #fff;
  border-bottom: 1px solid #fffdfd;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.text-block-28.col2 {
  text-align: right;
}

.text-block-29 {
  color: #e1251b;
  border-bottom: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-29.col2 {
  text-align: right;
}

.text-block-30 {
  color: #fff;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.text-block-31 {
  margin-top: 10px;
}

.agents-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.coke-gearing-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.sbh-wrapper {
  text-align: left;
  width: 100%;
  padding-right: 20px;
}

.image-4 {
  width: 85%;
}

.text-block-32 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-32.sbh {
  margin-top: 28px;
}

.text-block-32.bottom {
  margin-top: 10px;
}

.link-2, .link-3, .link-4 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .page-wrap {
    grid-template-columns: 1fr;
  }

  .download-cta {
    min-width: 400px;
  }

  .text-block {
    font-size: 26px;
    line-height: 38px;
  }

  .cta-arrow {
    left: -4%;
  }

  .image {
    max-width: 40%;
  }

  .image-2 {
    min-width: 100%;
  }

  .agents-wrapper {
    flex-flow: column;
  }

  .coke-gearing-wrapper, .sbh-wrapper {
    width: 25%;
  }

  .image-4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .side-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brochure-row {
    flex-flow: column;
  }

  .cta-arrow {
    display: none;
  }

  .headline-wrapper {
    width: 200px;
    padding-right: 20px;
  }

  .headline {
    font-size: 29px;
    line-height: 31px;
  }

  .property-size {
    font-size: 13px;
  }

  .content-container {
    grid-template-columns: 1.7fr;
    padding-right: 30px;
  }

  .content-right {
    margin-left: 40px;
    margin-right: 0;
  }

  .feature-text, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: 13px;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }

  .image-1, .image-3 {
    height: 264px;
  }

  .agent-wrapper {
    flex-flow: column;
  }

  .text-block-16, .text-block-17, .text-block-18 {
    font-size: 17px;
  }

  .image-2 {
    max-width: 200%;
  }

  .text-block-19 {
    font-size: 22px;
  }

  .button-2 {
    width: 200px;
    font-size: 11px;
  }

  .map-box {
    height: 300px;
  }

  .coke-gearing-wrapper, .sbh-wrapper {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .section-main {
    padding-left: 5px;
    padding-right: 5px;
  }

  .side-col {
    padding-left: 10px;
    padding-right: 30px;
  }

  .headline-wrapper {
    margin-left: 10px;
    padding-right: 10px;
  }

  .content-container {
    grid-template-columns: 1.7fr;
    padding-right: 30px;
  }

  .content-left {
    margin-left: 10px;
  }

  .content-right {
    margin-left: 10px;
    padding-left: 0;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }

  .image-1, .image-3 {
    height: 264px;
  }
}

#w-node-_90602f1a-ccb5-3279-e40f-4e7dfd938ccc-0bfaff45, #w-node-_21db5407-83fb-d3b1-2a8a-de17946d6a3d-0bfaff45, #w-node-_89d73f9b-720c-32f9-4545-4cced61f53ff-0bfaff45, #w-node-c01dba3c-cfa8-ae60-f0ca-5be30e7063b9-0bfaff45, #w-node-_1d2138f2-bde6-cde0-d304-00a15275f61c-0bfaff45, #w-node-_55eccd4c-6486-3264-bcd2-5e035d76af1a-0bfaff45, #w-node-_355ab378-eaa2-d127-1874-79fb9efa7d1e-0bfaff45, #w-node-e9605632-d08f-0e8e-7359-732bb9f5c91e-0bfaff45, #w-node-_9861355f-c030-d28e-7d5a-39fb602048c9-0bfaff45, #w-node-aa4a8363-849c-15f3-b2cf-049d9e4a8a71-0bfaff45, #w-node-_4d1b759d-5cb1-c05e-faf7-3a20594b3eec-0bfaff45, #w-node-_7673f1a1-7f29-2afc-c859-87e991ccbd32-0bfaff45, #w-node-_90b6ea61-d817-c10b-ae35-1edd25ff0c2a-0bfaff45, #w-node-_482fcb72-e984-d8d5-38a1-af1ff64f1b76-0bfaff45, #w-node-_6dcc2a91-7e89-8a84-20ec-21aabc99b887-0bfaff45, #w-node-ead5f68d-2544-31cf-cda6-cdf1838c0683-0bfaff45, #w-node-e1fce4f2-4d30-327a-9232-2f10049341b3-0bfaff45, #w-node-_968af8d9-3a46-5985-8dd7-75d2345d2d09-0bfaff45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Bebas Neue Figtree Oswald';
  src: url('../images/') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}