html,
body {
  font-family: "Lato", sans-serif;
  color: #303030;
}

@media screen and (max-width: 480px) {
  body {
    padding-bottom: 70px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  align-items: center;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.title {
  font-size: 38px;
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 24px;
  }
}

.subtitle {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .subtitle {
    font-size: 18px;
  }
}

.mb-1 {
  margin-bottom: 20px !important;
}

.mb-2 {
  margin-bottom: 40px !important;
}

.mb-3 {
  margin-bottom: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.fw-normal {
  font-weight: 400;
}

.w-30 {
  width: 30% !important;
}
@media screen and (max-width: 480px) {
  .w-30 {
    width: 70% !important;
  }
}

.w-50 {
  width: 50% !important;
}
@media screen and (max-width: 480px) {
  .w-50 {
    width: 100% !important;
  }
}

.hero {
  background-color: #fff;
  padding: 50px 0;
}
.hero .carousel-card {
  margin-bottom: 20px;
}
.hero .carousel-card img {
  width: 100%;
  max-height: 450px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover;
  min-height: 450px;
}
.hero .carousel-card img.contain {
  object-fit: contain !important;
}
@media screen and (max-width: 480px) {
  .hero .carousel-card img {
    max-height: 300px;
    min-height: 300px;
  }
}
.hero h5 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.carousel-card {
  border-radius: 8px;
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.help-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.buy-label {
  display: block;
  width: 100%;
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
}
.buy-label + .help-button {
  margin-top: 8px;
}
.help-button a {
  border-radius: 50px;
  padding: 10px 18px;
  flex: 1 1 auto;
  text-decoration: none;
  color: #fff;
  align-self: center;
  text-align: center;
  font-size: 14px;
}
.help-button a.tokped-link,
.help-button a.shopee-link,
.help-button a.tiktok-link,
.help-button a.wa-link {
  white-space: nowrap;
}
.daftar .help-button a {
  white-space: normal;
}
@media screen and (max-width: 480px) {
  .help-button {
    gap: 6px;
  }
  .help-button a {
    padding: 10px 12px;
    font-size: 13px;
  }
}
.help-button a.tokped-link {
  background-color: #03ac0e;
}
.help-button a.shopee-link {
  background-color: #ee4d2d;
}
.help-button a.wa-link {
  background-color: #4daaf2;
}
.help-button a.tiktok-link {
  background-color: #010101;
}
.help-button a.toko-link {
  background-color: #011a43;
}
.help-button a.no-link {
  color: #303030 !important;
  width: 35%;
  cursor: default;
}

.video {
  padding: 50px 0;
  background-color: #f9f9fa;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.video h1 {
  text-align: center;
}
.video .video-thumbnail {
  max-width: 750px;
  border-radius: 8px;
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.video .video-thumbnail img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.video .video-thumbnail .play-button {
  position: absolute;
}

.v-nobg {
  background-color: transparent !important;
}

.t-a-center {
  text-align: center;
}

.profesional {
  padding: 10px 0 50px 0;
  background-color: #f9f9fa;
}
.profesional a {
  text-decoration: none;
  color: #303030;
}
.profesional h5 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.profesional .video-thumbnail {
  border-radius: 8px;
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.profesional .video-thumbnail img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.profesional .video-thumbnail .play-button {
  position: absolute;
}

.dealer {
  color: #333;
}
.dealer ol li {
  padding-top: 10px;
}

.daftar .help-button {
  width: 40% !important;
}

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

.box-shadow {
  border-radius: 8px;
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.box-shadow img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}

.jual {
  padding: 50px 0;
}

.splide-review .slider-main {
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
  margin: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.splide-review .slider-main img {
  max-width: 100%;
  max-height: 200px;
}

.floating-buy {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 7px rgba(35, 35, 35, 0.1);
  background-color: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 480px) {
  .floating-buy {
    display: block;
  }
}
.floating-buy h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.floating-buy .help-button {
  display: flex !important;
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .mobile-hide {
    display: none;
  }
}

.title-bold {
  color: #cb0001;
  display: inline;
  font-weight: 800 !important;
}

/*# sourceMappingURL=style.css.map */
