/** $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 {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home {
    padding-top: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home {
    padding-top: 0;
  }
}
.section.hb_banner_home {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home {
    height: 40vh;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home {
    height: unset;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .cell-images {
    position: relative;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.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: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .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;
  opacity: 0;
  transition: all 0.8s ease;
  visibility: hidden;
  height: 375px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
    position: unset;
    transform: unset;
    height: -webkit-max-content;
    height: max-content;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
    margin: 0 auto;
    height: -webkit-max-content;
    height: max-content;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 5px solid #ffffff;
  border-radius: 25px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay img {
    border-radius: 15px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
  flex: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.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 (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: #FB8317;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 30px;
    line-height: 43px;
    white-space: nowrap;
  }
}
@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: 40px;
    line-height: 53px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    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 br {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  color: #2A2A2A;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
  font-weight: 600;
  margin-bottom: 60px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
  line-height: 26px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: inherit;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc ul li {
    margin-bottom: 10px;
    font-weight: 600;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc ul li::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAA/CAYAAACYcSQcAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUcSURBVHgB7ZxtctpGGMefFZBpSzvjI7gnKDpB4QR1TmD8tSET5wTGJzCd4H6NewLnBqUnEJygPgIzDdNOedk8f704IhFid7VCWuzfFw9GQujv531XFvSMFpfBN6dLapx5gn7il11JciromVwug5OTNS3PSNDPkuiMf3WSvCclvb31F6NnETOAcEta9oWgX/hl96sDJM02RP3f/cUUL59FjIFwK1p3SWzeUJZwEXOS4rex/3GY/uWTF/HXoN3xSPRJyHNKuWoGk6ZcX4z8/x6+fOPJijgIvmerk1e02+oS5hz7rhH7dh3w5ER8HbT7UhBctqNw+E7rS/NkRIR4fLdXnGFPFQ7fa31pjl5EDbeNkR+a8gVb33xOihytiCiKV6LxnpTFQ+b1Lsb+Px9IE4+OkMHsuysWMCB1ARH7fBMBwVFZYlSu0B1FLZkKWrFvF006Egazb99wJ6EuBncdTVqf7cu8Kjgv4mPsk8quS+g6mtQcjvyFcvLIw2l3jjPvPeV3GmnmGx4acM97RxZxNrEgebCAf5KigGwtDyxgz7aAwDl3DicsYnnD7ttXPonjX4Pj3zsL8S8LpywxjH+0nLBV9VXP4ez7R5Na3VFJAgJnLBECrkUD7nuqfBInkFv/4yWVjBOWiPoPxbPUE/B6fAABQe1FHAQ/YD1DOYGERAIO6UDUusR5NWufC8kdiA4HFhAoWSLKCVgEHRBXBAR7LfH1rH3DGS6MLVxn+cniTJmYCIgszD1wnyog1xJhgYmAoCHoHlmSSgQWr2+BNGtR6yBJJIudlhg19N4o44SHhmz5OkNLVcIpjGYSib7PuldmHbiPTEvEzWQJCFBmrMTyniwDC9fOwtwLVy0g+EpE3Azcds95XcRKskSqkNYREHHwumoBwZY7h1smxFK5qJVy8/bW/7fQQFP3mp8vHi6iVxYH02xZItxU52aE8G7CcVQBVuL/97oCIg7WRUDwKGI4WiKNwWYCz/NMM3Z0TaFdfyIOUo0IRQxvRoohmXGCeKYrZJT9Da7JBXUd4mAaEXYiYmMj206bstVTKX3ikf7fpAnc+F1n8SPVDE+Ija0s2wmHpXtIZWJt6ubGCR4H9QeyBIalcWzdyYqTkXYmBjV04wQPCzdkE45z6H2z3jJNJHBjXp0rVEqVSVgnvgral0KQteKZolW1XnpYEbd0ARnAn3VRxgKTLR6L7cG0jTjVJUuke9okDpq4cV2TSZrHOhH78ITF+AjBktLHOA7ic6S4oJqz1fbFi+FGmTMHlDxaPXGKybizqGVGTrPV9nErNUFPSnYxFTDMyOQAmfNEjo9IACrbccvECSsEmfNEjo8vKXLD6nDECkGmiMiomNVRRcRTmgk5ws41Fmx8xOIPVcC6wj+gCbkLVVj8sVn2qIDr1bmwziJXRExk2Cpe0mGZkGPsXbxH6yZt99c5cJfjlCsD5W0kttvCHThT1qRR3tCEtpBKLns2FSWyoiiLGM7ypCg1Pr6gltFzJFWjtbWupLYwhOPKXRm7Kg6B9v5EPLrAP6xvauJpjZOuDIz2J8YLTeivzYcL21+i9jPDPIx2ytpuC13rUL7EyBITeFnhjpcVzqkArlshKLRn20Zb6LoVgkIiIpsWGt9zpnetT86ikDsnGK0WSpqN/UXVg18rWHkEI35eeKJxygRPOdGRYO2JKrSFSmVPjfYV2sLaw0BRW+jlxUd0O71jExBYiYlpeNl1GP/3D7RwUxbuL2wBcbWlU+ETlNI23ZwPxw4AAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 27px;
  height: 21px;
  margin-right: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc ul li::before {
    width: 21px;
    height: 15px;
    margin-right: 5px;
    margin-top: -6px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.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: #FB8317;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.4s;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
    margin-left: 5px;
    font-size: 12px;
  }
}
.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 .item .overlay-content .inner ._list_button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button {
    width: 80%;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
  white-space: nowrap;
  transition: 0.4s;
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
    margin-right: 10px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item:last-child {
  margin-right: 0;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a {
  font-weight: 500;
  padding: 15px 35px 13px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a i {
  margin-left: 10px;
  font-weight: 400;
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a {
    font-size: 12px;
    padding: 10px 20px 8px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item:hover {
  transform: translateY(-5px);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay {
  opacity: 1;
  transition-delay: 400ms;
  visibility: visible;
}
.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-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._list_button {
  transform: scale(1);
}
.section.hb_banner_home .swiper-button {
  border: 1px solid transparent !important;
  background: transparent !important;
  transform: unset;
}
@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: #3D3D3D;
  font-weight: 500;
}
.section.hb_banner_home .swiper-button::before {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.5rem;
  }
}
.section.hb_banner_home .swiper-button:hover {
  border: 1px solid #FB8317 !important;
}
.section.hb_banner_home .swiper-button:hover::before {
  color: #ffffff;
}
.section.hb_banner_home .swiper-button.swiper-button-prev {
  left: 6.5% !important;
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 6.5% !important;
}
.section.hb_banner_home .swiper-controls {
  height: 0;
}
.section.hb_banner_home .swiper-pagination {
  bottom: -30px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-pagination {
    bottom: -10px;
  }
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
  background-color: #868686;
  box-shadow: 0 0 0 0px transparent;
  opacity: 1;
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !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: #868686 !important;
  box-shadow: 0 0 0 0 transparent !important;
  outline: 1px solid #808080;
  outline-offset: 2px;
}

/* */
.hb_ecosystem_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_ecosystem_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home {
    padding-top: 5rem;
  }
}
.hb_ecosystem_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_ecosystem_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home {
    padding-bottom: 5rem;
  }
}
.hb_ecosystem_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_ecosystem_home .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home .flex-info {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}
.hb_ecosystem_home .flex-info .cell {
  width: 100%;
}
.hb_ecosystem_home .flex-info .cell-left .heading-title {
  text-align: center;
  margin-bottom: 0;
}
.hb_ecosystem_home .flex-info .cell-right ._list {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item {
  display: flex;
  align-items: center;
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list ._item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list ._item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list ._item {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item ._image {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list ._item ._image {
    flex: 0 0 40%;
    max-width: 40%;
    height: 250px;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list ._item ._content {
    flex: 1;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item ._content ._title {
  font-weight: 600;
  color: #FB8317;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 19px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 18px;
    line-height: 20px;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item ._content ._desc {
  margin-bottom: 10px;
  font-size: 14px;
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item ._content ._desc p {
  line-height: 26px;
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item ._content ._button-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #FB8317;
  color: #ffffff;
  border-radius: 100px;
  padding: 12px 25px 9px;
  transition: 0.4s;
}
.hb_ecosystem_home .flex-info .cell-right ._list ._item ._content ._button-link:hover {
  transform: translateY(-5px);
}

/* */
.hb_statistical_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_statistical_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_statistical_home {
    padding-top: 3.75rem;
  }
}
.hb_statistical_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_statistical_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_statistical_home {
    padding-bottom: 3.75rem;
  }
}
.hb_statistical_home .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_statistical_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_statistical_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_statistical_home .flex-info .cell {
  width: 100%;
}
.hb_statistical_home .flex-info .cell-left .heading-title {
  margin-bottom: 0;
  text-align: center;
}
.hb_statistical_home .flex-info .cell-right ._list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hb_statistical_home .flex-info .cell-right ._list {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_statistical_home .flex-info .cell-right ._list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_statistical_home .flex-info .cell-right ._list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_statistical_home .flex-info .cell-right ._list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_statistical_home .flex-info .cell-right ._list ._item {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  background: #FB8317;
  text-align: center;
  padding: 30px;
}
.hb_statistical_home .flex-info .cell-right ._list ._item ._content ._number {
  font-weight: 600;
  color: #ffffff;
  display: block;
}
@media only screen and (min-width: 48rem) {
  .hb_statistical_home .flex-info .cell-right ._list ._item ._content ._number {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_statistical_home .flex-info .cell-right ._list ._item ._content ._number {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_statistical_home .flex-info .cell-right ._list ._item ._content ._number {
    font-size: 30px;
    line-height: 40px;
  }
}
.hb_statistical_home .flex-info .cell-right ._list ._item ._content ._title_number {
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  .hb_statistical_home .flex-info .cell-right ._list ._item ._content ._title_number {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_statistical_home .flex-info .cell-right ._list ._item ._content ._title_number {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_statistical_home .flex-info .cell-right ._list ._item ._content ._title_number {
    font-size: 16px;
    line-height: 22px;
  }
}

/* */
.hb_clients_home {
  background: #FAFAFA;
}
.hb_clients_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_clients_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_clients_home {
    padding-top: 3.75rem;
  }
}
.hb_clients_home {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .hb_clients_home {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_clients_home {
    padding-bottom: 6.25rem;
  }
}
.hb_clients_home .flex-info {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .hb_clients_home .flex-info {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_clients_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_clients_home .flex-info .cell {
  width: 100%;
}
.hb_clients_home .flex-info .cell-left .heading-title {
  margin-bottom: 0;
  text-align: center;
}
.hb_clients_home .flex-info .cell-right ._gallery {
  margin: -6px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_clients_home .flex-info .cell-right ._gallery {
    margin: 3px;
  }
}
.hb_clients_home .flex-info .cell-right ._gallery .w-swiper {
  padding: 6px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_clients_home .flex-info .cell-right ._gallery .w-swiper {
    padding: 3px;
  }
}
.hb_clients_home .flex-info .cell-right ._gallery .w-swiper .swiper-wrapper .swiper-slide {
  border: 6px solid #F6F6F6;
  background: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_clients_home .flex-info .cell-right ._gallery .w-swiper .swiper-wrapper .swiper-slide {
    border: 3px solid #F6F6F6;
  }
}
.hb_clients_home .flex-info .cell-right ._gallery .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  margin-bottom: 0;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_clients_home .flex-info .cell-right ._gallery .w-swiper .swiper-wrapper .swiper-slide ._item ._image img {
  width: 65%;
  height: 65%;
  object-fit: contain;
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-button {
  border: 1px solid transparent !important;
  background: transparent !important;
  transform: unset;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_clients_home .flex-info .cell-right ._gallery .swiper-button {
    display: none !important;
  }
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #3D3D3D;
  font-weight: 500;
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-button::before {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_clients_home .flex-info .cell-right ._gallery .swiper-button::before {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_clients_home .flex-info .cell-right ._gallery .swiper-button::before {
    font-size: 1.5rem;
  }
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-button:hover {
  border: 1px solid #FB8317 !important;
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-button:hover::before {
  color: #ffffff;
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-button.swiper-button-prev {
  left: -40px;
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-button.swiper-button-next {
  right: -40px;
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-controls {
  height: 0;
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination {
  bottom: -15px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination {
    bottom: -10px;
  }
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: #868686;
  box-shadow: 0 0 0 0px transparent;
  opacity: 1;
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet-active-next,
.hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet-active-next-next,
.hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet-active-prev,
.hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet-active-main,
.hb_clients_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FB8317 !important;
  box-shadow: 0 0 0 0 transparent !important;
  outline: 1px solid #FB8317;
  outline-offset: 2px;
}

/* */
.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: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 5rem;
  }
}
.hb_news_home ._button {
  display: none;
}
.hb_news_home ._button a {
  font-weight: 500;
  padding: 15px 35px 13px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  display: inline-flex;
  transition: 0.4s;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home ._button a {
    padding: 12px 20px 10px;
  }
}
.hb_news_home ._button a:hover {
  transform: translateY(-5px);
}
.hb_news_home ._button i {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home ._button.desktop {
    display: block;
  }
}
.hb_news_home ._button.mobile {
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home ._button.mobile {
    display: block;
    margin-top: 60px;
  }
}
.hb_news_home .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .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-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hb_news_home .flex-info .cell-left {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell-left {
    flex-flow: row wrap;
  }
}
.hb_news_home .flex-info .cell-left .heading-title {
  margin-bottom: 0;
}
.hb_news_home .flex-info .cell-left ._nav_categories {
  display: flex;
  align-items: center;
}
.hb_news_home .flex-info .cell-left ._nav_categories {
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}
.hb_news_home .flex-info .cell-left ._nav_categories .parent-categories .parent-cat {
  color: #3C3C3C;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #3C3C3C;
  transition: 0.4s;
  line-height: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-left ._nav_categories .parent-categories .parent-cat {
    font-size: 13px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.hb_news_home .flex-info .cell-left ._nav_categories .parent-categories .parent-cat:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: unset;
}
.hb_news_home .flex-info .cell-left ._nav_categories .parent-categories .parent-cat:hover {
  text-decoration: underline;
}
.hb_news_home .flex-info .cell-left ._nav_categories .parent-categories .parent-cat.active {
  text-decoration: underline;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .cover .res {
  aspect-ratio: 16/9;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._title {
  background: #FB8317;
  padding: 15px;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._title a {
  font-weight: 600;
  color: #ffffff;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._title a {
    font-size: 18px;
    line-height: 26px;
    min-height: 78px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._title a {
    font-size: 20px;
    line-height: 30px;
    min-height: 90px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._title a {
    font-size: 16px;
    line-height: 24px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content .excerpt {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #4B4B4B;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content .excerpt {
    font-size: 13px;
    line-height: 19px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._button_item {
  text-align: center;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._button_item a {
  font-weight: 500;
  padding: 13px 25px 10px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  display: inline-flex;
  transition: 0.4s;
  margin-top: 15px;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._button_item a:hover {
  transform: translateY(-5px);
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list .w-swiper .swiper-wrapper .swiper-slide .item .content ._button_item a i {
  display: none;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button {
  border: 1px solid transparent !important;
  background: transparent !important;
  transform: unset;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .swiper-button {
    display: none !important;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #3D3D3D;
  font-weight: 500;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button::before {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .swiper-button::before {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .swiper-button::before {
    font-size: 1.5rem;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button:hover {
  border: 1px solid #FB8317 !important;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button:hover::before {
  color: #ffffff;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button.swiper-button-prev {
  left: -50px;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-button.swiper-button-next {
  right: -50px;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-controls {
  height: 0;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-pagination {
  bottom: -15px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #868686;
  box-shadow: 0 0 0 0px transparent;
  opacity: 1;
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next,
.hb_news_home .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next-next,
.hb_news_home .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev,
.hb_news_home .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-main,
.hb_news_home .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FB8317 !important;
  box-shadow: 0 0 0 0 transparent !important;
  outline: 1px solid #FB8317;
  outline-offset: 2px;
}

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