.paragraph--type--brands {
  background: var(--bg-brand-color-dark);
  padding: 20px 17px 0px 17px;
  position: relative;
}

.paragraph--type--brands > div > div {
  position: sticky;
  top: 20px;
  height: calc(100vh + 55px);
}

.paragraph--type--brands > div > div:last-child {
  height: calc(100vh + 35px);
}


.paragraph--type--brand-info {
  overflow: hidden;
  transform-origin: 50% 0%;
  will-change: transform;
}

.brand-info__image {
  height: 600px;
}

.brand-info__image img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.brand-info__content {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 0 35px 35px 35px;
  position: absolute;
  width: 100%;
}

.brand-info__title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -2.08px;
  line-height: 52px;
  margin: 0 0 16px;
}

.brand-info__title img {
  height: 50px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  object-position: bottom;
}

.brand-info__description {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.42px;
  line-height: 28px;
}

.brand-info__cursor {
  background: var(--brand-color);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: none;
  display: block;
  font-size: 8px;
  font-weight: 400;
  height: 95px;
  pointer-events: none;
  position: absolute;
  width: 95px;
  z-index: 10;
}

.brand-info__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: none;
}

.brand-info__cursor-text {
  height: 100%;
  width: 100%;
}

.brand-info__cursor::after {
  align-items: center;
  background-image: url(../../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  content: "";
  display: flex;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
}

.brand-info__cursor span {
  left: 50%;
  position: absolute;
  top: 3.5px;
  text-align: center;
  transform-origin: 0 43px;
  width: 6px;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--brands {
    padding: 54px 50px 0px 50px;
  }

  .brand-info__image img, .brand-info__image {
    height: 924px;
  }

  .brand-info__content {
    padding: 0 66px 66px 100px;
  }

  .brand-info__title {
    font-size: 78px;
    letter-spacing: -3.9px;
    line-height: 78px;
    margin-bottom: 20px;
  }

  .brand-info__title img{
    height: 90px;
    max-width: 300px;
  }

  .brand-info__description {
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 28px;
    width: 450px;
  }

  .brand-info__cursor {
    font-size: 11px;
    height: 115px;
    width: 115px;
  }

  .brand-info__cursor span {
    transform-origin: 0 54px;
  }

  .paragraph--type--brands > div > div {
    top: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .paragraph--type--brands {
    padding: 54px 54px 0px 54px;
  }

  .brand-info__content {
    padding: 0 60px 60px 60px;
  }

  /* .brand-info__image img, .brand-info__image {
    height: 660px;
  } */
  .brand-info__title img{
    height: 75px;
  }
  .brand-info__description {
    line-height: 30px;
    width: 410px;
  }

  .brand-info__image img, .brand-info__image {
    height: 90vh;
  }
  .paragraph--type--brands > div > div {
    top: 4vh;
    height: calc(100vh + 100px);
  }

  .paragraph--type--brands > div > div:last-child {
    height: calc(100vh + 80px);
  }

}

@media only screen and (min-width: 1366px) {
  .paragraph--type--brands {
    padding: 54px 54px 0px 54px;
  }

  .brand-info__content {
    padding: 0 80px 60px 80px;
  }

  .brand-info__title {
    font-size: 82px;
    letter-spacing: -4.1px;
    line-height: 82px;
  }
  .brand-info__title img{
    height: 105px;
  }
  .brand-info__description {
    width: 500px;
  }

  .paragraph--type--brands > div > div {
    height: calc(100vh + 130px);
  }

  .paragraph--type--brands > div > div:last-child {
    height: calc(100vh + 110px);
  }

}

@media only screen and (min-width: 1920px) {
  .paragraph--type--brands {
    padding: 90px 90px 0px 90px;
  }
  .brand-info__cursor {
    height: 120px;
    width: 120px;
  }
  .brand-info__cursor span {
    top: 4px;
    transform-origin: 0 56px;
  }
  .brand-info__content {
    padding: 0 90px 90px 90px;
  }
  .brand-info__title {
    letter-spacing: -3.28px;
  }
  .brand-info__title img{
    height: 120px;
    max-width: 400px;
    width: auto;
  }
  .brand-info__description {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 30px;
    width: 600px;
  }
  .brand-info__image img, .brand-info__image {
    height: 90vh;
  }
  .paragraph--type--brands > div > div {
    top: 4vh;
  }
}
