:root {
  --light: white;
  --accent: #fbd784;
  --dark: #0b1d26;
  --dark-trans: rgba(11, 29, 38, .5);
}

body {
  color: var(--light);
  font-family: Sans Serif, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Serif Display, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Serif Display, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
}

h4 {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

p {
  margin-bottom: 32px;
}

a {
  color: var(--accent);
  text-decoration: none;
}

.site-wrapper {
  background-color: var(--dark);
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 28px 28px 80px rgba(11, 29, 38, .4);
}

.navbar {
  z-index: 100;
  padding-top: 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo.footer {
  margin-bottom: 24px;
}

.nav-link-wrapper {
  color: var(--light);
  font-weight: 700;
  display: none;
}

.account {
  display: none;
}

.nav-link.nav {
  color: var(--light);
  padding: 8px 24px;
  transition: all .2s;
}

.nav-link.nav:hover {
  color: var(--accent);
  transform: translate(0, -2px);
}

.content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.content-wrapper.nav {
  justify-content: space-between;
  max-width: none;
}

.content-wrapper.hero {
  z-index: 50;
  justify-content: center;
  max-width: 1920px;
  position: fixed;
  top: 25%;
}

.content-wrapper.content {
  max-width: 1440px;
  margin-bottom: 200px;
}

.content-wrapper.content.footer {
  margin-bottom: 200px;
}

.content-wrapper.content.footer._25 {
  margin-bottom: 40px;
}

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

.content-wrapper.content.flex._87326, .content-wrapper.content.cs {
  margin-bottom: 120px;
}

.content-wrapper.content.flex-copy {
  flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 120px;
}

.content-wrapper.hero-copy {
  z-index: 50;
  justify-content: center;
  max-width: 1920px;
}

.social-links {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  width: 100px;
  font-weight: 700;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-slider {
  z-index: 50;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-hero {
  z-index: -700;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 790px;
  display: flex;
}

.content-hero._2 {
  max-width: 920px;
  position: relative;
  top: -69px;
}

.tagline {
  color: var(--accent);
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.tagline-line {
  background-color: var(--accent);
  width: 72px;
  height: 2px;
  margin-right: 24px;
}

.link-to {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.link-to.hero {
  color: var(--light);
  transition: all .2s;
}

.link-to.hero:hover, .link-to.hero.more {
  color: var(--accent);
}

.link-to.hero.more:hover {
  transform: translate(2px);
}

.icon-scroll {
  width: 16px;
  height: 24px;
  margin-left: 16px;
}

.icon-scroll.more {
  transform: rotate(-90deg);
}

.h1-title {
  margin-bottom: 32px;
  font-family: Serif Display, sans-serif;
  font-size: 58px;
}

.mntn-logo {
  height: 24px;
}

.icon {
  width: 24px;
  height: 24px;
}

.icon.margin-right {
  margin-right: 8px;
}

.icon.social {
  margin-bottom: 16px;
  margin-right: 0;
  transform: rotate(90deg);
}

.nav-slider-links {
  flex-direction: column;
  align-items: flex-end;
  width: 100px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.indicator-line {
  background-color: rgba(255, 255, 255, .4);
}

.indicator {
  background-color: var(--light);
  width: 3px;
  height: 48px;
}

.slider-link {
  color: var(--light);
  padding: 8px 24px 8px 40px;
  transition: all .2s;
}

.slider-link:hover {
  color: var(--accent);
  transform: translate(5px);
}

.hg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vg {
  z-index: 50;
  position: absolute;
  top: 60%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mg {
  z-index: 0;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-hero {
  background-image: linear-gradient(135deg, var(--dark), rgba(0, 0, 0, 0) 87%);
  opacity: .6;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-section {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-section._122 {
  height: auto;
}

.content-section {
  z-index: 100;
  background-image: linear-gradient(180deg, rgba(11, 29, 38, 0), var(--dark) 20%);
  padding-top: 200px;
  position: relative;
}

.content-section.sdf {
  background-color: #0b1d26;
  background-image: url('../images/HG.png'), linear-gradient(180deg, rgba(11, 29, 38, 0), var(--dark) 20%);
  color: var(--dark);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 120px;
}

.grid {
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.footer {
  grid-column-gap: 0px;
  grid-template-columns: .75fr 1fr;
  padding-top: 40px;
}

.grid.cus-gr {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: start;
}

.grid.cus-gr-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: start;
  max-width: 800px;
  display: flex;
}

.content-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.content-text._100 {
  max-width: none;
}

.count {
  z-index: -1;
  opacity: .1;
  font-size: 200px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer {
  z-index: 999;
  background-color: var(--dark);
  position: relative;
}

.footer-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.top {
  flex-direction: column;
  width: 100%;
  max-width: 290px;
  display: flex;
}

.links {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.footer-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--light);
  margin-bottom: 8px;
  font-weight: 500;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--accent);
}

.copyright {
  color: #fff;
  font-weight: 500;
}

.body {
  background-color: rgba(3, 18, 26, .8);
  justify-content: center;
  align-items: flex-start;
  transition: all .2s;
  display: flex;
}

.author {
  color: var(--light);
  border-bottom: 2px solid rgba(255, 255, 255, .3);
  transition: all .2s;
}

.author:hover {
  color: var(--accent);
  border-bottom-color: rgba(251, 215, 132, .3);
}

.text-block {
  white-space: nowrap;
  transform: translate(0, -32px)rotate(90deg);
}

.image {
  object-fit: cover;
  width: 480px;
  height: 680px;
}

.loading-01 {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.loading {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-02 {
  background-color: var(--dark);
  width: 100%;
  height: 100%;
}

.lottie-animation {
  width: 400px;
  display: none;
}

.loading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  text-align: center;
  max-width: 940px;
  margin-bottom: 120px;
}

.head2 {
  font-size: 32px;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph-2 {
  line-height: 23px;
}

.image-2 {
  max-width: 200px;
}

.text-span {
  font-weight: 800;
}

.text-span-2 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .content-wrapper.hero {
    top: 16%;
  }

  .content-wrapper.content {
    margin-bottom: 100px;
  }

  .content-wrapper.content.footer {
    margin-bottom: 80px;
  }

  .content-wrapper.content.flex-copy {
    padding-bottom: 79px;
  }

  .content-wrapper.hero-copy {
    top: 16%;
  }

  .content-hero {
    max-width: 610px;
  }

  .h1-title {
    font-size: 58px;
  }

  .vg {
    top: 45%;
  }

  .mg {
    top: 30%;
  }

  .content-section {
    background-color: #0b1e26;
    margin-top: -120px;
    padding-top: 0;
  }

  .content-section.sdf {
    margin-top: 0;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid.footer {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .grid.cus-gr {
    flex-flow: column;
    display: flex;
  }

  .links {
    grid-column-gap: 27px;
    grid-template-columns: 1fr;
  }

  .footer-links._02 {
    display: none;
  }

  .image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 600px;
    height: 420px;
  }

  .image._01 {
    object-position: 50% 100%;
  }
}

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

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

  .content-wrapper.nav, .content-wrapper.hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-wrapper.content {
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-wrapper.content.footer._25 {
    margin-bottom: 0;
  }

  .content-wrapper.content.cs {
    margin-bottom: 80px;
  }

  .content-wrapper.hero-copy {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tagline {
    margin-bottom: 16px;
  }

  .h1-title {
    margin-bottom: 24px;
  }

  .hg {
    object-fit: cover;
    width: 100%;
    height: 600px;
  }

  .vg {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 600px;
    top: 55%;
  }

  .mg {
    object-fit: cover;
    width: 100%;
    height: 600px;
    top: 35%;
  }

  .hero-section {
    height: 1000px;
  }

  .content-section {
    background-image: linear-gradient(to bottom, rgba(11, 29, 38, 0), var(--dark) 5%);
    margin-top: -120px;
  }

  .content-section.sdf {
    background-image: url('../images/HG.png'), linear-gradient(180deg, rgba(11, 29, 38, 0), var(--dark) 20%);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding-top: 100px;
  }

  .grid.footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .head {
    font-size: 48px;
  }

  .links {
    grid-column-gap: 23px;
  }

  .footer-text {
    margin-bottom: 32px;
  }

  .head2 {
    font-size: 48px;
  }

  .image-2 {
    max-width: 140px;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 24px;
    line-height: 28px;
  }

  .content-wrapper.nav, .content-wrapper.hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.content {
    margin-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.hero-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-hero {
    max-width: 350px;
  }

  .tagline-line {
    width: 40px;
    margin-right: 16px;
  }

  .h1-title {
    font-size: 32px;
  }

  .hg, .vg, .mg {
    object-position: 30% 50%;
  }

  .content-section {
    margin-top: -80px;
  }

  .content-section.sdf {
    background-position: 50% 100%, 0 0;
    background-size: cover, auto;
  }

  .head {
    font-size: 40px;
  }

  .links {
    grid-column-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image {
    height: 320px;
  }

  .heading-tagline {
    letter-spacing: 4px;
    font-size: 12px;
  }

  .loading-01, .loading-02 {
    max-width: 50%;
  }

  .head2 {
    font-size: 40px;
  }
}

#w-node-b8e564d0-2c34-0ead-e5fb-435c3832b714-e64c6a0f {
  align-self: center;
}

#w-node-_5e73dc4a-8043-6c74-7464-39e02eb8b346-e64c6a0f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f9648377-ed31-1ffa-e73a-12f012158455-e64c6a0f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-f9648377-ed31-1ffa-e73a-12f012158464-e64c6a0f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d5468e14-f5f4-55b3-3c23-af252b1c3813-e64c6a0f {
  align-self: center;
}

#w-node-d5468e14-f5f4-55b3-3c23-af252b1c3822-e64c6a0f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_372496bc-78e9-0774-463c-1fcc3a6fdae2-e64c6a0f, #w-node-_81a8f8d9-101a-b288-01ac-f5c22bcfcffd-e64c6a0f {
  align-self: start;
}

#w-node-_6d51f4e2-ecbb-bad7-7391-185abb8b4d66-e64c6a0f {
  order: -9999;
  align-self: start;
}

#w-node-_53e3dd83-db51-e43a-4e02-bb0e231a4350-e64c6a0f, #w-node-_53e3dd83-db51-e43a-4e02-bb0e231a4357-e64c6a0f {
  align-self: start;
}

#w-node-_53e3dd83-db51-e43a-4e02-bb0e231a435e-e64c6a0f {
  order: -9999;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b8e564d0-2c34-0ead-e5fb-435c3832b714-e64c6a0f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5e73dc4a-8043-6c74-7464-39e02eb8b346-e64c6a0f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-f9648377-ed31-1ffa-e73a-12f012158455-e64c6a0f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-f9648377-ed31-1ffa-e73a-12f012158464-e64c6a0f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-d5468e14-f5f4-55b3-3c23-af252b1c3813-e64c6a0f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d5468e14-f5f4-55b3-3c23-af252b1c3822-e64c6a0f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_372496bc-78e9-0774-463c-1fcc3a6fdae2-e64c6a0f, #w-node-_81a8f8d9-101a-b288-01ac-f5c22bcfcffd-e64c6a0f, #w-node-_6d51f4e2-ecbb-bad7-7391-185abb8b4d66-e64c6a0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_53e3dd83-db51-e43a-4e02-bb0e231a4350-e64c6a0f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_53e3dd83-db51-e43a-4e02-bb0e231a4357-e64c6a0f, #w-node-_53e3dd83-db51-e43a-4e02-bb0e231a435e-e64c6a0f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f078915-4b4a-ed4d-3bf7-1aa862d1e6f1-e64c6a0f {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/SansSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/SansSerif-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/SansSerif-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Serif Display';
  src: url('../fonts/SerifDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Serif Display';
  src: url('../fonts/SerifDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}