body {
  margin: 0;
  font-weight: 400;
}
.on-scroll {
  overflow: hidden;
}
:root {
  --container-width: 980px;
}
#_vibe_pod {
  background-color: #ffffff;
  color: #000000;
  line-height: 1.25;
}
.product-main {
  font-family: "DinExp-Bold";
}
#_vibe_pod ._container {
  --max-width: 980px;
  --padding-x: 24px;
  margin: auto;
  max-width: calc(var(--max-width) + var(--padding-x) * 2);
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
#_vibe_pod .text-center {
  text-align: center;
}
#_vibe_pod .uppercase {
  text-transform: uppercase;
}
#_vibe_pod ._row {
  --gap: 0px;
  --row-gap: var(--gap);
  --column-gap: var(--gap);
  --total: 12;
  --columns: 1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
}
#_vibe_pod ._row-cols-2 {
  --columns: 2;
}
#_vibe_pod ._row-cols-3 {
  --columns: 3;
}
#_vibe_pod ._row-cols-4 {
  --columns: 4;
}
#_vibe_pod ._col {
  --size: 12;
  --column: var(--columns, calc(var(--total) / var(--size)));
  --width: calc(
    (100% - var(--column-gap) * (var(--column) - 1)) / var(--column)
  );
  width: var(--width);
}
#_vibe_pod ._sec_title {
  font-size: 48px;
  line-height: 1;
  font-family: "DinExp-Bold";
  text-align: center;
}
#_vibe_pod ._sec_desc {
  font-size: 14px;
  line-height: 1.25;
  max-width: 664px;
  margin: auto;
  text-align: center;
  font-family: "DinExp";
}
#_vibe_pod ._sec_desc p {
  line-height: inherit;
}
#_vibe_pod ._sec_title + ._sec_desc {
  margin-top: 24px;
}
#_vibe_pod ._hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "DinExp";
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec_title {
    font-size: 0.64rem;
  }
  #_vibe_pod ._sec_desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  #_vibe_pod ._sec_title + ._sec_desc {
    margin-top: 0.32rem;
  }
  #_vibe_pod ._hint {
    font-size: 0.24rem;
  }
  #_vibe_pod ._mobile_hidden {
    display: none !important;
  }
  #_vibe_pod ._mobile_block {
    display: block !important;
  }
  #_vibe_pod ._mobile_flex {
    display: flex !important;
  }
}
#_vibe_pod ._sec1 {
  width: 100%;
  height: 720px;
  background: url('../../../img/2025/vibe-pods/web/01-kv.webp') no-repeat center;
  background-size: cover;
}
#_vibe_pod ._sec1 ._container {
  --max-width: 1120px;
  height: 720px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#_vibe_pod ._sec1_subtitle {
  font-size: 22px;
  line-height: 23px;
  margin-top: 20px;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec1_title {
  font-size: 54px;
  line-height: 51px;
  letter-spacing: -1px;
  font-family: "DinExp-Bold";
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec1 {
    height: 12rem;
    padding-top: 1.2rem;
    background: url('../../../img/2025/vibe-pods/mob/Mob-01-kv.webp') no-repeat
      center;
    background-size: cover;
  }
  #_vibe_pod ._sec1 ._container {
    height: fit-content;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
  }
  #_vibe_pod ._sec1_title {
    font-size: 0.72rem;
    line-height: .72rem;
    text-align: center;
  }
  #_vibe_pod ._sec1_subtitle {
    margin-top: 0.24rem;
    font-size: 0.4rem;
    line-height: 0.42rem;
    text-align: center;
    font-family: "DinExp";
  }
}
#_vibe_pod ._sec3 {
  padding: 150px 0;
  background-color: #f5f5f5;
}
#_vibe_pod ._sec3_row_cards {
  gap: 10px;
  box-sizing: border-box;
}
#_vibe_pod ._sec3_card {
  width: 485px;
  height: 250px;
  padding: 30px;
}
#_vibe_pod ._sec3_card_1 {
  color: #fff;
  background: url('../../../img/2025/vibe-pods/web/2-1.webp') no-repeat center;
  background-size: cover;
}
#_vibe_pod ._sec3_card_2 {
  background: url('../../../img/2025/vibe-pods/web/2-2.webp') no-repeat center;
  background-size: cover;
}
#_vibe_pod ._sec3_card_3 {
  background: url('../../../img/2025/vibe-pods/web/2-3.webp') no-repeat center;
  background-size: cover;
}
#_vibe_pod ._sec3_card_4 {
  background: url('../../../img/2025/vibe-pods/web/2-4.webp') no-repeat center;
  background-size: cover;
}
#_vibe_pod ._sec3_card_title {
  font-size: 24px;
  line-height: 24px;
  font-family: "DinExp-Bold";
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec3 {
    padding: 1.6rem 0;
  }
  #_vibe_pod ._container {
    --padding-x: 0.28rem;
  }
  #_vibe_pod ._sec3_row_cards {
    gap: 0.12rem;
  }
  #_vibe_pod ._sec3_card {
    width: 3.4rem;
    height: 4.8rem;
    padding: 0.4rem 0.3rem;
  }
  #_vibe_pod ._sec3_card_1 {
    width: 6.92rem;
    height: 4rem;
    background: url('../../../img/2025/vibe-pods/mob/Mob-02-1.webp') no-repeat
      center;
    background-size: cover;
  }

  #_vibe_pod ._sec3_card_2 {
    background: url('../../../img/2025/vibe-pods/mob/Mob-02-2.webp') no-repeat
      center;
    background-size: cover;
  }
  #_vibe_pod ._sec3_card_3 {
    background: url('../../../img/2025/vibe-pods/mob/Mob-02-3.webp') no-repeat
      center;
    background-size: cover;
  }
  #_vibe_pod ._sec3_card_4 {
    width: 6.92rem;
    height: 5.6rem;
    background: url('../../../img/2025/vibe-pods/mob/Mob-02-4.webp') no-repeat
      center;
    background-size: cover;
  }
  #_vibe_pod ._sec3_card_title {
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
}
#_vibe_pod ._sec4 {
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
  position: relative;
}
#_vibe_pod ._sec4 video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#_vibe_pod ._sec4 .sec4_img {
  display: block;
  width: 495px;
}
#_vibe_pod ._sec4 ._sec4_content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  position: relative;
  z-index: 10;
}
._sec4_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
._sec4_img_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#_vibe_pod ._sec4 ._sec4_title {
  margin: 0 auto;
  font-size: 60px;
  line-height: 64px;
  text-transform: uppercase;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec4 ._sec4_desc {
  width: 700px;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 24px;
  font-family: "DinExp";
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec4 .sec4_img {
    width: 3.92rem;
  }
  #_vibe_pod ._sec4 ._sec4_title {
    width: 6.1rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    text-align: left;
  }
  #_vibe_pod ._sec4 ._sec4_desc {
    width: 6.1rem;
    margin: 0.24rem auto 0;
    font-size: 0.3rem;
    line-height: 0.4rem;
    text-align: left;
  }
}
#_vibe_pod ._sec5 {
  padding: 200px 0 150px;
  color: #fff;
  background-color: #000000;
}
#_vibe_pod ._sec5 ._sec5_content {
  width: 1054px;
  margin: auto;
}
#_vibe_pod ._sec5_image {
  width: 520px;
  height: 380px;
  padding: 34px 38px 0;
}
#_vibe_pod ._sec5_image_1 {
  background: url('../../../img/2025/vibe-pods/web/04-1.webp') no-repeat center;
  background-size: cover;
}
#_vibe_pod ._sec5_image_2 {
  background: url('../../../img/2025/vibe-pods/web/04-2.webp') no-repeat center;
  background-size: cover;
}
#_vibe_pod ._sec5_title {
  margin-bottom: 36px;
  font-size: 48px;
  line-height: 48px;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec5_image_title2 {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 17px;
  color: #c4ff30;
}
#_vibe_pod ._sec5_image_title3 {
  font-size: 49px;
  line-height: 49px;
  display: flex;
  align-items: center;
}
#_vibe_pod ._sec5_image_title3 svg {
  width: 30px;
  height: 33px;
  margin-left: 5px;
}
#_vibe_pod ._sec5 ._row_images {
  --gap: 14px;
}
#_vibe_pod ._sec5 ._hint {
  width: 100%;
  margin-top: 36px;
  font-size: 12px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
._sec5_image_title {
  margin-top: 24px;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec5 {
    padding: 1.6rem 0;
    color: #000;
    background-color: #fff;
  }
  #_vibe_pod ._sec5 ._sec5_content {
    width: calc(100vw - 0.6rem);
    margin: auto;
  }
  #_vibe_pod ._sec5 ._row_images {
    --columns: 2;
    --gap: 0.12rem;
  }
  #_vibe_pod ._sec5_image {
    width: 3.4rem;
    height: 4.88rem;
    padding: 0.28rem;
  }
  #_vibe_pod ._sec5_image_1 {
    background: url('../../../img/2025/vibe-pods/mob/Mob-04-1.webp') no-repeat
      center;
    background-size: cover;
  }
  #_vibe_pod ._sec5_image_2 {
    background: url('../../../img/2025/vibe-pods/mob/Mob-04-2.webp') no-repeat
      center;
    background-size: cover;
  }
  #_vibe_pod ._sec5_title {
    margin-bottom: 0.6rem;
    font-size: 0.64rem;
    line-height: 0.64rem;
  }
  #_vibe_pod ._sec5_image_title2 {
    margin-bottom: 0.28rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  #_vibe_pod ._sec5_image_title3 {
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
  }
  #_vibe_pod ._sec5_image_title3 svg {
    width: 0.36rem;
    height: 0.4rem;
    margin-left: 0.08rem;
  }
  ._sec5_image_title {
    margin-top: 0.32rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
  #_vibe_pod ._sec5 ._hint {
    margin-top: 0.32rem;
    font-size: 0.22rem;
    line-height: 0.24rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.3);
  }
}
#_vibe_pod ._sec7 {
  padding: 150px 0 0;
  background-color: #fff;
}
#_vibe_pod ._sec7_text_box {
  width: 780px;
  margin: 0 auto;
  text-align: center;
}
#_vibe_pod ._sec7_subtitle {
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 14px;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec7_title {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 24px;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec7_desc {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 24px;
  color: #0f0f0f;
  font-family: "DinExp";
}
#_vibe_pod ._sec7 ._hint {
  font-size: 12px;
  line-height: 13px;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
._sec7_video_box {
  position: relative;
  width: 100%;
  height: 864px;
}
#_vibe_pod ._sec7_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 864px;
  object-fit: cover;
}
#_vibe_pod ._sec7 ._row_stats {
  --columns: 1;
  --gap: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#_vibe_pod ._sec7_stat_name {
  font-size: 17px;
  line-height: 18px;
}
#_vibe_pod ._sec7_stat_data {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#_vibe_pod ._sec7_stat_icon_up {
  width: 40px;
  height: 44px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec7 {
    padding: 0.4rem 0 0;
  }
  #_vibe_pod ._sec7_text_box {
    width: 6.1rem;
    text-align: left;
  }
  #_vibe_pod ._sec7_subtitle {
    font-size: 0.32rem;
    line-height: 0.34rem;
    margin-bottom: 0.28rem;
  }
  #_vibe_pod ._sec7_title {
    font-size: 0.6rem;
    line-height: 0.62rem;
    margin-bottom: 0.48rem;
  }
  #_vibe_pod ._sec7_desc {
    margin-bottom: 0.8rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #000;
  }
  #_vibe_pod ._sec7_bg {
    position: static;
    display: block;
    width: 100%;
    height: 6rem;
  }
  #_vibe_pod ._sec7 ._container {
    --padding-x: 0.64rem;
    padding: 1.6rem 0 1.2rem;
    background-color: #f37901;
    position: relative;
    margin-top: -0.1rem;
  }
  ._sec7_video_box {
    position: static;
    width: 100vw;
    height: fit-content;
  }
  #_vibe_pod ._sec7 ._container {
    --max-width: 100vw;
    max-width: 100vw;
  }
  #_vibe_pod ._sec7 ._row {
    justify-content: center;
  }
  #_vibe_pod ._sec7 ._row_stats {
    width: 100vw;
    --columns: 2;
    --gap: 1rem;
    position: static;
    transform: none;
  }
  #_vibe_pod ._sec7 ._col {
    width: 2.6rem;
  }
  #_vibe_pod ._sec7_stat_data {
    font-size: 0.88rem;
    line-height: 0.88rem;
  }
  #_vibe_pod ._sec7_stat_name {
    font-size: 0.3rem;
    line-height: 0.32rem;
  }
  #_vibe_pod ._sec7_stat_icon_up {
    width: 0.54rem;
    height: 0.6rem;
    margin-left: 0.14rem;
  }
  #_vibe_pod ._sec7 ._hint {
    width: fit-content;
    margin: 0.8rem auto 0;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.24rem;
    line-height: 0.26rem;
    position: static;
    transform: none;
  }
}
#_vibe_pod ._sec8 {
  padding: 150px 0 120px;
  background-color: #000000;
  color: #fff;
}
._sec8_text_box {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
#_vibe_pod ._sec8_subtitle {
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 14px;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec8_title {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 14px;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec8_desc {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 21px;
  font-family: "DinExp";
}
#_vibe_pod ._sec8_desc_hint {
  margin-top: 16px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "DinExp";
}
#_vibe_pod ._sec8_row_cards {
  margin-top: 48px;
  display: flex;
  gap: 20px;
}
#_vibe_pod ._sec8_card {
  width: 500px;
  height: 580px;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#_vibe_pod ._sec8_card_media {
  width: 350px;
}
#_vibe_pod ._sec8_version {
  margin-top: 50px;
  font-size: 32px;
  line-height: 32px;
  font-family: "DinExp-Bold";
  font-weight: 500;
}
#_vibe_pod ._sec8_card_info {
  width: 100%;
  height: 156px;
  margin-top: 50px;
  background-color: #ccff5a;
  display: flex;
  align-items: center;
  justify-content: center;
}
#_vibe_pod ._sec8_info_item {
  margin: 0 42px;
}
#_vibe_pod ._sec8_info_mode {
  font-size: 22px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec8_info_params {
  margin-top: 12px;
  font-size: 36px;
  line-height: 41px;
  font-family: "DinExp-Bold";
  font-weight: 500;
}
#_vibe_pod ._sec8_info_line {
  width: 1px;
  height: 110px;
  margin: 0 4px;
  background-color: #000;
}
@media  (max-width: 1024px) and  (max-width: 1440px) {
  #_vibe_pod ._sec8_info_params {
    font-size: 35px;
  }
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec8 {
    padding: 1.6rem 0 1.2rem;
  }
  ._sec8_text_box {
    width: 6.1rem;
    text-align: left;
  }
  #_vibe_pod ._sec8_subtitle {
    font-size: 0.32rem;
    line-height: 0.34rem;
    margin-bottom: 0.28rem;
  }
  #_vibe_pod ._sec8_title {
    font-size: 0.6rem;
    line-height: 0.62rem;
    margin-bottom: 0.24rem;
  }
  #_vibe_pod ._sec8_desc {
    margin-bottom: 0.12rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
  #_vibe_pod ._sec8_desc_hint {
    margin-top: 0;
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
  #_vibe_pod ._sec8_row_cards {
    width: 6.7rem;
    margin: 0.8rem auto 0;
    column-gap: 0;
    row-gap: 0.32rem;
    flex-wrap: wrap;
  }
  #_vibe_pod ._sec8_card {
    width: 6.7rem;
    height: 7.8rem;
  }
  #_vibe_pod ._sec8_card_media {
    width: 4.69rem;
  }
  #_vibe_pod ._sec8_version {
    margin-top: 0.72rem;
    font-size: 0.42rem;
    line-height: 0.42rem;
  }
  #_vibe_pod ._sec8_card_info {
    height: 2rem;
    margin-top: 0.68rem;
  }
  #_vibe_pod ._sec8_info_item {
    margin: 0 0.56rem;
  }
  #_vibe_pod ._sec8_info_mode {
    font-size: 0.3rem;
    line-height: 0.34rem;
  }
  #_vibe_pod ._sec8_info_params {
    margin-top: 0.16rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
    font-family: "DinExp-Bold";
  }
  #_vibe_pod ._sec8_info_line {
    width: 0.02rem;
    height: 1.48rem;
    margin: 0 0.06rem;
    background-color: #000;
  }
}
#_vibe_pod ._sec9 {
  padding: 150px 0;
}
#_vibe_pod ._sec9_1 ._sec_desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 21px;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec9 ._sec9_card_img {
  width: 980px;
  margin: 48px auto 0;
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec9 {
    padding: 1.6rem 0;
  }
  #_vibe_pod ._sec9 ._sec_title {
    font-size: 0.6rem;
    line-height: 0.62rem;
  }
  #_vibe_pod ._sec9_1 ._sec_desc {
    margin-top: 0.28rem;
    font-size: 0.32rem;
    line-height: 0.34rem;
  }
  #_vibe_pod ._sec9 ._sec9_card_img {
    width: 6.9rem;
    margin: 0.8rem auto 0;
  }
}
#_vibe_pod ._row_images {
  --columns: 2;
  --gap: 10px;
}
#_vibe_pod ._row_images img {
  display: block;
}
@media (min-width: 1024px) {
  #_vibe_pod ._sec14 ._sec14_image_info_1 {
    font-size: 30px;
    line-height: 31px;
    padding: 60px;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  #_vibe_pod ._row_images {
    --columns: 1;
  }
}
#_vibe_pod ._sec14 {
  padding: 150px 0 0;
}
#_vibe_pod ._sec14 ._row_images {
  --columns: initial;
  --gap: 12px;
  margin-top: 48px;
}
#_vibe_pod ._sec14_image {
  position: relative;
  --size: 6;
  height: 500px;
}
#_vibe_pod ._sec14_image_cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#_vibe_pod ._sec14_image_info {
  position: absolute;
  line-height: 1;
}
#_vibe_pod ._sec14_image_info {
  padding: 46px 40px;
  font-size: 24px;
  line-height: 24px;
  inset: 0;
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec14 {
    padding: 1.6rem 0;
  }
  #_vibe_pod ._sec14 ._sec_title {
    text-align: center;
    font-size: 0.6rem;
    line-height: 0.62rem;
  }
  #_vibe_pod ._sec14 ._row_images {
    --gap: 0.28rem;
    margin-top: 0.8rem;
  }
  #_vibe_pod ._sec14_image {
    --size: 12;
    height: 8rem !important;
  }
  #_vibe_pod ._sec14_image::before {
    padding-top: calc(400 / 345 * 100%);
  }
  #_vibe_pod ._sec14_image_info {
    padding: 0.6rem;
    font-size: 0.4rem;
    line-height: 0.48rem;
  }
}
#_vibe_pod ._sec15 {
  padding: 120px 0 150px;
  text-align: center;
  background: rgba(245, 245, 245, 0.5);
}
._sec15_desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 21px;
  font-family: "DinExp-Bold";
}
#_vibe_pod ._sec15 ._sec15_container {
  width: fit-content;
  margin: 0 auto;
}
#_vibe_pod ._sec15 ._sec15_product_box {
  height: 360px;
  border: 0.5px solid #000;
  border-bottom: none;
}
#_vibe_pod ._sec15 ._sec15_product_img {
  height: 312px;
  margin: 26px auto 0;
}
#_vibe_pod ._sec15 ._sec15_product_title {
  height: 68px;
  font-size: 24px;
  line-height: 68px;
  color: #fff;
  background-color: #000000;
  border-left: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
  position: relative;
  z-index: 5;
}
#_vibe_pod ._sec15 ._sec15_title_left {
  border-left: 1px solid #000;
}
#_vibe_pod ._sec15 ._sec15_title_right {
  border-right: 1px solid #000;
}
#_vibe_pod ._sec15 ._sec15_product_title {
  height: 68px;
  font-size: 24px;
  line-height: 68px;
  color: #fff;
  font-family: "DinExp-Bold";
  background-color: #000000;
  position: relative;
  z-index: 5;
}
#_vibe_pod ._sec15 ._sec15_feature_check {
  margin: 0 auto;
}
._sec15_mods_box {
  padding: 45px 0 36px;
  border: 0.5px solid #000;
  bottom: none;
}
._sec15_mods_item {
  margin-bottom: 50px;
}
._sec15_mods_item:last-child {
  margin-bottom: 0;
}
._sec15_feature_title {
  font-size: 17px;
  line-height: 19px;
  -webkit-text-stroke: 1px currentColor;
}
._sec15_feature_desc {
  margin-top: 12px;
  font-size: 15px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "DinExp";
}
#_vibe_pod ._sec15 ._row_images {
  --columns: 4;
  --gap: 0;
  margin-top: 50px;
  border: 0.5px solid #000;
}
#_vibe_pod ._sec15 ._row_images ._col {
  width: 280px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  #_vibe_pod ._sec15 {
    padding: 1.2rem 0 1.6rem;
    background-color: #fafafa;
  }
  #_vibe_pod ._sec15 ._sec15_product_box {
    height: 4.4rem;
    border: 0.01rem solid #000;
  }
  #_vibe_pod ._sec15 ._sec15_product_img {
    height: 3.84rem;
    margin: 0.34rem auto 0;
  }
  #_vibe_pod ._sec15 ._sec15_product_title {
    height: 0.84rem;
    font-size: 0.3rem;
    line-height: 0.84rem;
    z-index: 5;
  }
  #_vibe_pod ._sec15 ._sec15_title_mob_left {
    border-left: 0.02rem solid #000;
  }
  #_vibe_pod ._sec15 ._sec15_title_mob_right {
    border-right: 0.02rem solid #000;
  }
  ._sec15_mods_box {
    padding: 0.56rem 0;
    border: 0.01rem solid #000;
    bottom: none;
  }
  ._sec15_mods_item {
    margin-bottom: 0.4rem;
  }
  #_vibe_pod ._sec15 ._sec15_feature_check {
    width: 0.36rem;
  }
  ._sec15_feature_title {
    font-size: 0.26rem;
    line-height: 0.28rem;
    font-family: "DinExp-Bold";
    -webkit-text-stroke: 0 currentColor;
  }
  ._sec15_feature_desc {
    margin-top: 0.16rem;
    font-size: 0.26rem;
    line-height: 0.28rem;
    color: rgba(0, 0, 0, 0.8);
    font-family: "DinExp";
  }
  #_vibe_pod ._sec15 ._row_images {
    width: calc(100vw - 0.6rem);
    --columns: 2;
    --gap: 0;
    margin: 0.76rem auto 0;
    border: 0.01rem solid #000;
    box-sizing: border-box;
  }
  #_vibe_pod ._sec15 ._row_images ._col {
    width: 50%;
    box-sizing: border-box;
  }
}
._sec16 {
  padding: 200px 0;
}
._sec16_desc {
  width: 664px;
  margin: 14px auto 48px;
  font-size: 16px;
  line-height: 21px;
  font-family: "DinExp";
  text-align: center;
}
._sec16_image_cover {
  width: 980px;
  height: 540px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  ._sec16 {
    padding: 1.6rem 0;
    background-color: #f5f5f5;
  }
  #_vibe_pod ._sec16 ._sec_title {
    padding-left: 0.4rem;
    text-align: left;
  }
  ._sec16_desc {
    width: 6.1rem;
    margin: 0.24rem auto 0.8rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
    text-align: left;
  }
  ._sec16_image_cover {
    width: 6.9rem;
    height: 8rem;
  }
}
.vibe-colors {
  margin-left: -18px !important;
  padding-right: 40px;
}
.spec-content .f .colors {
  max-width: 790px;
}
.vibe-nano-pro-colors {
  margin-left: -6px !important;
  padding-left: 82px;
}
.specs_package_img {
  margin-top: 26px;
  height: 188px;
}
.product-nav.white.active ul li a {
  font-family: "DinExp";
}
@media screen and (max-width: 1023px) {
  .colors_space {
    margin-bottom: 0.32rem;
  }
  .vibe_nano_colors {
    width: 110%;
    transform: translateX(-5%);
  }
  .vibe_nano_nano_size {
    margin-top: 1.2rem;
  }
  .specs_package_img {
    margin-top: 26px;
    margin-bottom: 0.72rem;
  }
  .vibe-se-mob-colors {
    width: 110%;
    transform: translateX(-5%);
  }
}
.product-nav.white .product-nav-cnt,
.product-nav.white .product-nav-cnt li.active {
  color: #000;
}
