body {
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 68px;
  line-height: 95px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #666;
  font-size: 18px;
  line-height: 25px;
}

a {
  color: #000;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1326px;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.d-none {
  display: none;
}

.nav-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-section {
  height: 100vh;
  background-color: #f8f8f8;
  background-image: url('../images/Bg.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-main {
  padding-top: 50px;
}

.hero-innner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
}

.hero-right {
  position: relative;
  width: 100%;
  max-width: 608px;
}

.hero-left {
  position: relative;
  padding-bottom: 84px;
}

.txt-span {
  border-bottom: 5px solid #ff8400;
  color: #ff8400;
}

.bottom-line {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 5px;
  max-width: 213px;
  min-height: 5px;
  margin-bottom: 30px;
  background-color: #ff8400;
}

.backround-dot {
  position: absolute;
  left: 49%;
  top: -76px;
  right: auto;
  bottom: auto;
}

.hero-subtitle {
  margin-bottom: 40px;
}

.download-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 20px;
}

.content-background {
  position: absolute;
  left: auto;
  top: 66px;
  right: 52px;
  bottom: auto;
}

.terms-link-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 26px;
}

.inner-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.inner-link:hover {
  text-decoration: underline;
}

.hero-title {
  margin-bottom: 35px;
}

.main-content {
  padding-top: 30px;
  padding-bottom: 400px;
}

.home-link {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  line-height: 25px;
}

.home-link:hover {
  text-decoration: underline;
}

.title {
  margin-bottom: 45px;
}

.terms-of-use p {
  margin-bottom: 0px;
  color: #000;
}

.terms-of-use h2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
  }

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

  .hero-innner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 50px;
  }

  .hero-right {
    min-width: 0px;
  }

  .terms-link-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 58%;
  }

  .menu {
    display: none;
  }

  .menu.d-none {
    display: none;
  }

  .menu-button {
    z-index: -6;
  }

  .main-content {
    padding-bottom: 400px;
  }
}

@media screen and (max-width: 767px) {
  .hero-innner {
    grid-row-gap: 40px;
  }

  .hero-subtitle {
    margin-bottom: 30px;
  }

  .terms-link-block {
    bottom: 58%;
  }

  .hero-title {
    margin-bottom: 25px;
    font-size: 54px;
    line-height: 78px;
  }

  .main-content {
    padding-bottom: 400px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 100% 50%;
    background-size: cover;
  }

  .hero-main {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .hero-innner {
    grid-row-gap: 20px;
  }

  .hero-left {
    z-index: 0;
    padding-bottom: 44px;
  }

  .backround-dot {
    left: 80%;
    top: -58px;
  }

  .hero-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .content-background {
    top: -91px;
    right: 98px;
    z-index: -1;
  }

  .terms-link-block {
    bottom: -5%;
  }

  .hero-title {
    font-size: 35px;
    line-height: 47px;
  }

  .main-content {
    padding-bottom: 400px;
  }

  .title {
    font-size: 28px;
    line-height: 41px;
  }

  .terms-of-use p {
    font-size: 16px;
    line-height: 23px;
  }

  .terms-of-use h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

