:root {
  --black: black;
  --white: white;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.header-section {
  font-family: Gideon Roman, sans-serif;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.container {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logo {
  max-width: 450px;
}

.hero-section {
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.tabs-content {
  background-image: url('../images/video-background-scroll.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-tab {
  margin: 43px 82px 67px 102px;
  padding: 26px 26px 6px 11px;
}

.video-player {
  object-fit: fill;
  width: auto;
  max-width: none;
  max-height: none;
  overflow: visible;
}

.video {
  max-width: 700px;
}

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

.column {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.flex-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.torch_image {
  max-width: none;
  max-height: 400px;
}

.columns {
  flex-flow: row;
  display: none;
}

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

.lottie-animation {
  max-width: 150px;
  margin-top: 0;
  margin-bottom: -20px;
  padding-top: 130px;
}

.lottie-animation.two {
  max-width: 90px;
  margin-bottom: -7px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  padding-top: 0;
  display: flex;
}

.image {
  max-width: 180px;
}

.tab-button {
  background-color: rgba(200, 200, 200, 0);
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-button.w--current {
  background-color: rgba(0, 0, 0, .41);
  border: 2px solid #e2a407;
  border-radius: 9px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.video-container {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: none;
  padding: 8em;
  position: static;
}

.nav-text {
  color: #dadada;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  font-family: Gideon Roman, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nav-text:hover {
  color: #ffbf00;
}

.nav-text.w--current {
  color: #dadada;
  text-decoration: none;
}

.header-text {
  max-width: 1200px;
  padding-top: 18px;
}

.header-text.padding-top {
  padding-top: 80px;
}

.ancient-heading {
  color: #ffd454;
  font-family: Herculanumltstd, sans-serif;
  font-size: 28px;
}

.ancient-heading.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gideon Roman, sans-serif;
  font-weight: 400;
}

.ancient-heading.centered.white {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}

.ancient-heading.centered.paragraph {
  padding-bottom: 51px;
}

.ancient-heading.centered.paragraph.header {
  padding-bottom: 11px;
}

.ancient-heading.centered.paragraph.top-padding {
  padding-top: 96px;
}

.ancient-heading.centered.paragraph.top-padding.less {
  padding-top: 44px;
  padding-bottom: 20px;
}

.nav-menu {
  margin-top: -23px;
  padding-top: 0;
  padding-bottom: 6px;
  display: block;
}

.coin {
  width: 70px;
  padding-top: 16px;
}

.header-brand {
  background-image: url('../images/header-badge.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  padding-top: 1px;
  padding-bottom: 29px;
}

.body {
  background-color: #5e3605;
  background-image: url('../images/pyramid-background-tile.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  flex-flow: column;
  display: flex;
}

.cta-section {
  background-image: url('../images/gold-texture.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: flex-end;
  padding-top: 33px;
  padding-bottom: 33px;
  display: block;
}

.black-container {
  background-color: rgba(0, 0, 0, .77);
  max-width: 600px;
  padding: 20px;
}

.cta-header-text {
  color: #fff;
}

.column-2 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.text-span {
  color: #e4e4e4;
}

.footer {
  background-color: #000;
  flex: 1;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-text {
  color: #a8a7a7;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.container-2 {
  padding-bottom: 51px;
}

.container-2.less-padding {
  padding-bottom: 14px;
}

.video-holder {
  background-image: url('../images/video-background-scroll.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-2 {
  max-width: 700px;
}

.secure-future-video-container {
  padding-bottom: 60px;
}

.secure-future-video-container.less-padding {
  padding-bottom: 14px;
}

.sub-body-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.large-image {
  border-radius: 19px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2%;
  padding-right: 2%;
}

.content-container {
  flex-flow: column;
  padding-top: 44px;
  display: flex;
}

.column-center {
  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;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-text {
  color: #fffefe;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.body-text.large {
  padding-bottom: 31px;
  font-size: 24px;
}

.body-text.large.less-padding {
  margin-bottom: 0;
  line-height: 38px;
}

.body-text.left {
  text-align: left;
  text-decoration: none;
}

.image-width {
  max-width: 360px;
  padding-bottom: 10px;
}

.image-2 {
  padding-bottom: 20px;
}

.cell-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-black {
  background-color: rgba(0, 0, 0, .49);
  border-radius: 20px;
  margin-bottom: 72px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.step-list {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.column-24 {
  background-image: url('../images/gold-video-button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
}

.image-4 {
  width: auto;
  max-width: 130px;
  height: auto;
  margin: auto;
  display: block;
  position: static;
  top: 50%;
}

.heading-2 {
  color: #ffd454;
  font-family: Gideon Roman, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.action-plan-paragraph {
  color: #585858;
  font-size: 18px;
  line-height: 1.5em;
}

.text-block-3.audio {
  color: #8fd5d5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading {
  color: #ffd454;
  text-align: center;
  margin-top: 70px;
  font-family: Gideon Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

.document-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2-center {
  color: #ffd454;
  text-align: center;
  font-family: Gideon Roman, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.image-36 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#802017, #802017), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  max-width: 300px;
  margin: 25px auto;
  font-family: Herculanumltstd, sans-serif;
  display: block;
}

.button-3:hover {
  background-image: linear-gradient(#979b9b, #979b9b), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.action-number {
  color: #7f2117;
  font-family: Gideon Roman, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.columns-3 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.container-16 {
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
}

.line {
  background-image: linear-gradient(#fff, #fff);
  width: 900px;
  height: 2px;
}

.text-span-2, .link, .link-2, .link-3, .link-4 {
  color: #ffd454;
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .header-section {
    background-image: url('../images/gold-block-header.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container {
    flex-flow: row;
  }

  .logo {
    max-width: 300px;
  }

  .flex-block {
    display: none;
  }

  .tabs-menu {
    padding-top: 15px;
    overflow: hidden;
  }

  .image {
    max-width: 100px;
  }

  .tab-button, .tab-button.w--current {
    margin-left: 30px;
  }

  .video-container {
    max-width: none;
    padding: 4em;
  }

  .nav-text {
    font-size: 15px;
  }

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

  .ancient-heading.centered, .ancient-heading.centered.white {
    font-size: 18px;
  }

  .ancient-heading.centered.paragraph.header, .ancient-heading.centered.paragraph.top-padding {
    font-size: 22px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .89);
    margin-top: 0;
  }

  .coin {
    width: 40px;
    padding-top: 0;
  }

  .header-brand {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 10px;
    padding-left: 10%;
  }

  .menu-button {
    color: #e9c76a;
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, .55);
  }

  .flex-block-3 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .body-text.large.less-padding {
    font-size: 18px;
  }

  .dollar-image, .dollar-image.dollar {
    max-width: 50%;
  }

  .dollar-image.normal {
    max-width: 100%;
  }

  .icon {
    display: block;
  }

  .line {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .tabs-menu {
    padding-top: 15px;
  }

  .tab-button, .tab-button.w--current {
    margin-left: 10px;
  }

  .header-text {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
  }

  .ancient-heading.centered {
    padding-left: 0;
    line-height: 25px;
  }

  .ancient-heading.centered.paragraph.top-padding {
    padding-top: 40px;
  }

  .header-brand {
    padding-left: 10%;
  }

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

  .body-text.large.less-padding {
    font-size: 16px;
  }

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

  .image-3 {
    max-width: none;
  }

  .dollar-image {
    max-width: 51%;
    padding-bottom: 17px;
  }

  .dollar-image.dollar {
    max-width: 50%;
  }

  .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .column-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    font-size: 40px;
  }

  .image-36 {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    max-width: 200px;
  }

  .hero-section {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
    position: relative;
    overflow: visible;
  }

  .tabs-content {
    object-fit: fill;
    background-size: cover;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    overflow: hidden;
  }

  .image {
    max-width: 60px;
  }

  .video-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .nav-text {
    font-size: 15px;
  }

  .header-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .ancient-heading.centered {
    max-width: 300px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .ancient-heading.centered.white {
    max-width: none;
    line-height: 26px;
  }

  .ancient-heading.centered.paragraph {
    font-size: 22px;
  }

  .ancient-heading.centered.paragraph.top-padding {
    padding-top: 65px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .91);
    margin-top: 0;
  }

  .header-brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10%;
  }

  .body {
    display: flex;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--black);
    padding: 10px;
  }

  .black-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-3, .flex-block-4 {
    display: none;
  }

  .container-2 {
    float: none;
    clear: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: static;
    overflow: hidden;
  }

  .tabs {
    overflow: visible;
  }

  .video-holder {
    background-position: 50%;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .secure-future-video-container {
    float: none;
    clear: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: static;
    overflow: hidden;
  }

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

  .column-center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .body-text.large {
    font-size: 16px;
  }

  .image-width {
    max-width: 80%;
  }

  .columns-2 {
    overflow: hidden;
  }

  .image-3 {
    max-width: none;
    display: block;
    overflow: hidden;
  }

  .cell-container {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dollar-image {
    max-width: 80%;
    padding-bottom: 18px;
  }

  .container-black {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .step-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-36 {
    max-width: 300px;
  }
}

#w-node-_72b4873c-cc89-5896-8a5a-4935a9ea8489-6c4f3b59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a15b8d75-7bac-6408-6bdb-d7e4d4614534-6c4f3b59, #w-node-_00fc787e-6ed6-6315-159d-2313127216f9-6c4f3b59, #w-node-f9824291-d29f-2149-1659-7332b90f9e19-6c4f3b59, #w-node-a3f53a27-f7f9-9e60-c6e1-2c6818f12b4e-6c4f3b59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_72b4873c-cc89-5896-8a5a-4935a9ea8489-6c4f3b59, #w-node-a15b8d75-7bac-6408-6bdb-d7e4d4614534-6c4f3b59, #w-node-_00fc787e-6ed6-6315-159d-2313127216f9-6c4f3b59, #w-node-f9824291-d29f-2149-1659-7332b90f9e19-6c4f3b59, #w-node-a3f53a27-f7f9-9e60-c6e1-2c6818f12b4e-6c4f3b59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Herculanumltstd';
  src: url('../fonts/HerculanumLTStd.woff2') format('woff2'), url('../fonts/HerculanumLTStd.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}