@font-face {
  font-family: Cardot normal;
  src: url('../fonts/Cardot-lxq6q.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-RegularOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #181818;
  --white-smoke: #fff;
  --almost-black: #272727;
  --black-2: black;
}

body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Integralcf, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.nav-header-wrap {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-header-wrap.footer {
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-nav-header {
  z-index: 90;
  border-bottom: 1px solid var(--white-smoke);
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  height: 100px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.page-nav-header.footer {
  border-top: 1px solid #fff;
  border-bottom-style: none;
  border-bottom-width: 0;
  inset: auto 0% 0% auto;
}

.simple-nav-header {
  color: #f8f8f8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.header-logo {
  width: 60px;
  margin-right: .8rem;
}

.long-button {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-button-2 {
  color: #f8f8f8;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.icon-button-2:hover {
  opacity: .65;
}

.scroll-down-lottie {
  width: 30px;
  position: relative;
}

.c-body-content-bg-circle {
  z-index: 1;
  border: 1px solid #ffffff0d;
  border-radius: 99999px;
  width: 60vw;
  height: 60vw;
  position: absolute;
  inset: -4.7rem 0% auto auto;
}

.stage-btn-back {
  background-color: #bda13e;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -100%;
}

.stage-btn-text {
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 14px;
  font-size: .7rem;
  font-weight: 600;
  position: relative;
}

.stage-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #bdbdbd;
  border-radius: 999em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1.1em 3.1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.home-hero-text-wrap {
  z-index: 15;
  flex-direction: column;
  align-items: flex-start;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: auto auto 7.5rem 5%;
}

.stage-button-wrap {
  display: flex;
}

.stage-button-wrap.margin-top {
  perspective: 1000px;
  margin-top: 1.8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.stage-button-wrap.margin-top.rightlink {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 85%;
  position: static;
  inset: auto 0% 0% auto;
}

.scroll-text {
  z-index: 2;
  margin-right: 13px;
  position: relative;
}

.hero-overlay {
  z-index: 1;
  background-color: #1f1f1f54;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero-section {
  z-index: 1;
  background-color: #fcfcfc;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thin-hero-header-2 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1;
}

.scroll-down-wrap {
  z-index: 10;
  opacity: 1;
  color: #fff;
  border-top: 1px solid #fff;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 95%;
  height: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.large-hero-text {
  z-index: 2;
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 25vw;
  font-weight: 900;
  line-height: 1em;
  position: absolute;
  inset: 7.8rem auto 0% 18.8rem;
  transform: translate(0, -50%)rotate(-90deg);
}

.large-hero-text.outline.opacity {
  opacity: .14;
}

.home-hero-header {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cardot normal, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: .9;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.paragraph {
  text-align: left;
  width: auto;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  line-height: 1.3em;
}

.paragraph.link {
  margin-bottom: 0;
  padding-right: 2em;
}

.image {
  height: 2em;
}

.image-2 {
  width: 70vw;
  max-width: none;
  height: auto;
  margin-top: -1px;
  position: relative;
  top: 1px;
}

.image-3 {
  flex: 0 auto;
  align-self: auto;
  width: 70vw;
  max-width: none;
  height: auto;
  margin-top: -1px;
  display: block;
  position: static;
}

.link-2 {
  color: var(--white-smoke);
  margin-left: 40px;
  padding-right: 0;
  font-family: Cardot normal, Verdana, sans-serif;
  text-decoration: none;
}

.link-2:hover {
  color: var(--white-smoke);
}

.link-2:active {
  color: var(--white-smoke);
  text-decoration: none;
}

.link-2:focus {
  color: var(--almost-black);
  text-decoration: none;
}

.link-2:visited {
  color: var(--white-smoke);
  text-decoration: underline;
}

.link-3, .link-3:hover {
  color: var(--white-smoke);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .scroll-down-lottie {
    width: 25px;
  }

  .home-hero-text-wrap {
    bottom: 7.5rem;
    left: 5%;
  }

  .stage-button-wrap {
    justify-content: center;
  }

  .stage-button-wrap.margin-top.rightlink {
    margin-left: 85%;
  }

  .scroll-text {
    font-size: .8rem;
  }

  .thin-hero-header-2 {
    letter-spacing: 3px;
    font-size: .8rem;
  }

  .home-hero-header {
    font-size: 4.5rem;
  }

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

@media screen and (max-width: 767px) {
  .page-nav-header {
    height: 72px;
  }

  .simple-nav-header {
    font-size: 1rem;
  }

  .home-hero-text-wrap {
    bottom: 6.6rem;
  }

  .thin-hero-header-2 {
    letter-spacing: 2px;
  }

  .home-hero-header {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 479px) {
  .page-nav-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-nav-header.footer {
    z-index: 20;
    padding-bottom: 0;
    bottom: 8vh;
  }

  .simple-nav-header {
    margin-bottom: 3px;
    font-size: .8rem;
  }

  .header-logo {
    width: 50px;
    margin-right: .5rem;
  }

  .icon-button-2 {
    font-size: .75rem;
  }

  .scroll-down-lottie {
    width: 20px;
  }

  .stage-btn-text {
    margin-bottom: 0;
    font-weight: 400;
  }

  .stage-button {
    padding-left: 1.7em;
    padding-right: 1.7em;
  }

  .home-hero-text-wrap {
    width: 90vw;
    margin-bottom: 100px;
    margin-left: 5%;
    bottom: 24vh;
    left: 0;
  }

  .stage-button-wrap.margin-top {
    justify-content: flex-start;
    width: 100%;
  }

  .stage-button-wrap.margin-top.rightlink {
    z-index: 90;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 95%;
    margin: 0 auto 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: -33%;
    right: auto;
  }

  .scroll-text {
    font-size: .8rem;
  }

  .home-hero-section {
    background-image: linear-gradient(#00000073, #00000073);
    height: 100vh;
  }

  .thin-hero-header-2 {
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-right: 50px;
    line-height: 1.5;
  }

  .home-hero-header {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 2.2rem;
  }

  .paragraph {
    max-width: 90vw;
  }

  .image {
    max-width: 95%;
  }

  .image-3 {
    opacity: 1;
  }

  .link-2 {
    margin-left: 0;
    padding-right: 30px;
    font-size: .75rem;
  }
}


@font-face {
  font-family: 'Cardot normal';
  src: url('../fonts/Cardot-lxq6q.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}