:root {
  --icon-play: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.7 9.81c1.73.97 1.73 3.41 0 4.38l-9.79 5.47C7.17 20.63 5 19.41 5 17.47V6.53c0-1.94 2.17-3.16 3.91-2.19l9.79 5.47z" fill="black"/></svg>');
  --icon-stop: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8" y="5" width="3" height="14" rx="1.5" fill="black"/><rect x="14" y="5" width="3" height="14" rx="1.5" fill="black"/></svg>');
}

a.btn.btn-black:hover {
  box-shadow: 0px 6px 16px 0px #00000040;
}

a.btn.btn-black span {
  transition: all 0.2s ease;
}

a.btn.btn-black:hover span {
  transform: translateX(5px);
}

.text-focus::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  background: url(https://www.blipcut.com/images/product/tts/sec8-text-underline.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 1vw;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .text-focus::before {
    height: 3vw;
  }
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: auto;
  height: auto;
}

.section-1 {
  padding: 90px 0 72px;
  position: relative;
}

.section-1 .top-bg {
  width: 100%;
  height: 751px;
  background: linear-gradient(180deg, rgba(208, 255, 121, 0.1) 0%, rgba(255, 255, 255, 0.1) 115.11%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section-1 .lft {
  max-width: 619px;
}

.section-1 .lft p {
  font-size: 18px;
}

.section-1 .lft a.btn {
  height: 72px;
}

.section-1 .rgt {
  width: 780px;
}

@media (max-width: 1599.98px) {
  .section-1 {
    padding: 128px 0 64px;
  }

  .section-1 .lft {
    max-width: 580px;
  }

  .section-1 .rgt {
    width: 620px;
  }
}

@media (max-width: 1279.98px) {
  .section-1 .lft {
    margin-bottom: 64px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    padding: 104px 0 32px;
  }

  .section-1 .lft p {
    font-size: 16px;
  }

  .section-1 .rgt {
    width: 100%;
  }
}

.brands {
  padding: 72px 0;
  position: relative;
}

.brands::before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 428px;
  background: url(https://www.blipcut.com/images/product/tts/sec2-earth.png) no-repeat center center;
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -28px);
  z-index: -1;
}

.brands p.title {
  font-size: 20px;
}

.brands .items {
  margin-bottom: 38px;
}

.brands .item {
  width: calc(25%);
  text-align: center;
}

.brands .item .data {
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
  color: transparent;
  background: linear-gradient(109.94deg, #25442D 2.56%, #2F916F 90.94%);
  -webkit-background-clip: text;
  background-clip: text;
}

.brands .icon-box {
  padding: 26px 0;
  position: relative;
  overflow: hidden;
}

.brands .icon-box::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(90deg, #fff -10%, rgba(255, 255, 255, 0.9) 14.18%, rgba(9, 12, 51, 0) 100%);
}

.brands .icon-box::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
  background: linear-gradient(90deg, rgba(9, 12, 51, 0) 0%, rgba(255, 255, 255, 0.9) 86.18%, #fff 100%);
}

@media (min-width: 992px) {
  .brands .icon-box>div {
    min-width: 1451px;
    display: inline-flex;
    justify-content: space-between;
    will-change: transform;
  }

  .brands .icon-box>div:first-child {
    animation: first_move 24s linear infinite;
    transform: translateX(100%);
    padding-right: 120px;
  }

  .brands .icon-box>div:last-child {
    animation: secound_move 24s linear infinite;
    animation-delay: -12s;
    transform: translateX(0);
    padding-right: 120px;
  }

  @keyframes first_move {
    0% {
      transform: translateX(100%);
    }

    to {
      transform: translateX(-100%);
    }
  }

  @keyframes secound_move {
    0% {
      transform: translateX(0);
    }

    to {
      transform: translateX(-200%);
    }
  }
}

@media (max-width: 1599.98px) {
  .brands {
    padding: 48px 0;
  }

  .brands::before {
    width: 1000px;
    height: 401px;
    transform: translate(-50%, 10px);
  }

  .brands .items {
    margin-bottom: 32px;
  }

  .brands .item .data {
    font-size: 64px;
  }

  .brands .icon-box {
    padding: 24px 0;
  }
}

@media (max-width: 991.98px) {
  .brands {
    padding: 48px 0 10px;
  }

  .brands p.title {
    font-size: 16px;
  }

  .brands .items {
    gap: 16px 0;
    margin-bottom: 10px;
  }

  .brands .item {
    width: 50%;
    padding: 16px 32px 24px;
  }

  .brands .item .data {
    font-size: 48px;
  }

  .brands .icon-box>div {
    gap: 24px;
  }

  .brands .icon-box>div>img {
    width: auto;
    height: 16px;
  }

  .brands .icon-box::before,
  .brands .icon-box::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .brands::before {
    width: 720px;
    height: 302px;
    top: 72px;
    transform: translate(-50%, 0);
  }

  .brands .item {
    width: 100%;
  }
}

.section-3 {
  padding: 100px 0 120px;
}

.section-3 .title-text h2 {
  font-size: 32px;
}

.section-3 .swiper-button-prev,
.section-3 .swiper-button-next {
  width: 64px;
  height: 64px;
  box-shadow: 0px 6.4px 16px rgba(0, 0, 0, 0.1);

  color: #000;
}

.section-3 .swiper-button-prev::after,
.section-3 .swiper-button-next::after {
  display: none;
}

.section-3 .swiper-button-prev:not(.swiper-button-disabled):hover,
.section-3 .swiper-button-next:not(.swiper-button-disabled):hover {
  color: #A6FF00;
}

.section-3 .swiper-button-prev.swiper-button-disabled,
.section-3 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: rgba(0, 0, 0, 0.1);
}

.section-3 .swiper-slide .voice-cell {
  background: linear-gradient(180deg, #F5FFFD 0%, #E5FFE2 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-radius: 24px;
  padding: 40px;
}

.section-3 .swiper-slide .voice-cell .inner-top p.small {
  width: max-content;
  padding: 2px 8px;
  border-radius: 16px;
  background: #25442D14;
}

.section-3 .swiper-slide .voice-cell .tag-list .tag-item {
  line-height: 1.4;
  border-radius: 56px;
  padding: 2px 20px;
  background: #C6DDCB;
  color: #fff;
}

.section-3 .swiper-slide .voice-cell .inner-bottom {
  border-radius: 88px;
  padding: 12px 26px 12px 12px;
  box-shadow: 0px 2px 2px 0px #00000012;
  border: 1px solid #FFFFFF;
}

.section-3 .inner-bottom .voice-item .sculpture {
  width: 50px;
  height: 50px;
  position: relative;
  background: #25442D;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.section-3 .inner-bottom .voice-item .sculpture::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(calc(2px - 50%), -50%);
  height: 65%;
  aspect-ratio: 1 / 1;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: var(--icon-play);
  mask-size: 80% auto;
}

.section-3 .inner-bottom .voice-item.active .sculpture::before {
  mask-image: var(--icon-stop);
  transform: translate(-50%, -50%);
}

.section-3 .inner-bottom .voice-item.active .wave svg path {
  animation: waveAnimation 1s infinite ease-in-out;
  transform-origin: center;
}

.section-3 .inner-bottom .voice-item.active .wave svg path:nth-child(odd) {
  animation-delay: 0s;
}

.section-3 .inner-bottom .voice-item.active .wave svg path:nth-child(even) {
  animation-delay: 0.4s;
}

@keyframes waveAnimation {
  0% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(1.5);
  }

  100% {
    transform: scaleY(1);
  }
}

@media (max-width: 1599.98px) {
  .section-3 {
    padding: 100px 0;
  }
  
  .section-3 .swiper-slide .avatar-list img {
    width: 48px;
    height: 48px;
  }

  .section-3 .swiper-slide .voice-cell .tag-list .tag-item {
    font-size: 14px;
  }

  .section-3 .swiper-slide .voice-cell .inner-bottom {
    width: max-content;
  }

  .section-3 .inner-bottom .voice-item .sculpture {
    margin-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 64px 0 80px;
  }

  .section-3 .title-text h2 {
    font-size: 26px;
  }

  .section-3 .title-text p {
    font-size: 14px;
    opacity: 0.6;
  }

  .section-3 .swiper-slide .voice-cell {
    padding: 40px 20px;
  }

  .section-3 .swiper-slide .voice-cell .inner-bottom {
    margin: 0 auto;
    padding: 12px;
  }
}

@media (max-width: 767.98px) {

  .section-3 .swiper-button-prev,
  .section-3 .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .section-3 .swiper-button-prev svg,
  .section-3 .swiper-button-next svg {
    width: 5px;
  }
}

@media (max-width: 375px) {
  .section-3 .swiper-slide .voice-cell .inner-bottom {
    width: 100%;
  }

  .section-3 .inner-bottom .voice-item .sculpture {
    margin-right: 0;
  }
}

.section-4 {
  padding: 0 0 120px;
}

.section-4 .voice-box:not(:last-child) {
  margin-bottom: 120px;
}

.section-4 .voice-box .item-title p.text {
  font-size: 18px;
}

.section-4 .bottom_lange_voice {
  gap: 16px;
}

.section-4 .bottom_lange_voice .link-voice {
  width: calc(20% - 13px);
  padding: 8px 16px 8px 8px;
  border-radius: 32px;
  background: #F4F4F4;
  color: #000000;
  font-weight: 700;
}

.section-4 .bottom_lange_voice .link-voice .link-text {
  width: 80%;
}

.section-4 .bottom_lange_voice .link-voice .tone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section-4 .bottom_lange_voice .link-voice:hover {
  background: #D9D9D9;
}

.section-4 .bottom_lange_voice .link-voice a {
  flex: 1;
}

@media (max-width: 1599.98px) {
  .section-4 {
    padding:  0 0 100px;
  }

  .section-4 .voice-box:not(:last-child) {
    margin-bottom: 100px;
  }

  .section-4 .bottom_lange_voice .link-voice {
    width: calc(20% - 16px);
  }

  .section-4 .bottom_lange_voice .link-voice a img {
    width: 36px;
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 0 0 64px;
  }

  .section-4 .voice-box:not(:last-child) {
    margin-bottom: 64px;
  }

  .section-4 .voice-box .item-title h2 {
    font-size: 26px;
  }

  .section-4 .voice-box .item-title p.text {
    font-size: 14px;
    opacity: .6;
  }

  .section-4 .bottom_lange_voice .link-voice a img {
    width: 42px;
    height: 42px;
  }

  .section-4 .bottom_lange_voice {
    gap: 12px;
  }

  .section-4 .bottom_lange_voice .link-voice {
    width: calc(50% - 12px);
  }
}

.btm-module {
  padding-bottom: 120px;
}

.btm-module .item {
  padding: 120px 0;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.btm-module video {
  position: absolute;
  width: 105%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.btm-module .item h2 {
  font-size: 56px;
}

.btm-module a {
  margin-right: 32px;
}

@media (max-width: 1599.98px) {
  .btm-module .item {
    padding: 100px 0;
  }

  .btm-module .item h2 {
    font-size: 40px;
  }
}

@media (max-width: 1279.98px) {
  .btm-module video {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .btm-module {
    padding-bottom: 80px;
  }

  .btm-module .item {
    padding: 80px 48px;
  }

  .btm-module .item h2 {
    font-size: 26px;
  }

  .btm-module a {
    margin-right: unset;
    margin-bottom: 24px;
    justify-content: center;
    padding: 0;
  }
}