#w0,
.mobile-nav {
  background: transparent;
}

.wrap {
  position: relative;
}

.index_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1C1D1F;
}

.bg_top {
  position: absolute;
  inset: 64px 0 auto;
  height: 710px;
  background: url(/images/cloud_mining/bg_top.png) center top / 100% 100% no-repeat !important;
  z-index: 0;
  pointer-events: none;
}

.bg_bottom {
  position: absolute;
  inset: 774px 0 160px;
  background: url(/images/cloud_mining/bg_bottom.png) center top / 100% 100% no-repeat !important;
  mix-blend-mode: screen;
  z-index: 0;
  pointer-events: none;
}

.index_header {
  position: relative;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 1;
  font-family: "Inter Regular";
  width: 1200px;
}

.index_content.content_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding-top: 20px;
}

.content_hero .hero_title {
  font-size: 48px;
  font-weight: bold;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

.content_hero .hero_subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #80879a;
  margin: 0;
  max-width: 600px;
}

.index_content.content_body {
  width: 100%;
  border-radius: 12px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 200px;
}

.index_content.content_body .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content_body .item.one .select_area .select_item {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.item.one .select_area .select_item > div {
  flex: 1;
}

.item.one .select_area .select_item .item_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item.one .select_area .select_item .item_right > div {
  flex: 1;
}

.item.one .select_area .select_item .item_left,
.item.one .select_area .select_item .item_right .item_top,
.item.one .select_area .select_item .item_right .item_bottom {
  padding: 50px 50px 30px 50px;
  border-radius: 24px;
  box-sizing: border-box;
  border: 1px solid #3f414b;
  display: flex;
  flex-direction: column;
  background: #222426;
}

.item.one .select_area .select_item .set_meal_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  color: #ffffff;
}

.item.one .select_area .select_item .set_meal_info {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 24px;
  margin-bottom: auto;
}

.item.one .select_area .select_item .line_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.item.one .select_area .select_item .line_text_sub .left p {
  color: #ffffff;
}

.item.one .select_area .select_item .line_text_highlight .right .highlight_value {
  font-size: 28px;
  font-weight: bold;
  color: #ffdb9e;
}

.item.one .select_area .select_item .line_text .left p {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #80879a;
}

.item.one .select_area .select_item .line_text .right p {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-align: right;
  color: #ffffff;
}

.item.one .select_area .select_item .run_on {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  background: linear-gradient(270deg, #ffcc57 0%, #ffdb9e 100%);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #1f1f24;
  margin-top: 120px;
  border: none;
}

.item.one .select_area .select_item .item_top .set_meal_info,
.item.one .select_area .select_item .item_bottom .set_meal_info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}

.item.one .select_area .select_item .item_top .set_meal_info .line_text,
.item.one .select_area .select_item .item_bottom .set_meal_info .line_text {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.item.one
  .select_area
  .select_item
  .item_top
  .set_meal_info
  .line_text
  .right
  p,
.item.one
  .select_area
  .select_item
  .item_bottom
  .set_meal_info
  .line_text
  .right
  p {
  text-align: left !important;
}

.item.one .select_area .select_item .item_top .run_on,
.item.one .select_area .select_item .item_bottom .run_on {
  margin-top: 28px;
}

.item.one .select_area .select_item .run_on_outline {
  background: transparent;
  border: 1px solid #3f414b;
  color: #ffdb9e;
}

.item.two .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 100%;
  color: #ffffff;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.item.two .content {
  border-radius: 24px;
  background: #222426;
  padding: 40px;
}

.item.two .content .table_area {
  border-radius: 24px;
  border: 1px solid #3f414b;
  overflow-x: auto;
  overflow-y: hidden;
}

.item.two .content .table_area table {
  width: 100%;
}

.item.two .content .table_area table th,
.item.two .content .table_area table td {
  padding: 0 30px;
  text-align: left;
  height: 64px;
  border-bottom: 1px solid #3f414b;
  border-right: 1px solid #3f414b;
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  color: #80879a;
}

.item.two .content .table_area table th {
  background: #2e2f36;
  color: #ffffff;
}

.item.two .content .table_area table tr th:last-child,
.item.two .content .table_area table tr td:last-child {
  border-right: none;
}

.item.two .content .table_area table tr:last-child td {
  border-bottom: none;
}

.item.product_features .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 100%;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.product_features_cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.product_features_card {
  flex: 1;
  min-width: 0;
  padding: 40px 32px;
  border-radius: 24px;
  box-sizing: border-box;
  border: 1px solid #3f414b;
  background: #222426;
  text-align: center;
}

.feature_icon_wrap {
  width: 104px;
  height: 104px;
  margin: 0 auto 28px;
  border: 1px dashed #3f414b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(245, 186, 71, 0.14) 0%, rgba(245, 186, 71, 0) 72%);
}

.feature_icon_wrap img {
  width: 100%;
  object-fit: contain;
}

.product_features_card .feature_title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  color: #ffffff;
}

.product_features_card .feature_desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #80879a;
}

@media only screen and (max-width: 991px) {
  .product_features_cards {
    flex-wrap: wrap;
  }

  .product_features_card {
    flex: 1 1 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }

  .product_features_card:last-child {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .bg_top {
    inset: 0 0 auto;
    height: 1180px;
  }

  .bg_bottom {
    inset: 1180px 0 80px;
  }

  .index_header {
    width: 100%;
    padding: 40px 16px 60px;
    gap: 40px;
  }

  .index_content.content_body{
    gap: 80px;
  }

  .content_hero .hero_title {
    font-size: 32px;
  }

  .content_hero .hero_subtitle {
    font-size: 14px;
  }

  .content_body .item.one .select_area .select_item {
    flex-direction: column;
  }

  .item.one .select_area .select_item .item_left,
  .item.one .select_area .select_item .item_right .item_top,
  .item.one .select_area .select_item .item_right .item_bottom {
    padding: 30px 24px 24px;
  }

  .item.one .select_area .select_item .run_on {
    margin-top: 40px;
  }

  .item.two .content {
    padding: 20px;
  }

  .item.two .content .table_area table th,
  .item.two .content .table_area table td {
    padding: 0 16px;
    font-size: 14px;
    height: 52px;
  }

  .item.product_features .title {
    font-size: 24px;
  }

  .product_features_cards {
    flex-direction: column;
  }

  .product_features_card {
    flex: 1 1 auto;
    min-width: 0;
    padding: 28px 20px;
  }

  .feature_icon_wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  /* .feature_icon_wrap img {
    width: 60px;
    height: 60px;
  } */

  .product_features_card .feature_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
