.cmp__brand-section-13[data-v-08b5a49f] {
  background: #fff;
  padding: calc(var(--rpx, 1px) * 80) 0;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13[data-v-08b5a49f] {
    padding: calc(var(--rpx, 1px) * 64) 0;
}
}
.cmp__brand-section-13 .responsive__layout .video-container[data-v-08b5a49f] {
  width: 100%;
  height: calc(var(--rpx, 1px) * 640);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .responsive__layout .video-container[data-v-08b5a49f] {
    height: auto;
    border-radius: 0;
}
}
.cmp__brand-section-13 .responsive__layout .video-container .video-wrapper[data-v-08b5a49f] {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .responsive__layout .video-container .video-wrapper[data-v-08b5a49f] {
    position: relative;
    height: calc(var(--rpx, 1px) * 210);
    border-radius: 6px;
    margin-top: calc(var(--rpx, 1px) * 24);
    overflow: hidden;
}
.cmp__brand-section-13 .responsive__layout .video-container .video-wrapper .video-overlay[data-v-08b5a49f] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}
.cmp__brand-section-13 .responsive__layout .video-container .video-wrapper .video-overlay .video-play-btn[data-v-08b5a49f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(var(--rpx, 1px) * 48);
    height: calc(var(--rpx, 1px) * 48);
}
.cmp__brand-section-13 .responsive__layout .video-container .video-wrapper .video-overlay .video-play-btn svg[data-v-08b5a49f] {
    width: calc(var(--rpx, 1px) * 48);
    height: calc(var(--rpx, 1px) * 48);
}
}
.cmp__brand-section-13 .responsive__layout .video-container .video-player[data-v-08b5a49f], .cmp__brand-section-13 .responsive__layout .video-container video[data-v-08b5a49f] {
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
.cmp__brand-section-13 .responsive__layout .video-container .video-player video[data-v-08b5a49f], .cmp__brand-section-13 .responsive__layout .video-container video video[data-v-08b5a49f] {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
.cmp__brand-section-13 .responsive__layout .video-container .overlay[data-v-08b5a49f] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1;
  border-radius: 6px;
  padding: 0 var(--gutter);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .responsive__layout .video-container .overlay[data-v-08b5a49f] {
    position: unset;
    background: #fff;
    text-align: left;
    display: block;
    padding: 0;
}
}
.cmp__brand-section-13 .responsive__layout .video-container .overlay .title1[data-v-08b5a49f] {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .responsive__layout .video-container .overlay .title1[data-v-08b5a49f] {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: calc(var(--rpx, 1px) * 48);
}
}
.cmp__brand-section-13 .responsive__layout .video-container .overlay .title2[data-v-08b5a49f] {
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: rgba(255, 255, 255, 0.95);
  margin: calc(var(--rpx, 1px) * 24) 0 calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .responsive__layout .video-container .overlay .title2[data-v-08b5a49f] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
    margin: 0 0 calc(var(--rpx, 1px) * 12);
}
}
.cmp__brand-section-13 .responsive__layout .video-container .overlay .subtitle[data-v-08b5a49f] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .responsive__layout .video-container .overlay .subtitle[data-v-08b5a49f] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
}
}
.cmp__brand-section-13 .responsive__layout .video-container .overlay .video-popup-btn[data-v-08b5a49f] {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2.91px;
  color: #fff;
  cursor: pointer;
  margin-top: calc(var(--rpx, 1px) * 24);
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .responsive__layout .video-container .overlay .video-popup-btn[data-v-08b5a49f] {
    display: none;
}
}
.cmp__brand-section-13 .responsive__layout .video-container .overlay .video-popup-btn span[data-v-08b5a49f] {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}
.cmp__brand-section-13 .v-pop[data-v-08b5a49f] {
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(120vh);
  width: 100%;
  z-index: 9999;
  transition: transform 0.5s;
}
.cmp__brand-section-13 .v-pop.show[data-v-08b5a49f] {
  transform: translateY(0);
}
.cmp__brand-section-13 .v-pop .v-pop-container[data-v-08b5a49f] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #201f1c;
}
.cmp__brand-section-13 .v-pop .v-pop-container .v-pop-wrapper[data-v-08b5a49f] {
  width: 75vw;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .v-pop .v-pop-container .v-pop-wrapper[data-v-08b5a49f] {
    width: 86.67vw;
}
}
.cmp__brand-section-13 .v-pop .v-pop-container .v-pop-wrapper .v-pop-video-player[data-v-08b5a49f] {
  height: 100%;
  max-height: 75vh;
  outline: none;
  width: 100%;
}
.cmp__brand-section-13 .v-pop .v-pop-close[data-v-08b5a49f] {
  cursor: pointer;
  height: 32px;
  margin-left: auto;
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-13 .v-pop .v-pop-close[data-v-08b5a49f] {
    right: 7vw;
    right: calc(var(--vw, 1vw) * 7);
    top: 100px;
}
}
.cmp__brand-section-18[data-v-08b5a49f] {
  background: #fff;
  padding: calc(var(--rpx, 1px) * 80) 0;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18[data-v-08b5a49f] {
    padding: calc(var(--rpx, 1px) * 64) 0 0;
}
}
.cmp__brand-section-18 .responsive__layout .video-container[data-v-08b5a49f] {
  width: 100%;
  height: calc(var(--rpx, 1px) * 640);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18 .responsive__layout .video-container[data-v-08b5a49f] {
    height: auto;
    border-radius: 0;
}
}
.cmp__brand-section-18 .responsive__layout .video-container .video-wrapper[data-v-08b5a49f] {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18 .responsive__layout .video-container .video-wrapper[data-v-08b5a49f] {
    position: relative;
    height: calc(var(--rpx, 1px) * 210);
    border-radius: 6px;
    margin-top: calc(var(--rpx, 1px) * 24);
    overflow: hidden;
}
.cmp__brand-section-18 .responsive__layout .video-container .video-wrapper .video-overlay[data-v-08b5a49f] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}
.cmp__brand-section-18 .responsive__layout .video-container .video-wrapper .video-overlay .video-play-btn[data-v-08b5a49f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(var(--rpx, 1px) * 48);
    height: calc(var(--rpx, 1px) * 48);
}
.cmp__brand-section-18 .responsive__layout .video-container .video-wrapper .video-overlay .video-play-btn svg[data-v-08b5a49f] {
    width: calc(var(--rpx, 1px) * 48);
    height: calc(var(--rpx, 1px) * 48);
}
}
.cmp__brand-section-18 .responsive__layout .video-container .video-player[data-v-08b5a49f] {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
.cmp__brand-section-18 .responsive__layout .video-container .video-player video[data-v-08b5a49f] {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.cmp__brand-section-18 .responsive__layout .video-container .overlay[data-v-08b5a49f] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 1;
  border-radius: 6px;
  padding: 0 var(--gutter);
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18 .responsive__layout .video-container .overlay[data-v-08b5a49f] {
    position: unset;
    background: #fff;
    text-align: left;
    display: block;
    padding: 0;
}
}
.cmp__brand-section-18 .responsive__layout .video-container .overlay .title[data-v-08b5a49f] {
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: rgba(255, 255, 255, 0.95);
  margin: calc(var(--rpx, 1px) * 24) 0 calc(var(--rpx, 1px) * 12);
  max-width: 440px;
  width: 30.5555555556vw;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18 .responsive__layout .video-container .overlay .title[data-v-08b5a49f] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: rgba(13, 13, 13, 0.95);
    margin: 0 0 calc(var(--rpx, 1px) * 12);
    max-width: none;
    width: 100%;
}
}
.cmp__brand-section-18 .responsive__layout .video-container .overlay .subtitle[data-v-08b5a49f] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.95);
  max-width: 440px;
  width: 30.5555555556vw;
  text-align: justify;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18 .responsive__layout .video-container .overlay .subtitle[data-v-08b5a49f] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
    max-width: none;
    width: 100%;
}
}
.cmp__brand-section-18 .responsive__layout .video-container .overlay .video-popup-btn[data-v-08b5a49f] {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2.91px;
  color: #fff;
  cursor: pointer;
  margin-top: calc(var(--rpx, 1px) * 24);
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18 .responsive__layout .video-container .overlay .video-popup-btn[data-v-08b5a49f] {
    display: none;
}
}
.cmp__brand-section-18 .responsive__layout .video-container .overlay .video-popup-btn span[data-v-08b5a49f] {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}
.cmp__brand-section-18 .v-pop[data-v-08b5a49f] {
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(120vh);
  width: 100%;
  z-index: 9999;
  transition: transform 0.5s;
}
.cmp__brand-section-18 .v-pop.show[data-v-08b5a49f] {
  transform: translateY(0);
}
.cmp__brand-section-18 .v-pop .v-pop-container[data-v-08b5a49f] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #201f1c;
}
.cmp__brand-section-18 .v-pop .v-pop-container .v-pop-wrapper[data-v-08b5a49f] {
  width: 75vw;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18 .v-pop .v-pop-container .v-pop-wrapper[data-v-08b5a49f] {
    width: 86.67vw;
}
}
.cmp__brand-section-18 .v-pop .v-pop-container .v-pop-wrapper .v-pop-video-player[data-v-08b5a49f] {
  height: 100%;
  max-height: 75vh;
  outline: none;
  width: 100%;
}
.cmp__brand-section-18 .v-pop .v-pop-close[data-v-08b5a49f] {
  cursor: pointer;
  height: 32px;
  margin-left: auto;
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-18 .v-pop .v-pop-close[data-v-08b5a49f] {
    right: 7vw;
    top: 100px;
}
}