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

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

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

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

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-background {
  z-index: 100;
  background-color: #240027bf;
  border-bottom: 1px solid #535353;
  justify-content: center;
  height: 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.image {
  height: 45px;
}

.div-block-2-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #cecece;
  font-size: 16px;
  text-decoration: none;
}

.button {
  color: #311631;
  background-color: #d99c50;
  border-radius: 20px;
}

.navbar {
  display: none;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.text-block {
  color: #d99c50;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.text-block.sub {
  text-align: left;
  text-transform: capitalize;
  margin-top: auto;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-4 {
  border-bottom: 1px solid #d99c50;
  width: 40px;
  height: 0;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading {
  text-align: center;
  width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 75px;
}

.heading.main {
  margin-top: 0;
}

.paragraph {
  color: #fffc;
  text-align: center;
  width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 30px;
}

.paragraph.lower {
  color: #240027;
  width: auto;
  max-width: 425px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.paragraph.head {
  margin-bottom: 0;
}

.text-span {
  color: #d99c50;
}

.button-3 {
  border-radius: 20px;
}

.button-hero {
  color: #311631;
  background-color: #d99c50;
  border-radius: 20px;
  width: 175px;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #d99c50;
  background-image: linear-gradient(90deg, #f1c389, #d99c50);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 50px;
  padding: 10px 20px;
  display: flex;
}

.div-block-5:hover {
  width: 245px;
  height: 55px;
  box-shadow: 0 2px 5px #d99c50;
}

.div-block-5.clear {
  background-color: #d99c5000;
  background-image: none;
  border: 1px solid #d99c50;
}

.div-block-5.clear:hover {
  box-shadow: none;
  background-color: #d99c5033;
}

.text-block-2 {
  color: #200421;
}

.text-block-2.clear {
  color: #fff;
}

.image-3 {
  height: 20px;
}

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

.section {
  background-color: #fdf9ef;
  padding: 120px 20px;
}

.section.sub {
  background-color: #faf3e5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.sub.no-padding {
  height: 300px;
  padding: 0;
}

.section.dark {
  background-color: #240027;
}

.section.dark.no-padding {
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.other {
  padding-bottom: 10px;
}

.text-block-3 {
  color: #eebe83;
  text-align: center;
  text-transform: uppercase;
  background-color: #311532;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.grid {
  grid-template-rows: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  background-color: #fff;
  border: 1px solid #d99c50;
  border-radius: 20px;
  padding: 10px;
}

.image-4 {
  border: 1px solid #d99c50;
  border-radius: 20px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.text-block-3-plain {
  color: #d99c50;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-9 {
  width: 1px;
  height: 1px;
  margin-top: 300px;
  position: absolute;
}

.heading-2 {
  color: #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.heading-2.sub-center {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 48px;
}

.heading-2.sub-center.lower, .heading-2.sub-center.padding {
  margin-bottom: 10px;
}

.heading-2.lower {
  color: #fff;
  text-align: center;
}

.heading-2.white {
  color: #fff;
  margin-bottom: 20px;
}

.text-span-2 {
  color: #d99c50;
  font-style: italic;
}

.paragraph-2 {
  color: #2b0f2d;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.paragraph-2.sub {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  background-color: #fff;
  border: 1px solid #d99c50;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  height: 300px;
  padding: 20px;
  display: flex;
}

.image-5 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  text-align: center;
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

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

.italic-text {
  color: #d99c50;
}

.div-block-11 {
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/familyassetherov2.png');
  background-position: 0 0, 50% 42%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #d99c50;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  max-width: 1200px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.div-block-12 {
  background-color: #fff;
  border: 1px solid #d99c50;
  border-radius: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-span-3 {
  color: #d99c50;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  background-color: #fff;
  border: 1px solid #d99c50;
  border-radius: 20px;
  flex-flow: column;
  height: 450px;
  display: flex;
}

.div-block-14 {
  background-image: url('../images/serviceheroassetv1.png');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 45%;
}

.div-block-14.alt1 {
  background-image: url('../images/serviceheroassetv3.png');
  background-position: 50% 17%;
}

.div-block-14.fr1 {
  background-image: url('../images/assetresources.png');
  background-position: 50% 20%;
}

.heading-4 {
  color: #000;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-14-v2 {
  background-image: url('../images/serviceheroassetv2.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 45%;
}

.div-block-14-v2.alt1 {
  background-image: url('../images/serviceheroassetv3.png');
  background-position: 50% 17%;
}

.div-block-14-v3 {
  background-image: url('../images/serviceheroassetv4.png');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 45%;
}

.div-block-14-v3.alt1 {
  background-image: url('../images/serviceheroassetv3.png');
  background-position: 50% 17%;
}

.italic-text-2 {
  color: #d99c50;
}

.text-block-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-17 {
  align-items: center;
  display: flex;
}

.div-block-16 {
  background-color: #ffffff73;
  border: 1px solid #d99c50;
  border-radius: 15px;
  padding: 20px;
}

.image-19 {
  width: 30px;
  height: 30px;
}

.button-4 {
  text-align: center;
  background-color: #240027;
  border-radius: 20px;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-6 {
  color: #d99c50;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-24 {
  height: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.text-span-4 {
  font-size: 16px;
}

.heading-40 {
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
}

.heading-40.savings {
  margin-bottom: 0;
  line-height: 24px;
}

.text-block-8 {
  color: #d500ff;
  text-align: center;
  background-color: #fafafa;
  border-radius: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin: auto;
}

.background-video-2 {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 550px;
  display: flex;
}

.div-block-18 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-3 {
  background-image: linear-gradient(#2400278c, #2400278c);
  flex-flow: column;
  justify-content: center;
  height: 550px;
  display: flex;
}

.div-block-19 {
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-lower {
  color: #d99c50;
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.text-block-lower.sub {
  text-align: left;
  text-transform: capitalize;
  margin-top: auto;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.text-block-9 {
  color: #d99c50;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-9.lower {
  text-align: left;
  margin-bottom: 20px;
}

.grid-6 {
  grid-template-rows: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-5 {
  color: #d99c50;
}

.paragraph-25 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.icon {
  background-color: #140016;
  border: 1px solid #d99c50;
  border-radius: 100px;
  padding: 10px;
}

.image-20 {
  width: 40px;
}

.text-block-10 {
  color: #ffffff8c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-span-6 {
  color: #fff;
  font-weight: 600;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-21 {
  background-color: #1f0f23;
  border: 1px solid #424242;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.code-embed-2 {
  border-radius: 20px;
  height: 500px;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 15px;
  display: flex;
}

.sitedesigner {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: auto;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  height: 40px;
  margin-bottom: 20px;
}

.paragraph-26 {
  color: #9e9e9e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-3 {
  color: #9e9e9e;
  width: 100%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  color: #d99c50;
}

.div-block-23 {
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  color: #9e9e9e;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-12:hover {
  color: #d99c50;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-27 {
  color: #9e9e9e;
  margin-bottom: 0;
  font-size: 13px;
}

.section-2 {
  background-color: #240027;
  border-bottom: 1px solid #535353;
  padding: 20px 10px;
}

.code-embed-3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-4 {
  max-width: 1000px;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-14-v4 {
  background-image: url('../images/Lifecoachingasset.png');
  background-position: 50% 14%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 45%;
}

.div-block-14-v4.alt1 {
  background-image: url('../images/serviceheroassetv3.png');
  background-position: 50% 17%;
}

.text-span-7 {
  color: #d99c50;
}

.code-embed-5 {
  height: 300px;
}

.text-span-8 {
  color: #d99c50;
  font-style: italic;
  font-weight: 700;
}

.button-5 {
  text-align: center;
  background-color: #240027;
  border-radius: 20px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.italic-text-3, .italic-text-4 {
  color: #d99c50;
}

@media screen and (max-width: 991px) {
  .nav-background {
    padding-top: 7.5px;
    display: block;
  }

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

  .navbar {
    background-color: #fff0;
    display: block;
  }

  .image-2 {
    height: 40px;
  }

  .brand {
    padding-top: 10px;
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: #240027;
  }

  .navlinks {
    color: #d1d1d1;
    border-bottom: 1px solid #3a3a3a;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .button-2 {
    color: #240027;
    background-color: #dc9e51;
    border-radius: 20px;
    margin: 20px 40px;
    font-size: 18px;
    display: block;
  }

  .heading {
    width: auto;
    font-size: 60px;
    line-height: 64px;
  }

  .paragraph {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }

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

  .paragraph-2.sub {
    line-height: 20px;
  }

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

  .div-block-13 {
    height: 350px;
  }

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

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

@media screen and (max-width: 767px) {
  .heading {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 50px;
    line-height: 50px;
  }

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

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

  .image-4 {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

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

  .div-block-13 {
    height: 300px;
  }

  .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    height: 500px;
  }

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

@media screen and (max-width: 479px) {
  .background-video {
    height: 1000px;
  }

  .navlinks, .button-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-4 {
    width: 20px;
  }

  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .paragraph {
    font-size: 20px;
  }

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

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sub.no-padding {
    height: 350px;
  }

  .section.other {
    padding-bottom: 10px;
  }

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

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

  .heading-2.sub-center {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-13 {
    height: 325px;
  }

  .div-block-16 {
    height: 625px;
  }

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

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

  .div-block-24, .section-2 {
    flex-flow: column;
  }

  .code-embed-5 {
    height: 350px;
  }
}


