:root {
  --min-width: 1280px;
  --light-bg: #F6F9FF;
}
@keyframes line {
  0% {
    width: 0px;
  }
  100% {
    width: 40px;
  }
}
.home {
  min-width: var(--min-width);
}
.home .button::after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e690';
  transition: all 0.4s;
}
.home .button:hover::after {
  transform: translateX(4px);
}
.home-content {
  width: var(--min-width);
  margin: 0 auto;
}
.home-title {
  font-size: 36px;
  text-align: center;
}
.home .banner {
  height: 528px;
  --gap: 14px;
  position: relative;
  background-color: #f6faff;
  overflow: hidden;
}
.home .banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 4px;
  border-radius: 2px;
  opacity: 1;
  display: inline-block;
}
.home .banner .swiper-pagination-bullet::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  width: 0;
  height: 4px;
  border-radius: 2px;
  display: block;
}
.home .banner .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.home .banner .swiper-pagination-bullet-active::before {
  width: 40px;
  animation: line 3.1s linear forwards;
}
.home .banner .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.home .banner img {
  position: absolute;
  z-index: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 50%;
  transform: translateX(-50%);
}
.home .banner-back {
  width: 100%;
  height: 100%;
}
.home .banner .home-content {
  gap: var(--gap);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.home .banner h2 {
  font-size: 32px;
  margin-top: 104px;
}
.home .banner h1 {
  font-size: 42px;
}
.home .banner p {
  font-size: 20px;
  color: var(--color-silence);
}
.home .banner-trial {
  margin-top: calc(62px - var(--gap));
}
.home .statistics {
  background-color: var(--light-bg);
  padding: 42px 0;
}
.home .statistics .home-content {
  display: flex;
  gap: 116px;
}
.home .statistics-cell {
  display: inline-flex;
  gap: 18px;
  flex: 1;
  align-items: center;
}
.home .statistics-cell img {
  width: 76px;
  height: 76px;
}
.home .statistics-cell div {
  font-size: 36px;
  line-height: 42px;
}
.home .statistics-cell div::after {
  content: attr(label);
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  display: block;
  font-family: initial;
}
.home .product {
  padding-top: 106px;
}
.home .product-cell {
  margin-top: 54px;
  display: flex;
  border-radius: 10px;
  background: linear-gradient(106deg, #ffffff 0%, #fff0eb 100%);
  border: 1px solid #f3f3f3;
  padding-bottom: 14px;
  --tag-bg: linear-gradient(287deg, #f4b91f 0%, #ff825f 20%, #ff4242 100%);
}
.home .product-cell[is-blue] {
  --color-brand: #01B8F9;
  background: linear-gradient(78deg, #e1f0ff 0%, #ffffff 100%);
  --tag-bg: linear-gradient(277deg, #09e8d8 0%, #01b8f9 100%);
}
.home .product-cell > img {
  width: 242px;
  height: 242px;
  margin-top: -30px;
}
.home .product-content {
  flex: 1;
  padding-top: 24px;
}
.home .product-title {
  font-size: 22px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 6px;
  margin-bottom: 10px;
}
.home .product-title::after {
  content: attr(tag);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 12px 12px 12px 0;
  padding: 0 10px;
  background: var(--tag-bg);
}
.home .product-description {
  color: var(--color-silence);
  margin-bottom: 22px;
}
.home .product-advantages {
  display: flex;
  gap: 74px;
  margin-bottom: 30px;
}
.home .product-advantages span {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.home .product-advantages span::before {
  content: '\e68f';
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  color: var(--color-brand);
}
.home .service {
  padding-top: 106px;
  padding-bottom: 106px;
}
.home .service-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 52px;
}
.home .service-cell {
  width: calc(50% - 12px);
  border-radius: 10px;
  background-color: var(--light-bg);
  padding: 48px 0px 44px 36px;
  display: flex;
  gap: 32px;
}
.home .service-title img {
  width: 100px;
  height: 100px;
  display: block;
}
.home .service-title h2 {
  text-align: center;
  font-size: 20px;
  margin-top: 2px;
}
.home .service-content {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(440px + 24px);
  gap: 24px;
}
.home .service-content-cell {
  width: calc(50% - 12px);
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.home .service-content-cell::before {
  content: attr(label);
  display: block;
  color: var(--color-silence);
  font-size: 14px;
  font-weight: 400;
}
.home .service-content-cell::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid var(--color-brand);
  border-radius: 50%;
  position: absolute;
  bottom: 12px;
  left: 10px;
  transform: translate(-50%, 50%);
}
.home .scene {
  padding-top: 106px;
  padding-bottom: 106px;
  background-color: var(--light-bg);
}
.home .scene-grid {
  --gap: 24px;
  margin-top: 46px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  gap: var(--gap);
}
.home .scene-grid .cell-1 {
  grid-column: span 2;
  grid-row: 1;
}
.home .scene-grid .cell-2 {
  grid-column: 3;
  grid-row: 1;
}
.home .scene-grid .cell-3 {
  grid-column: 4;
  grid-row: 1 / span 2;
}
.home .scene-grid .cell-4 {
  grid-column: 1;
  grid-row: 2;
}
.home .scene-grid .cell-5 {
  grid-column: span 2;
  grid-row: 2;
}
.home .scene-grid .cell-6 {
  grid-column: 1;
  grid-row: 3;
}
.home .scene-grid .cell-7 {
  grid-column: 2;
  grid-row: 3;
}
.home .scene-grid .cell-8 {
  grid-column: span 2;
  grid-row: 3;
}
.home .scene-cell {
  position: relative;
}
.home .scene-cell img {
  display: block;
  width: 100%;
}
.home .scene-cell-title {
  position: absolute;
  top: 34px;
  left: 24px;
  color: #fff;
  font-size: 24px;
}
.home .scene-cell-title::after {
  content: attr(translate);
  font-size: 14px;
  display: block;
  margin-top: 6px;
}
.home .guide {
  padding-top: 106px;
  padding-bottom: 106px;
}
.home .guide-container {
  display: flex;
  gap: 24px;
  margin-top: 52px;
}
.home .guide-cell {
  flex: 1;
  padding: 24px;
  background: linear-gradient(180deg, #fff9f4, #ffffff 100%);
  border: 1px solid #ffffff;
  border-radius: 8px;
  box-shadow: 2px 0px 10px 2px rgba(196, 196, 196, 0.3);
  display: flex;
  gap: 8px;
}
.home .guide-cell > img {
  display: block;
  width: 32px;
  height: 32px;
}
.home .guide-content {
  flex: 1;
}
.home .guide-title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #000;
}
.home .guide-articles {
  height: 124px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 210px;
}
.home .guide-article {
  transition: color 0.4s;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .guide-article:hover {
  color: var(--color-brand);
}
.home .guide .home-button {
  padding: 0;
}
.home .invite {
  background-image: url('/static_multi_brand/images/home/invite.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .invite .home-content {
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.home .invite .home-content h1 {
  color: #fff;
  font-size: 32px;
}
