:root {
  --hvs-bg-global:  #e9e2d7;
  --hvs-panel:      #efe8dd;
  --hvs-shadow:     0 24px 60px rgba(0,0,0,.12);
  --hvs-radius:     26px;
  --hvs-transition: .6s all cubic-bezier(0.27, 1.5, 0.62, 0.87);
}

.zen-hvs-block {
  overflow: hidden;
  margin: 50px 0 112px;
  padding-top: 36px;
}

.zen-hvs-header {
  max-width: 1000px;
  padding: 0 60px;
  margin: 0 auto 71px;
}
.zen-hvs-trustpilot {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.zen-hvs-trustpilot-stars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2px;
  align-items: center;
}
.zen-hvs-trustpilot-stars > li {
  width: 24px;
  height: 24px;
  background: url(../images/trustpilot-star.svg) no-repeat center / contain;
}
.zen-hvs-trustpilot-label {
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.zen-hvs-trustpilot-blogo {}
.zen-hvs-trustpilot-logo {}
.zen-hvs-header-title-box {}
.zen-hvs-header-title {
  color: #000;
  text-align: center;
  font-family: Nunito;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.zen-hvs-button-box {
  text-align: center;
  margin-top: 64px;
}
.zen-hvs-button {
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  background: #22E243;
  border: none;
  cursor: pointer;
  padding: 20px 52px;
  border-radius: 40px;
  position: relative;
  transition: .2s all ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-box: trim-both cap alphabetic;
}
.zen-hvs-button-label {
  line-height: 1;
}
.zen-hvs-button:focus-visible {
  color: #FFF;
  background: #000;
}
.zen-hvs-button > span {
  padding-left: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: .2s all ease-in-out;
}
.zen-hvs-button > span:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icons/code.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translate(0, -50%);
  transition: .2s all ease-in-out;
}
.zen-hvs-button:focus-visible > span:before {
  background-image: url(../images/icons/code-white.svg);
}

@media screen and (min-width: 992px) {
  .zen-hvs-button:hover {
    color: #FFF;
    background: #000;
  }
  .zen-hvs-button:hover > span:before {
    background-image: url(../images/icons/code-white.svg);
  }
}

.zen-hvs {
  width:       min(650px, 94vw);
  margin:      0 auto;
  font-family: inherit;
  /* no overflow: hidden — art is allowed to flow outside the track */
}

.zen-hvs__track-box {
  padding-bottom: 70px;
  position: relative;
}
.zen-hvs__track-box.is-last-slide:before {
  opacity: 0;
  transition: none;
}
.zen-hvs__track-box:before {
  content: '';
  top: 55px;
  right: 0;
  left: 0;
  bottom: 142px;
  position: absolute;
  z-index: 3;
  border: 1px solid #F6F3EE;
  border-radius: 20px;
  box-shadow: 0 18px 46px -29px rgba(153, 140, 117, .4);
  background: linear-gradient(137deg, rgba(232, 225, 212, 1) 0%, rgba(224, 216, 202, 1) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
}
.zen-hvs__track {
  position:    relative;
  height: min(420px, 60vw);
  min-height:  360px;
  touch-action: pan-y;
  cursor:      grab;
  user-select: none;
  z-index: 5;
}
.zen-hvs__track.is-dragging {
  cursor: grabbing;
}

.zen-hvs__slide {
  position:        absolute;
  inset:           0;
  justify-content: center;
  align-items:     center;
  overflow:        visible;
  cursor:          default;
  /* off-screen right by default, JS animates in/out */
  transform:       translateX(100%);
  opacity:         0;
  pointer-events:  none;
}
.zen-hvs__slide:before {
  content: '';
  top: 15px;
  right: 40px;
  left: 40px;
  bottom: 34px;
  position: absolute;
  z-index: 3;
  border: 1px solid #F6F3EE;
  border-radius: 20px;
  box-shadow: 0 18px 46px -29px rgba(153, 140, 117, .4);
  background: linear-gradient(137deg, rgba(232, 225, 212, 1) 0%, rgba(224, 216, 202, 1) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
  transition: var(--hvs-transition);
}
.zen-hvs__slide:after {
  content: '';
  top: 15px;
  right: 40px;
  left: 40px;
  bottom: 34px;
  position: absolute;
  z-index: 5;
  opacity: 0;
  border: 1px solid #F6F3EE;
  border-radius: 20px;
  box-shadow: 0 18px 46px -29px rgba(153, 140, 117, .4);
  background: linear-gradient(137deg, #EFEDE8 0%, #EFEDE8 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) -50%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
  transition: var(--hvs-transition);
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover:before,
  .zen-hvs__slide:hover:after {
    top: 0;
    bottom: 0;
    right: 20px;
    left: 20px;
    opacity: 1;
  }
}

.zen-hvs__slide.is-active {
  transform:      translateX(0);
  opacity:        1;
  pointer-events: auto;
}

.zen-hvs__art {
  position: absolute;
  width: 325px;
  height: auto;
  left: 0;
  top: 0;
  transform: translate(-50%, -20%);
  z-index: 10;
  pointer-events: none;
}
.zen-hvs__art:before {
  content: '';
  display: block;
  padding-top: 141.6%;
}
.zen-hvs__art-item {
  position: absolute;
  top: 50%;
  left: 50%;
  user-select: none;
  -webkit-user-drag: none;
  transition: var(--hvs-transition);
}
.zen-hvs__art-item > img {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: var(--hvs-transition);
}

.zen-hvs__review-outer {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 100%;
  padding: 57px 105px 77px 94px;
}
.zen-hvs__review-outer:after {
  content: '';
  width: 607px;
  height: 212px;
  background: url(../images/hvs/brush.svg) no-repeat center / contain;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 20;
  top: 74.5%;
  left: 42.8%;
}

.zen-hvs__art-swoosh {
  position:  absolute;
  left:      -40px;
  bottom:    34px;
  width:     120%;
  z-index:   3;
  opacity:   .95;
}

/* fallback content (slides without review) */
.zen-hvs__content {
  /* position: absolute; */
  /* top:      44px; */
  /* left:     54px; */
  width:    min(380px, 44%);
  z-index:  5;
}

/* single beige box: art overlaps from left, text + review card stacked inside */
.zen-hvs__review {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius:   20px;
  border:          1px solid transparent;
  overflow:        visible;
  z-index:         5;
  flex-direction: column;
  align-items: center;
  padding: 34px 0 0;
}
/*
  .zen-hvs__review:before {
    content: '';
    width: 67px;
    height: 62px;
    display: block;
    margin: 0 auto;
    background: none no-repeat center / contain;
    transform: scale(1) rotate(0deg);
    transition: var(--hvs-transition);
  }
*/
@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__review:before {
    transform: scale(1.1) rotate(-5deg);
  }
}
.zen-hvs__slide:nth-child(1) .zen-hvs__review:before {
  background-image: url(../images/hvs/number_1.svg);
}
.zen-hvs__slide:nth-child(2) .zen-hvs__review:before {
  background-image: url(../images/hvs/number_2.svg);
}
.zen-hvs__slide:nth-child(3) .zen-hvs__review:before {
  background-image: url(../images/hvs/number_3.svg);
}
.zen-hvs__slide:nth-child(4) .zen-hvs__review:before {
  background-image: url(../images/hvs/number_4.svg);
}
.zen-hvs__slide:nth-child(5) .zen-hvs__review:before {
  background-image: url(../images/hvs/number_5.svg);
}
.zen-hvs__slide:nth-child(6) .zen-hvs__review:before {
  background-image: url(../images/hvs/number_6.svg);
}
.zen-hvs__slide:nth-child(7) .zen-hvs__review:before {
  background-image: url(../images/hvs/number_7.svg);
}

.zen-hvs__review-text {
  width: 100%;
  margin-top: auto;
  padding-top: 0;
  transition: var(--hvs-transition);
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__review-text {
    padding-top: 5px;
  }
}

.zen-hvs__kicker {
  margin:         0 0 8px;
  font-size:      11px;
  font-weight:    700;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity:        .6;
  color:          #111;
}

.zen-hvs__title {
  color: #222;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Nunito;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.zen-hvs__text {
  margin:      0 0 18px;
  font-size:   14px;
  line-height: 1.5;
  color:       rgba(17,17,17,.7);
  transition:  transform 500ms cubic-bezier(.22,.68,0,1.2);
}

.zen-hvs__review-card-block {
  margin-top: auto;
  width: 100%;
  height: 166px;
  position: relative;
  padding: 0 25px 0 24px;
  transition: var(--hvs-transition);
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__review-card-block {
    padding: 0 20px 0 24px;
    height: calc(50% + 18px);
    margin-bottom: -22px;
    margin-right: -13px;
    width: calc(100% + 13px);
  }
}
.zen-hvs__review-card-block:before {
  content: '';
  z-index: 5;
  position: absolute;
  top: 26px;
  left: 30%;
  right: 9px;
  bottom: 20px;
  background: #222;
  background: linear-gradient(135deg,rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: .1;
  border-radius: 12px;
}
.zen-hvs__review-card {
  position: relative;
  z-index: 10;
  display:       flex;
  flex-shrink:   0;
  width: 100%;
  height: 100%;
  padding:       36px 32px 32px 20px;
  align-items:   center;
  gap:           16px;
  border-radius: 12px;
  background:    var(--Shades-Dark-Side-Antracite, #222);
  box-shadow:    0 17px 24.4px -11px rgba(138, 129, 112, 0.82);
  color:         #fff;
  margin: 0;
  transition: var(--hvs-transition);
}


@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__review-card {
    padding: 32px 32px 32px 48px;
    margin-left: -16px;
    width: calc(100% + 16px);
  }
}

.zen-hvs__review-avatar {
  width:         100px;
  height:        100px;
  border-radius: 50%;
  background:    #F0EEE7;
  overflow:      hidden;
  position: relative;
  transition: var(--hvs-transition);
}
.zen-hvs__slide:hover .zen-hvs__review-avatar {
  width: 120px;
  height: 120px;
}
.zen-hvs__review-avatar-normal {
  width: 100%;
  height: 100%;
  background: url(../images/hvs/avatar.svg) no-repeat center;
  background-size: min(71px, 80%);
}
.zen-hvs__review-avatar-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../images/hvs/avatar_hover.svg) no-repeat center;
  background-size: min(71px, 80%);
  transition: .4s all ease-in-out;
}
.zen-hvs__slide:hover .zen-hvs__review-avatar-hover {
  opacity: 1;
}
.zen-hvs__review-avatar-normal > img,
.zen-hvs__review-avatar-hover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zen-hvs__review-body {
  flex: 1;
}
.zen-hvs__review-body small {
  opacity:       .8;
  display:       block;
  margin-bottom: 6px;
  font-size:     11px;
  color:         #fff;
}
.zen-hvs__review-body p {
  margin:      0;
  color:       #FFF;
  font-family: Nunito;
  font-size:   14px;
  font-style:  normal;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__review-body p {
    font-size: 16px;
  }
}
.zen-hvs__review-body b {
  display:     block;
  margin-top:  8px;
  color:       #FFF;
  font-family: Nunito;
  font-size:   14x;
  font-style:  normal;
  font-weight: 700;
  line-height: 18px;
}

.zen-hvs__review-store {
  color: #FFF;
  font-weight: 500;
  line-height: 18px;
  font-family: Nunito;
  font-size: 0;
  margin-bottom: 11px;
}
.zen-hvs__review-store:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
  background: none no-repeat center / contain;
}
.zen-hvs__review-store > span {
  font-size: 12px;
  vertical-align: middle;
}
.zen-hvs__review-store--apple:before {
  background-image: url(../images/hvs/app_store.svg);
}
.zen-hvs__review-store--google:before {
  background-image: url(../images/hvs/google_play.svg);
}
.zen-hvs__review-store--trustpilot:before {
  background-image: url(../images/hvs/trustpilot.svg);
}
.zen-hvs__review-number {
  display: none;
}

.zen-hvs__dots-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zen-hvs__dots {
  display: flex;
  justify-content: center;
  gap: 0;
  list-style: none;
  padding: 12px 12px;
  margin: 0;
  vertical-align: top;
  border-radius: 64px;
  border: 1px solid #BDAC9C;
  align-items: center;
  font-size: 0;
}
.zen-hvs__dot {
  width:      16px;
  height:     16px;
  background: none;
  border:     0;
  cursor:     pointer;
  padding:    0;
  position: relative;
}
.zen-hvs__dot:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #888;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s all ease-in-out;
}
.zen-hvs__dot.is-active:before {
  background: #20BB3B;
}
@media screen and (min-width: 992px) {
  .zen-hvs__dot:hover:before {
    background: #20BB3B;
  }
}


.zen-hvs__ring {
  position:       absolute;
  width:          80px;
  height:         80px;
  border-radius:  50%;
  border:         2px solid rgba(34,226,67,.7);
  pointer-events: none;
  z-index:        9;
  left:           var(--hvs-mx, 50%);
  top:            var(--hvs-my, 50%);
  transform:      translate(-50%,-50%) scale(.4);
  opacity:        0;
}
.zen-hvs__slide.is-hovered .zen-hvs__ring--1 {
  animation: hvs-ring   1.5s ease-out infinite;
}
.zen-hvs__slide.is-hovered .zen-hvs__ring--2 {
  animation: hvs-ring-2 1.5s ease-out .5s infinite;
}


/* Slides */

.zen-hvs__art-card_hover {
  .zen-hvs__art-item-card {
    z-index: 1;
    top: 10%;
    left: 13%;
  }
  .zen-hvs__art-item-wallet {
    z-index: 2;
    top: 80%;
    left: 80%;
  }
  .zen-hvs__art-item-livebetter {
    z-index: 3;
    top: 80%;
    left: 80%;
  }
  .zen-hvs__art-item-card > img {
    width: 303px;
    height: 356px;
    transform: none;
    left: -170px;
    top: 0;
  }
  .zen-hvs__art-item-wallet > img {
    width: 514px;
    height: 523px;
    right: -58px;
    bottom: -217px;
    transform: none;
  }
  .zen-hvs__art-item-livebetter > img {
    width: 219px;
    height: 192px;
    transform: none;
    right: 101px;
    bottom: -100px;
  }
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__art-card_hover {
    .zen-hvs__art-item-card {
      z-index: 4;
      top: 4%;
      left: -13%;
      transform: rotate(-55deg);
    }
    .zen-hvs__art-item-wallet {
      transform: rotate(10deg);
    }
    .zen-hvs__art-item-livebetter {
      transform: rotate(10deg);
    }
    .zen-hvs__art-item-livebetter > img {
      transform: scale(1.1);
    }
  }
}

.zen-hvs__art-travel_hover {
  .zen-hvs__art-item-card {
    z-index: 1;
    top: 40%;
    left: -6%;
  }
  .zen-hvs__art-item-travel {
    left: 33%;
    top: 112%;
    z-index: 2;
  }
  .zen-hvs__art-item-card > img {
    width: 262px;
    height: 305px;
  }
  .zen-hvs__art-item-travel > img {
    width: 429px;
    height: 560px;
    bottom: -20px;
    transform: none;
    right: -190px;
  }
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__art-travel_hover {
    .zen-hvs__art-item-card {
      z-index: 3;
      top: 31%;
      left: 42%;
      transform: rotate(-90deg);
    }
    .zen-hvs__art-item-travel {
      transform: rotate(-10deg);
    }
  }
}

.zen-hvs__art-sakwa_hover {
  .zen-hvs__art-item-card_back {
    z-index: 5;
    left: 1%;
    top: 37%;
  }
  .zen-hvs__art-item-card_front {
    z-index: 10;
    left: 3.2%;
    top: 32%;
  }
  .zen-hvs__art-item-sakwa {
    left: 25.7%;
    top: 98.2%;
    z-index: 15;
  }
  .zen-hvs__art-item-card_back > img {
    width: 214px;
    height: 187px;
  }
  .zen-hvs__art-item-card_front > img {
    width: 239px;
    height: 231px;
  }
  .zen-hvs__art-item-sakwa > img {
    width: 520px;
    height: 560px;
    bottom: -90px;
    transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__art-sakwa_hover {
    .zen-hvs__art-item-card_back {
      z-index: 20;
      left: 25%;
      top: 43%;
      transform: rotate(-30deg) scale(1.4);
    }
    .zen-hvs__art-item-card_front {
      z-index: 25;
      transform: rotate(-30deg) scale(1.4);
      top: 37%;
      left: 38%;
    }
    .zen-hvs__art-item-sakwa {
      transform: rotate(-24deg);
    }
  }
}

.zen-hvs__art-bolt_hover {
  .zen-hvs__art-item-bolt_small_1 {
    top: 61%;
    left: 38%;
    opacity: 0;
  }
  .zen-hvs__art-item-bolt_small_2 {
    top: 61%;
    left: 38%;
    opacity: 0;
  }
  .zen-hvs__art-item-card {
    z-index: 10;
    left: 32%;
    top: 28%;
  }
  .zen-hvs__art-item-bolt_big {
    top: 22%;
    left: 73%;
    z-index: 15;
  }
  .zen-hvs__art-item-bolt_green {
    top: 100%;
    left: 55%;
    z-index: 25;
  }
  .zen-hvs__art-item-bolt_small_1 > img {
    width: 194px;
    height: 194px;
  }
  .zen-hvs__art-item-bolt_small_2 > img {
    width: 194px;
    height: 194px;
  }
  .zen-hvs__art-item-card > img {
    width: 283px;
    height: 282px;
    top: -70px;
    left: -190px;
    transform: none;
  }
  .zen-hvs__art-item-bolt_big > img {
    width: 494px;
    height: 557px;
    top: -110px;
    right: -100px;
    transform: none;
  }
  .zen-hvs__art-item-bolt_green > img {
    width: 278px;
    height: 278px;
    transform: none;
    bottom: -50px;
    right: -130px;
  }
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__art-bolt_hover {
    .zen-hvs__art-item-bolt_small_1 {
      top: 18%;
      left: 84%;
      opacity: 10;
    }
    .zen-hvs__art-item-bolt_small_2 {
      top: 85%;
      left: -7%;
      opacity: 10;
    }
    .zen-hvs__art-item-card {
      z-index: 20;
      transform: rotate(-20deg) scale(1.2);
      left: 62%;
      top: 24%;
    }
    .zen-hvs__art-item-bolt_big {
      transform: rotate(9deg) scale(1.2);
      top: 8%;
      left: 83.8%;
    }
    .zen-hvs__art-item-bolt_green {
      top: 98%;
      left: 57%;
      transform: rotate(6deg) scale(1.05);
      filter: grayscale(100%) brightness(1.2);
    }
  }
}

.zen-hvs__art-crypto_hover {
  .zen-hvs__art-item-euro {
    transform: scale(.6);
    top: 30%;
    left: 40%;
    z-index: 1;
  }
  .zen-hvs__art-item-bitcoin {
    top: 70%;
    left: 20%;
    z-index: 2;
  }
  .zen-hvs__art-item-euro > img {
    width: 449px;
    height: 448px;
  }
  .zen-hvs__art-item-bitcoin > img {
    width: 451px;
    height: 444px;
  }
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__art-crypto_hover {
    .zen-hvs__art-item-euro {
      top: 68%;
      left: 20%;
      z-index: 3;
      transform: scale(1);
    }
    .zen-hvs__art-item-bitcoin {
      transform: scale(.6);
      top: 30%;
      left: 40%;
    }
  }
}

.zen-hvs__art-gamepad_hover {
  .zen-hvs__art-item-gamepad {
    top: 41%;
    left: -36%;
  }
  .zen-hvs__art-item-gamepad > img {
    width: 520px;
    height: 518px;
    transform: none;
    left: -60px;
    top: -169px;
  }
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__art-gamepad_hover {
    .zen-hvs__art-item-gamepad {
      transform: rotate(-18deg);
    }
  }
}

.zen-hvs__art-hearts_hover {
  .zen-hvs__art-item-heart_back {
    top: 91%;
    left: 15%;
  }
  .zen-hvs__art-item-heart_front {
    top: 29%;
    left: -17%;
  }
  .zen-hvs__art-item-heart_back > img {
    width: 313px;
    height: 299px;
    transform: none;
    bottom: -50px;
    right: -180px;
  }
  .zen-hvs__art-item-heart_front > img {
    width: 463px;
    height: 436px;
    transform: none;
    top: -80px;
    left: -100px;
  }
}

@media screen and (min-width: 992px) {
  .zen-hvs__slide:hover .zen-hvs__art-hearts_hover {
    .zen-hvs__art-item-heart_back {
      top: 101%;
      left: 26%;
      transform: rotate(-62deg);
    }
    .zen-hvs__art-item-heart_front {
      top: 44%;
      left: -20%;
      transform: rotate(-32deg);
    }
  }
}

@media screen and (max-width: 991px) {
  .zen-hvs-header {
    padding: 0 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 20;
  }
  .zen-hvs-trustpilot {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .zen-hvs-trustpilot-stars {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
  }
  .zen-hvs-trustpilot-label {
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  .zen-hvs-trustpilot-blogo {
    display: inline-block;
    vertical-align: middle;
  }
  .zen-hvs-header-title {
    font-size: 26px;
    line-height: 32px;
  }
  .zen-hvs {
    width: auto;
    padding: 0 20px;
  }
  .zen-hvs__track-box:before {
    display: none;
  }
  .zen-hvs__review-outer {
    padding: 26px 20px 20px;
    height: auto;
  }
  .zen-hvs__slide:before {
    display: none;
  }
  .zen-hvs__slide:after {
    opacity: 1;
    mask-image: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .zen-hvs__review-avatar {
    display: none;
  }
  .zen-hvs__review:before {
    display: none;
  }
  .zen-hvs__review-number {
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    display: none;
  }
  .zen-hvs__review-number:before {
    content: '';
    width: 45px;
    height: 46px;
    display: block;
    background: none no-repeat center / contain;
  }
  .zen-hvs__slide:nth-child(1) .zen-hvs__review-number:before {
    background-image: url(../images/hvs/number_1.svg);
  }
  .zen-hvs__slide:nth-child(2) .zen-hvs__review-number:before {
    background-image: url(../images/hvs/number_2.svg);
  }
  .zen-hvs__slide:nth-child(3) .zen-hvs__review-number:before {
    background-image: url(../images/hvs/number_3.svg);
  }
  .zen-hvs__slide:nth-child(4) .zen-hvs__review-number:before {
    background-image: url(../images/hvs/number_4.svg);
  }
  .zen-hvs__slide:nth-child(5) .zen-hvs__review-number:before {
    background-image: url(../images/hvs/number_5.svg);
  }
  .zen-hvs__slide:nth-child(6) .zen-hvs__review-number:before {
    background-image: url(../images/hvs/number_6.svg);
  }
  .zen-hvs__slide:nth-child(7) .zen-hvs__review-number:before {
    background-image: url(../images/hvs/number_7.svg);
  }
  .zen-hvs__title {
    font-size: 24px;
    line-height: 35px;
  }
  .zen-hvs__review-text {
    display: flex;
    gap: 8px;
    align-items: stretch;
    margin: 0;
    justify-content: flex-start;
    padding-left: 15px;
  }
  .zen-hvs__title {
    text-align: left;
    padding: 6px 0 5px;
  }
  .zen-hvs__review-outer:after {
    display: none;
  }
  .zen-hvs__review {
    padding: 0;
  }
  .zen-hvs__review-card-block {
    margin-top: 13px;
    padding: 0 60px 25px 15px;
    height: auto;
  }
  .zen-hvs__review-card-block:before {
    display: none;
  }
  .zen-hvs__track {
    min-height: auto;
    transition: .2s all ease-in-out;
  }
  .zen-hvs__slide {
    inset: auto;
    width: 100%;
    height: 100%;
    min-height: fit-content;
  }
  .zen-hvs__review-card {
    padding: 22px 32px 19px 20px;
  }
  .zen-hvs__track-box {
    padding-bottom: 26px;
  }
  .zen-hvs-button-box {
    margin-top: 40px;
    padding: 0 20px;
  }
  .zen-hvs-button {
    padding: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .zen-hvs__dots-block {
    position: relative;
    z-index: 99;
  }

  .zen-hvs__art {
    left: auto;
    right: 0;
    transform: translate(52%, 0) scale(.5);
    top: auto;
    bottom: -170px;
  }
  .zen-hvs__review-body {
    padding-right: 30px;
  }
  .zen-hvs-block {
    padding-top: 8px;
    margin-bottom: 88px;
    margin-top: 101px;
  }

  .zen-hvs__art-bolt_hover {
    transform: translate(45%, 0) scale(.5);
  }
}

@media screen and (max-width: 420px) {
  .zen-hvs__art {
    transform: translate(60%, 0) scale(.5);
  }
  .zen-hvs__review-body {
    padding-right: 10px;
  }
  .zen-hvs__art-bolt_hover {
    transform: translate(50%, 0) scale(.5);
  }
}