@font-face {
  font-family: Playfair Display;
  src: url('../fonts/Playfair_Display.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #111;
  --white: #fff;
  --gold: #cd994c;
  --gold-v2: #d8b360;
  --background-white: #f6f6f6;
  --bgrd-grey: #e7e7e7;
  --transparent: transparent;
}

.navbar {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.nav-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link-2 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.nav-link-2.w--current {
  color: var(--white);
}

.nav-link-3 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.nav-link-3.w--current {
  color: var(--white);
}

.image {
  transform: scale(.8);
}

.image.footer {
  margin-bottom: 20px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 0;
  display: flex;
}

.link-block {
  margin-right: 40px;
}

.div-block-2 {
  background-image: linear-gradient(#1119, #1119), url('../images/Hero-section.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 600px;
  padding-top: 80px;
  padding-left: 40px;
  display: block;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 70px;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: block;
}

.paragraph {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.text-block {
  color: var(--black);
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 600;
}

.link-block-2 {
  background-image: linear-gradient(36deg, var(--gold), #ce9c4e 31%, #edb76c 78%, #d8b360);
  width: 300px;
  color: var(--white);
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
}

.link-block-2._2nd-cta {
  background-image: linear-gradient(36deg, var(--gold), #ce9c4e 16%, #edb76c 63%, #d8b360 92%);
  width: auto;
  color: var(--black);
  border-radius: 5px;
  padding: 10px 30px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
}

.link-block-2._2nd-cta:hover {
  border: 2px solid var(--gold-v2);
  color: var(--white);
  background-image: none;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2._2nd-cta.cards:hover {
  color: var(--black);
}

.link-block-2.learn-more {
  width: 230px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  display: flex;
}

.link-block-2.learn-more:hover {
  border: 2px solid var(--gold);
  color: var(--white);
  background-image: none;
}

.link-block-2.learn-more.seminar-rsvp {
  background-image: linear-gradient(36deg, var(--gold), #ce9c4e 19%, #edb76c 68%, #d8b360);
  width: 50%;
}

.link-block-2.learn-more.homefinal {
  width: auto;
}

.link-block-2.home {
  width: 320px;
  color: var(--black);
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.link-block-2.home:hover {
  border: 2px solid var(--gold-v2);
  color: var(--white);
  background-image: none;
}

.section {
  background-color: var(--white);
  flex-flow: column;
  height: 580px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-4 {
  z-index: 1;
  background-image: linear-gradient(#333333b3, #333333b3), url('../images/rock-2-background.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.div-block-5 {
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--background-white);
  justify-content: space-around;
  padding: 0 20px 40px;
  display: flex;
  overflow: visible;
}

.div-block-6 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  padding: 10px 15px 16px;
  display: flex;
  box-shadow: 0 2px 4px 3px #0003;
}

.div-block-6.hero-cards {
  z-index: 2;
  padding-bottom: 20px;
  position: static;
}

.image-3 {
  position: relative;
  top: -69px;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  top: -45px;
}

.text-block-3 {
  text-align: center;
  width: auto;
  position: relative;
  top: -25px;
}

.section-2 {
  background-color: var(--background-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

.image-4 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: none;
  width: auto;
}

.div-block-10 {
  background-color: var(--black);
  border-bottom: 6px #000;
  border-left: 6px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 40px;
  display: flex;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.paragraph-2 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.section-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#0b2839c2, #0b2839c2), url('../images/06_Seeing-the-forest-for-the-trees.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: space-around;
  align-items: flex-start;
  padding: 60px 40px 49px;
  display: flex;
}

.div-block-11 {
  color: var(--white);
  padding: 10px 20px 20px 0;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.div-block-12 {
  background-color: var(--white);
  border: 5px #000;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  max-width: none;
  height: 100%;
  padding: 10px 40px 40px;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  align-items: flex-start;
  width: 530px;
  height: 100%;
  padding-right: 10px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 20px;
  line-height: 35px;
}

.heading-4 {
  color: #45624c;
  text-align: center;
  margin-bottom: 0;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.div-block-14 {
  border-bottom: 4px solid #45624c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.design-square {
  background-color: #45624c;
  padding: 10px;
  position: relative;
  top: 11px;
  transform: rotate(45deg);
}

.form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #45624c;
  flex-flow: column;
  font-family: PT Serif, serif;
  display: flex;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-size: 18px;
  line-height: 25px;
}

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

.textarea {
  height: auto;
  padding-bottom: 50px;
}

.submit-button {
  background-color: #45624c;
}

.section-4 {
  background-image: linear-gradient(#0009, #0009), url('../images/seminars-bcg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.heading-5 {
  border-bottom: 2px none var(--gold);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-weight: 600;
}

.text-block-6 {
  color: var(--white);
  margin-bottom: 40px;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.div-block-15 {
  background-image: linear-gradient(#cd994c26, #d7ad70 20%, #edb76c 68%, #d8b3601a);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.div-block-15.right {
  opacity: 1;
  background-image: linear-gradient(90deg, #d8b360, #d4af3700);
  width: 50%;
}

.div-block-15.left {
  background-image: linear-gradient(270deg, #d8b360, #d4af3700);
  width: 50%;
}

.div-block-16 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.section-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 20px 40px;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  margin-left: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.div-block-17 {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-17.logo {
  margin-right: 0;
}

.div-block-17.page-links {
  border-left: 1px solid var(--white);
  justify-content: space-between;
  padding-top: 20px;
}

.div-block-17.page-links.one {
  margin-right: 0;
}

.link {
  color: var(--white);
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  display: flex;
}

.image-5 {
  transform: scale(.8);
}

.image-6, .image-7 {
  transform: scale(.9);
}

.wealth-mg-drop-down {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  padding: 40px 20px;
  display: none;
  position: absolute;
}

.text-block-8 {
  color: var(--black);
  margin-bottom: 16px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.div-block-20 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-20.title {
  width: 20%;
}

.text-block-9 {
  color: #707070;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 19px;
  font-weight: 400;
}

.link-block-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.text-block-10 {
  color: var(--black);
  font-family: PT Serif, serif;
  font-size: 19px;
  font-weight: 400;
}

.text-block-10:hover {
  color: var(--gold);
}

.body {
  background-color: var(--background-white);
}

.section-6 {
  mix-blend-mode: normal;
  border-bottom: 3px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0 40px 20px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  flex-flow: column;
  margin-top: 80px;
  padding-top: 0;
  display: flex;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  font-family: Playfair Display SC, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.text-block-11 {
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.section-7 {
  background-color: var(--bgrd-grey);
  color: #141414;
  justify-content: center;
  align-items: stretch;
  margin-top: 140px;
  padding: 40px 30px 140px;
  display: flex;
}

.div-block-25 {
  background-color: var(--white);
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.heading-9 {
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.paragraph-4 {
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.div-block-26 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 auto;
  margin-left: 30px;
  padding: 40px 20px;
  display: flex;
}

.div-block-27 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-28 {
  background-color: var(--gold);
  padding: 9px 220px 10px;
}

.div-block-28.r {
  background-color: var(--transparent);
  background-image: linear-gradient(80deg, var(--gold-v2), #d8b36000);
  width: 450px;
  padding: 2px 60px;
}

.div-block-28.l {
  background-color: var(--transparent);
  background-image: linear-gradient(270deg, var(--gold-v2), #d8b36000);
  width: 450px;
  padding: 2px 60px;
}

.text-block-12 {
  width: 290px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 2px solid #000;
  flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.text-block-13 {
  color: var(--black);
  font-family: PT Serif, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-13.text2 {
  line-height: 24px;
}

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

.section-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 30px 40px;
  display: flex;
}

.div-block-31 {
  color: var(--white);
  text-align: left;
  margin-top: 60px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.div-block-32 {
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 30px;
  font-family: PT Serif, serif;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
}

.div-block-32:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.section-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  padding: 100px 40px;
  display: flex;
}

.div-block-34 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  margin-left: 0;
  display: flex;
}

.div-block-36 {
  margin-right: 0;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.div-block-39 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 60px;
  display: flex;
}

.section-10 {
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-16 {
  width: 50%;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-40 {
  background-image: url('../images/pablo-merchan-montes-wYOPqmtDD0w-unsplash.jpg');
  background-position: 100% 35%;
  background-size: cover;
  width: 90%;
  height: 500px;
}

.div-block-40.trust-image {
  background-image: url('../images/hoi-an-and-da-nang-photographer-l4x4GISTSAc-unsplash.jpg');
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.div-block-41 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-41.trust-heading {
  border-top-style: none;
  align-items: flex-start;
}

.section-11 {
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.paragraph-5 {
  width: 80%;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-5.trust-text {
  width: 60%;
}

.div-block-42 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-bottom: 40px;
  display: grid;
}

.text-block-18 {
  color: #757575;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.paragraph-6 {
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-44 {
  background-image: url('../images/Mountain-biking.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}

.div-block-44._2 {
  background-image: url('../images/smile-handshake.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  height: 220px;
}

.div-block-44._2.retirement-planning-2 {
  background-image: url('../images/relax-retirement-pic.jpg');
}

.div-block-44._3 {
  background-image: url('../images/romefamilyLEAD.avif');
  height: 220px;
}

.div-block-44._3.retirement-planning-3 {
  background-image: url('../images/Boat-retirement.jpg');
}

.div-block-44.retirement-planning-1 {
  background-image: url('../images/Saving-for-retirement-pic.jpg');
}

.div-block-45 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Apls-4k.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-13 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.paragraph-7 {
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.link-block-4 {
  background-color: var(--background-white);
  color: var(--black);
  border-radius: 10px;
  padding: 20px 30px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-4:hover {
  background-color: var(--black);
  color: var(--white);
}

.div-block-46 {
  width: 70%;
}

.section-12 {
  color: var(--white);
  background-color: #272727;
  flex-flow: row;
  justify-content: space-between;
  padding: 0 0 0 60px;
  display: flex;
}

.heading-14 {
  margin-left: 0;
  font-family: PT Serif, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.text-block-20 {
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-right: 20px;
  display: flex;
}

.image-10 {
  width: 60%;
  max-width: none;
  height: auto;
  margin-left: 10px;
}

.section-13 {
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 10px 10px 60px;
  display: flex;
}

.heading-15 {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 10px;
  font-family: PT Serif, serif;
  font-size: 38px;
  line-height: 44px;
}

.div-block-49 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  width: 320px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

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

.heading-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Playfair Display SC, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.heading-16.trust-h {
  margin-top: 20px;
}

.section-14 {
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 23px 60px 0;
  display: flex;
}

.section-15 {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--bgrd-grey);
  color: var(--black);
  justify-content: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-52 {
  flex-flow: column;
  width: 510px;
  padding: 30px 20px 26px 0;
  display: flex;
}

.text-block-22 {
  font-family: PT Serif, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heading-17 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.heading-17.side {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
}

.div-block-53 {
  flex-flow: column;
  padding: 40px 0;
  display: flex;
}

.div-block-54 {
  border-bottom: 2px solid #000;
  flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-23 {
  width: 400px;
  font-family: PT Serif, serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 15px 15px 15px 0;
  display: flex;
}

.div-block-56 {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Playfair Display SC, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  box-shadow: 0 2px 5px 1px #0003;
}

.div-block-56:hover {
  border: 2px solid var(--gold);
  background-color: var(--bgrd-grey);
  box-shadow: none;
  color: var(--black);
}

.heading-18 {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: PT Serif, serif;
}

.div-block-57 {
  border-left: 10px solid var(--gold-v2);
  width: 90%;
  padding-left: 0;
}

.section-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-8 {
  width: 70%;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-58 {
  background-image: url('../images/vitaly-gariev-ULh4MH-VxwI-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 400px;
}

.div-block-59 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.section-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.heading-20 {
  text-align: center;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 95%;
  display: flex;
}

.paragraph-9 {
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-19 {
  background-image: url('../images/antoine-rakotozafy-xVnWSnRZIZ4-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 100px;
  display: flex;
}

.text-block-24 {
  width: 70%;
  color: var(--white);
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.link-block-5 {
  background-color: var(--gold-v2);
  color: var(--black);
  border-radius: 10px;
  padding: 15px 24px;
  font-size: 20px;
  text-decoration: none;
}

.link-block-5:hover {
  border: 1px solid var(--gold-v2);
  background-color: var(--transparent);
  color: var(--white);
}

.text-block-25 {
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-62 {
  width: 90%;
  margin-bottom: 60px;
}

.heading-21 {
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-27 {
  width: 90%;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.section-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 0;
  display: flex;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.div-block-63 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.text-block-29 {
  margin-bottom: 20px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.first {
  border-right: 2px solid var(--bgrd-grey);
  border-bottom: 2px solid var(--bgrd-grey);
  padding: 10px;
}

.second {
  border-bottom: 2px solid var(--bgrd-grey);
  border-left: 2px solid var(--bgrd-grey);
  padding: 10px;
}

.div-block-64 {
  border-top: 2px solid var(--bgrd-grey);
  border-bottom: 2px #000;
  border-left: 2px solid var(--bgrd-grey);
  padding: 10px;
}

.div-block-65 {
  border-top: 2px solid var(--bgrd-grey);
  border-right: 2px solid var(--bgrd-grey);
  padding: 10px;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  font-family: PT Serif, serif;
  font-size: 16px;
}

.section-21 {
  padding: 40px 50px 20px 40px;
}

.heading-23 {
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.section-22 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Retirement-Hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  width: auto;
  height: 500px;
  margin-bottom: 20px;
  margin-left: 17px;
  margin-right: 20px;
  padding: 40px 0 0 20px;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  width: 850px;
  display: flex;
}

.paragraph-14 {
  color: var(--white);
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 17px;
  font-weight: 400;
}

.heading-25 {
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 38px;
  line-height: 44px;
}

.section-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding: 10px 35px 35px;
  display: flex;
}

.heading-26 {
  font-family: Playfair Display SC, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.text-block-30 {
  width: 900px;
  font-family: PT Serif, serif;
  font-size: 17px;
  font-weight: 700;
}

.section-24 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--bgrd-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 60px;
  display: flex;
}

.div-block-68 {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.div-block-69 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-70 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.paragraph-15 {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-27 {
  width: 510px;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 44px;
}

.div-block-71 {
  border: 3px solid #000;
  border-radius: 18px;
  padding: 15px 20px;
}

.div-block-71:hover {
  background-color: var(--black);
  color: var(--white);
  border-style: solid;
}

.text-block-31 {
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-72 {
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 40px;
  display: flex;
}

.div-block-72.esl {
  padding-left: 0;
}

.div-block-72.esl._2 {
  padding-left: 10px;
}

.heading-28 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 40px;
}

.section-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-25._2 {
  margin-top: 60px;
}

.section-25._3 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.section-25.esl {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-25.esl._2 {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-73 {
  background-image: url('../images/martin-baron-1mjTr7SBoBY-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 80%;
  height: 300px;
}

.div-block-73._1 {
  background-image: url('../images/ivan-aleksic-16YxCJSoAek-unsplash.jpg');
}

.div-block-73._1.esl {
  background-image: url('../images/monolith.jpg');
  width: 90%;
  height: 400px;
}

.div-block-73._1.esl._2 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Architecture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex: 0 auto;
  width: 90%;
  height: 400px;
}

.div-block-73._3 {
  background-image: url('../images/ethan-hu-EB2wvXfXT_M-unsplash.jpg');
}

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

.paragraph-16.esl {
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 22px;
}

.section-26 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-block-74 {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/Estate-and-Legacy-hero.jpg');
  background-position: 0 0, 0 -40px;
  background-size: auto, cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-left: 0;
  display: flex;
}

.heading-29 {
  border-bottom: 4px none var(--gold);
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.div-block-75 {
  border-bottom: 4px none var(--gold);
}

.div-block-76 {
  border: 3px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
}

.div-block-76:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-block-32 {
  font-family: PT Serif, serif;
  font-size: 18px;
}

.section-28 {
  background-image: url('../images/Sapling.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 460px;
  padding: 32px;
  display: flex;
}

.section-29 {
  background-color: var(--bgrd-grey);
  justify-content: center;
  display: flex;
}

.div-block-77 {
  background-color: var(--white);
  flex-flow: column;
  width: 90%;
  padding: 10px 60px 60px;
  display: flex;
  position: relative;
  top: -99px;
  box-shadow: 0 2px 5px 1px #0003;
}

.paragraph-17 {
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 25px;
  line-height: 35px;
}

.heading-30 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Playfair Display, Verdana, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.div-block-78 {
  background-image: url('../images/romain-dancre-doplSDELX7E-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 90%;
  height: 500px;
}

.section-30 {
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 38px;
}

.paragraph-19 {
  width: 60%;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-2 {
  font-weight: 400;
}

.heading-32 {
  width: 90%;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 40px;
}

.section-31 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-31._3 {
  margin-bottom: 100px;
}

.div-block-80 {
  background-image: url('../images/cyrus-crossan-kvhb6lA60-s-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 90%;
  height: 300px;
}

.div-block-80._1 {
  background-image: url('../images/carlos-esteves-G8wvNzm_fK0-unsplash.jpg');
  width: 90%;
  height: 400px;
}

.div-block-80._2 {
  background-image: url('../images/cyrus-crossan-kvhb6lA60-s-unsplash.jpg');
  background-position: 100%;
  width: 90%;
  height: 400px;
}

.div-block-80._3 {
  background-image: url('../images/austin-distel-wD1LRb9OeEo-unsplash.jpg');
  width: 90%;
  height: 400px;
}

.bold-text-3 {
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-20 {
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 24px;
}

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

.section-32 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 550px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-14 {
  flex: 1;
  max-width: none;
}

.section-33 {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-33 {
  text-align: center;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.text-block-33 {
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 20px;
  line-height: 25px;
}

.contact {
  background-color: var(--black);
}

.div-block-83 {
  margin-bottom: 20px;
}

.section-34 {
  border-top: 0px none var(--gold-v2);
  border-bottom: 2px solid var(--gold-v2);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 220px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px none var(--gold-v2);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 830px;
  padding: 40px 20px 20px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.div-block-85 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  height: auto;
  display: flex;
}

.div-block-86 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-87 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--gold);
  background-image: linear-gradient(#d8b360 3%, #cd994c);
  border-radius: 10px;
  width: 125px;
  padding: 10px 0;
  font-family: PT Serif, serif;
  font-size: 15px;
  font-weight: 600;
}

.submit-button-2:hover {
  color: var(--black);
  background-image: none;
}

.select-field, .text-field, .text-field-2, .text-field-3 {
  color: var(--black);
  border-radius: 5px;
}

.form-name:hover, .form-email:hover, .form-reason:hover, .form-number:hover {
  color: var(--gold-v2);
}

.text-block-34 {
  display: flex;
}

.success-message {
  background-color: var(--gold-v2);
  color: var(--black);
  border-radius: 10px;
}

.error-message {
  color: var(--black);
  background-color: #f88;
  border-radius: 10px;
}

.icon {
  display: none;
}

.div-block-88 {
  justify-content: space-between;
  display: flex;
}

.text-block-35 {
  font-family: Merriweather, serif;
  font-size: 24px;
}

.text-block-36 {
  font-size: 20px;
  line-height: 25px;
}

.heading-34, .heading-35, .heading-36 {
  font-size: 38px;
  line-height: 44px;
}

.div-block-89 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-90 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  top: 9px;
}

.image-18 {
  max-width: 95%;
}

.link-block-6 {
  color: var(--black);
  text-decoration: none;
}

.link-block-7 {
  margin-bottom: 40px;
  text-decoration: none;
}

.link-block-8 {
  color: var(--black);
  margin-top: 10px;
  text-decoration: none;
}

.link-block-9 {
  color: var(--white);
  margin-bottom: 40px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-link, .nav-link-2, .nav-link-3, .nav-link-3.w--current {
    display: none;
  }

  .div-block-2 {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-3 {
    width: 60%;
  }

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

  .section {
    height: auto;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-6.hero-cards {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 60px;
  }

  .section-2 {
    flex-flow: column;
  }

  .image-4 {
    width: auto;
  }

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

  .section-3 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-11 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-13 {
    align-items: center;
  }

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

  .section-5 {
    flex-flow: column;
  }

  .text-block-7 {
    font-weight: 700;
    text-decoration: none;
  }

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

  .div-block-27, .div-block-28.r, .div-block-28.l {
    width: 100%;
  }

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

  .text-block-16, .heading-14 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-20 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-47 {
    padding-top: 40px;
  }

  .image-10 {
    width: 50%;
  }

  .heading-15 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-49 {
    flex-flow: column;
    align-items: center;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-16 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-14 {
    margin-bottom: 20px;
  }

  .section-16 {
    flex-flow: column;
  }

  .text-block-23 {
    width: 70%;
  }

  .heading-20 {
    font-size: 16px;
  }

  .div-block-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
    line-height: 24px;
  }

  .div-block-67, .text-block-30 {
    width: 90%;
  }

  .section-24 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-15 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-27 {
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-28 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-25 {
    flex-flow: column;
  }

  .section-25.esl {
    align-items: center;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .section-31 {
    flex-flow: column;
    align-items: center;
  }

  .section-32 {
    height: 300px;
  }

  .form-2 {
    width: auto;
  }

  .icon {
    color: var(--white);
    display: block;
    transform: scale(3.3);
  }

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

  .div-block-90 {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    background-color: var(--white);
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 40px;
    font-family: PT Serif, serif;
    display: none;
    position: absolute;
    top: auto;
  }

  .text-block-40 {
    color: #3339;
    border-bottom: 2px solid #0000007d;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .div-block-91 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .text-block-41 {
    color: var(--black);
    font-size: 16px;
    text-decoration: none;
  }

  .text-block-41:hover {
    color: var(--gold);
  }

  .text-block-42 {
    color: var(--black);
    font-size: 16px;
    text-decoration: none;
  }

  .text-block-42:hover {
    color: var(--gold);
  }

  .text-block-43 {
    color: var(--black);
    font-size: 16px;
    text-decoration: none;
  }

  .text-block-43:hover {
    color: var(--gold);
  }

  .text-block-44 {
    color: var(--black);
    font-size: 16px;
    text-decoration: none;
  }

  .text-block-44:hover {
    color: var(--gold);
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-3 {
    display: none;
  }

  .div-block-2 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-3 {
    align-items: center;
    width: 90%;
    display: flex;
  }

  .paragraph {
    text-align: center;
  }

  .text-block.learnmore {
    font-size: 18px;
  }

  .link-block-2.learn-more {
    width: 36%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6.hero-cards {
    justify-content: space-between;
  }

  .section-2 {
    flex-flow: column;
  }

  .image-4 {
    width: 90%;
  }

  .div-block-10 {
    align-items: center;
    width: 90%;
  }

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

  .section-3 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-5 {
    flex-flow: column;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    margin-left: 10px;
  }

  .heading-9, .paragraph-4 {
    text-align: center;
  }

  .div-block-31 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-5.trust-text {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-47 {
    padding-bottom: 20px;
  }

  .text-block-21 {
    font-size: 18px;
  }

  .heading-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16.trust-h {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-22 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .heading-17.side.top {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-23 {
    width: 80%;
  }

  .heading-18 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-8 {
    width: 90%;
    font-size: 16px;
  }

  .heading-20 {
    font-size: 16px;
  }

  .div-block-60 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .div-block-61 {
    flex-flow: row;
  }

  .text-block-24 {
    width: 60%;
    font-size: 24px;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .text-block-29 {
    line-height: 30px;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
    line-height: 24px;
  }

  .heading-28 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-25 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-73._1 {
    height: 300px;
  }

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

  .paragraph-16.esl {
    line-height: 30px;
  }

  .heading-29 {
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-79 {
    flex-flow: column;
    align-items: flex-start;
  }

  .paragraph-19 {
    width: auto;
    display: block;
  }

  .heading-32 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .section-31 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-80._1, .div-block-80._2, .div-block-80._3, .div-block-81 {
    width: 90%;
  }

  .section-32 {
    height: auto;
  }

  .div-block-85 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-88 {
    justify-content: space-between;
    padding: 20px;
    display: flex;
  }

  .heading-34, .heading-35, .heading-36 {
    margin-top: 0;
  }

  .div-block-89 {
    flex-flow: column;
  }

  .div-block-90 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .div-block-91 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-3 {
    display: none;
  }

  .link-block.w--current {
    width: auto;
    height: auto;
  }

  .div-block-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Hero-section.jpg');
    background-position: 0 0, 50%;
    height: auto;
    padding-top: 40px;
    padding-left: 10px;
  }

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

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

  .link-block-2, .link-block-2.learn-more {
    width: auto;
  }

  .link-block-2.home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: auto;
  }

  .div-block-10 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-12 {
    width: 90%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    width: auto;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-8 {
    font-size: 35px;
    line-height: 40px;
  }

  .section-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-26 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28.r, .div-block-28.l {
    width: 50%;
  }

  .div-block-31 {
    text-align: center;
    font-size: 30px;
  }

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

  .div-block-39 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .section-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-16 {
    text-align: center;
    width: 80%;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-40, .div-block-40.trust-image {
    height: 200px;
  }

  .heading-12 {
    text-align: left;
  }

  .div-block-41 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-41.trust-heading {
    align-items: center;
  }

  .paragraph-5.trust-text {
    width: auto;
  }

  .div-block-42 {
    align-items: center;
  }

  .div-block-43 {
    grid-template-columns: 1fr;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-45 {
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-7 {
    display: none;
  }

  .link-block-4 {
    font-size: 16px;
  }

  .div-block-46 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-12 {
    flex-flow: column;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .heading-14, .text-block-20 {
    text-align: center;
  }

  .div-block-47 {
    align-items: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    width: 80%;
    margin-left: 0;
  }

  .heading-15 {
    margin-left: 0;
  }

  .div-block-49 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-50 {
    width: auto;
  }

  .heading-16 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .section-14 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-16 {
    flex-flow: column;
  }

  .div-block-52 {
    align-items: center;
    width: auto;
    padding-right: 0;
  }

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

  .heading-17 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-17.side {
    font-size: 20px;
  }

  .text-block-23 {
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-56 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-8 {
    width: auto;
  }

  .div-block-59 {
    align-items: center;
  }

  .div-block-60 {
    grid-template-columns: 1fr;
    justify-items: center;
    width: auto;
  }

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

  .div-block-61 {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-24 {
    text-align: center;
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-62 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

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

  .div-block-63 {
    grid-template-columns: 1fr;
  }

  .text-block-29, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
    text-align: center;
  }

  .section-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-22 {
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .div-block-67 {
    width: auto;
  }

  .paragraph-14 {
    display: none;
  }

  .heading-25 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .section-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-26 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-30 {
    width: auto;
  }

  .section-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-68 {
    align-items: center;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-70 {
    display: none;
  }

  .paragraph-15 {
    text-align: center;
    width: auto;
    font-size: 16px;
  }

  .heading-27 {
    text-align: center;
    width: auto;
  }

  .div-block-72 {
    width: auto;
  }

  .div-block-72.esl {
    align-items: center;
    margin-bottom: 0;
  }

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

  .heading-28.esl {
    font-size: 24px;
    line-height: 30px;
  }

  .section-25 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-25._3 {
    align-items: center;
  }

  .section-25.esl {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-25.esl._2 {
    align-items: center;
  }

  .div-block-73._2 {
    width: 100%;
  }

  .div-block-73._1 {
    width: 100%;
    height: 170px;
  }

  .div-block-73._1.esl {
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .div-block-73._1.esl._2 {
    height: 200px;
  }

  .div-block-73._3 {
    width: 100%;
    height: 200px;
  }

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

  .paragraph-16.esl {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-74 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Estate-and-Legacy-hero.jpg');
    background-position: 0 0, 0 0;
    flex: 1;
    height: 234px;
  }

  .heading-29 {
    font-size: 35px;
    line-height: 50px;
  }

  .section-28 {
    background-position: 50%;
    height: 400px;
  }

  .div-block-77 {
    padding-left: 10px;
    padding-right: 10px;
    top: -223px;
  }

  .paragraph-17 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-30 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-78 {
    height: 200px;
  }

  .div-block-79 {
    flex-flow: column;
    align-items: center;
    padding-top: 0;
  }

  .heading-31 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-19 {
    width: auto;
    font-size: 14px;
  }

  .heading-32 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-80._1, .div-block-80._2, .div-block-80._3 {
    width: 90%;
    height: 200px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 30px;
  }

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

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

  .section-32 {
    height: 200px;
    margin-bottom: 40px;
  }

  .section-33 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-33 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-33 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-83 {
    margin-bottom: 0;
    transform: scale(.8);
  }

  .form-2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-84 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
  }

  .div-block-85 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 20px;
    padding-right: 0;
    display: grid;
  }

  .div-block-87 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .select-field, .text-field, .text-field-2, .text-field-3 {
    width: 90%;
  }

  .div-block-88 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-37 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-34, .heading-35, .heading-36 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .text-block-39 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-90 {
    z-index: 1;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: absolute;
    top: 0;
  }

  .div-block-91 {
    margin-bottom: 20px;
  }
}


@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/Playfair_Display.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}