.w-nav-brand {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 27px;
}
.div-block-402 {
  justify-content: center;
}
#contactForm input {
  margin-bottom: 0;
}
#contactForm .error-message {
  margin-top: 0 !important;
  margin-bottom: 20px;
  color: red;
}
.product {
  padding: 80px 20px;
}
.product .product-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.product .product-image,
.product .product-content {
  flex: 1;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
  text-align: center;
}
.product .product-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product .product-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}
.product .download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.product .download img {
  width: 155px;
  height: 44px;
}
@media (max-width: 768px) {
  .product .product-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .product .product-title {
    font-size: 32px;
  }
}
.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}
.iconTitle a {
  text-decoration: none;
}
.iconTitle .iconfont {
  font-size: 23px;
  color: #ffffff;
}
.iconTitle .youtube .icon {
  width: 35px;
  height: 35px;
}
.iconTitle .youtube .icon path {
  fill: #ffffff;
}
.iconTitle .tiktok .icon {
  width: 30px;
  height: 30px;
}
.iconTitle .tiktok .icon path {
  fill: #ffffff;
}
.iconTitle .instagram .icon {
  width: 25px;
  height: 25px;
}
.iconTitle .instagram .icon path {
  fill: #ffffff;
}
.iconTitle .tuite .icon {
  width: 28px;
  height: 28px;
}
.iconTitle .tuite .icon path {
  fill: #ffffff;
}
.iconTitle .facebook .icon {
  width: 29px;
  height: 29px;
}
.iconTitle .facebook .icon path {
  fill: #ffffff;
}
.div-block-402 {
  flex-direction: column;
  padding: 10px 0 30px;
}
.nav-logo {
  margin: 0;
}
.nav-logo img {
  width: 70px;
  border-radius: 20px;
}
/*# sourceMappingURL=style.css.map */