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);
}

main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #25442D;
}

main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
}

.text-green {
  background: linear-gradient(76.88deg, #25442D 8.87%, #37DDC0 100.85%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.text-focus {
  position: relative;
  z-index: 1;
}

.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: 768.98px) {
  .text-focus::before {
    height: 3vw;
  }
}

main .top-img {
  z-index: -1;
}

.section-1 {
  padding: 142px 0 80px;
}

.section-1 .lft {
  max-width: 608px;
}

.section-1 .lft h1 {
  line-height: 1.4;
}

.section-1 .lft h1 span {
  padding: 0 8px;
  border-radius: 8px;
  background: linear-gradient(87.85deg, rgba(166, 255, 0, 0.85) 1.81%, rgba(238, 250, 88, 0.85) 63.71%, rgba(255, 198, 108, 0.85) 119.72%), linear-gradient(0deg, #D9D9D9, #D9D9D9);
}

.section-1 .lft p {
  font-size: 18px;
  color: #1A1A1A;
  opacity: 0.6;
}

.section-1 .rgt {
  max-width: 760px;
}

.section-1 .rgt .swiper-slide .txt {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  left: 50%;
  color: #1A1A1A;
  bottom: 20px;
  transform: translateX(-50%);
  gap: 10px;
  white-space: nowrap;
}

.section-1 .rgt .swiper-slide .hover-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.section-1 .rgt .swiper-slide:hover .txt {
  color: #25442D;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .section-1 .rgt .swiper-slide .hover-arrow {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .section-1 .rgt .swiper-slide:hover .hover-arrow {
    opacity: 1;
  }
}

@media (max-width: 1599.98px) {
  .section-1 {
    padding: 104px 0 124px;
  }

  .section-1 .lft {
    max-width: 500px;
  }

  .section-1 .lft p {
    font-size: 16px;
  }

  .section-1 .rgt {
    max-width: 590px;
  }

  .section-1 .rgt .swiper-slide .txt {
    font-size: 16px;
  }

  .section-1 .rgt .swiper-slide .txt>img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1279.98px) {
  .section-1 {
    padding: 104px 0 72px;
  }

  .section-1 .lft .btn-group {
    max-width: max-content;
  }

  .section-1 .lft,
  .section-1 .rgt {
    max-width: 100%;
  }
}

@media (max-width: 499.98px) {
  .section-1 .rgt .swiper-slide .txt {
    font-size: 12px;
    bottom: 8px;
    gap: 6px;
  }

  .section-1 .rgt .swiper-slide .txt>img {
    width: 16px;
    height: 16px;
  }

  main .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
  }

  .section-1 .rgt .swiper-slide .hover-arrow {
    right: 10px;
    bottom: 6px;
    width: 20px;
    height: 20px;
  }
}

.section-2 {
  padding: 0 0 60px;
}

.section-2 .item {
  width: calc(50% - 12px);
  padding: 0 0 34px;
  border-radius: 32px;
}

.section-2 .item.i-lft {
  background: url(https://www.blipcut.com/images/home/sec2-mid-lft-bg.png) no-repeat center center;
  background-size: cover;
}

.section-2 .item.i-rgt {
  background: url(https://www.blipcut.com/images/home/sec2-mid-rgt-bg.png) no-repeat center center;
  background-size: cover;
}

.section-2 .item>img {
  margin-top: -48px;
}

.section-2 .character {
  max-width: 570px;
}

.section-2 .character .h4 {
  font-size: 24px;
}

.section-2 .character>a,
.section-2 .character>a h3 {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 0;
}

.section-2 .character>a:hover {
  color: #25442d;
}

.section-2 .btm-cells {
  padding: 10px 42px;
  background: url(https://www.blipcut.com/images/home/sec2-btm-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 24px;
}

.section-2 .btm-cells .cell {
  width: calc(25% - 39px);
  padding: 32px 24px;
}

.section-2 .btm-cells .cell>a {
  color: #1a1a1a;
}

.section-2 .btm-cells .cell>a:hover {
  color: #25442d;
}

.section-2 .btm-cells .gap-line {
  height: 76px;
  width: 1px;
  background: #fff;
  opacity: 0.9;
  margin-top: auto;
  margin-bottom: auto;
}

.section-2 .link-group a:hover span:last-child {
  transition: transform 0.3s ease-in-out;
  transform: translateX(5px);
}

@media (max-width: 1599.98px) {
  .section-2 {
    padding: 0 0 50px;
  }

  .section-2 .item {
    padding: 0 0 32px;
  }

  .section-2 .character {
    max-width: 476px;
  }

  .section-2 .character .h4 {
    font-size: 20px;
  }

  .section-2 .btm-cells {
    padding: 8px 36px;
  }

  .section-2 .btm-cells .cell {
    width: calc(100% - 32px);
    padding: 26px 20px;
  }

  .section-2 .btm-cells .cell>img {
    width: 32px;
    height: 32px;
  }

  .section-2 .btm-cells .cell>a {
    font-size: 14px;
  }

  .section-2 .btm-cells .cell>p {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .section-2 {
    padding: 0 0 36px;
  }

  .section-2 .item {
    width: 100%;
  }

  .section-2 .item.i-lft {
    margin-bottom: 32px;
  }

  .section-2 .item>img {
    margin-top: -18px;
    margin-bottom: 16px;
  }

  .section-2 .btm-cells {
    flex-wrap: wrap;
    padding: 20px 28px;
    background: url(https://www.blipcut.com/images/home/sec2-btm-bg-mobile.png) no-repeat center center;
    background-size: cover;
  }

  .section-2 .btm-cells .cell {
    width: calc(50% - 1px);
  }
}

@media (max-width: 767.98px) {
  .section-2 .btm-cells .cell {
    width: 100%;
    padding: 20px;
  }

  .section-2 .btm-cells .gap-line {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 .character {
    max-width: 280px;
  }

  .section-2 .character>a,
  .section-2 .character>a h3 {
    font-size: 12px;
  }

  .section-2 .character>a img {
    width: 24px;
    height: 24px;
  }

  .section-2 .character .h4 {
    font-size: 14px;
  }
}

.section-3 {
  padding: 60px 0 80px;
  overflow: hidden;
}

.section-3 .container>div:first-child {
  max-width: 1368px;
  margin-bottom: 72px;
}

.section-3 .title-text {
  max-width: 936px;
}

.section-3 .title-text p {
  font-size: 18px;
}

.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.05);
  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 {
  width: 340px;
  border-radius: 24px;
}

.section-3 .swiper-slide.bg1 {
  background: #EBDEFF;
}

.section-3 .swiper-slide.bg2 {
  background: #FFEEDF;
}

.section-3 .swiper-slide.bg3 {
  background: #DEFFE0;
}

.section-3 .swiper-slide.bg4 {
  background: #DEEFFF;
}

.section-3 .swiper-slide.bg5 {
  background: #FFDFF5;
}

.section-3 .swiper-slide.bg6 {
  background: #DEEFFF;
}

.section-3 .swiper-slide .cont {
  padding: 0 20px 32px;
}

.section-3 .swiper-slide .cont h3 {
  font-size: 24px;
}

.section-3 .swiper-slide .cont p {
  color: #4a4a4a;
}

.section-3 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #25442D;
}

@media (max-width: 1599.98px) {
  .section-3 {
    padding: 50px 0 88px;
  }

  .section-3 .container>div:first-child {
    margin-bottom: 55px;
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 36px 0 45px;
  }

  .section-3 .container>div:first-child {
    margin-bottom: 32px;
  }

  .section-3 .title-text p {
    font-size: 14px;
  }

  .section-3 .swiper-slide {
    width: 90%;
  }

  .section-3 .swiper-slide .cont {
    padding: 0 20px 40px;
  }

  .section-3 .swiper-slide .cont h3 {
    font-size: 20px;
  }
}

.section-4 {
  padding: 40px 0 72px;
  position: relative;
  overflow: hidden;
}

.section-4::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: 30%;
  left: 50%;
  transform: translate(-50%, -28px);
  z-index: -1;
}

.section-4 .item {
  width: calc(33.33%);
  text-align: center;
}

.section-4 .item .data {
  font-size: 96px;
  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;
}

.section-4 .cells {
  margin-top: 32px;
}

.section-4 .cell {
  max-width: 438px;
  background: #FFC66C1A;
  border: 1px solid #FFC66C;
  backdrop-filter: blur(8px);
  width: calc(33.4% - 21px);
  padding: 32px 18px;
  border-radius: 24px;
}

.section-4 .cell h3 {
  font-size: 20px;
}

@media (min-width: 1600px) {
  .section-4 .container {
    max-width: 1636px;
  }

  .section-4 .cells {
    gap: 58px;
  }
}

@media (max-width: 1599.98px) {
  .section-4 {
    padding: 32px 0 72px;
  }

  .section-4::before {
    width: 1000px;
    height: 401px;
    top: 20%;
    transform: translate(-50%, 10px);
  }

  .section-4 .cell {
    padding: 32px 24px;
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 32px 0;
  }

  .section-4 .item,
  .section-4 .cell {
    width: 100%;
    max-width: unset;
  }

  .section-4 .item:not(:last-child) {
    margin-bottom: 40px;
  }

  .section-4 .cell:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .section-4::before {
    width: 720px;
    height: 302px;
    top: 162px;
    bottom: unset;
    transform: translate(-50%, 0);
  }

  .section-4 .item .data {
    font-size: 48px;
  }

  .section-4 .cell h3 {
    font-size: 18px;
  }

  .section-4 .cell p {
    font-size: 14px;
  }
}

.section-5 {
  padding: 62px 0 72px;
}

.section-5 .review-start span {
  color: #4a4a4a;
}

.section-5 .card-list {
  width: max-content;
}

.section-5 .card {
  width: 480px;
  padding: 24px;
  border-radius: 24px;
  background: #A6FF000F;
  border: 1px solid #25442D1A;
  margin: 0 12px;
}

.section-5 .card .text-cont h3 {
  font-size: 16px;
  line-height: 1.5;
}

.section-5 .card .text-cont p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}

.section-5 .card .p-cont {
  font-size: 14px;
  line-height: 22px;
  color: #000000B2;
}

.section-5 .icon-box {
  padding: 26px 0;
  position: relative;
  overflow: hidden;
}

.section-5 .icon-box::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(90deg, #fff -10%, rgb(255 255 255 / 90%) 14.18%, rgba(9, 12, 51, 0) 100%);
}

.section-5 .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%, rgb(255 255 255 / 90%) 86.18%, #fff 100%);
}

.section-5 .icon-box>div {
  min-width: 1451px;
  display: inline-flex;
  justify-content: space-between;
  will-change: transform;
}

.section-5 .icon-box>div:first-child {
  animation: first_move 24s linear infinite;
  transform: translateX(100%);
  padding-right: 120px;
}

.section-5 .icon-box>div:last-child {
  animation: secound_move 24s linear infinite;
  animation-delay: calc(24s / -2);
  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) {
  .section-5 {
    padding: 32px 0 72px;
  }
}

@media (max-width: 991.98px) {
  .section-5 {
    padding: 32px 0;
  }

  .section-5 .card {
    margin: 0 8px;
  }

  .section-5 .review-start span {
    font-size: 14px;
  }

  .section-5 .icon-box>div {
    min-width: 1000px;
  }

  .section-5 .icon-box>div:last-child {
    padding-right: 40px;
  }

  .section-5 .icon-box::before,
  .section-5 .icon-box::after {
    display: none;
  }
}

.btm-module {
  padding: 48px 0 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 198, 108, 0.1) 75%, rgba(47, 255, 0, 0.15) 100%);
}

.btm-module .item {
  padding: 120px 0;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: url(https://www.blipcut.com/images/home/bottom-banner-bg.png) no-repeat center center;
  background-size: cover;
}

.btm-module .item h2 {
  font-size: 56px;
  max-width: 769px;
}

.btm-module a {
  margin-right: 32px;
}

@media (max-width: 1599.98px) {
  .btm-module {
    padding: 32px 0 100px;
  }

  .btm-module .item {
    padding: 100px 0;
  }

  .btm-module .item h2 {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .btm-module {
    padding: 32px 0 64px;
  }

  .btm-module .item {
    padding: 80px 48px;
    background: url(https://www.blipcut.com/images/home/bottom-banner-bg-mobile.png) no-repeat center center;
    background-size: cover;
  }

  .btm-module .item h2 {
    font-size: 26px;
  }

  .btm-module a {
    margin-right: unset;
    margin-bottom: 24px;
    justify-content: center;
    padding: 0;
  }
}