/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
/* */
.section.hb_banner_home {
  background: #F3F3F3;
}
.section.hb_banner_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home {
    padding-top: 1.875rem;
  }
}
.section.hb_banner_home {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home {
    padding-bottom: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home {
    padding-bottom: 0.625rem;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item:not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 75rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item:not(.full) {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
    flex-flow: row wrap;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
  position: relative;
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  right: 0;
  margin: 0 0 0 auto;
  opacity: 0;
  transition: all 0.8s ease;
  visibility: hidden;
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
    width: 350px;
    height: 266px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
    position: unset;
    transform: translateX(100px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
    margin: 0 auto;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay img {
    height: 230px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
  flex: 1;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
  opacity: 0;
  position: relative;
  transform: translateX(100px);
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    padding-left: 55px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner::before {
  position: absolute;
  content: "";
  left: -100px;
  top: -20px;
  background: url("../img/la-vector.png") no-repeat center left;
  background-size: contain;
  width: 75px;
  height: 73px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner::before {
    left: 0;
    top: -10px;
    width: 45px;
    height: 43px;
  }
}
@media only screen and (min-width: 75rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    width: 100%;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  color: #9D1E41;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title .font-text {
  font-weight: 800;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title .font-text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title .font-text {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title .font-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title .font-text span {
  color: #F46523;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  color: #ffffff;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
  font-weight: 500;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  margin-bottom: 1rem;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc strong {
  font-weight: 700;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
  line-height: 26px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
    line-height: 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    margin-bottom: 10px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
  white-space: nowrap;
  background: #ffffff;
  font-weight: 700;
  padding: 13px 13px 13px 25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  transition: 0.4s;
  font-size: 17px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  margin-left: 20px;
  font-weight: 400;
  border-radius: 100%;
  color: #ffffff;
  background: #9D1E41;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
  width: 1.875rem;
  height: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
    margin-left: 15px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link:hover {
  transform: translateY(-5px);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay {
  opacity: 1;
  transform: translateY(-50%) translateX(70px);
  transition-delay: 400ms;
  visibility: visible;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay {
    transform: translateX(0px);
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .inner {
  opacity: 1;
  transform: translateX(0px);
  transition: all 500ms ease;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._button {
  transform: scale(1);
}
.section.hb_banner_home .swiper-button {
  border: 1px solid #949494 !important;
  background: #ffffff !important;
}
.section.hb_banner_home .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-button {
    display: none !important;
  }
}
.section.hb_banner_home .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #989898;
}
.section.hb_banner_home .swiper-button::before {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1rem;
  }
}
.section.hb_banner_home .swiper-button:hover::before {
  color: #ffffff;
}
.section.hb_banner_home .swiper-button.swiper-button-prev {
  left: 7% !important;
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 7% !important;
}
.section.hb_banner_home .swiper-controls {
  height: 0;
}
.section.hb_banner_home .swiper-pagination {
  margin-top: 0;
  line-height: 1;
  width: -webkit-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-pagination {
    bottom: 55px !important;
    left: 9% !important;
    transform: translateX(-9%) translate3d(0, 0, 0) !important;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.hb_banner_home .swiper-pagination {
    bottom: 30px !important;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-pagination {
    bottom: -10px !important;
  }
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 1 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 1px #ffffff !important;
  width: 25px !important;
  height: 3.5px !important;
  border-radius: 100px !important;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-main, .section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9D1E41 !important;
  box-shadow: 0 0 0 1px #9D1E41 !important;
}

/* */
.section.home-infomation {
  background: #ffffff;
}
.section.home-infomation {
  padding-top: 5rem;
}
@media only screen and (min-width: 48rem) {
  .section.home-infomation {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.home-infomation {
    padding-top: 8.75rem;
  }
}
.section.home-infomation {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.home-infomation {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.home-infomation {
    padding-bottom: 1.875rem;
  }
}
.section.home-infomation::before {
  position: absolute;
  content: "";
  background: url("../img/banner-vector.png") no-repeat top center;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation::before {
    height: 30px;
    background-size: contain;
  }
}
.section.home-infomation .position {
  position: absolute;
}
.section.home-infomation .position::before {
  display: inline-flex;
  content: "";
}
.section.home-infomation .cell-image-left {
  top: 70%;
  transform: translateY(-70%);
  left: -50px;
}
.section.home-infomation .cell-image-left::before {
  background: url("../img/about-la.png") no-repeat left center;
  background-size: contain;
}
@media only screen and (min-width: 48rem) {
  .section.home-infomation .cell-image-left::before {
    width: 138px;
    height: 149px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.home-infomation .cell-image-left::before {
    width: 178px;
    height: 189px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .cell-image-left::before {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .section.home-infomation .cell-image-right1 {
    right: 15%;
    transform: translate(-15%) rotate(180deg);
    top: 110px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.home-infomation .cell-image-right1 {
    right: 10%;
    transform: translate(-10%) rotate(180deg);
    top: 60px;
  }
}
.section.home-infomation .cell-image-right1::before {
  background: url("../img/about-la.png") no-repeat left center;
  background-size: contain;
}
@media only screen and (min-width: 48rem) {
  .section.home-infomation .cell-image-right1::before {
    width: 128px;
    height: 129px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.home-infomation .cell-image-right1::before {
    width: 178px;
    height: 189px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .cell-image-right1::before {
    display: none;
  }
}
.section.home-infomation .cell-image-right2 {
  top: 30%;
  transform: translateY(-30%);
  right: 0;
}
.section.home-infomation .cell-image-right2::before {
  background: url("../img/about-raucu.png") no-repeat left center;
  background-size: contain;
}
@media only screen and (min-width: 48rem) {
  .section.home-infomation .cell-image-right2::before {
    width: 105px;
    height: 176px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.home-infomation .cell-image-right2::before {
    width: 145px;
    height: 236px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .cell-image-right2::before {
    display: none;
  }
}
.section.home-infomation .flex-info {
  position: relative;
  align-items: center;
}
.section.home-infomation .flex-info {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .flex-info {
    flex-flow: row wrap;
  }
}
.section.home-infomation .flex-info ._iamges, .section.home-infomation .flex-info ._images {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .section.home-infomation .flex-info .cell {
    width: calc(33.3333333333% - 40px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .flex-info .cell {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .section.home-infomation .flex-info .cell-left {
    order: 3;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .flex-info .cell-left {
    order: 2;
  }
}
.section.home-infomation .flex-info .cell-left ._subtitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .flex-info .cell-left ._subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .flex-info .cell-left .heading-title br {
    display: none;
  }
}
.section.home-infomation .flex-info .cell-left ._desc {
  font-weight: 500;
  margin-bottom: 15px;
}
.section.home-infomation .flex-info .cell-left ._button {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  background: #9D1E41;
  color: #ffffff;
  font-weight: 700;
  padding: 13px 13px 13px 25px;
  border-radius: 100px;
  transition: 0.4s;
  font-size: 17px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation .flex-info .cell-left ._button {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
.section.home-infomation .flex-info .cell-left ._button i {
  margin-left: 20px;
  font-weight: 400;
  border-radius: 100%;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.section.home-infomation .flex-info .cell-left ._button i {
  width: 1.875rem;
  height: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation .flex-info .cell-left ._button i {
    margin-left: 15px;
  }
}
.section.home-infomation .flex-info .cell-left ._button:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 64rem) {
  .section.home-infomation .flex-info .cell-center {
    order: 2;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .flex-info .cell-center {
    order: -1;
  }
}
@media only screen and (min-width: 64rem) {
  .section.home-infomation .flex-info .cell-right {
    order: -1;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-infomation .flex-info .cell-right {
    order: 3;
  }
}
.section.home-infomation .flex-info .cell-right ._item {
  position: relative;
  border: 0.5px solid #9D1E41;
  border-radius: 100px;
  transition: 0.4s;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section.home-infomation .flex-info .cell-right ._item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.home-infomation .flex-info .cell-right ._item:last-child {
  margin-bottom: 0;
}
.section.home-infomation .flex-info .cell-right ._item ._images {
  border-radius: 100%;
}
@media only screen and (min-width: 48rem) {
  .section.home-infomation .flex-info .cell-right ._item ._images {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.home-infomation .flex-info .cell-right ._item ._images {
    width: 4.125rem;
    height: 4.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation .flex-info .cell-right ._item ._images {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.section.home-infomation .flex-info .cell-right ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.home-infomation .flex-info .cell-right ._item ._title {
  font-weight: 700;
  color: #9D1E41;
}
@media only screen and (min-width: 48rem) {
  .section.home-infomation .flex-info .cell-right ._item ._title {
    font-size: 19px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.home-infomation .flex-info .cell-right ._item ._title {
    font-size: 23px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-infomation .flex-info .cell-right ._item ._title {
    font-size: 17px;
    line-height: 22px;
  }
}
.section.home-infomation .flex-info .cell-right ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.home-infomation .flex-info .cell-right ._item:hover {
  transform: translateY(-5px);
  background: #9D1E41;
}
.section.home-infomation .flex-info .cell-right ._item:hover ._images {
  border: 1px solid #ffffff;
}
.section.home-infomation .flex-info .cell-right ._item:hover ._title {
  color: #ffffff;
}
.section.home-infomation .flex-info .cell-right ._item:nth-child(1) {
  background: #9D1E41;
}
.section.home-infomation .flex-info .cell-right ._item:nth-child(1) ._images {
  border: 1px solid #ffffff;
}
.section.home-infomation .flex-info .cell-right ._item:nth-child(1) ._title {
  color: #ffffff;
}

/* */
@media only screen and (min-width: 48rem) {
  .hb_product_design {
    padding-top: 180px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_product_design {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #007334;
  }
}
.hb_product_design::before, .hb_product_design::after {
  position: absolute;
  content: "";
}
.hb_product_design::before {
  background: url("../img/product-before.png") no-repeat left center;
  background-size: contain;
  left: -10%;
  bottom: 40px;
}
@media only screen and (min-width: 48rem) {
  .hb_product_design::before {
    width: 102px;
    height: 183px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_product_design::before {
    width: 456px;
    height: 411px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_product_design::before {
    display: none;
  }
}
.hb_product_design::after {
  background: url("../img/product-after.png") no-repeat right center;
  background-size: contain;
  top: 17%;
  transform: translateY(-17%);
  right: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_product_design::after {
    width: 286px;
    height: 271px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_product_design::after {
    width: 132px;
    height: 263px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_product_design::after {
    display: none;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_product_design .cell-images {
    position: relative;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_product_design .container {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -80%);
    width: 100%;
  }
}
.hb_product_design .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.hb_product_design .flex-info .cell {
  width: 100%;
}
.hb_product_design .flex-info .cell .heading-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_product_design .flex-info .cell .heading-title {
    margin-bottom: 15px;
  }
}
.hb_product_design .flex-info .cell .heading-title span {
  color: #07E66B;
}
.hb_product_design .flex-info .cell-left {
  border-bottom: 0.7px solid #069F4B;
  padding-bottom: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_product_design .flex-info .cell-left {
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_product_design .flex-info .cell-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.hb_product_design .flex-info .cell-left .heading-title {
  flex: 0 0 auto;
}
.hb_product_design .flex-info .cell-left .parent-categories {
  flex: 0 0 auto;
  padding: 12px 20px;
  background: #005124;
  border-radius: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design .flex-info .cell-left .parent-categories {
    padding: 10px;
    border-radius: 10px;
  }
}
.hb_product_design .flex-info .cell-left .parent-categories .parent-cat {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #919191;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  .hb_product_design .flex-info .cell-left .parent-categories .parent-cat {
    font-size: 15px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_product_design .flex-info .cell-left .parent-categories .parent-cat {
    font-size: 17px;
  }
}
.hb_product_design .flex-info .cell-left .parent-categories .parent-cat:last-child {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
.hb_product_design .flex-info .cell-left .parent-categories .parent-cat:hover {
  color: #FFEF3B;
  text-decoration: underline;
  font-weight: 500;
}
.hb_product_design .flex-info .cell-left .parent-categories .parent-cat.active {
  color: #FFEF3B;
  text-decoration: underline;
  font-weight: 500;
}
@media only screen and (min-width: 48rem) {
  .hb_product_design .flex-info .cell-right .product-list .lists-swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px 10px;
    grid-gap: 15px 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design .flex-info .cell-right .product-list .lists-swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .hb_product_design .flex-info .cell-right .product-list .lists-swiper-wrapper {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_product_design .flex-info .cell-right .product-list .lists-swiper-wrapper .swiper-slide:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design .flex-info .cell-right .product-list .lists-swiper-wrapper .swiper-slide:nth-child(1) {
    display: none;
  }
}
.hb_product_design .flex-info .cell-right .product-list .lists-swiper-wrapper .swiper-slide:nth-child(1) ._images {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.hb_product_design .flex-info .cell-right .product-list .lists-swiper-wrapper .swiper-slide:nth-child(1) ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hb_product_design ._button {
  text-align: center;
  padding-top: 60px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design ._button {
    padding-top: 30px;
  }
}
.hb_product_design ._button .button-link {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 100px;
  transition: 0.4s;
  font-size: 17px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design ._button .button-link {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
.hb_product_design ._button .button-link i {
  margin-left: 20px;
  font-weight: 400;
  border-radius: 100%;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 14px;
}
.hb_product_design ._button .button-link i {
  width: 1.875rem;
  height: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_product_design ._button .button-link i {
    margin-left: 15px;
  }
}
.hb_product_design ._button .button-link:hover {
  background: #9D1E41;
  transform: translateY(-5px);
}
.hb_product_design ._button .button-link:hover i {
  background: #9D1E41;
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* */
/* */
.hb_video_home {
  background: #ffffff;
}
.hb_video_home {
  padding-top: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_video_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_video_home {
    padding-top: 3.75rem;
  }
}
.hb_video_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_video_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_video_home {
    padding-bottom: 3.75rem;
  }
}
.hb_video_home::before {
  position: absolute;
  content: "";
}
.hb_video_home::before {
  background: url("../img/video-before.png") no-repeat left center;
  background-size: contain;
  bottom: 8%;
  transform: translateY(-8%);
  left: 0;
  width: 913px;
  height: 560px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_video_home::before {
    display: none;
  }
}
.hb_video_home .flex-info {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_video_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_video_home .flex-info .cell {
  width: 100%;
  text-align: center;
}
.hb_video_home .flex-info .heading-title {
  margin-bottom: 0;
}
.hb_video_home .flex-info .heading-title span {
  color: #F46523;
}
.hb_video_home .flex-info ._images {
  margin-bottom: 0;
  position: relative;
}
.hb_video_home .flex-info ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_video_home .flex-info ._desc {
  color: #3D3D3D;
}
.hb_video_home .flex-info ._desc p {
  font-weight: 500;
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info ._desc {
    width: 70%;
    margin: 0 auto;
  }
}
.hb_video_home .flex-info ._button {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_video_home .flex-info ._button a {
  width: 100%;
  height: 100%;
}
.hb_video_home .flex-info ._button a i {
  color: red;
  position: relative;
  font-size: 28px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_video_home .flex-info ._button a i {
    font-size: 18px;
    width: 60px;
    height: 60px;
  }
}
.hb_video_home .flex-info ._button a i::before {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #ffffff;
  line-height: 1px;
  padding-left: 5px;
}
.hb_video_home .flex-info ._button a i::before {
  width: 4.0625rem;
  height: 4.0625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_video_home .flex-info ._button a i::before {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.hb_video_home .flex-info ._button a i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #ffffff;
  opacity: 0;
  z-index: -1;
  animation: sonarWave 1.5s linear infinite;
}
.hb_video_home .flex-info .cell-right {
  position: relative;
}
.hb_video_home .flex-info .cell-right::before, .hb_video_home .flex-info .cell-right::after {
  position: absolute;
  content: "";
}
.hb_video_home .flex-info .cell-right::before {
  background: url("../img/video-la.png") no-repeat left center;
  background-size: contain;
  top: -30px;
  left: -105px;
}
@media only screen and (min-width: 48rem) {
  .hb_video_home .flex-info .cell-right::before {
    width: 161px;
    height: 127px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_video_home .flex-info .cell-right::before {
    width: 201px;
    height: 157px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_video_home .flex-info .cell-right::before {
    display: none;
  }
}
.hb_video_home .flex-info .cell-right::after {
  background: url("../img/video-la2.png") no-repeat left center;
  background-size: contain;
  top: -10%;
  right: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_video_home .flex-info .cell-right::after {
    width: 61px;
    height: 104px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_video_home .flex-info .cell-right::after {
    width: 71px;
    height: 124px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_video_home .flex-info .cell-right::after {
    display: none;
  }
}

/* */
.hb_images_home {
  background: #ffffff;
}
.hb_images_home {
  padding-top: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_images_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_images_home {
    padding-top: 3.75rem;
  }
}
.hb_images_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_images_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_images_home {
    padding-bottom: 3.75rem;
  }
}
.hb_images_home::before, .hb_images_home::after {
  position: absolute;
  content: "";
}
.hb_images_home::before {
  background: url("../img/images-left.png") no-repeat left center;
  background-size: contain;
  top: 40%;
  transform: translateY(-40%);
  left: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_images_home::before {
    width: 100px;
    height: 187px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_images_home::before {
    width: 130px;
    height: 237px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_images_home::before {
    display: none;
  }
}
.hb_images_home::after {
  background: url("../img/images-right.png") no-repeat left center;
  background-size: contain;
  bottom: 8%;
  transform: translateY(-8%);
  right: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_images_home::after {
    width: 180px;
    height: 112px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_images_home::after {
    width: 240px;
    height: 162px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_images_home::after {
    display: none;
  }
}
.hb_images_home .flex-info .cell {
  width: 100%;
}
.hb_images_home .flex-info .cell .heading-title {
  margin-bottom: 30px;
  text-align: center;
}
.hb_images_home .flex-info .cell .heading-title span {
  color: #F46523;
}
.hb_images_home .flex-info .cell ._desc p img {
  width: 100%;
  height: 100%;
}

/* */
.hb_news_home {
  background: linear-gradient(180deg, rgba(251, 251, 251, 0.1) 0%, #FFFFFF 47.81%);
}
.hb_news_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-top: 3.75rem;
  }
}
.hb_news_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 3.75rem;
  }
}
.hb_news_home ._button.mobile {
  text-align: center;
}
.hb_news_home ._button.mobile {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home ._button.mobile {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home ._button.mobile {
    padding-top: 3.125rem;
  }
}
.hb_news_home ._button.mobile a {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  background: #9D1E41;
  color: #ffffff;
  font-weight: 700;
  padding: 13px 13px 13px 25px;
  border-radius: 100px;
  transition: 0.4s;
  font-size: 17px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home ._button.mobile a {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
.hb_news_home ._button.mobile a i {
  margin-left: 20px;
  font-weight: 400;
  border-radius: 100%;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.hb_news_home ._button.mobile a i {
  width: 1.875rem;
  height: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home ._button.mobile a i {
    margin-left: 15px;
  }
}
.hb_news_home ._button.mobile a:hover {
  transform: translateY(-5px);
}
.hb_news_home .flex-info {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_news_home .flex-info .cell {
  width: 100%;
}
.hb_news_home .flex-info .cell .heading-title {
  text-align: center;
}
.hb_news_home .flex-info .cell .heading-title span {
  color: #F46523;
}
.hb_news_home .flex-info .cell ._desc {
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell ._desc {
    width: 70%;
    margin: 0 auto;
  }
}
.hb_news_home .flex-info .cell ._button.desktop {
  display: none;
}
.hb_news_home .flex-info .cell-right .lists-swiper {
  display: flex;
}
.hb_news_home .flex-info .cell-right .lists-swiper {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .lists-swiper {
    flex-flow: row wrap;
  }
}
.hb_news_home .flex-info .cell-right ._images {
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right ._images {
    width: calc(25% - 7.5px);
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right ._images {
    display: none;
  }
}
.hb_news_home .flex-info .cell-right ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_news_home .flex-info .cell-right .lists-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex: 1;
}
.hb_news_home .flex-info .cell-right .lists-wrapper {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .lists-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item {
  border-radius: 8px;
  background: #9D1E41;
  display: flex;
  align-items: center;
  padding: 5px;
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover {
  flex: 0 0 184px;
  max-width: 184px;
  border-radius: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover {
    flex: 0 0 124px;
    max-width: 124px;
  }
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title {
  margin-bottom: 5px;
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
  color: #ffffff;
  font-weight: 700;
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
    font-size: 17px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
    font-size: 14px;
    line-height: 22px;
  }
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content .meta {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content .meta .post-date {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ffffff;
}
.hb_news_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content .meta .post-author {
  font-weight: 700;
}

/* */
/* */
/* */
/* */
/* */
/* */