/* ===== Base Reset ===== */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
}

/* ===== Picture Enlarger ===== */
.picture-enlarger {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.picture-enlarger:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.picture-enlarger img {
  transition: transform 0.5s ease;
}

.picture-enlarger:hover img {
  transform: scale(1.1);
}

/* ===== Fixed / Mobile Block ===== */
.smb-fixed {
  position: fixed !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px !important;
}

.smb-mb-block {
  display: none !important;
}

@media (max-width: 768px) {
  .smb-mb-block {
    display: block !important;
  }
}

/* ===== Page Layout ===== */
#smb-page {
  min-height: calc(100vh - 100px);
  max-width: 1440px;
  margin: 0 auto;
  font-family: AvenirNext-regular;
}

/* ===== Header ===== */
.smb-header {
  box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 4px 0px;
  position: relative;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

.smb-header-main {
  max-width: 970px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  margin: 0 auto;
}

.smb-header-img {
  height: 70px;
  width: auto;
}

.smb-header-text {
  border-left: 1px solid rgb(151, 151, 151);
  margin: 0 0 0 30px;
  text-align: left;
  flex: 1 0 0;
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 19px;
  font-family: AvenirNext-Regular-08;
}

.smb-header-footer {
  max-width: 500px;
}

.smb-header-fixed {
  display: none;
  position: fixed;
  top: 0;
  width: 1440px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}

/* ===== Hero Section ===== */
.smb-global {
  padding: 60px 0;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
}

.smb-container {
  max-width: 700px;
  padding: 30px 0 30px 30px;
  width: 100%;
  margin-left: 30px;
  background-color: rgba(255, 255, 255, 0.75);
}

.smb-title {
  font-size: 31px;
  line-height: 42px;
  font-family: AvenirNext-Bold-01;
  color: rgb(0, 0, 0);
  margin: 0 0 10px 0;
  width: 90%;
  font-weight: 700;
}

.smb-small-title {
  font-size: 22px;
  font-family: AvenirNext-Bold-01;
  color: rgb(0, 174, 239);
  margin: 0;
  line-height: 28px;
  width: 75%;
}

.smb-text li {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
  font-family: AvenirNext-Regular-08;
  margin-bottom: 10px;
}

.smb-text li img {
  width: 21px;
  margin: 0 10px 0 0;
}

.smb-container-footer {
  max-width: 640px;
}

/* ===== Banner Bar ===== */
.smb-bg {
  background-color: rgb(0, 0, 0);
  padding: 15px 0;
  text-align: center;
  font-size: 19px;
  font-family: AvenirNext-Regular-08;
  color: rgb(255, 255, 255);
  margin: 0 auto;
  line-height: 1.467em;
}

/* ===== Features Section ===== */
.smb-s-b {
  background-color: rgb(245, 245, 245);
}

.smb-main-two {
  padding-top: 70px;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.two-points {
  display: flex;
  justify-content: space-around;
  text-decoration: none;
}

.two-points-image {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.two-points-text {
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin: 10px 0;
}

.smb-two-block-img {
  text-align: center;
  padding: 70px 0 0 0;
}

/* ===== Product Details ===== */
.smb-main {
  max-width: 970px;
  padding: 0 0 100px 0;
  width: 100%;
  margin: 0 auto;
}

.smb-main-flex {
  max-width: 970px;
  margin: 0 auto;
}

.smb-main-flex div:nth-of-type(2n+1) {
  flex-direction: row;
}

.smb-main-flex div:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.smb-container-three {
  padding-top: 70px;
}

.smb-video video {
  max-width: 100%;
}

.smb-pc-img {
  display: block;
}

.smb-mb-img {
  display: none;
}

.smb-th-title {
  font-size: 35px;
  font-family: AvenirNext-Bold-01;
  font-weight: 700;
  margin: 0;
  line-height: 48px;
}

.smb-line {
  height: 6px;
  margin: 30px 0 20px 0;
  max-width: 140px;
  background-image: -webkit-linear-gradient(360deg, rgb(0, 210, 190) 0%, rgb(0, 189, 252) 100%);
  background-size: 100%;
}

.smb-th-text {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-family: AvenirNext-Regular-08;
}

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

.smb-flex-text {
  flex: 1 1 0%;
  padding: 40px 15px 30px 30px;
}

.smb-flex-img {
  width: 100%;
  text-align: center;
  flex: 1 1 0%;
}

.smb-flex-img img {
  width: 100%;
}

.flex-text-title {
  margin: 0 0 20px 0;
  letter-spacing: -0.3px;
  font-size: 35px;
  color: rgb(0, 174, 239);
  font-weight: 700;
}

.flex-text-line {
  max-width: 38px;
  min-height: 4px;
  margin: 10px 0;
  background-image: -webkit-linear-gradient(360deg, rgb(0, 210, 190) 0%, rgb(0, 189, 252) 100%);
  background-size: 100%;
}

.flex-text-main {
  margin: 0 0 25px 0;
  font-size: 17px;
  color: rgb(0, 0, 0);
  line-height: 23px;
  font-family: AvenirNext-Regular-08;
}

.flex-text-button {
  padding: 10px;
  margin: 50px 0 0 0;
  border: 3px solid rgb(69, 191, 180);
  border-radius: 5px;
  color: rgb(69, 191, 180);
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 2.57px;
  font-family: AvenirNext-DemiBold-03;
  max-width: 303px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.flex-text-subtitle {
  line-height: 25px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 700;
  font-family: AvenirNext-Bold-01;
}

/* ===== Who Benefits Section ===== */
.smb-container-four {
  background-color: rgb(245, 245, 245);
  padding: 40px 50px;
}

.smb-four-main {
  border: 5px solid rgb(255, 255, 255);
}

.smb-four-title {
  font-size: 30px;
  font-family: AvenirNext-Bold-01;
  font-weight: 700;
  margin: 40px auto 20px auto;
  line-height: 41px;
  color: rgb(64, 64, 65);
  text-align: center;
}

.smb-four-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px auto;
  padding: 0 15px;
  max-width: 870px;
}

.smb-four-flex li img {
  display: block;
  margin: 40px auto 20px auto;
  max-width: 240px;
}

.smb-four-flex-title {
  margin: 0 0 20px 0;
  letter-spacing: -0.3px;
  font-size: 22px;
  line-height: 33px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.smb-four-flex-text {
  max-width: 196px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* ===== Testimonials Section ===== */
.smb-container-five {
  padding: 50px 0 110px 0;
  text-align: center;
}

.smb-five-title {
  font-weight: 700;
  color: rgb(64, 64, 65);
  font-size: 30px;
  line-height: 41px;
  margin: 0 auto 35px auto;
  font-family: AvenirNext-Bold-01;
  max-width: 700px;
  text-align: center;
}

.smb-five-flex {
  display: flex;
  max-width: 1009px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.smb-five-flex img {
  max-width: 100px;
  height: 78px;
}

.smb-five-main {
  background-color: rgb(242, 252, 255);
  margin: 0 30px;
  padding: 30px 15px;
  width: 900px;
  text-align: center;
}

.smb-five-title-f {
  color: rgb(71, 72, 72);
  letter-spacing: 2.5px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 20px 0;
  font-family: AvenirNext-Regular-08;
}

.smb-five-text {
  font-size: 17px;
  font-family: AvenirNext-Regular-08;
  line-height: 1.6em;
  text-align: center;
  margin: 0 auto 15px auto;
  max-width: 642px;
}

.smb-five-name {
  font-size: 16px;
  font-family: AvenirNext-UltraLight-01;
  line-height: 26px;
  margin: 0 0 50px 0;
}

.smb-five-footer {
  margin: 0 auto;
  max-width: 660px;
}

/* ===== Rating Section ===== */
.section {
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}

.speak {
  display: flex;
  justify-content: space-between;
}

.speak_l {
  border: 1px solid rgb(229, 229, 229);
  border-bottom-width: 3px;
  border-radius: 10px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
}

.speak_r {
  flex: 1 1 0%;
  display: flex;
}

.stars_average {
  line-height: 1.32;
  font-size: 3em;
  color: rgb(51, 51, 51);
  font-weight: 700;
  text-align: center;
}

.title-average {
  color: rgb(51, 51, 51);
  font-size: 1.0833em;
  width: 100%;
  display: inline-block;
  line-height: 1.16;
  text-align: center;
}

#smb-ul {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 5px 0;
  margin: 0 10px;
}

#smb-ul-li-1 {
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 1px 3px 0px inset;
  min-height: 12px;
  margin: 0 0 25px 0;
}

#smb-ul-li-2 {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 1px 3px 0px inset;
  margin: 0 0 25px 0;
  background-color: rgb(245, 245, 245);
  min-height: 12px;
}

#smb-ul-li-3 {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 1px 3px 0px inset;
  min-height: 12px;
  margin: 0 0 25px 0;
  background-color: rgb(245, 245, 245);
}

#smb-ul-li-4 {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 1px 3px 0px inset;
  margin: 0 0 25px 0;
  background-color: rgb(245, 245, 245);
  min-height: 12px;
}

#smb-ul-li-5 {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 1px 3px 0px inset;
  margin: 0;
  background-color: rgb(245, 245, 245);
  min-height: 12px;
}

#smb-li-1-con {
  max-width: 89%;
  min-height: 12px;
  border-radius: 4px 0 0 4px;
  line-height: 1.467em;
  background-image: -webkit-linear-gradient(360deg, rgb(0, 210, 190) 0%, rgb(0, 189, 252) 100%);
}

#smb-li-2-con {
  max-width: 11%;
  min-height: 12px;
  border-radius: 4px 0 0 4px;
  line-height: 1.467px;
  background-image: -webkit-linear-gradient(360deg, rgb(0, 210, 190) 0%, rgb(0, 189, 252) 100%);
}

#smb-li-3-con {
  max-width: 0%;
  min-height: 12px;
  border-radius: 4px 0 0 4px;
  line-height: 1.467px;
  background-image: -webkit-linear-gradient(360deg, rgb(0, 210, 190) 0%, rgb(0, 189, 252) 100%);
}

#smb-li-4-con {
  max-width: 0%;
  min-height: 12px;
  border-radius: 4px 0 0 4px;
  line-height: 1.467px;
  background-image: -webkit-linear-gradient(360deg, rgb(0, 210, 190) 0%, rgb(0, 189, 252) 100%);
}

#smb-li-5-con {
  max-width: 0%;
  min-height: 12px;
  border-radius: 4px 0 0 4px;
  line-height: 1.467px;
  background-image: -webkit-linear-gradient(360deg, rgb(0, 210, 190) 0%, rgb(0, 189, 252) 100%);
}

#smb-ul-2 {
  display: flex;
  flex-direction: column;
}

.count-percent {
  border-radius: 3px;
  border: 1px solid rgb(226, 226, 226);
  display: inline-block;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
  width: 3.5em;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 16px;
}

/* ===== Reviews ===== */
.content_speak {
  display: flex;
  padding: 30px 0;
}

.cont_left {
  width: 23%;
  display: flex;
}

.cont_right {
  width: 77%;
  border-bottom: 1px solid rgb(242, 242, 242);
  padding-bottom: 20px;
  text-align: left;
}

.cont_right img {
  margin-bottom: 20px;
}

.title-review {
  font-weight: 700;
  font-size: 13px;
}

/* ===== Special Offer Section ===== */
.smb-container-six {
  padding: 60px 0 90px 0;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

.smb-six-main {
  max-width: 650px;
  margin: 0 0 0 645px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px;
}

.smb-six-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin: 0 auto 10px auto;
  font-family: AvenirNext-Bold-01;
  text-align: center;
}

.smb-six-title-o {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 25px 0;
  font-family: AvenirNext-Regular-08;
}

.smb-six-title-t {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 45px 0;
  padding: 0 10% 0 0;
}

/* ===== CTA Button ===== */
.smb-button {
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
  padding: 18px 5px 18px 15px;
  font-size: 18px;
  font-family: AvenirNext-Bold-01;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.42px;
  background-image: -webkit-linear-gradient(180deg, rgb(62, 186, 235) 0%, rgb(66, 187, 217) 19.7581%, rgb(69, 188, 206) 36.2903%, rgb(69, 191, 180) 81.4516%, rgb(69, 191, 180) 100%);
  background-size: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) -2px 6px 16px 0px;
  border-radius: 7px;
  margin: 0;
}

.smb-button-bottom {
  bottom: 0;
  width: 100%;
  top: inherit;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
  position: fixed;
  z-index: 10;
  text-align: center;
  display: none;
}

/* ===== Footer ===== */
.smb-footer {
  padding: 30px 0;
  background-color: rgb(86, 91, 100);
  margin: 0 0 -25px 0;
  text-align: center;
}

.smb-a {
  color: rgb(155, 155, 155);
  font-size: 12px;
  font-family: AvenirNext-Regular-08;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 0 5px 0 0;
  border-right: 1px solid rgb(155, 155, 155);
  line-height: normal;
}

.smb-a a {
  color: rgb(155, 155, 155);
  text-decoration: none;
}

.smb-boder-none {
  border: none;
}

.smb-t-li img {
  max-height: 70px;
}

.smb-t-li p {
  min-height: 50px;
  font-family: AvenirNext-Regular-08;
  font-weight: 700;
}

/* ===== ID-specific Overrides ===== */
#i3hbj {
  color: rgb(238, 136, 70);
}

#ibj93r {
  font-weight: normal;
}

#ib0m6g {
  font-weight: normal;
}

#istym {
  color: rgb(235, 156, 85);
}

#i6p5g {
  background-image: url("1685767796_HH00359-0603-HLP-9%20(2).jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: 0% 0%;
}

#i3931p {
  background-image: url("1685765153_HH00359-0603-HLP-8.jpg");
  background-attachment: scroll;
  background-size: cover !important;
}

#iy97hc {
  background-color: rgba(255, 255, 255, 0);
  margin: 0 0 0 650px;
}

#ilgwa {
  background-color: rgba(255, 255, 255, 0);
  margin: 0 0 0 60px;
}

#iuzvdq {
  color: rgb(200, 140, 82);
}

#smb-fixed-flag {
  display: none;
}

#ihk1 {
  display: none;
}

/* ===== Tablet (max-width: 768px) ===== */
@media (max-width: 768px) {
  .smb-main-flex div:nth-of-type(2n+1) {
    flex-direction: column;
  }

  .smb-main-flex div:nth-of-type(2n) {
    flex-direction: column;
  }

  #smb-page {
    max-width: 100%;
  }

  .smb-global {
    padding: 380px 0 30px 0;
    background-position: 50% 0%;
  }

  .smb-title {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: -0.1px;
    display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .smb-small-title {
    font-size: 20px;
    width: 100%;
  }

  .smb-th-title {
    font-size: 24px;
    max-width: 100%;
    line-height: 36px;
    padding: 0 15px;
  }

  .smb-line {
    margin-left: 15px;
  }

  .smb-th-text {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
  }

  .smb-container-six {
    padding: 0 0 380px 0;
    background-position: 50% !important;
  }

  .smb-four-main {
    border: none;
  }

  .smb-four-title {
    font-size: 25px;
    max-width: 100%;
    line-height: 34px;
  }

  .smb-four-flex-text {
    font-size: 16px;
    max-width: 100%;
    padding: 20px 0 0 0;
  }

  .smb-main-two {
    flex-direction: column;
  }

  .smb-th-flex {
    flex-direction: column;
  }

  .smb-four-flex {
    flex-direction: column;
  }

  .smb-five-flex {
    flex-direction: column;
  }

  .speak {
    flex-direction: column;
  }

  .smb-flex-img {
    width: 100%;
  }

  .smb-header-fixed {
    width: 100%;
  }

  .smb-five-main {
    width: 100%;
  }

  .cont_right {
    width: 100%;
  }

  .smb-container {
    margin: 0;
    padding: 30px;
  }

  .smb-six-main {
    margin: 0;
    padding: 30px;
  }

  .smb-button {
    font-size: 14px;
    display: block;
  }

  .smb-five-title {
    font-size: 24px;
    max-width: 100%;
    line-height: 33px;
    margin: 0 auto 60px auto;
    padding: 0 15px;
  }

  .smb-five-title-f {
    font-size: 22px;
    line-height: 30px;
  }

  .smb-five-flex img {
    display: none;
  }

  .cont_left {
    width: 0;
  }

  .smb-six-title {
    font-size: 30px;
    max-width: 100%;
    line-height: 38px;
    text-align: center;
    margin: 0 auto 10px auto;
  }

  .smb-six-title-o {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .smb-six-title-t {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
  }

  .smb-bg {
    font-size: 19px;
    line-height: 27px;
  }

  .smb-pc-img {
    display: none;
  }

  .smb-mb-img {
    display: block;
  }

  .smb-main-two {
    padding: 70px 15px 0 15px;
  }

  .two-points {
    flex-direction: column;
    align-items: center;
  }

  .two-smb-block {
    text-align: center;
  }

  .two-points-text {
    text-align: center;
  }

  #i6p5g {
    background-image: url("1685765206_HH00359-0603-HLP-11.jpg");
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
  }

  #i3931p {
    background-image: url("1685765234_HH00359-0603-HLP-10.jpg");
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    padding: 0 0 550px 0;
  }

  #iy97hc {
    margin: 0;
  }

  #ilgwa {
    background-color: rgba(255, 255, 255, 0.90);
    padding: 30px;
    margin: 200px 0 0 0;
  }

  #ivqitb {
    display: none;
  }
}

/* ===== Mobile (max-width: 480px) ===== */
@media (max-width: 768px) {
  #i6p5g {
    background-attachment: scroll;
    background-size: auto;
    background-image: url("1685766916_HH00359-0603-HLP-15.jpg");
    padding: 0 0 0 0;
    background-position: 0% 0%;
    margin-top: -200px;
  }

  .smb-container-three {
    padding: 30px;
  }

  .smb-main {
    padding-bottom: 30px;
  }

  .smb-container-four {
    padding: 10px 20px;
  }

  .smb-flex-text {
    padding: 0;
    margin-top: 20px;
  }

  .flex-text-button {
    max-width: 100%;
  }

  p#iezdv {
    margin-bottom: 20px;
  }

  #ihk1 {
    display: none;
  }

  #i3931p {
    padding: 0 0 300px 0;
  }
}