
.han-tcb1,
.han-tcb1 *{box-sizing:border-box;}
.han-tcb1{
  --han-tcb1-accent:#ff7a00;
  --han-tcb1-accent-soft:#fff2e6;
  --han-tcb1-card-bg:#ffffff;
  --han-tcb1-card-border:#e8d4bf;
  --han-tcb1-text:#2b3140;
  --han-tcb1-muted:#6a748a;
  --han-tcb1-card-radius:28px;
  --han-tcb1-arrow-bg:#fff2e6;
  --han-tcb1-arrow-color:#ff7a00;
  --han-tcb1-arrow-border:#ffd5b5;
  --han-tcb1-arrow-hover-bg:#ff7a00;
  --han-tcb1-arrow-hover-color:#ffffff;
  --han-tcb1-dot:#f0d6bf;
  --han-tcb1-dot-active:#ff7a00;
  --han-tcb1-arrow-size:58px;
  --han-tcb1-arrow-radius:999px;
  position:relative;
  width:100%;
  font-family:inherit;
}
.han-tcb1__viewport{
  overflow:hidden;
  padding:6px 2px;
}
.han-tcb1__track{
  display:flex;
  transition:transform .5s ease;
  will-change:transform;
}
.han-tcb1__slide{
  flex:0 0 33.3333%;
  min-width:0;
  padding:0 12px;
}
.han-tcb1__card{
  height:100%;
  min-height:350px;
  display:flex;
  flex-direction:column;
  position:relative;
  background:var(--han-tcb1-card-bg);
  border:1px solid var(--han-tcb1-card-border);
  border-radius:var(--han-tcb1-card-radius);
  padding:34px 34px 30px;
  overflow:hidden;
}
.han-tcb1__quote-mark{
  position:absolute;
  top:-12px;
  right:18px;
  font-size:110px;
  line-height:1;
  color:rgba(255,122,0,.12);
  font-family:Georgia, serif;
  pointer-events:none;
}
.han-tcb1__brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:34px;
  margin-bottom:28px;
}
.han-tcb1__brand-logo{
  max-width:120px;
  max-height:28px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}
.han-tcb1__brand-text{
  color:var(--han-tcb1-text);
  font-size:16px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-0.02em;
}
.han-tcb1__quote-wrap{
  flex:1 1 auto;
  display:flex;
}
.han-tcb1__quote{
  color:var(--han-tcb1-text);
  font-size:17px;
  line-height:1.75;
  letter-spacing:-0.02em;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:12em;
}
.han-tcb1__divider{
  height:1px;
  background:var(--han-tcb1-card-border);
  margin:18px 0 16px;
}
.han-tcb1__person{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:64px;
}
.han-tcb1__avatar{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:50%;
  object-fit:cover;
  display:block;
}
.han-tcb1__name{
  color:var(--han-tcb1-text);
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-0.03em;
}
.han-tcb1__role{
  margin-top:4px;
  color:var(--han-tcb1-muted);
  font-size:14px;
  line-height:1.45;
}
.han-tcb1__dots{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:24px;
  padding-left:8px;
}
.han-tcb1__dot{
  width:24px;
  height:3px;
  border:none;
  border-radius:999px;
  background:var(--han-tcb1-dot);
  cursor:pointer;
  transition:transform .2s ease, background-color .2s ease, opacity .2s ease, width .2s ease;
  padding:0;
}
.han-tcb1__dot.is-active{
  background:var(--han-tcb1-dot-active);
  width:34px;
  transform:none;
}
.han-tcb1__arrows{
  display:flex;
  justify-content:flex-end;
  gap:16px;
  margin-top:22px;
}
.han-tcb1__arrow{
  width:var(--han-tcb1-arrow-size);
  height:var(--han-tcb1-arrow-size);
  border-radius:var(--han-tcb1-arrow-radius);
  border:1px solid var(--han-tcb1-arrow-border);
  background:var(--han-tcb1-arrow-bg);
  color:var(--han-tcb1-arrow-color);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  transition:all .22s ease;
  box-shadow:none !important;
  outline:none !important;
}
.han-tcb1__arrow-icon{
  width:calc(var(--han-tcb1-arrow-size) * .46);
  height:calc(var(--han-tcb1-arrow-size) * .46);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.han-tcb1__arrow i{
  font-size:calc(var(--han-tcb1-arrow-size) * .32);
  line-height:1;
}
.han-tcb1__arrow:hover{
  background:var(--han-tcb1-arrow-hover-bg);
  color:var(--han-tcb1-arrow-hover-color);
  transform:translateY(-2px) scale(1.02);
}
.han-tcb1__arrow:focus{
  box-shadow:0 0 0 4px rgba(255,122,0,.14) !important;
}
@media (max-width: 1024px){
  .han-tcb1__slide{ flex:0 0 50%; }
  .han-tcb1__card{ min-height:335px; }
}
@media (max-width: 767px){
  .han-tcb1__slide{
    flex:0 0 100%;
    padding:0 8px;
  }
  .han-tcb1__card{
    min-height:318px;
    padding:22px 18px 18px;
    border-radius:22px;
  }
  .han-tcb1__quote{
    font-size:15px;
    line-height:1.72;
    min-height:10.8em;
  }
  .han-tcb1__brand{
    margin-bottom:18px;
  }
  .han-tcb1__name{
    font-size:17px;
  }
  .han-tcb1__dots{
    justify-content:center;
    align-items:center;
    padding-left:0;
    margin-top:20px;
    gap:8px;
    width:100%;
  }
  .han-tcb1__arrows{
    display:none !important;
  }
}


@media (max-width: 767px){
  .han-tcb1.is-hide-arrows-mobile .han-tcb1__arrows{
    display:none !important;
  }
  .han-tcb1__dots{
    justify-content:center;
    align-items:center;
    padding-left:0;
    width:100%;
  }
}
