.cmp__brand-section-07 {
  background-color: #fff;
}
.cmp__brand-section-07 .responsive__layout .text-container {
  padding: calc(var(--rpx, 1px) * 80) 0;
  display: flex;
  gap: calc(var(--rpx, 1px) * 20);
}
@media (max-width: 991.98px) {
  .cmp__brand-section-07 .responsive__layout .text-container {
    flex-direction: column;
    padding: 0 0 calc(var(--rpx, 1px) * 36) 0;
  }
}
.cmp__brand-section-07 .responsive__layout .text-container h2,
.cmp__brand-section-07 .responsive__layout .text-container p {
  flex: 1;
}
.cmp__brand-section-07 .responsive__layout .text-container h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: rgba(0, 0, 0, 0.95);
}
@media (max-width: 991.98px) {
  .cmp__brand-section-07 .responsive__layout .text-container h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
  }
}
.cmp__brand-section-07 .responsive__layout .text-container p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
@media (max-width: 991.98px) {
  .cmp__brand-section-07 .responsive__layout .text-container p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}
.cmp__brand-section-07 .pc-layout {
  display: block;
}
@media (max-width: 991.98px) {
  .cmp__brand-section-07 .pc-layout {
    display: none;
  }
}
.cmp__brand-section-07 .mobile-layout {
  display: none;
}
@media (max-width: 991.98px) {
  .cmp__brand-section-07 .mobile-layout {
    display: block;
  }
}
.cmp__brand-section-07 .container {
  height: 100vh;
  width: 100%;
}
@media (max-width: 991.98px) {
  .cmp__brand-section-07 .container {
    height: auto;
  }
}
.cmp__brand-section-07 .container .wrapper {
  width: 100%;
  display: flex;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cmp__brand-section-07 .container .wrapper {
    height: 100%;
    position: unset;
  }
}
.cmp__brand-section-07 .container .wrapper .lf {
  flex: 936;
}
.cmp__brand-section-07 .container .wrapper .lf .images {
  position: relative;
  height: 100%;
}
.cmp__brand-section-07 .container .wrapper .lf .images .image {
  position: absolute;
  inset: 0;
}
.cmp__brand-section-07 .container .wrapper .lf .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__brand-section-07 .container .wrapper .lf .images .text-overlay {
  position: absolute;
  inset: 0;
  padding: calc(var(--rpx, 1px) * 64) var(--gutter);
  background: rgba(0, 0, 0, 0);
}
.cmp__brand-section-07 .container .wrapper .lf .images .text-overlay h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: calc(var(--rpx, 1px) * 12);
}
.cmp__brand-section-07 .container .wrapper .lf .images .text-overlay h3.dark {
  color: rgba(0, 0, 0, 0.75);
}
.cmp__brand-section-07 .container .wrapper .lf .images .text-overlay h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  color: rgb(255, 255, 255);
}
.cmp__brand-section-07 .container .wrapper .lf .images .text-overlay h2.dark {
  color: rgb(0, 0, 0);
}
.cmp__brand-section-07 .container .wrapper .rt {
  flex: 504;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container {
  height: 100%;
  position: relative;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .text-wrapper {
  height: 100%;
  position: relative;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .text-wrapper .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--rpx, 1px) * 64);
  padding-left: calc(var(--rpx, 1px) * 48);
  gap: calc(var(--rpx, 1px) * 12);
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .text-wrapper .content.in .t-w {
  animation: in 0.6s ease-in-out forwards;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .text-wrapper .content.out .t-w {
  animation: out 0.6s ease-in-out forwards;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .text-wrapper .content .t-c {
  overflow: hidden;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .text-wrapper .content .t-c .t-w {
  display: flex;
  gap: calc(var(--rpx, 1px) * 16);
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .text-wrapper .content .t-c .t-w .key {
  flex: 64;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  white-space: nowrap;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .text-wrapper .content .t-c .t-w .value {
  flex: 312;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.45);
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .number {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding: calc(var(--rpx, 1px) * 64);
  padding-left: calc(var(--rpx, 1px) * 48);
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .number .number-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .number .number-wrapper .active {
  width: 19px;
  height: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .number .number-wrapper .line {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  padding: 0 4px;
}
.cmp__brand-section-07 .container .wrapper .rt .text-container .number .number-wrapper span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  transition: 0.6s ease-in-out;
}
.cmp__brand-section-07 .container .cards .card .image-wrapper {
  width: 100%;
  height: 64.2666666667vw;
  position: relative;
}
.cmp__brand-section-07 .container .cards .card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__brand-section-07 .container .cards .card .image-wrapper .text-overlay {
  position: absolute;
  inset: 0;
  padding: var(--gutter);
}
.cmp__brand-section-07 .container .cards .card .image-wrapper .text-overlay h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: calc(var(--rpx, 1px) * 6);
}
.cmp__brand-section-07 .container .cards .card .image-wrapper .text-overlay h3.dark {
  color: rgba(0, 0, 0, 0.75);
}
.cmp__brand-section-07 .container .cards .card .image-wrapper .text-overlay h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(255, 255, 255);
}
.cmp__brand-section-07 .container .cards .card .image-wrapper .text-overlay h2.dark {
  color: rgb(0, 0, 0);
}
.cmp__brand-section-07 .container .cards .card .text-container {
  padding: var(--gutter);
  padding-bottom: calc(var(--rpx, 1px) * 48);
}
.cmp__brand-section-07 .container .cards .card .text-container .number {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: calc(var(--rpx, 1px) * 36);
}
.cmp__brand-section-07 .container .cards .card .text-container .info-list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--rpx, 1px) * 16);
}
.cmp__brand-section-07 .container .cards .card .text-container .info-list .info-item {
  display: flex;
  gap: calc(var(--rpx, 1px) * 16);
  justify-content: flex-start;
}
.cmp__brand-section-07 .container .cards .card .text-container .info-list .info-item .key {
  flex: 0 1 auto;
  min-width: 56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.95);
}
.cmp__brand-section-07 .container .cards .card .text-container .info-list .info-item .value {
  flex: 0 1 auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
}
@keyframes in {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}