:root {
  --white: white;
  --black: #151515;
  --green-yellow: #cbfc01;
  --tomato: #e3ab6f;
  --dark-orange: #ef8534;
  --black-2: #151515;
  --black-3: #2e2e2e;
  --salmon: #fc6161;
}

body {
  color: #333;
  background-color: #151515;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 97px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

p {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-last-link {
  color: #fff;
  background-image: url('../images/right-arrow.svg');
  background-position: 95% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: background-position .3s;
}

.nav-last-link:hover {
  background-position: 100% 60%;
}

.navbar {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: rgba(255, 255, 255, .7);
  padding: 5px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--tomato);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--green-yellow);
}

.nav-link.soon {
  color: rgba(255, 255, 255, .32);
}

.nav-link.soon:hover {
  color: rgba(143, 143, 143, .32);
}

.nav-link-wrap {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  padding-left: 0;
}

.nav-link-inner {
  grid-column-gap: 45px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  background-color: var(--black);
  background-image: url('../images/square-lines-ng.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 223px;
  padding-bottom: 133px;
  overflow: hidden;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-image-wrap {
  width: 100%;
  height: 533px;
  max-width: 600px;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
}

.hero-data {
  width: 100%;
  max-width: 42.75%;
}

.sub-heading {
  background-image: linear-gradient(to right, #e3ab6f, var(--dark-orange));
  color: var(--tomato);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.hero-title {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 72px;
  line-height: 80px;
}

.hero-title.topnomics {
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
}

.hero-title.smlars {
  text-align: center;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.green-text {
  color: #e3ab6f;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.hero-text {
  margin-bottom: 50px;
  font-size: 18px;
}

.primary-button {
  background-color: var(--tomato);
  color: var(--black-2);
  text-transform: capitalize;
  background-image: url('../images/right-arrow.svg');
  background-position: 80% 51%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 21px 82px 21px 45px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, background-position .3s;
}

.primary-button:hover {
  background-color: var(--black);
  background-position: 85% 51%;
}

.hero-green-circle {
  width: 500px;
  height: 500px;
  background-color: #e3ab6f;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  transform: translate(18%);
}

.card-image {
  perspective: 1980px;
  perspective-origin: 50% 0;
  transform-origin: 50%;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
  position: relative;
  right: 100px;
  transform: none;
}

.card-one {
  z-index: 4;
  width: 100%;
  height: auto;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  perspective: 314px;
  transform-style: preserve-3d;
  border-radius: 30px;
  position: absolute;
  bottom: 70px;
  transform: rotateX(65deg)rotateY(0)rotateZ(-46deg);
}

.card-two {
  z-index: 2;
  width: 100%;
  height: auto;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transform-style: preserve-3d;
  border-radius: 30px;
  position: relative;
  top: 70px;
  transform: rotateX(65deg)rotateY(0)rotateZ(-46deg);
}

.logo-section {
  background-color: #e3ab6f;
  padding-top: 83px;
  padding-bottom: 83px;
}

.logo-grid {
  grid-column-gap: 156px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.servies-section {
  padding-top: 150px;
}

.services-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.services-heading-block {
  z-index: 1;
  width: 100%;
  max-width: 439px;
  position: absolute;
  left: 0;
}

.services-heading {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 50px;
}

.services-card {
  width: 100%;
  max-width: 352px;
  border: 1px solid var(--black-3);
  background-color: var(--black);
  padding: 60px 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.services-card.left {
  border-left-color: rgba(0, 0, 0, 0);
}

.services-card.left-top {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}

.service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  display: flex;
}

.divider {
  width: 100%;
  height: 2px;
  max-width: 40px;
  background-color: var(--white);
  margin-bottom: 36px;
}

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

.service-text {
  margin-bottom: 70px;
}

.arrow-icon {
  width: 53px;
  height: 53px;
  background-color: var(--white);
  margin-left: auto;
  padding: 16px;
}

.blank-box {
  width: 100%;
  max-width: 352px;
}

.benifits-section {
  padding-top: 150px;
}

.benifits-wrapper {
  grid-column-gap: 118px;
  justify-content: space-between;
  display: flex;
}

.benifits-content {
  width: 100%;
  max-width: 41%;
}

.map-image-wrap {
  width: 100%;
  max-width: 49.16%;
}

.map {
  width: 100%;
  height: 100%;
}

.stat-wrapper {
  grid-column-gap: 89px;
  grid-row-gap: 89px;
  justify-content: flex-start;
  margin-top: 80px;
  display: flex;
}

.number {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 100%;
}

.body-small {
  font-size: 14px;
  line-height: 100%;
}

.services-content-text {
  margin-bottom: 50px;
}

.green-circle {
  width: 100%;
  height: 476px;
  max-width: 476px;
  float: right;
  background-color: var(--tomato);
  border-radius: 100%;
  position: absolute;
}

.card-image-sevice {
  width: 100%;
  max-width: 476px;
  margin-right: auto;
  position: relative;
}

.service-section {
  padding-top: 204px;
  padding-bottom: 150px;
}

.service-wrapper {
  grid-column-gap: 118px;
  justify-content: space-between;
  display: flex;
}

.services-content {
  width: 100%;
  max-width: 40.66%;
}

.card-image-wrap {
  width: 100%;
  max-width: 49.16%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.services-block {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--black-3);
  background-color: var(--black-3);
  margin-top: 150px;
  display: none;
}

.block {
  width: 100%;
  background-color: var(--black-2);
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-box {
  background-color: var(--white);
  margin-bottom: 22px;
  padding: 16px;
  display: inline-block;
}

.learn-more-link {
  grid-column-gap: 10px;
  color: #fff;
  align-self: flex-start;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: background-position .3s;
  display: flex;
}

.learn-more-link:hover {
  background-position: 100% 60%;
}

.service-box-title {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.services-box-text {
  margin-bottom: 17px;
}

.review-section {
  background-color: var(--white);
  background-image: url('../images/black-squares.svg');
  background-position: 50%;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  overflow: hidden;
}

.review-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 55px;
  display: flex;
}

.black-text {
  color: var(--black);
}

.review-heading {
  width: 100%;
  max-width: 638px;
  color: var(--black);
  text-align: left;
  font-size: 72px;
  line-height: 100%;
}

.review-slider {
  width: 1200px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.review-mask {
  width: 100%;
  max-width: 363px;
  left: -681px;
  overflow: visible;
}

.review-slide {
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
}

.hide {
  display: none;
}

.review-block {
  background-color: var(--black);
  padding: 50px;
}

.review-text {
  color: var(--white);
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 214%;
}

.client-info {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.person-image {
  width: 100%;
  height: 100%;
  max-height: 48px;
  max-width: 48px;
  object-fit: cover;
  border-radius: 100%;
}

.client-name {
  color: var(--white);
  margin-bottom: 4px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.client-position {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 4px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.left-arrow {
  width: 56px;
  height: 56px;
  color: var(--black);
  border: 3px solid #000;
  border-radius: 100%;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  transition: color .3s, background-color .3s;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 70px;
}

.left-arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

.right-arrow {
  width: 56px;
  height: 56px;
  color: var(--black);
  border: 3px solid #000;
  border-radius: 100%;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  transition: color .3s, background-color .3s;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

.cta-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.cta-wrapper {
  background-color: var(--tomato);
  text-align: center;
  padding: 58px 180px 58px 185px;
}

.cta-heading {
  color: var(--white);
  letter-spacing: -.84px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 123%;
}

.secondary-button {
  background-color: var(--black);
  color: var(--tomato);
  text-transform: capitalize;
  padding: 21px 45px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s, background-position .3s;
}

.secondary-button:hover {
  background-color: var(--tomato);
  color: var(--black);
  background-image: none;
}

.footer {
  background-image: linear-gradient(rgba(21, 21, 21, .8), rgba(21, 21, 21, .8)), url('../images/footer-bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.footer-section {
  margin-bottom: 59px;
  padding-top: 44px;
}

.copyright-section {
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, .7);
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.copyright-text {
  letter-spacing: -.02em;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.footer-logo {
  width: 100%;
  margin-bottom: 18px;
}

.social-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 39px;
  display: flex;
}

.linkdin {
  width: 20px;
  height: 20px;
  background-image: url('../images/linkdin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-position .3s;
}

.linkdin:hover {
  background-image: url('../images/green-linkdin.svg');
}

.messenger {
  width: 20px;
  height: 20px;
  background-image: url('../images/messenger.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-position .3s;
}

.messenger:hover {
  background-image: url('../images/gree-messenger.svg');
}

.twitter {
  width: 20px;
  height: 20px;
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-position .3s;
}

.twitter:hover {
  background-image: url('../images/green-twitter.svg');
}

.twoo {
  width: 20px;
  height: 20px;
  background-image: url('../images/twoo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-position .3s;
}

.twoo:hover {
  background-image: url('../images/green-twoo.svg');
}

.footer-links-inner {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.footer-link {
  color: rgba(255, 255, 255, .7);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-heading {
  color: rgba(255, 255, 255, .7);
  font-size: 22px;
  font-weight: 700;
  line-height: 109%;
}

.new-letter-form {
  margin-top: 24px;
  margin-bottom: 21px;
}

.news-letter-form {
  height: 52px;
  align-items: stretch;
  display: flex;
}

.text-field {
  height: auto;
  color: #151515;
  letter-spacing: -.02em;
  background-color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  padding: 13px 18px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-field:focus {
  border: 1px solid rgba(0, 0, 0, 0);
}

.text-field::-ms-input-placeholder {
  color: rgba(21, 21, 21, .7);
  font-weight: 400;
}

.text-field::placeholder {
  color: rgba(21, 21, 21, .7);
  font-weight: 400;
}

.submit-button {
  background-color: var(--tomato);
  color: var(--black);
  letter-spacing: -.02em;
  padding: 13px 34px 13px 43px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 162%;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: var(--white);
}

.form-text {
  letter-spacing: -.02em;
  font-weight: 400;
  line-height: 162%;
}

.success-message {
  border: 1px solid var(--white);
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 10px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
}

.error-message {
  border: 1px solid var(--salmon);
  color: var(--salmon);
  background-color: rgba(0, 0, 0, 0);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.right-arrow-link {
  margin-top: 2px;
}

.card-content {
  z-index: 2;
  position: relative;
}

.card-hover {
  width: 6vw;
  height: 6vw;
  background-color: var(--tomato);
  background-image: linear-gradient(225deg, var(--tomato), var(--dark-orange));
  border-radius: 100%;
  position: absolute;
  top: -10vw;
  bottom: auto;
  left: auto;
  right: -10vw;
}

.icon-card-content {
  z-index: 2;
  position: relative;
}

.collection-wrap {
  align-items: center;
  display: flex;
}

.subtext {
  color: #6c7b90;
  font-size: 14px;
}

.subtext.nftcs {
  line-height: 100%;
}

.subtext.nftcs.big {
  color: #475467;
  font-size: 25px;
}

.div-block-2 {
  background-color: #e6d5b3;
  border: 1px solid #ff564f;
  border-radius: 10px;
  padding: 20px;
  display: block;
  transform: rotate(-6deg);
  box-shadow: 0 0 19px rgba(230, 213, 179, .76);
}

.button {
  text-align: center;
  background-color: #ff564f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100%;
  display: flex;
}

.div-block-6 {
  display: flex;
}

.profile-icon---card {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5000px;
  margin-right: 0;
}

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

.heading {
  font-weight: 400;
}

.name-list {
  color: #f9fafb;
  margin-right: 0;
  font-weight: 700;
}

.name-list.nfs {
  color: #000;
  font-size: 20px;
}

.name-list.nfs.procent {
  color: #23c711;
}

.name-group {
  position: relative;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

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

.image {
  border-radius: 10px;
}

.nfttop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tokeniconnfttop {
  width: 14px;
  height: 14px;
  max-width: 100%;
  margin-top: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

.tokeniconnfttop.big {
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-right: 5px;
}

.div-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.group-icon {
  margin-right: 10px;
  position: relative;
}

.verified-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -4px;
}

.heading-copy {
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.text-block {
  color: var(--white);
}

.text-block:hover {
  color: var(--black);
}

.text-span {
  color: var(--tomato);
  font-weight: 800;
}

.div-block-8, .div-block-9, .div-block-10 {
  position: relative;
}

.div-block-11 {
  justify-content: center;
  display: flex;
  position: relative;
}

.div-block-12 {
  width: 85px;
  background-color: rgba(255, 67, 62, .52);
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  display: block;
  position: absolute;
  top: -52%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.div-block-12.sec {
  top: -52%;
  bottom: auto;
  left: -12%;
  right: auto;
}

.div-block-12.thir {
  top: -53%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.text-block-2 {
  color: #c4c4c4;
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.heading-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  position: static;
}

.text-block-3 {
  color: #fff;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 60px;
  }

  h2 {
    font-size: 38px;
    line-height: 45px;
  }

  .nav-last-link {
    width: 100%;
    color: var(--black);
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px 20px;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    line-height: 24px;
    display: block;
  }

  .nav-last-link:hover {
    background-color: var(--green-yellow);
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    width: 100%;
    color: var(--black);
    padding: 15px 20px;
  }

  .nav-link:hover {
    background-color: var(--green-yellow);
    color: var(--black);
    text-decoration: none;
  }

  .nav-link.w--current {
    background-color: var(--green-yellow);
    color: var(--black);
  }

  .middle-line {
    width: 24px;
    height: 1px;
    background-color: var(--green-yellow);
    border-radius: 20px;
    padding: 0;
  }

  .menu {
    padding: 0;
  }

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

  .nav-link-wrap {
    background-color: #fff;
  }

  .top-line {
    width: 24px;
    height: 1px;
    background-color: var(--green-yellow);
    border-radius: 20px;
    margin-bottom: 6px;
    padding: 0;
  }

  .nav-link-inner {
    text-align: left;
    flex-direction: column;
  }

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

  .bottom-line {
    width: 24px;
    height: 1px;
    background-color: var(--green-yellow);
    border-radius: 20px;
    margin-top: 6px;
    padding: 0;
  }

  .hero-image-wrap {
    max-width: 300px;
  }

  .hero-data {
    max-width: 50%;
  }

  .sub-heading {
    font-size: 18px;
  }

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

  .hero-text {
    font-size: 16px;
  }

  .hero-green-circle {
    width: 300px;
    height: 300px;
  }

  .card-image {
    right: 40px;
  }

  .card-one {
    bottom: 40px;
  }

  .card-two {
    top: 40px;
  }

  .logo-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-grid {
    grid-column-gap: 50px;
  }

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

  .services-heading-block {
    max-width: 100%;
    position: relative;
  }

  .service-grid {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .blank-box {
    display: none;
  }

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

  .services-content-text {
    margin-bottom: 40px;
  }

  .green-circle {
    height: 280px;
    max-width: 280px;
  }

  .service-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .services-content, .card-image-wrap {
    max-width: 50%;
  }

  .services-block {
    margin-top: 100px;
  }

  .block {
    padding: 25px;
  }

  .service-box-title {
    font-size: 25px;
  }

  .cta-wrapper {
    padding: 50px;
  }

  .cta-heading {
    font-size: 50px;
  }

  .group-icon {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }

  .navbar {
    background-size: cover;
  }

  .logo {
    width: 15%;
  }

  .logo.big {
    width: 8%;
  }

  .hero-section {
    background-position: 50% 0;
    background-size: auto 80vh;
  }

  .hero-wrap {
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-image-wrap {
    height: 300px;
    max-width: 80%;
    position: relative;
  }

  .hero-data {
    max-width: 100%;
  }

  .primary-button {
    padding: 15px 72px 15px 35px;
  }

  .logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .services-card {
    max-width: 100%;
    padding: 40px 20px;
  }

  .services-card.left {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: var(--black-3);
  }

  .services-card.left-top {
    border-left-color: var(--black-3);
  }

  .arrow-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .benifits-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .benifits-content, .map-image-wrap {
    max-width: 100%;
  }

  .stat-wrapper {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .number {
    font-size: 25px;
  }

  .service-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .services-content, .card-image-wrap {
    max-width: 100%;
  }

  .services-block {
    flex-direction: column;
  }

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

  .review-heading {
    font-size: 36px;
  }

  .review-block {
    padding: 30px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    margin-top: 40px;
    font-size: 22px;
    top: auto;
    bottom: auto;
    left: 0;
    right: 50px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    margin-top: 40px;
    font-size: 22px;
    top: auto;
    left: 50px;
    right: 0%;
  }

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

  .cta-wrapper {
    padding: 50px 30px;
  }

  .cta-heading {
    font-size: 40px;
  }

  .footer-section {
    margin-bottom: 40px;
  }

  .copyright-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-inner {
    flex-flow: wrap;
    display: flex;
  }

  .column {
    width: 100%;
  }

  .column.half {
    max-width: 40%;
  }

  .footer-logo {
    padding-left: 0;
  }

  .tokeniconnfttop.big {
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-last-link {
    color: #fff;
    background-position: 95%;
  }

  .nav-last-link:hover {
    background-color: var(--tomato);
    background-position: 95%;
  }

  .navbar {
    background-position: 0 0;
    background-size: auto;
  }

  .nav-link {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .nav-link:hover {
    color: var(--tomato);
    background-color: rgba(0, 0, 0, 0);
  }

  .middle-line {
    background-color: var(--tomato);
  }

  .nav-link-wrap {
    background-color: var(--black);
  }

  .logo {
    width: 75%;
    text-align: left;
  }

  .logo.w--current {
    width: 50%;
  }

  .top-line, .bottom-line {
    background-color: var(--tomato);
  }

  .hero-image-wrap {
    max-width: 75%;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 50px;
  }

  .hero-green-circle {
    width: 200px;
    height: 200px;
  }

  .logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-text {
    margin-bottom: 40px;
  }

  .green-circle {
    height: 200px;
    max-width: 200px;
  }

  .review-mask {
    max-width: none;
  }

  .review-slide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-block {
    padding: 18px;
  }

  .cta-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-heading {
    font-size: 30px;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-inner {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
  }

  .column.half {
    max-width: 45%;
  }

  .new-letter-form {
    flex-direction: column;
    display: flex;
  }

  .news-letter-form {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .subtext.nftcs {
    font-size: 10px;
  }

  .subtext.nftcs.big {
    font-size: 20px;
  }

  .div-block-2 {
    margin-bottom: -13px;
    display: none;
  }

  .button {
    font-size: 15px;
  }

  .profile-icon---card {
    width: 30px;
    height: 30px;
  }

  .heading {
    font-size: 20px;
  }

  .name-list.nfs {
    font-size: 10px;
  }

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

  .tokeniconnfttop {
    width: 10px;
    height: 10px;
  }

  .tokeniconnfttop.big {
    width: 20px;
    height: auto;
  }

  .verified-icon {
    width: 15px;
    height: 15px;
  }

  .heading-copy {
    font-size: 20px;
  }

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

  .div-block-9, .div-block-10 {
    display: block;
  }

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

#w-node-_07b10b38-503a-6084-1180-0c209d0175af-63eb692d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6037af8d-ec71-ad9a-27a7-a09aa719d66b-63eb692d, #w-node-_969949ac-275b-735c-7a17-ba9b8c4c00bf-63eb692d, #w-node-c45ed10f-c31a-e102-d83d-553fbeed433b-63eb692d, #w-node-c45ed10f-c31a-e102-d83d-553fbeed433c-63eb692d, #w-node-_626fc55f-0ef6-071f-adb3-8fc484462a47-63eb692d, #w-node-_626fc55f-0ef6-071f-adb3-8fc484462a48-63eb692d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_118a8405-6f6f-9475-e8e2-69cba7c66a2c-a7c66a28, #w-node-_118a8405-6f6f-9475-e8e2-69cba7c66a36-a7c66a28, #w-node-_118a8405-6f6f-9475-e8e2-69cba7c66a42-a7c66a28, #w-node-_118a8405-6f6f-9475-e8e2-69cba7c66a4e-a7c66a28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}