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

.body {
  color: #f1f0ea;
  background-color: #002c18;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.page_wrap {
  width: 100%;
  min-height: 100vh;
}

.nav {
  z-index: 100;
  background-color: #002c18;
  border-bottom: 1px solid #f1f0ea2e;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.nav_inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 22px 32px;
  display: flex;
}

.image {
  width: 100px;
}

.nav_menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link {
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 25;
}

.nav_linkg {
  color: #f1f0ea;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.hero {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_inner {
  width: 100%;
  max-width: 1200px;
  padding: 110px 32px;
}

.hero_eyebrow {
  color: #a8b8ae;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 20px;
}

.hero_heading {
  letter-spacing: 1px;
  max-width: 900px;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

.hero_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero_visual {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero_symbol {
  width: 100%;
  max-width: 370px;
}

.hero_description {
  color: #a8b8ae;
  max-width: 620px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 28px;
}

.hero_status {
  color: #7ddb9d;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 20px;
}

.guarantee {
  background-color: #0000;
  border-top: 1px solid #f1f0ea2e;
  width: 100%;
}

.guarantee_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 32px;
}

.section_label {
  color: #7ddb9d;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 20px;
}

.bold-text {
  color: #7ddb9d;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.guarantee_heading {
  color: #f1f0ea;
  letter-spacing: -.5px;
  max-width: 850px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 41px;
}

.guarantee_text {
  color: #a8b8ae;
  max-width: 850px;
  font-size: 19px;
  line-height: 27px;
}

.guarantee_text.fees {
  border-top-style: none;
  margin-top: 24px;
}

.guarantee_text.test_coverage {
  max-width: 100%;
  margin-top: 32px;
}

.guarantee_text.test_closing {
  margin-top: 24px;
}

.guarantee_text.followon {
  margin-top: 20px;
}

.guarantee_text.transaction_warning {
  color: #d9b85c;
  margin-top: 20px;
}

.guarantee_text.followon-ca {
  color: #f1f0ea;
  background-color: #f1f0ea14;
  border: 1px solid #f1f0ea2e;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 12px;
  display: inline-block;
}

.guarantee_text.use_closing {
  margin-top: 40px;
}

.how_it_works {
  border-top: 1px solid #f1f0ea2e;
  width: 100%;
}

.how_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 32px;
}

.how_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.how_item {
  border-top: 1px solid #f1f0ea4d;
  border-bottom: 1px solid #f1f0ea4d;
  border-left: 1px solid #f1f0ea4d;
  padding: 24px;
}

.how_item.is_last {
  border-right: 1px solid #f1f0ea4d;
}

.how_title {
  color: #7ddb9d;
  letter-spacing: 1px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
}

.how_title.use_heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.how_title.compatibility_heading {
  margin-top: 40px;
}

.how_text {
  color: #a8b8ae;
  font-size: 19px;
  line-height: 27px;
}

.fees {
  border-top: 1px solid #f1f0ea2e;
  width: 100%;
}

.fees_inner {
  color: #f1f0ea;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 32px;
  font-weight: 400;
}

.fees_inner.foot_inner {
  padding-top: 32px;
  padding-bottom: 32px;
}

.fees_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.fee_item {
  text-align: center;
  border-top: 1px solid #f1f0ea4d;
  border-bottom: 1px solid #f1f0ea4d;
  border-left: 1px solid #f1f0ea4d;
  padding: 24px;
}

.fee_item.is_end {
  border-right: 1px solid #f1f0ea4d;
}

.fee_value {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 27px;
}

.fee_value.infinity {
  font-size: 55px;
  line-height: 36px;
}

.fee_label {
  color: #a8b8ae;
  font-size: 13px;
  line-height: 20px;
}

.verify_chain {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid #f1f0ea4d;
  align-items: center;
  margin-top: 32px;
  padding: 24px;
  display: flex;
}

.verify_item {
  color: #f1f0ea;
  letter-spacing: .4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.verify_arrow {
  color: #7ddb9d;
  text-align: left;
  mix-blend-mode: normal;
  font-size: 27px;
  line-height: 27px;
  transform: translate(0, -3px);
}

.button_row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 28px;
  display: flex;
}

.protocol_button {
  color: #f1f0ea;
  text-align: center;
  letter-spacing: .8px;
  background-color: #f1f0ea26;
  border: 1px solid #f1f0ea4d;
  border-radius: 10px;
  width: 190px;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

.protocol_button:hover {
  color: #002c18;
  background-color: #f1f0ea;
  border-color: #f1f0ea;
}

.protocol_button.test_button {
  width: auto;
  margin-top: 28px;
  display: inline-block;
}

.protocol_button.proof_button {
  width: auto;
  display: inline-block;
}

.protocol_button.transaction_button {
  width: auto;
  margin-top: 0;
  display: inline-block;
}

.verify_link_row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 100%;
  display: flex;
}

.verify_link_text {
  color: #a8b8ae;
  font-size: 19px;
  line-height: 27px;
}

.tested {
  border-top: 1px solid #f1f0ea2e;
  width: 100%;
}

.test_stats {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.test_stat {
  border-top: 1px solid #f1f0ea4d;
  border-bottom: 1px solid #f1f0ea4d;
  border-left: 1px solid #f1f0ea4d;
  padding: 24px;
}

.test_stat.is_last {
  border-right: 1px solid #f1f0ea4d;
}

.test_value {
  color: #f1f0ea;
  text-align: center;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 36px;
}

.text_label {
  color: #a8b8ae;
  text-align: center;
  letter-spacing: .8px;
  font-size: 14px;
  line-height: 20px;
}

.bold-text-2 {
  text-align: center;
}

.test_cases {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.text_case {
  color: #a8b8ae;
  border-bottom: 1px solid #f1f0ea4d;
  padding-top: 12px;
  padding-bottom: 12px;
}

.mainnet_proof {
  border-top: 1px dashed #f1f0ea2e;
  width: 100%;
}

.proof_card {
  border: 1px solid #f1f0ea4d;
  border-radius: 10px;
  margin-top: 32px;
  padding: 28px;
}

.proof_status {
  color: #7ddb9d;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 22px;
}

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

.proof_item {
  border-bottom: 1px solid #f1f0ea2e;
  padding-top: 16px;
  padding-bottom: 16px;
}

.proof_item.is_action {
  text-align: center;
}

.proof_label {
  color: #a8b8ae;
  letter-spacing: .8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.proof_value {
  color: #f1f0ea;
  font-size: 18px;
  line-height: 26px;
}

.bold-text-3 {
  font-size: 19px;
  line-height: 27px;
}

.use_fortlocks {
  border-top: 1px solid #f1f0ea2e;
  width: 100%;
}

.transaction_card {
  border: 1px solid #f1f0ea4d;
  border-radius: 10px;
  width: 100%;
  margin-top: 32px;
  padding: 28px;
}

.transaction_card.second {
  margin-top: 0;
}

.transaction_then {
  color: #7ddb9d;
  letter-spacing: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.operation_box {
  border: 1px solid #f1f0ea4d;
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  padding: 28px;
}

.operation_box.collect {
  margin-top: 24px;
}

.etherscan_note {
  color: #a8b8ae;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.etherscan_action {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.address_copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copy_button {
  color: #7ddb9d;
  letter-spacing: .8px;
  border: 1px solid #f1f0ea2e;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 21px;
}

.footer {
  border-top: 1px solid #f1f0ea2e;
  width: 100%;
}

.footer_row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_brand {
  color: #a8b8ae;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
}

.footer_text {
  color: #a8b8ae;
  text-align: right;
}

.bold-text-4 {
  font-size: 14px;
  line-height: 20px;
}

.footer_right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer_link {
  color: #f1f0ea;
  font-size: 14px;
  line-height: 20px;
}

.footer_icon {
  width: 30px;
  height: 30px;
}

.footer_icon.cat {
  width: 35px;
  height: 35px;
}

.navbar_new {
  display: none;
}

@media screen and (max-width: 991px) {
  .verify_item.verify_item_match {
    flex: none;
  }
}

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

  .hero_visual {
    justify-content: center;
  }

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

  .how_item {
    border-top-color: #f1f0ea4d;
    border-bottom-style: none;
    border-right: 1px solid #f1f0ea4d;
  }

  .how_item.is_last {
    border-bottom-style: solid;
  }

  .fees_grid {
    justify-items: stretch;
    width: auto;
  }

  .fee_item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .verify_chain {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .verify_item {
    font-size: 19px;
    line-height: 23px;
  }

  .verify_arrow {
    text-align: center;
    font-size: 20px;
  }

  .protocol_button {
    flex: none;
    width: 190px;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    display: none;
  }

  .nav_inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav_menu {
    background-color: #002c18;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .nav_linkg {
    text-align: right;
    display: block;
  }

  .hero_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero_heading {
    letter-spacing: -.5px;
    font-size: 36px;
    line-height: 40px;
  }

  .hero_grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero_visual {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .guarantee_heading {
    letter-spacing: -.3px;
    font-size: 24px;
    line-height: 30px;
  }

  .guarantee_text {
    font-size: 17px;
  }

  .guarantee_text.followon {
    line-height: 26px;
  }

  .guarantee_text.followon-ca {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
  }

  .how_it_works {
    position: static;
  }

  .fees_inner {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .fee_item {
    border-top-color: #f1f0ea4d;
    border-right: 1px solid #f1f0ea4d;
  }

  .verify_item {
    font-size: 17px;
  }

  .protocol_button.transaction_button {
    max-width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .verify_link_row {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 28px;
  }

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

  .test_stat {
    border-right: 1px solid #f1f0ea4d;
  }

  .proof_status {
    font-size: 12px;
  }

  .proof_grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .transaction_card {
    border-style: none;
    padding: 12px 0;
  }

  .operation_box {
    padding: 12px;
  }

  .address_copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .footer_row {
    flex-flow: column;
  }

  .footer_text {
    word-break: normal;
    font-size: 7px;
  }

  .bold-text-4 {
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    max-width: 200px;
    font-size: 3.5vw;
  }

  .footer_right {
    flex-flow: column;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 16px;
  }

  .mobile_menu_button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .text-block {
    color: #f1f0ea;
    font-size: 26px;
    line-height: 26px;
  }

  .navbar_new {
    z-index: 100;
    background-color: #002c18;
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
  }

  .image-2 {
    width: 150px;
  }

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


