.cmp__brand-section-01[data-v-da611c88] {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.cmp__brand-section-01__container[data-v-da611c88] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #0B1722 5.35%, rgba(32, 46, 65, 0) 100%), linear-gradient(180deg, rgba(16, 28, 40, 0) 55.31%, #19293B 77.24%, #0E1B27 100%);
}
.cmp__brand-section-01__img[data-v-da611c88] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__brand-section-01__title[data-v-da611c88] {
  font-size: 58px;
  font-weight: 500;
  line-height: 81.2px;
  color: #ffffff;
  background: linear-gradient(180deg, #ffffff 41.96%, rgba(255, 255, 255, 0) 127.59%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-01__title[data-v-da611c88] {
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
}
}
.cmp__brand-section-01 .img-wrapper[data-v-da611c88] {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.cmp__brand-section-01 .text-wrapper[data-v-da611c88] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 0 var(--gutter);
  text-align: center;
}
.cmp__brand-section-01 .pull-down[data-v-da611c88] {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-01 .pull-down[data-v-da611c88] {
    bottom: 4px;
}
}
.cmp__brand-section-01 .pull-down img[data-v-da611c88] {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
.cmp__brand-section-01 .pull-down img[data-v-da611c88] {
    width: 32px;
    height: 32px;
}
}