@font-face {
  font-family: Bon Vivant Serif;
  src: url('../fonts/BonVivantSerifBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-brown: #9d816b;
  --gold: #cda663;
  --dark-brown: #191412;
  --black: #0f0f0f;
  --light-light-brown: #f2efec;
  --white: white;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  line-height: 74px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-size: 18px;
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.section {
  width: 100%;
}

.section._5v {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.horiz-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-col {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-col-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 200px;
  display: flex;
}

.big-words {
  color: var(--light-brown);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10%;
  font-family: Bon Vivant Serif, Times New Roman, sans-serif;
  font-size: 250px;
  line-height: 225px;
}

.big-words.highlight {
  color: var(--gold);
}

.big-words.reverse {
  margin-left: 0%;
  margin-right: -10%;
}

.photo {
  background-image: linear-gradient(90deg, #0000 21%, var(--dark-brown) 98%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 500px;
  height: 450px;
  position: relative;
}

.photo.conserv {
  background-image: linear-gradient(90deg, #0000 21%, var(--dark-brown) 98%), url('../images/CONSERV.png');
}

.photo.trust {
  background-image: linear-gradient(90deg, #0000 21%, var(--dark-brown) 98%), url('../images/TRUST.png');
}

.photo.probate {
  background-image: linear-gradient(90deg, #0000 21%, var(--dark-brown) 98%), url('../images/PROBATE.png');
}

.photo.guard {
  background-image: linear-gradient(90deg, #0000 21%, var(--dark-brown) 98%), url('../images/GAURD.png');
}

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

._40 {
  margin-bottom: 40px;
}

.div-block-7 {
  max-width: 400px;
}

.text-block {
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 45px;
}

.main {
  background-color: var(--dark-brown);
  color: var(--light-brown);
  overflow: hidden;
}

.underline {
  color: var(--light-brown);
  margin-left: 5px;
  text-decoration: underline;
}

.col {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.photo-lrg {
  background-color: var(--black);
  background-image: linear-gradient(180deg, #0000 72%, var(--dark-brown) 98%), url('../images/MAKENNA.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  padding: 10px;
  font-family: Bon Vivant Serif, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.container {
  width: 100%;
  padding: 10vh 0;
}

.container.dark {
  background-color: #00000021;
}

.container._5x5 {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

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

.hero-title {
  color: var(--light-brown);
  text-align: center;
  font-family: Bon Vivant Serif, Times New Roman, sans-serif;
  font-size: 150px;
  line-height: 150px;
}

.hero-title.small {
  font-size: 150px;
  line-height: 165px;
}

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

.location-content {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.paragraph-sm {
  font-size: 12px;
  line-height: 20px;
}

.block {
  width: 25%;
}

.container-10vh {
  padding: 10vh;
}

.accordion-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  padding-top: 10vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.accordion-item-title {
  cursor: pointer;
  border-bottom: 1px solid #404040;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.display-m {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

.accordion-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.accordion-item-content-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #404040;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.display-xs {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

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

.footer-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.phone-link {
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 5px 10px 0;
  font-family: Bon Vivant Serif, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
}

.hero-horiz-flex {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-10 {
  margin-top: 150px;
}

.footer-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-text {
  margin-bottom: 25px;
  font-family: Bon Vivant Serif, Times New Roman, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.div-block-7-copy {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5-copy {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 200;
  display: flex;
}

.star {
  width: 20px;
  height: 20px;
  color: var(--gold);
  margin-right: 10px;
}

.hero-photo {
  background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/ESTATE_MOBILE.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 450px;
  height: 500px;
  position: relative;
}

.hero-gradient {
  z-index: 0;
  background-image: linear-gradient(180deg, #0000, var(--dark-brown)), url('../images/BACKGROUND.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bottom-bar {
  z-index: 2;
  background-color: var(--light-light-brown);
  height: 70px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.left-bar {
  z-index: 2;
  background-color: var(--light-light-brown);
  width: 70px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.menu-bar {
  z-index: 3;
  background-color: var(--light-light-brown);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 415px;
  font-family: Bon Vivant Serif, Times New Roman, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

.nav-item-l-text {
  font-size: 14px;
  line-height: 20px;
}

.top-bar {
  z-index: 2;
  background-color: var(--light-light-brown);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 105px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  z-index: 999;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translate(-50%);
}

.nav-item {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  line-height: 50px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.nav-item:hover {
  color: var(--gold);
}

.nav-item.middle {
  margin-left: 50px;
  margin-right: 50px;
}

.nav-item-separator {
  background-color: #000;
  width: 70px;
  height: 1px;
  margin-top: 15px;
}

.righ-bar {
  z-index: 2;
  background-color: var(--light-light-brown);
  width: 70px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-detail-wrap {
  border: 1px solid var(--gold);
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 3px 7px 1px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.city-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: scroll;
}

.city {
  opacity: .5;
  margin-right: 25px;
}

.city.five {
  margin-right: 0;
}

.hero-container, .hero-container._10vh {
  padding-top: 20vh;
}

.page-container {
  flex-flow: column;
  padding: 10vh 10vw;
  display: flex;
}

.para-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bon Vivant Serif, Times New Roman, sans-serif;
}

.paragraph-top {
  border-bottom: 1px solid var(--light-brown);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

._15 {
  margin-bottom: 15px;
}

._50 {
  margin-bottom: 50px;
}

.paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

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

.span-highlight {
  color: var(--gold);
}

._10 {
  margin-bottom: 10px;
}

.page-div {
  margin-bottom: 50px;
}

.page-div.last {
  margin-bottom: 0;
}

.list {
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  list-style-type: square;
}

.list.last {
  margin-bottom: 0;
}

.list.numbered {
  list-style-type: decimal;
}

.list._10 {
  margin-bottom: 10px;
}

.slider {
  width: 100%;
  height: 500px;
}

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

.slide-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-photo.front {
  background-image: url('../images/FRONT.png');
}

.slide-photo.stairs {
  background-image: url('../images/STAIRS.png');
}

.slide-photo.meeting {
  background-image: url('../images/MEETING.png');
}

.slide-photo.hall {
  background-image: url('../images/HALL.png');
}

.none {
  display: none;
}

.services-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
}

.services-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 50px;
  display: flex;
}

.services-row.last {
  margin-bottom: 0;
}

.div-block-13 {
  width: 50%;
}

.services-col {
  border-bottom: 1px solid var(--light-brown);
  width: 40%;
  color: var(--light-brown);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.services-col:hover {
  color: var(--gold);
}

._10r {
  margin-right: 10px;
}

.div-block-14 {
  padding: 10vh 10vw;
}

.div-block-15 {
  border-bottom: 1px solid var(--light-brown);
  width: 48%;
}

.div-block-16 {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 25px;
  display: flex;
}

.submit-button {
  background-color: var(--light-brown);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .5s;
}

.submit-button:hover {
  background-color: var(--gold);
}

._25 {
  margin-bottom: 25px;
}

.text-area {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
}

.text-area::placeholder {
  color: var(--light-brown);
}

.big-text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-brown);
  background-color: #fff0;
  min-height: 100px;
  margin-bottom: 0;
  padding-left: 0;
}

.big-text-area::placeholder {
  color: var(--light-brown);
}

.form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.span-block {
  display: block;
}

.span-h1 {
  font-size: 50px;
  line-height: 75px;
  display: block;
}

@media screen and (max-width: 991px) {
  .horiz-flex {
    flex-flow: column;
  }

  .horiz-flex.reverse {
    flex-flow: column-reverse;
  }

  .hero-col {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .hero-col-right {
    flex-flow: column-reverse;
    width: 90%;
    padding-top: 0;
  }

  .big-words {
    text-align: center;
    margin-left: 0%;
    font-size: 150px;
    line-height: 150px;
  }

  .big-words.mobile {
    display: none;
  }

  .photo {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    margin-bottom: 50px;
  }

  .photo.conserv {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/CONSERV.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .photo.trust {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/TRUST.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .photo.probate {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/PROBATE.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .photo.guard {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/GAURD.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    max-width: 100%;
  }

  .text-block {
    text-align: center;
    font-family: Bon Vivant Serif, Times New Roman, sans-serif;
  }

  .underline {
    text-decoration: none;
  }

  .col {
    width: 100%;
  }

  .hero-title {
    font-size: 175px;
    line-height: 175px;
  }

  .container-10vh {
    padding: 5vh 0;
  }

  .display-m {
    font-size: 1.5rem;
  }

  .footer-right {
    width: 100%;
    display: none;
  }

  .hero-horiz-flex {
    flex-flow: column;
  }

  .footer-left {
    width: 90%;
  }

  .div-block-7-copy {
    max-width: 90%;
  }

  .star {
    display: none;
  }

  .hero-photo {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/ESTATE.png');
    width: 100%;
    margin-bottom: 50px;
  }

  .city.one {
    width: 65px;
  }

  .city.two {
    width: 50px;
  }

  .city.three {
    width: 75px;
  }

  .city.four {
    width: 85px;
  }

  .city.five {
    width: 100px;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .display-m {
    font-size: 1.5rem;
  }

  .paragraph-light {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .big-words {
    font-size: 100px;
    line-height: 100px;
  }

  .photo.conserv {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/CONSERV_MOBILE.png');
  }

  .photo.trust {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/TRUST_MOBILE.png');
  }

  .photo.probate {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/PROBATE_MOBILE.png');
  }

  .photo.guard {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/GUARD_MOBILE.png');
  }

  .text-block {
    font-size: 30px;
    line-height: 40px;
  }

  .container {
    padding: 5vh 5vw;
  }

  .container._0x0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title {
    font-size: 50px;
    line-height: 50px;
  }

  .location-content {
    flex-flow: column;
  }

  .block {
    width: 90%;
    margin-bottom: 10px;
  }

  .display-m {
    font-size: 1.25rem;
  }

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

  .footer-text {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-photo {
    background-image: linear-gradient(180deg, #0000 21%, var(--dark-brown) 98%), url('../images/ESTATE_MOBILE.png');
  }

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

  .menu-bar {
    height: 650px;
  }

  .menu-wrap {
    flex-flow: column;
  }

  .nav-item {
    margin-left: 0;
    margin-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .nav-item.middle {
    margin: 35px 0;
  }

  .city.one {
    width: 50px;
  }

  .city.two {
    width: 35px;
  }

  .city.three {
    width: 65px;
  }

  .city.four {
    width: 75px;
  }

  .page-container._0x10 {
    padding-top: 5vh;
  }

  .services-row {
    flex-flow: column;
    margin-bottom: 35px;
  }

  .services-col {
    width: 100%;
    margin-bottom: 35px;
  }

  .services-col.last {
    margin-bottom: 0;
  }

  .mobile {
    display: none;
  }

  .span-h1 {
    font-size: 50px;
    line-height: 50px;
  }
}


@font-face {
  font-family: 'Bon Vivant Serif';
  src: url('../fonts/BonVivantSerifBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}