@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Bold.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Bold.woff') format("woff"), url('../fonts/CabinetGrotesk-Bold.ttf') format("truetype"), url('../fonts/CabinetGrotesk-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Medium.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Medium.woff') format("woff"), url('../fonts/CabinetGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Regular.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Regular.eot') format("embedded-opentype"), url('../fonts/CabinetGrotesk-Regular.woff') format("woff"), url('../fonts/CabinetGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brandyellow: #f4ca05;
}

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

.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;
  }
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 69px;
}

.container {
  max-width: 1332px;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  margin-left: 5px;
  padding-left: 0;
}

.navlink {
  color: #000;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.navlink.w--current {
  color: var(--brandyellow);
}

.heroblock {
  text-align: center;
  background-image: url('../images/Hero-Image-main-2.jpg');
  background-position: 0 0;
  background-size: 1333px;
  height: 800px;
  padding-top: 143px;
}

.heroblock.imageroundedcorners {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.herotext {
  color: #fff;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heroinfodiv {
  width: 816px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
}

.paragraph {
  color: #fff;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.link-block {
  background-color: #000;
  border: 1.5px solid #f4ca05;
  border-radius: 30px;
  width: 180px;
  height: 64px;
  margin-right: 20px;
}

.link-block-2 {
  background-color: var(--brandyellow);
  border: 1.5px solid #000;
  border-radius: 30px;
  width: 180px;
  height: 64px;
  margin-left: 20px;
}

.herobuttonswrapper {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  justify-content: space-between;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.link-block-3 {
  background-color: #000;
  width: 180px;
  height: 64px;
}

.link-block-4 {
  width: 180px;
  height: 64px;
}

.buttonswrapper {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  justify-content: space-between;
  width: 400px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-5 {
  border: 1.5px solid var(--brandyellow);
  background-color: #000;
  border-radius: 30px;
  width: 180px;
  height: 64px;
}

.link-block-6 {
  background-color: var(--brandyellow);
  border: 1.5px solid #000;
  border-radius: 30px;
  width: 180px;
  height: 64px;
}

.buttontextnounderline {
  color: var(--brandyellow);
  padding-top: 18px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.button {
  border: 1.5px solid var(--brandyellow);
  color: var(--brandyellow);
  background-color: #000;
  border-radius: 30px;
  width: 180px;
  height: 64px;
  padding: 20px 28px 20px 27px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.button-2 {
  background-color: var(--brandyellow);
  color: #000;
  border: 1.5px solid #000;
  border-radius: 30px;
  width: 180px;
  height: 64px;
  padding: 20px 28px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 0;
  padding-right: 0;
}

.section {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.section.footer-section {
  background-image: linear-gradient(90deg, black, var(--brandyellow) 50%, black);
}

.section.topsection {
  margin-top: 85px;
}

.bodytext {
  color: #000;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.bodytext.aboutsection {
  text-align: left;
  width: 586px;
  margin-left: 2px;
  font-size: 20px;
  line-height: 28px;
}

.bodytext.servicessection {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 28px;
}

.bodytext.ourservices {
  width: 320px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.bodytext.testimonials {
  margin-top: 10px;
  font-style: italic;
}

.bodytext.footer {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  width: 500px;
  font-size: 48px;
  line-height: 64px;
}

.imageroundedcorners {
  object-fit: cover;
  border-radius: 20px;
}

.imageroundedcorners.aboutimage1-2 {
  object-fit: cover;
  width: 320px;
  height: 300px;
}

.imageroundedcorners.aboutimage3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 300px;
  overflow: auto;
}

.imageroundedcorners.ourservices {
  width: 475px;
  height: 500px;
}

.imageroundedcorners.featuredproperties {
  width: 472px;
  height: 472px;
}

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

.about-section {
  margin-bottom: 50px;
}

.quick-stack-2 {
  grid-row-gap: 20px;
}

.cell-2 {
  display: block;
}

.cell-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.ourservicesheaderwrapper {
  text-align: center;
  width: 772px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 64px;
}

.quick-stack-3 {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
}

.quick-stack-4 {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.ourserviceskeypoints {
  color: #000;
  text-align: center;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

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

.cell-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cell-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cell-6 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.our-services-section {
  margin-bottom: 80px;
}

.featuredpropertiesheading {
  text-align: center;
  width: 782px;
  margin-left: auto;
  margin-right: auto;
}

.discoverfeaturedproperties {
  text-align: center;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-2 {
  text-align: center;
  margin-top: 10px;
  font-size: 48px;
  line-height: 56px;
}

.heading-2.aboutsection {
  text-align: left;
  width: 500px;
}

.heading-2.testimonialsection {
  margin-top: 60px;
}

.heading-2.contact {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 40px;
}

.heading-2.address {
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.quick-stack-5 {
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  width: 1064px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cell-8 {
  flex-flow: column;
  display: flex;
}

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

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

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.image-3 {
  width: 24px;
}

.locationicon {
  width: 20px;
  height: 26px;
}

.featuredpropertieslocation {
  color: #000;
  margin-left: 0;
  padding-top: 6px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.cell-10 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-block-2 {
  padding-top: 6px;
}

.discover-section {
  margin-bottom: 50px;
}

.dividerlinegradient {
  background-color: #0000;
  background-image: linear-gradient(90deg, black, var(--brandyellow) 50%, black);
  width: 100%;
  height: 2px;
}

.dividerlinegradient.footer {
  height: 96px;
}

.quick-stack-6 {
  margin-top: 10px;
  margin-bottom: 50px;
}

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

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

.clientname {
  color: #000;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cell-12 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.cell-13 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section, .contact-section {
  margin-bottom: 50px;
}

.div-block-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-section {
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: 96px;
}

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

.body {
  box-sizing: border-box;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

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

.fivestarimage {
  width: 102px;
}

.featuredpropertiesinfo, .div-block-8 {
  display: none;
}

.div-block-10 {
  text-align: center;
}

.signature-link {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-bottom: 10px;
  }

  .image {
    padding-top: 5px;
  }

  .navlink {
    border-bottom: 1px solid #0003;
    padding-top: 20px;
  }

  .heroblock.imageroundedcorners {
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    height: 600px;
  }

  .herotext {
    width: 350px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 48px;
  }

  .heroinfodiv {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
  }

  .paragraph {
    width: 500px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: 280px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .button, .button-2 {
    border-width: 1px;
    width: 100%;
    max-width: 120px;
    height: 100%;
    max-height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 20px 20px;
    font-size: 18px;
    line-height: 10px;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .section.footer-section {
    background-image: linear-gradient(90deg, black, var(--brandyellow) 50%, black);
    height: 72px;
    margin-bottom: 0;
  }

  .section.our-services-section {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .section.topsection {
    margin-top: 85px;
  }

  .bodytext {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .bodytext.aboutsection {
    width: 95%;
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .bodytext.servicessection {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .bodytext.ourservices {
    width: 260px;
    font-size: 16px;
    line-height: 20px;
  }

  .bodytext.testimonials {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .bodytext.footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 1px;
    font-size: 10px;
    line-height: 20px;
  }

  .bodytext.discover {
    width: 240px;
    font-size: 14px;
    line-height: 18px;
  }

  .imageroundedcorners.aboutimage1-2, .imageroundedcorners.aboutimage3 {
    width: 220px;
    height: 200px;
  }

  .imageroundedcorners.ourservices {
    width: 350px;
    height: 425px;
  }

  .imageroundedcorners.featuredproperties {
    width: 250px;
    height: 250px;
  }

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

  .ourservicesheaderwrapper {
    width: 600px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .quick-stack-4 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .ourserviceskeypoints {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .cell-4 {
    padding-bottom: 0;
  }

  .featuredpropertiesheading {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .discoverfeaturedproperties {
    color: #000;
    font-size: 16px;
  }

  .heading-2 {
    width: 500px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-2.aboutsection {
    width: 350px;
    margin-top: 10px;
    margin-left: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-2.testimonialsection {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2.contact {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2.address {
    width: 600px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 700px;
  }

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

  .div-block-3 {
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .locationicon {
    width: 16px;
    height: 22px;
  }

  .featuredpropertieslocation {
    color: #000;
    padding-top: 0;
    font-size: 18px;
  }

  .div-block-4 {
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .dividerlinegradient {
    height: 2px;
  }

  .quick-stack-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .clientname {
    color: #000;
    font-size: 16px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .menubutton {
    color: var(--brandyellow);
    background-color: #fff0;
    margin-top: 12px;
  }

  .menubutton.w--open {
    color: var(--brandyellow);
    background-color: #fff0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffffe6;
  }

  .cell-14 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .cell-15, .cell-16 {
    justify-content: center;
    align-items: center;
  }

  .ourserviceshomeicon {
    width: 20%;
    height: 15%;
  }

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

  .ourservicesheader {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

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

  .fivestarimage {
    width: 80px;
  }

  .image-4, .contactimagelinks {
    width: 70%;
  }

  .link-block-7, .contactlinks {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featuredpropertiesinfo, .div-block-8 {
    display: none;
  }

  .signature-link {
    font-size: 14px;
  }

  .solofivestarimage {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: 90%;
    padding-top: 0;
  }

  .navbar {
    height: 15%;
  }

  .image {
    padding-top: 5px;
  }

  .heroblock.imageroundedcorners {
    height: 450px;
  }

  .herotext {
    width: 280px;
    font-size: 30px;
    line-height: 36px;
  }

  .heroinfodiv {
    width: 80%;
    padding-top: 80px;
  }

  .paragraph {
    width: 400px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 240px;
  }

  .button {
    border-width: 1px;
    width: 100%;
    max-width: 100px;
    height: 100%;
    max-height: 36px;
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 2px;
  }

  .button-2 {
    max-width: 100px;
    max-height: 36px;
    font-size: 14px;
    line-height: 2px;
  }

  .section {
    margin-top: 0;
  }

  .section.footer-section {
    height: 64px;
  }

  .section.topsection {
    margin-top: 85px;
  }

  .bodytext {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .bodytext.aboutsection {
    width: 95%;
    margin-left: 2px;
    font-size: 14px;
    line-height: 20px;
  }

  .bodytext.servicessection {
    width: 95%;
    font-size: 14px;
    line-height: 20px;
  }

  .bodytext.ourservices {
    width: 200px;
    font-size: 12px;
    line-height: 16px;
  }

  .bodytext.testimonials {
    font-size: 12px;
  }

  .bodytext.footer {
    color: #000;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .bodytext.discover {
    width: 220px;
    font-size: 12px;
    line-height: 16px;
  }

  .imageroundedcorners.aboutimage1-2, .imageroundedcorners.aboutimage3 {
    width: 200px;
    height: 160px;
  }

  .imageroundedcorners.ourservices {
    width: 350px;
    height: 350px;
  }

  .imageroundedcorners.featuredproperties {
    width: 200px;
    height: 200px;
  }

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

  .ourservicesheaderwrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .ourserviceskeypoints {
    font-size: 16px;
    line-height: 20px;
  }

  .featuredpropertiesheading {
    width: 90%;
  }

  .discoverfeaturedproperties {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-2 {
    width: 450px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2.aboutsection {
    width: 300px;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-2.testimonialsection {
    margin-top: 30px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-2.contact {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-2.address {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .locationicon {
    width: 14px;
    height: 20px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .featuredpropertieslocation {
    font-size: 14px;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-bottom: 10px;
  }

  .clientname {
    font-size: 14px;
  }

  .div-block-5 {
    width: 80%;
  }

  .menubutton {
    background-color: #fff0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff9;
  }

  .ourserviceshomeicon {
    width: 15%;
    margin-bottom: 4px;
  }

  .ourservicesheader {
    font-size: 28px;
  }

  .fivestarimage {
    width: 70px;
  }

  .featuredpropertiesinfo, .div-block-8 {
    display: none;
  }

  .signature-link {
    color: #000c;
    font-size: 13px;
    line-height: 18px;
  }

  .solofivestarimage {
    width: 32%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-top: 8px;
  }

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 12%;
    margin-bottom: 0;
    padding-left: 21px;
    padding-right: 21px;
  }

  .image {
    width: 80%;
    max-width: 200px;
    padding-top: 0;
  }

  .heroblock.imageroundedcorners {
    height: 320px;
  }

  .herotext {
    width: 98%;
    font-size: 24px;
    line-height: 30px;
  }

  .heroinfodiv {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }

  .paragraph {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 180px;
  }

  .button {
    border-width: 1px;
    width: 100px;
    max-width: 80px;
    height: 16px;
    max-height: 24px;
    padding-left: 16px;
    padding-right: 20px;
    font-size: 12px;
  }

  .button-2 {
    border-width: 1px;
    max-width: 80px;
    max-height: 24px;
    padding-left: 16px;
    padding-right: 20px;
    font-size: 12px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.footer-section {
    height: 60px;
  }

  .section.footer-section.mobilescreen {
    background-image: linear-gradient(90deg, black, var(--brandyellow) 50%, black);
  }

  .section.our-services-section {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .section.topsection {
    margin-top: 85px;
  }

  .section.discovermargin {
    padding-top: 6px;
  }

  .bodytext {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 16px;
  }

  .bodytext.aboutsection {
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }

  .bodytext.servicessection {
    width: 95%;
    font-size: 12px;
    line-height: 18px;
  }

  .bodytext.ourservices {
    width: 80%;
    font-size: 12px;
    line-height: 16px;
  }

  .bodytext.footer {
    color: #ffffffb3;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 12px;
  }

  .bodytext.discover {
    text-align: center;
    width: 200px;
    font-size: 12px;
    line-height: 14px;
  }

  .imageroundedcorners.aboutimage1-2, .imageroundedcorners.aboutimage3 {
    width: 120px;
    height: 120px;
  }

  .imageroundedcorners.ourservices {
    width: 200px;
    height: 200px;
  }

  .imageroundedcorners.featuredproperties {
    width: 160px;
    height: 140px;
  }

  .quick-stack-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ourserviceskeypoints {
    font-size: 14px;
  }

  .featuredpropertiesheading {
    width: 280px;
  }

  .discoverfeaturedproperties {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .heading-2 {
    width: 280px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-2.aboutsection {
    width: 95%;
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-2.testimonialsection {
    font-size: 20px;
  }

  .heading-2.contact {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .heading-2.address {
    font-size: 12px;
    line-height: 16px;
  }

  .quick-stack-5 {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cell-8 {
    padding-bottom: 5px;
  }

  .cell-9 {
    text-align: left;
    flex-flow: row;
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    text-align: left;
    flex-flow: row;
    width: 100%;
  }

  .locationicon {
    width: 12px;
    height: 18px;
    padding-bottom: 5px;
  }

  .featuredpropertieslocation {
    text-align: center;
    width: 90%;
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .featuredpropertieslocation.edoatlantic {
    width: 80%;
  }

  .cell-10 {
    display: none;
  }

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

  .div-block-4.mobileportrait {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: left;
  }

  .quick-stack-6 {
    grid-row-gap: 30px;
    margin-top: 0;
    padding-top: 15px;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menubutton {
    background-color: #fff0;
    margin-top: 0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffc;
    margin-top: -4px;
  }

  .cell-17 {
    display: none;
  }

  .ourservicesheader {
    font-size: 22px;
    line-height: 30px;
  }

  .cell-18 {
    padding-top: 5px;
  }

  .fivestarimage {
    width: 60px;
  }

  .brand {
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .featuredpropertiesinfo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 8px;
    display: block;
  }

  .text-block-4 {
    font-family: Cabinetgrotesk, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }

  .div-block-7 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .image-5 {
    width: 12px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-8 {
    display: block;
  }

  .div-block-9 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 8px;
    display: flex;
  }

  .signature-link {
    color: #ffffffb3;
    font-size: 10px;
    font-weight: 500;
  }

  .solofivestarimage {
    width: 33%;
  }
}

#w-node-_9b17c8cf-03fc-e00c-eea8-7f7e9527efb6-596df0d8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr .5fr;
}

#w-node-b075d914-cd3b-eb9d-ab03-3fa66801dd28-596df0d8 {
  grid-row: span 2 / span 2;
}

#w-node-e0e21561-d067-a208-93f9-64ed51ad00ae-596df0d8 {
  grid-column: span 2 / span 2;
}

#w-node-_3a509390-174b-0311-0c96-0fce3fd1a2f4-596df0d8 {
  grid-template-rows: auto auto;
  grid-template-columns: .875fr 1.25fr .875fr;
}

#w-node-_63ac92dd-4b83-ee9b-48b9-d7741018907a-596df0d8 {
  grid-row: span 2 / span 2;
}

#w-node-c7891e21-712a-08d3-2ce0-2150b37fb032-596df0d8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aa0da5df-65b6-3a45-ed18-41d561288d8a-596df0d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9b17c8cf-03fc-e00c-eea8-7f7e9527efb6-596df0d8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b075d914-cd3b-eb9d-ab03-3fa66801dd28-596df0d8 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-e0e21561-d067-a208-93f9-64ed51ad00ae-596df0d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a509390-174b-0311-0c96-0fce3fd1a2f4-596df0d8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1.25fr .5fr;
  }

  #w-node-_63ac92dd-4b83-ee9b-48b9-d7741018907a-596df0d8 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-c7891e21-712a-08d3-2ce0-2150b37fb032-596df0d8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a509390-174b-0311-0c96-0fce3fd1a2f4-596df0d8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  #w-node-_63ac92dd-4b83-ee9b-48b9-d7741018907a-596df0d8 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-aa0da5df-65b6-3a45-ed18-41d561288d8a-596df0d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8291c0f4-b32c-f887-fd2a-51f1fcb40230-596df0d8 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a509390-174b-0311-0c96-0fce3fd1a2f4-596df0d8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_63ac92dd-4b83-ee9b-48b9-d7741018907a-596df0d8 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-c7891e21-712a-08d3-2ce0-2150b37fb032-596df0d8, #w-node-aa0da5df-65b6-3a45-ed18-41d561288d8a-596df0d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8291c0f4-b32c-f887-fd2a-51f1fcb40230-596df0d8 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Bold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Bold.woff') format('woff'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Medium.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Medium.woff') format('woff'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Regular.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Regular.woff') format('woff'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}