/** $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 */
/* */
@media only screen and (min-width: 64rem) {
  .section.home-banner-design {
    height: 100vh;
  }
}
.section.home-banner-design ._lists {
  width: 100%;
  height: 100%;
}
.section.home-banner-design ._lists .heroSwiper {
  width: 100%;
  height: 100%;
}
.section.home-banner-design ._lists .heroSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section.home-banner-design ._lists .heroSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.section.home-banner-design ._lists .heroSwiper .swiper-wrapper .swiper-slide ._item {
  width: 100%;
  height: 100%;
}
.section.home-banner-design ._lists .heroSwiper .swiper-wrapper .swiper-slide ._item ._images_desktop {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-wrapper .swiper-slide ._item ._images_desktop {
    display: none;
  }
}
.section.home-banner-design ._lists .heroSwiper .swiper-wrapper .swiper-slide ._item ._images_desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.home-banner-design ._lists .heroSwiper .swiper-wrapper .swiper-slide ._item ._images_mobile {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 48rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-wrapper .swiper-slide ._item ._images_mobile {
    display: none;
  }
}
.section.home-banner-design ._lists .heroSwiper .swiper-wrapper .swiper-slide ._item ._images_mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.home-banner-design ._lists .heroSwiper .swiper-button-next {
  right: 10%;
  transform: translateX(-10%);
}
.section.home-banner-design ._lists .heroSwiper .swiper-button-next svg {
  fill: #ffffff;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-button-next {
    display: none;
  }
}
.section.home-banner-design ._lists .heroSwiper .swiper-button-prev {
  left: 12%;
  transform: translateX(-12%);
}
.section.home-banner-design ._lists .heroSwiper .swiper-button-prev svg {
  fill: #ffffff;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-button-prev {
    display: none;
  }
}
.section.home-banner-design ._lists .heroSwiper .swiper-custom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 30px;
  z-index: 10;
  padding: 15px 20px;
}
.section.home-banner-design ._lists .heroSwiper .swiper-custom {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-custom {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-custom {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-custom {
    bottom: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-custom {
    padding: 10px 15px;
    left: 100%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) translateX(-65%) rotate(90deg);
  }
}
.section.home-banner-design ._lists .heroSwiper .swiper-pagination {
  margin-top: 0;
  position: relative;
  left: unset;
  top: unset;
  bottom: unset;
  transform: unset;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.section.home-banner-design ._lists .heroSwiper .swiper-pagination .swiper-pagination-bullet {
  transform: unset;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  max-width: 10px;
}
.section.home-banner-design ._lists .heroSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid rgb(255, 255, 255);
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-banner-design ._lists .heroSwiper .swiper-pagination {
    order: 1;
  }
}
.section.home-banner-design ._lists .heroSwiper .autoplay-progress-bar {
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-banner-design ._lists .heroSwiper .autoplay-progress-bar {
    width: 45px;
    transform: rotate(-180deg);
    order: 2;
  }
}
.section.home-banner-design ._lists .heroSwiper .autoplay-progress-bar span {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  transform-origin: left center;
  transform: scaleX(0);
}
.section.home-banner-design .container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-banner-design .container {
    display: none;
  }
}
.section.home-banner-design .container ._inner {
  text-align: center;
}
.section.home-banner-design .container ._inner ._sub {
  font-family: "Lobster Two", sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64rem) {
  .section.home-banner-design .container ._inner ._sub {
    font-size: 76px;
    line-height: 1;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-banner-design .container ._inner ._sub {
    font-size: 46px;
    line-height: 1;
  }
}
.section.home-banner-design .container ._inner ._title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .section.home-banner-design .container ._inner ._title {
    font-size: 96px;
    line-height: 1;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-banner-design .container ._inner ._title {
    font-size: 66px;
    line-height: 1;
  }
}
.section.home-banner-design .scroll {
  position: absolute;
  right: 10%;
  bottom: 35px;
  z-index: 9;
  color: #ffffff;
  font-weight: 600;
  animation: scrollDown 0.9s linear infinite alternate;
  background: rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 5px 10px;
  border-radius: 30px;
}
@media only screen and (min-width: 48rem) {
  .section.home-banner-design .scroll {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.home-banner-design .scroll {
    right: 2%;
    bottom: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.home-banner-design .scroll {
    right: 35%;
    bottom: 10px;
    font-size: 12px;
  }
}

/* */
.hb_creative_home {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_creative_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_creative_home {
    padding-top: 7.5rem;
  }
}
.hb_creative_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_creative_home {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_creative_home {
    padding-bottom: 3.75rem;
  }
}
.hb_creative_home .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .hb_creative_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_creative_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_creative_home .flex-info .cell {
  width: 100%;
}
.hb_creative_home .flex-info .cell-left ._inner .heading-title {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_creative_home .flex-info .cell-left ._inner .heading-title br {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide {
    width: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item {
  position: relative;
  text-align: center;
  transition: 0.4s;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  margin: 0 auto 5px;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  width: 3.75rem;
  height: 3.75rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._title {
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.4s;
}
@media only screen and (min-width: 64rem) {
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._title {
    font-size: 15px;
    line-height: 21px;
  }
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._button {
  background: #f4f4f4;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #676767;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._button-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item:hover ._inner ._title {
  color: #7a0e1b;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item:hover ._inner ._button {
  background: #7a0e1b;
  color: #ffffff;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls {
  height: 0;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button {
  border: 1px solid #7a0e1b;
  transform: unset;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button:hover svg {
  color: #ffffff;
  fill: #ffffff;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: -30px;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button.swiper-button-prev svg {
  margin-left: -2px;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: -30px;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination {
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (min-width: 64rem) {
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination {
    display: none;
  }
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: unset;
}
.hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet-active, .hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #7a0e1b;
  box-shadow: 0 0 0 2px #7a0e1b;
}

/* */
.hb_ecosystem_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_ecosystem_home {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home {
    padding-top: 3.75rem;
  }
}
.hb_ecosystem_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_ecosystem_home {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home {
    padding-bottom: 3.75rem;
  }
}
.hb_ecosystem_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.hb_ecosystem_home .flex-info .cell {
  width: 100%;
}
.hb_ecosystem_home .flex-info .cell-left ._inner .heading-title {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_ecosystem_home .flex-info .cell-left ._inner .heading-title br {
    display: none;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container {
  margin: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container {
    margin: -5px;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper {
  padding: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper {
    padding: 5px;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 0;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item {
  position: relative;
  text-align: center;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._background {
  height: 307px;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._title {
  font-weight: 700;
  margin-bottom: 15px;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._title {
    font-size: 32px;
    line-height: 1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._title {
    font-size: 24px;
    line-height: 1;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._desc {
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._desc {
    font-size: 18px;
    line-height: 22px;
  }
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._button {
  display: none;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._button-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="0"] ._item, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="3"] ._item, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="6"] ._item {
  transform: rotate(-3deg);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="0"] ._item ._inner, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="3"] ._item ._inner, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="6"] ._item ._inner {
  transform: translate(-50%, -55%) rotate(2deg);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] ._item, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="4"] ._item, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="7"] ._item {
  transform: rotate(-2deg);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] ._item ._inner, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="4"] ._item ._inner, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="7"] ._item ._inner {
  transform: translate(-50%, -55%) rotate(2deg);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] ._item, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="5"] ._item, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="8"] ._item {
  transform: rotate(4deg);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] ._item ._inner, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="5"] ._item ._inner, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide[data-swiper-slide-index="8"] ._item ._inner {
  transform: translate(-50%, -55%) rotate(-4deg);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide:nth-child(even) ._item:hover {
  transform: rotate(-10deg);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide:nth-child(odd) ._item:hover {
  transform: rotate(10deg);
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls {
  height: 0;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button {
  border: 1px solid #7a0e1b;
  transform: unset;
  display: none;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button:hover svg {
  color: #ffffff;
  fill: #ffffff;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: -30px;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button.swiper-button-prev svg {
  margin-left: -2px;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: -30px;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination {
  line-height: 1;
  margin-top: 20px;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: unset;
}
.hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet-active, .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #7a0e1b;
  box-shadow: 0 0 0 2px #7a0e1b;
}

/* */
.hb_figure_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_home {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home {
    padding-top: 3.75rem;
  }
}
.hb_figure_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_home {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home {
    padding-bottom: 3.75rem;
  }
}
.hb_figure_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

@media only screen and (min-width: 48rem) {
  .hb_figure_home .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home .flex-info {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}
.hb_figure_home .flex-info .cell {
  width: 100%;
}
.hb_figure_home .flex-info .cell-left .heading-title {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_home .flex-info .cell-left .heading-title br {
    display: none;
  }
}
.hb_figure_home .flex-info .cell-right {
  position: relative;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item {
    flex-flow: row wrap;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .cover {
  transition: 0.3s;
  border-radius: 30px;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .cover {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    transform-origin: center left;
    -webkit-transform: perspective(500) rotateY(10deg);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .cover {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .cover {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .cover:hover {
  -webkit-transform: perspective(500) rotateY(12deg);
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content {
  text-align: right;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content .terms {
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content .terms {
    margin-bottom: 10px;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content .terms a {
  border: 2px solid #7a0e1b;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 700;
  color: #7a0e1b;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content .terms a::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #7a0e1b;
  margin-right: 6px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._title {
    margin-bottom: 6px;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._title a {
  font-weight: 800;
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._title a {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._title a {
    font-size: 24px;
    line-height: 32px;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._sub {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._sub {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._sub {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._sub span {
  color: #7a0e1b;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._desc {
  margin-bottom: 20px;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._desc {
    -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_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._desc {
    margin-bottom: 10px;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap ._button_link {
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap ._button_link:after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgBtZa/buJAEMbHm5OACvOnBTk9BfcER0RzEhLhOq5Al/IKaiiTe4NreICr0FVJKGgBiSIdjniAWFClAAwVFeSbjSHIiciugU/CXu8y+/OMZ3fHIAUlk8ncarW6XK/XOcMwLHSZ3pCLPht9NsbvXdftfjaXsW8wkUhcYcJrNC1SkwP4zWQy+Uc6QNM0LRje4pelYHLg8QU8dvwD4gPYlRBicACMZfEcmKvkHzjzwUr4YxPNMB2uMF66HAqFnOVy+bjpNHZg8q3oLSGOJRfh/boJ7zakgHVOAGOZnA9bDl84G0k9E7XF+QDGL9nmSzwefzol0JMznU7PBS9qVZht29Tr9SgajVIAWciTnOAdRNWi3+9TJpOR0HQ6TbpCnlwKnfVWrVap2WxSKpWiVqulDeWt8SwSifwljXXXbrdlSPP5PBUKBfk8n8+VbOFc2EDCrCmAarUa1et1Go/HlM2qb0qCAgpvK+8Ik44ZfcHPJc0F32g0qFwu02g0omKxqGPqsoeOjoUfxiFVFZ+dDOyqGmxgw+FQG8big9rwTvOOisFgMJCeVSoVWiwWpCtwcvLLx2KxJ690OJkQTmc2m50L7+EPnVhg3PB9ex7Cy0NP+X0w6R23xU7nD3pdIscWV3YXm4dtiYEywEU58AwvS3REIVF+4rR/eAf0oDagj4B+p8PrGi4tfgP2f7dzX5nYCZq5vMD5E31UJu4thLlkBPRaFczJwdkIkF4h7Bc2h28IT4mzGBNyJu+W+lxtdzF+B1Dvs7leAIfzAhhxRP3uAAAAAElFTkSuQmCC") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  position: relative;
  left: 10px;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap ._button_link:hover::after {
  left: 20px;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap ._list {
  display: flex;
  align-items: center;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap ._list {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap ._list ._links {
  position: relative;
  transition: 0.4s;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap ._list ._links a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_figure_home .flex-info .cell-right .mySwiper2 .swiper-wrapper .swiper-slide .item .content ._button_wrap ._list ._links:hover {
  transform: translateY(-5px);
}
.hb_figure_home .flex-info .cell-right .mySwiper {
  width: 80%;
  margin: 0 auto;
}
.hb_figure_home .flex-info .cell-right .mySwiper {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper {
    width: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper {
    width: 85%;
    position: relative;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.4s;
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}

@media only screen and (min-width: 48rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item {
    border-radius: 6px;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .cover {
  border-radius: 8px;
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .cover {
  width: 4.5rem;
  height: 4.5rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .cover {
    flex: 0 0 50px;
    max-width: 50px;
    border-radius: 4px;
  }
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .cover {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .cover .res {
  aspect-ratio: 1/1;
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .content ._title {
  font-weight: 800;
}
@media only screen and (min-width: 64rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .content ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .content ._title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .content ._title {
    font-size: 12px;
    line-height: 16px;
  }
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item:hover {
  background: #7a0e1b;
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item:hover .content ._title {
  color: #ffffff;
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .item {
  background: #7a0e1b;
}
.hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .item .content ._title {
  color: #ffffff;
}
.hb_figure_home .flex-info .cell-right .swiper-button-next {
  top: 100%;
  transform: translateY(-100%);
  right: 0;
}
.hb_figure_home .flex-info .cell-right .swiper-button-next {
  width: 1rem;
  height: 1rem;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_home .flex-info .cell-right .swiper-button-next {
    display: none;
  }
}
.hb_figure_home .flex-info .cell-right .swiper-button-next svg path {
  stroke: currentColor;
  stroke-width: 1.5;
  fill: currentColor;
}
.hb_figure_home .flex-info .cell-right .swiper-button-prev {
  top: 100%;
  transform: translateY(-100%);
  left: 0;
}
.hb_figure_home .flex-info .cell-right .swiper-button-prev {
  width: 1rem;
  height: 1rem;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_home .flex-info .cell-right .swiper-button-prev {
    display: none;
  }
}
.hb_figure_home .flex-info .cell-right .swiper-button-prev svg path {
  stroke: currentColor;
  stroke-width: 1.5;
  fill: currentColor;
}

/* */
.hb_figure_design {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_design {
    padding-top: 3.75rem;
  }
}
.hb_figure_design {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_design {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_design {
    padding-bottom: 7.5rem;
  }
}
.hb_figure_design .flex-info .cell {
  width: 100%;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item {
    flex-flow: row wrap;
  }
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .cover {
  transition: 0.3s;
  border-radius: 30px;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .cover {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    order: 2;
    transform-origin: center right;
    -webkit-transform: perspective(500) rotateY(-10deg);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .cover {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .cover {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .cover:hover {
  -webkit-transform: perspective(500) rotateY(-12deg);
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content {
  text-align: left;
}
@media only screen and (min-width: 48rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    order: -1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content .term_design {
  margin-bottom: 20px;
  border: 2px solid #7a0e1b;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 700;
  color: #7a0e1b;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content .term_design::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #7a0e1b;
  margin-right: 6px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content .term_design {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._title {
    margin-bottom: 6px;
  }
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._title a {
  font-weight: 800;
}
@media only screen and (min-width: 64rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._title a {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._title a {
    font-size: 24px;
    line-height: 32px;
  }
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._sub {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._sub {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._sub {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._sub span {
  color: #7a0e1b;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._desc {
  margin-bottom: 20px;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._desc {
    -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_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._desc {
    margin-bottom: 10px;
  }
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap ._button_link {
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap ._button_link:after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgBtZa/buJAEMbHm5OACvOnBTk9BfcER0RzEhLhOq5Al/IKaiiTe4NreICr0FVJKGgBiSIdjniAWFClAAwVFeSbjSHIiciugU/CXu8y+/OMZ3fHIAUlk8ncarW6XK/XOcMwLHSZ3pCLPht9NsbvXdftfjaXsW8wkUhcYcJrNC1SkwP4zWQy+Uc6QNM0LRje4pelYHLg8QU8dvwD4gPYlRBicACMZfEcmKvkHzjzwUr4YxPNMB2uMF66HAqFnOVy+bjpNHZg8q3oLSGOJRfh/boJ7zakgHVOAGOZnA9bDl84G0k9E7XF+QDGL9nmSzwefzol0JMznU7PBS9qVZht29Tr9SgajVIAWciTnOAdRNWi3+9TJpOR0HQ6TbpCnlwKnfVWrVap2WxSKpWiVqulDeWt8SwSifwljXXXbrdlSPP5PBUKBfk8n8+VbOFc2EDCrCmAarUa1et1Go/HlM2qb0qCAgpvK+8Ik44ZfcHPJc0F32g0qFwu02g0omKxqGPqsoeOjoUfxiFVFZ+dDOyqGmxgw+FQG8big9rwTvOOisFgMJCeVSoVWiwWpCtwcvLLx2KxJ690OJkQTmc2m50L7+EPnVhg3PB9ex7Cy0NP+X0w6R23xU7nD3pdIscWV3YXm4dtiYEywEU58AwvS3REIVF+4rR/eAf0oDagj4B+p8PrGi4tfgP2f7dzX5nYCZq5vMD5E31UJu4thLlkBPRaFczJwdkIkF4h7Bc2h28IT4mzGBNyJu+W+lxtdzF+B1Dvs7leAIfzAhhxRP3uAAAAAElFTkSuQmCC") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  position: relative;
  left: 10px;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap ._button_link:hover::after {
  left: 20px;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap ._list {
  display: flex;
  align-items: center;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap ._list {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap ._list ._links {
  position: relative;
  transition: 0.4s;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap ._list ._links a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_figure_design .flex-info .cell-right .news-list .w-swiper .swiper-slide .item .content ._button_wrap ._list ._links:hover {
  transform: translateY(-5px);
}

/* */
.home-box-design {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .home-box-design {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-box-design {
    padding-bottom: 3.75rem;
  }
}
.home-box-design .flex-info {
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #2c2c2c;
}
.home-box-design .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.home-box-design .flex-info {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-box-design .flex-info {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-box-design .flex-info {
    padding-top: 3.75rem;
  }
}
.home-box-design .flex-info .cell-left {
  display: flex;
  align-items: center;
}
.home-box-design .flex-info .cell-left {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

@media only screen and (max-width: 63.99875rem) {
  .home-box-design .flex-info .cell-left {
    flex: 1;
  }
}
.home-box-design .flex-info .cell-left ._icon {
  width: 80px;
  height: 76px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-box-design .flex-info .cell-left ._icon {
    width: 60px;
    height: 56px;
  }
}
.home-box-design .flex-info .cell-left ._icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-box-design .flex-info .cell-left .heading-title {
  margin-bottom: 0;
}
.home-box-design .flex-info .cell-right ._list {
  display: flex;
  align-items: center;
}
.home-box-design .flex-info .cell-right ._list {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.home-box-design .flex-info .cell-right ._list ._item a {
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  padding: 15px 40px;
  border: 2px solid #eee;
  border-radius: 50px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-box-design .flex-info .cell-right ._list ._item a {
    padding: 10px 20px;
  }
}
.home-box-design .flex-info .cell-right ._list ._item a:after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF6SURBVHgBvZbRbYMwEIYPJqiYgE6A+45EOgAinSB5hg14ah95yirtBEknIA+8E1ggZYLrnTEVqqrGNjifdDER9v2642yfBxog4oaGjIzHkOxBvfoiOyv78DzvBEsgoT1Zi/rw3B2YQotCshrtadmHrhhHdcXlsI/tLbEtrs/uvzSuEdlv2Gc46XgzwRbGCnTBmSr4iR98JbZ3KMaIKbWeEnQZ3cSFonz0cdzUoc4KIQQkSQLDMIAFXCMbTmmmuyKOY2iaRor2fQ8WZJzOIxpQFAUGQYBRFGHXdWhIDWixFcqytBW9AlpSVdWPqAk+WEJr5UiVB0agRUrzPJfRUdUiFY/JUplSo1thgRhzZMGD7uxJjLaFjRhzkLe57myOKk1TpI2PliT3P9rUnzdwzyv/zK+nmgYBbpDR8cN8H77A2IWtDft8/vMNjv3M2mj1NWs1UXotI479TYv28GESginooBHWOnnJSUIDfwuhbN7qX8hOZO9UiZ+3fH0DRLm80Nv8kpMAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  position: relative;
  left: 10px;
}
.home-box-design .flex-info .cell-right ._list ._item a:hover::after {
  left: 20px;
}

/** Responsive */
@media (min-width: 1025px) and (max-width: 1205px) {
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
    width: 50px;
    height: 50px;
  }
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._title {
    font-size: 18px;
    line-height: 28px;
  }
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
  .hb_creative_home .flex-info .cell-right ._list .swiper-container .swiper-controls .swiper-pagination {
    display: block;
  }
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner {
    width: 70%;
  }
  .hb_ecosystem_home .flex-info .cell-right ._list .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._inner ._title {
    font-size: 26px;
    line-height: 1;
  }
  .hb_figure_home .flex-info .cell-right .mySwiper .swiper-wrapper .swiper-slide .item .content ._title {
    font-size: 16px;
    line-height: 20px;
  }
}
/* */
/* */
/* */
/* */