/* Home page */
.hero-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f9fafb;
}

.hero-section .hero-content {
  position: absolute;
  left: 200px;
  bottom: 222px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  z-index: 1;
  width: 700px;
}

.video-container {
  object-fit: cover;
}

.hero-content .hero-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero-content .hero-text h1.hero-title {
  color: var(--black);
  font-family: "Instrument Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -1.92px;
}

.hero-content .hero-text p.hero-description {
  color: #707274;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.48px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

a.primary-button {
  padding: 20px 40px;
  border-radius: 50px;
  background: var(--orange, #f2561d);
  text-decoration: none;
  text-align: center;
}

a.primary-button .button-text {
  color: #f0f4f5;
  font-family: "Instrument Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.44px;
}

a.secondary-button {
  padding: 20px 40px;
  border-radius: 50px;
  border: 1.6px solid var(--grey-additional, #b4b5b8);
  text-decoration: none;
}

a.secondary-button .button-text {
  color: #323232;
  font-family: "Instrument Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.44px;
}

.gradient-background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 455px;
  flex-shrink: 0;
  background: linear-gradient(
    0deg,
    #f9fafb 0%,
    #f9fafb 10%,
    rgba(217, 215, 218, 0) 100%
  );
}

.signature-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 147px;
  gap: 256px;
}

.signature-section .signature-container {
  display: flex;
  gap: 32px;
  width: 100%;
  align-items: center;  
}

.signature-section .signature-wrapper {
  display: flex;
  flex-direction: column;
  gap: 124px;
}

.signature-video {
  width: 100%;
  max-width: 615px;
}

.signature-section .signature-text {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-self: stretch;
  max-width: 630px;
  padding-top: 120px;
}

.signature-section .signature-text h2.signature-title {
  color: var(--black);
  font-family: "Instrument Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -1.44px;
}

.signature-section .signature-text p.signature-description {
  color: #8c8d8f;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 475;
  line-height: 140%;
  letter-spacing: -0.48px;
}

.signature-section .signature-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 56px;
}

.signature-section .signature-buttons a {
  text-decoration: none;
}

.signature-section .signature-buttons a.black-button {
  background-color: #242424;
  border-radius: 50px;
  padding: 16px 32px;
}

.signature-section .signature-buttons a.black-button .button-text {
  color: #f9fafb;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 420;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.signature-section .signature-buttons a.white-button {
  border-radius: 50px;
  border: 1px solid #b4b5b814;
  background: #b4b5b814;
  padding: 16px 32px;
}

.signature-section .signature-buttons a.white-button .button-text {
  color: #242424;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 420;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.statistic-clients-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 128px;
  margin-bottom: 128px;
}

.statistic-section {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.statistic-section .statistic-card {
  display: flex;
  width: 221px;
  height: 150px;
  padding: 20px 26px 41px 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 20px;
  background: var(--black, #242424);
  cursor: pointer;
}

.statistic-section .statistic-card:hover {
  background: var(--orange, #f2561d);
}

.statistic-section .statistic-card:hover .statistic-number {
  color: var(--black, #242424);
}
.statistic-section .statistic-card:hover .statistic-description {
  color: var(--white, #f9fafb);
}

.special-card {
  display: flex;
  width: 221px;
  height: 150px;
  padding: 20px 41px 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
}

.statistic-section .statistic-card .statistic-number {
  color: var(--white, #f9fafb);
  font-family: "Instrument Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 475;
  line-height: 85%;
  letter-spacing: -0.8px;
  max-width: 150px;
}

.statistic-section .statistic-card span.statistic-description {
  color: var(--grey, #8c8d8f);
  font-family: "Instrument Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 475;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.clients-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 32px;
  row-gap: 32px;
  justify-items: center;
}

.clients-section > *:nth-last-child(2) {
  grid-column: 2/4;
  margin-right: 10px;
}

.clients-section > *:last-child {
  grid-column: 4/5;
  margin-left: -200px;
}

.client-logo {
  width: 169px;
  height: 95px;
  filter: grayscale(100%) contrast(60%);
  opacity: 0.5;
  transition: filter 0.3s ease;
  cursor: pointer;
}

.client-logo:hover {
  filter: none;
  opacity: 1;
}

.infrastructure-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 120px;
  gap: 64px;
}

.infrastructure-section .infrastructure-title {
  color: #212121;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.92px;
}

.infrastructure-section .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 48px;
  column-gap: 8px;
}

.infrastructure-section .card-grid .card {
  display: flex;
  width: 368px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 32px;
  background: #8c8d8f00;
}

.infrastructure-section .card-grid .card-cover {
  width: 368px;
  height: 294px;
}

.infrastructure-section .card-grid .card:hover{
  border-radius: 32px;
  background: var(--grey-select-8, rgba(180, 181, 184, 0.08));
}

.infrastructure-section .card-grid .card-cover .card-image,
.card-video {
  width: 100%;
  max-width: 368px;
  height: 294px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.infrastructure-section .card-grid .card .card-image {
  display: block;
}

.infrastructure-section .card-grid .card .card-video {
  display: none;
}

.infrastructure-section .card-grid .card:hover .card-image {
  display: none;
}

.infrastructure-section .card-grid .card:hover .card-video {
  display: block;
  width: 368px;
  height: 294px;
  object-fit: cover;
  border-radius: 32px;
  background-color: #F2561D;
  background-blend-mode: multiply;
  mix-blend-mode: overlay;
}

.infrastructure-section .card-grid .card:hover .card-cover {
  background-color: #F2561D;
  background-blend-mode: multiply;
  mix-blend-mode: overlay;
  border-radius: 32px;
}

.infrastructure-section .card-grid .card .card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 250px;
  padding: 48px 0 40px 0;
}

.infrastructure-section .card-grid .card:hover .card-text {
  padding-left: 20px;
  padding-right: 20px;
}

.infrastructure-section .card-grid .card .card-title {
  color: var(--black, #242424);
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 475;
  line-height: 140%;
  letter-spacing: -0.48px;
}

.infrastructure-section .card-grid .card .card-description {
  color: var(--grey, #8c8d8f);
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 420;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.infrastructure-section a.primary-button {
  width: 100%;
  max-width: 222px;
  cursor: pointer;
}

.support-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 144px;
  gap: 80px;
}

.support-section .support-title {
  color: #212121;
  font-family: "Instrument Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -1.92px;
}

.support-section .support-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.support-section .support-card {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 52px;
  background: #8c8d8f00;
}

.support-section .support-card:hover {
  border-radius: 32px;
  background: rgba(140, 141, 143, 0.08);
  transition: all 0.3s ease-out;
}

.support-section .support-card:hover .support-card-text.left {
  padding-left: 20px;
}

.support-section .support-card:hover .support-card-text.right {
  padding-right: 20px;
}

.support-section .support-card:hover .support-card-text.right .button-text {
  font-size: 16px;
}

.support-section .support-card .support-card-image {
  width: 500px;
  height: 400px;
  border-radius: 32px;
  background: lightgray 50% / cover no-repeat;
}

.support-section .support-card .support-card-text {
  display: flex;
  width: 100%;
  max-width: 528px;
  flex-direction: column;
  align-items: flex-start;
  gap: 96px;
  flex-shrink: 0;
}

.support-section .support-card .support-card-text .support-card-description {
  color: #8c8d8f;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 420;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.support-section .support-card .support-card-text .support-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.network-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 132px;
  gap: 144px;
}

.network-section .network-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.network-section .network-header .title {
  color: #212121;
  font-family: "Instrument Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -1.92px;
}

.network-section .network-header .subtitle {
  color: #707274;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 475;
  line-height: 140%;
  letter-spacing: -0.48px;
}

.network-section .network-properties {
  display: flex;
  align-items: center;
  gap: 64px;
}

.network-section .network-properties .network-video {
  width: 100%;
  max-width: 387px;
  border-radius: 32px;
  background: #f2561d;
  mix-blend-mode: overlay;
}

.network-section .network-properties .list-properties {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.network-section .network-properties .list-properties .property {
  display: flex;
  width: 669px;
  padding: 36px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  flex-shrink: 0;
}

.network-section .network-properties .list-properties .property:hover {
  border-radius: 32px;
  background: rgba(140, 141, 143, 0.08);
  padding: 36px 40px;
  transition: all 0.3s ease;
}

.network-section
  .network-properties
  .list-properties
  .property
  .title-with-icon {
  display: flex;
  align-items: center;
  gap: 19px;
}

.network-section
  .network-properties
  .list-properties
  .property
  .title-with-icon
  .property-icon {
  border-radius: 12px;
  background: #323232;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  align-items: center;
  gap: 10px;
}

.network-section
  .network-properties
  .list-properties
  .property
  .title-with-icon
  .property-title {
  color: #323232;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 475;
  line-height: 140%;
  letter-spacing: -0.48px;
}

.network-section
  .network-properties
  .list-properties
  .property
  .property-description {
  color: #8c8d8f;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 420;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.tokens-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  border-radius: 32px;
  background: #f2561d;
  padding: 89px 127px;
}

.tokens-section .tokens-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 32px;
}

.tokens-section .tokens-description {
  color: #fff;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 475;
  line-height: 116%;
  letter-spacing: -0.8px;
  z-index: 1;
}
.tokens-section .black-button {
  z-index: 1;
  cursor: pointer;
}

.tokens-section .black-button .button-text {
  color: var(--white, #f9fafb);
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 420;
  line-height: 140%;
  letter-spacing: -0.4px;
  z-index: 1;
}

.backed-section {
  padding: 218px 0;
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 65px;
}

.backed-section .backed-icon {
  border-radius: 32px;
  border: 1px solid #dddfe5;
  background: #b4b5b814;
  position: relative;
}

.backed-section .backed-icon-text {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  color: #8c8d8f;
  font-family: "Instrument Sans";
  font-size: 14px;
  white-space: nowrap;
}

.backed-section .backed-icon:hover {
  background-color: #242424;
}

.backed-section .backed-icon:hover .backed-icon-text {
  display: block;
}

.backed-section .backed-text {
  color: #8c8d8f;
  font-family: "Instrument Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -1.2px;
  grid-column: 3 / 9;
}

.backed-section .backed-icon.hidden {
  visibility: hidden;
}

/* mobile  */
@media (max-width: 430px) {
  .hero-section {
    height: 100vh;
  }

  .hero-section .video-container .hero-video {
    transform: translate(-50%, -10%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .hero-section .hero-content {
    position: absolute;
    left: 20px;
    top: 140px;
    bottom: 200px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 1;
    width: 90%;
  }

  .hero-section .hero-content .hero-text {
    gap: 32px;
  }

  .hero-section .hero-content .hero-text h1.hero-title {
    text-align: center;
  }

  .hero-section .hero-content .hero-text p.hero-description {
    font-size: 18px;
  }

  .hero-section .hero-content .hero-buttons {
    flex-direction: column;
    margin-top: 0;
  }

  a.primary-button,
  a.secondary-button {
    width: 100%;
    text-align: center;
    background: #f9fafbb0;
  }

  .gradient-background {
    height: 200px;
  }

  .signature-section {
    margin-top: 80px;
    gap: 80px;
  }

  .signature-section .signature-container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 32px;
  }

  .signature-section .signature-wrapper {
    gap: 32px;
  }

  .signature-section .signature-text {
    gap: 32px;
    max-width: 400px;
  }

  .signature-section .signature-text h2.signature-title {
    font-size: 32px;
    text-align: center;
  }

  .signature-section .signature-text p.signature-description {
    font-size: 18px;
  }

  .signature-section .signature-buttons {
    flex-direction: column;
    width: 100%;
  }

  .signature-section .signature-buttons a.black-button,
  .signature-section .signature-buttons a.white-button {
    width: 100%;
  }

  .signature-section .signature-video {
    padding-inline: 24px;
    width: 40%;
  }

  .statistic-section {
    flex-direction: column;
    align-items: center;
  }

  .statistic-section .statistic-card {
    width: 380px;
  }

  .statistic-clients-wrapper {
    margin-bottom: 40px;
    gap: 80px;
  }

  .clients-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 32px;
    justify-items: center;
  }

  .clients-section > *:nth-last-child(2) {
    margin-right: 0;
    grid-column: 2/3;
  }

  .clients-section > *:last-child {
    grid-column: 1/3;
    margin-left: 0;
  }

  .infrastructure-section,
  .support-section,
  .network-section,
  .backed-section {
    padding: 32px 0;
  }

  .infrastructure-section .infrastructure-title,
  .support-section .support-title {
    font-size: 36px;
    width: 100%;
    text-align: center;
  }

  .infrastructure-section .card-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .support-section .support-card {
    flex-direction: column;
    gap: 32px;
    max-width: 380px;
  }

  .support-section .support-card a.black-button,
  .support-section .support-card a.white-button {
    width: 100%;
  }

  .support-section .support-card .support-card-image {
    width: 380px;
    height: 300px;
  }

  .support-section .support-card .support-card-text .support-buttons {
    flex-direction: column;
    width: 100%;
  }

  .network-section {
    gap: 32px;
  }

  .network-section .network-header {
    width: 400px;
    text-align: center;
  }

  .network-section .network-header .title {
    font-size: 48px;
  }

  .network-section .network-header .subtitle {
    font-size: 20px;
  }

  .network-section .network-properties {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .network-section .network-properties .list-properties .property {
    width: 100%;
    padding: 36px 24px;
  }

  .tokens-section {
    padding: 40px;
    gap: 32px;
    width: 380px;
  }

  .tokens-section .tokens-description {
    font-size: 32px;
  }

  .backed-section {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }

  .backed-section .backed-text {
    grid-column: 1 / 4;
  }

  .backed-section .backed-icon.hidden {
    display: none;
  }

  .backed-section .backed-icon.icon-11,
  .backed-section .backed-icon.icon-12 {
    grid-row: 8 / 9;
  }
}


/* tablet */
@media (min-width: 431px) and (max-width: 768px) {
  .hero-section .video-container .hero-video {
    width: 100%;
    height: 800px;
    object-fit: cover;
  }

  .hero-section .hero-content {
    position: absolute;
    left: 10%;
    top: 30%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 1;
    width: 650px;
  }

  .signature-section {
    margin-top: 40px;
  }

  .signature-section {
    gap: 40px;
  }

  .signature-section .signature-container {
    flex-direction: column;
  }

  .signature-section .signature-wrapper {
    gap: 32px;
  }

  .signature-section .signature-buttons {
    margin-bottom: 0;
  }

  .statistic-section, .clients-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .statistic-section .statistic-clients-wrapper {
    margin-bottom: 40px;
  }

  .clients-section > *:nth-last-child(2) {
    margin-right: 0;
  }

  .clients-section > *:last-child {
    margin-left: 0;
  }

  .infrastructure-section,
  .support-section,
  .network-section,
  .backed-section {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .infrastructure-section .infrastructure-title,
  .support-section .support-title {
    font-size: 48px;
  }

  .infrastructure-section .card-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px; 
  }

  .infrastructure-section .card-grid .card {
    width: 100%;
  }

  .infrastructure-section .card-grid .card-cover {
    width: 100%;
  }

  .support-section .support-cards {
    gap: 80px;
  }

  .support-section .support-card .support-card-image {
    width: 350px;
    height: auto;
  }
  
  .support-section .support-cards .support-card:has(.support-card-text.left) {
    flex-direction: column-reverse;
  }

  .support-section .support-cards .support-card:has(.support-card-text.right) {
    flex-direction: column;
  }

  .support-section .support-cards .support-card .support-card-text {
    gap: 40px;
  }

  .network-section {
    gap: 40px;
  } 
  
  .network-section .network-properties {
    gap: 40px;
    align-items: flex-start;
  }

  .network-section .network-header .title {
    font-size: 40px;
  }

  .network-section .network-properties .network-video {
    max-width: 300px;
  }

  .network-section .network-properties .list-properties .property {
    width: 100%;
    padding: 16px 0;
    gap: 16px;
  }

  .network-section .network-properties .list-properties .property .property-description {
    text-align: left;
  }

  .tokens-section {
    padding: 60px 0;
  }

  .backed-section {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  .backed-section .backed-text {
    grid-column: 1 / 6;
  }

  .backed-section .backed-icon.hidden{
    display: none;
  }
  
  .footer .footer-container {
    padding: 80px 0;
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer .footer-container .columns-wrapper .footer-column {
    align-items: center;
  }  

  .footer .footer-container .columns-wrapper .footer-column .column-links.legal {
    gap: 30px;
  }
}