.cp-typography-pull-quote-v2 {
  background-color: #111;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px 0 60px;
  padding: 2rem 0 6rem;
}

.cp-typography-pull-quote-v2 * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-typography-pull-quote-v2 *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.cp-typography-pull-quote-v2 article, .cp-typography-pull-quote-v2 aside, .cp-typography-pull-quote-v2 details, .cp-typography-pull-quote-v2 figcaption, .cp-typography-pull-quote-v2 figure, .cp-typography-pull-quote-v2 footer, .cp-typography-pull-quote-v2 header, .cp-typography-pull-quote-v2 hgroup, .cp-typography-pull-quote-v2 menu, .cp-typography-pull-quote-v2 nav, .cp-typography-pull-quote-v2 section {
  display: block;
}

.cp-typography-pull-quote-v2 ol, .cp-typography-pull-quote-v2 ul, .cp-typography-pull-quote-v2 dl, .cp-typography-pull-quote-v2 li {
  list-style: none;
}

.cp-typography-pull-quote-v2 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cp-typography-pull-quote-v2 a {
  color: black;
  text-decoration: none;
}

.cp-typography-pull-quote-v2 .is-pc {
  display: none;
}

@media (min-width: 1023px) {
  .cp-typography-pull-quote-v2 .is-pc {
    display: block;
  }
  .cp-typography-pull-quote-v2 .is-mo {
    display: none;
  }
}

.cp-typography-pull-quote-v2__inner {
  padding: 20px 0;
  padding: 2rem 0;
  background-color: #1D1D1D;
}

.cp-typography-pull-quote-v2__text {
  padding: 0 20px;
  padding: 0 2rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}

@media (min-width: 1023px) {
  .cp-typography-pull-quote-v2 {
    padding: 20px 0;
    padding: 2rem 0;
  }
  .cp-typography-pull-quote-v2__text {
    padding: 0 76px;
    padding: 0 7.6rem;
  }
}

@media (min-width: 1199px) {
  .cp-typography-pull-quote-v2__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 156%;
  }
}

@media (min-width: 1359px) {
  .cp-typography-pull-quote-v2__text {
    padding: 0 100px;
    padding: 0 10rem;
  }
}

@media (min-width: 1599px) {
  .cp-typography-pull-quote-v2__text {
    padding: 0 120px;
    padding: 0 12rem;
  }
}

@media (min-width: 1919px) {
  .cp-typography-pull-quote-v2__text {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    max-width: 192rem;
    padding: 0 140px;
    padding: 0 14rem;
  }
}

.type-dark .cp-typography-pull-quote-v2 {
  background-color: #111;
  color: #fff;
}

.type-light .cp-typography-pull-quote-v2 {
  background-color: #fff;
  color: #000;
}
