:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #fff;
  background-color: #000;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.container {
  max-width: 700px;
  padding-left: 16px;
  padding-right: 16px;
}

.avatar {
  border-radius: 300px;
  width: 100px;
  height: 100px;
}

.avatar-wrapper {
  margin-top: 50px;
  display: inline-block;
}

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

.links-list {
  margin-top: 50px;
}

.hero-section {
  margin-top: 20px;
}

.heading {
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.link-card {
  text-align: left;
  border: 1px solid #242424;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.link-card-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.link-card-subtitle {
  color: #ffffffbf;
  font-size: 16px;
  font-weight: 400;
}

.link-card-icon {
  background-color: #141414;
  background-image: linear-gradient(0deg, #131313, #1d1d1d);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  display: flex;
}

.image {
  width: 36px;
  height: 36px;
}

.link-block {
  color: #fff;
  margin-top: 24px;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.code-embed {
  width: 16px;
  height: 16px;
}

.text-block {
  margin-right: 8px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-2 {
  color: #000;
  background-color: #dadada;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.div-block-2:hover {
  background-color: #fff;
}

.content {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
}

.grid {
  margin-top: 24px;
  display: flex;
}

.link-block-2 {
  background-color: #141414;
  border: 1px solid #252525;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.link-block-2:hover {
  background-color: #1f1f1f;
  border-color: #494949;
}

.code-embed-3 {
  width: 21px;
  height: 21px;
}

.image-3 {
  border-radius: 12px;
}

.text-block-2 {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-3 {
  justify-content: center;
  display: none;
}

.image-4 {
  width: 200px;
}

.div-block-4 {
  text-align: center;
  display: none;
}

.heading-2 {
  color: #ffffffd1;
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
}

.badge {
  color: #b1b1b1;
  letter-spacing: .5px;
  background-color: #64646447;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.text-block-3 {
  text-transform: uppercase;
  font-weight: 500;
}

.code-embed-4 {
  width: 12px;
  height: 12px;
  margin-left: 0;
  margin-right: 8px;
  line-height: 120%;
}

.link-card-partnership {
  text-align: left;
  border: 1px solid #242424;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 100%;
}

.badge-partner {
  color: #cfcfcf;
  background-color: #00000075;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 10px;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer {
  margin-top: 40px;
}

.image-6 {
  width: 160px;
}

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

.grid-2 {
  grid-template-columns: 1fr;
}

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

.text-block-4 {
  color: #ffffff94;
  flex: 0 auto;
  font-weight: 400;
  text-decoration: none;
}

.link-block-3 {
  padding-left: 20px;
  padding-right: 19px;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .code-embed-2 {
    color: #fff;
    line-height: 100%;
  }

  .link-block-2 {
    color: #2c2c2c;
    background-color: #141414;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .image-2 {
    color: #fff;
  }

  .code-embed-3 {
    color: #fff;
    width: 21px;
    height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    background-color: #dadada;
    width: 100%;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    display: grid;
  }

  .text-block-4 {
    line-height: 120%;
  }
}

#w-node-eda723e6-aaca-3523-ccaa-4bf773313a30-417812e7, #w-node-f4a5d77b-7540-7713-cf56-3f73512b0245-417812e7 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2ec97553-c685-4cdf-1b90-63e142bc4fa6-417812e7, #w-node-b73e5399-1111-b659-390d-b19d01c1307b-417812e7, #w-node-e3ed366d-40a3-626c-2db3-bd5bdf9b7911-417812e7, #w-node-f399f51e-7c28-3787-f894-7fe1e6188955-417812e7 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ec97553-c685-4cdf-1b90-63e142bc4fa6-417812e7 {
    place-self: center;
  }
}


