* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1em;
}
h1 > span {
  font-size: 1.4em;
}

h2 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1em;
}
h2 > span {
  font-size: 1.4em;
}

h3 {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #a871d8;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

b {
  font-weight: 600;
}

.clamp {
  position: relative;
  grid-row: span 2;
  width: 1em;
  margin-top: 0.7em;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Cpath%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20d%3D%22M1%2C12.42C1%2C6.12%2C7.27%2C1%2C14.98%2C1V0C6.72%2C0%2C0%2C5.57%2C0%2C12.42v2.58h1v-2.58Z%22%2F%3E%0D%0A%3C%2Fsvg%3E"), url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Cpath%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20d%3D%22M1%2C2.58c0%2C6.3%2C6.27%2C11.42%2C13.98%2C11.42v1C6.72%2C15%2C0%2C9.43%2C0%2C2.58V0h1v2.58Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: 1em 1em;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
}
.clamp::after {
  content: "";
  position: absolute;
  inset: 1em 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Crect%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20width%3D%221%22%20height%3D%2215%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 1em;
}

body {
  background: linear-gradient(135deg, rgb(72, 7, 112) 14%, rgb(60, 12, 90) 37%, rgb(47, 19, 65) 70%, rgb(43, 22, 56) 90%);
  background-repeat: no-repeat;
  background-size: 100vw max(100%, 100vh);
  font-family: Graphik, Arial;
  padding: 1em;
}

body > * {
  width: 100%;
  max-width: 100em;
  margin: 0 auto;
}

body > :first-child {
  color: #fff;
  background: black;
  box-shadow: 0 -100vmax 0 100vmax black;
}

body > :is(nav, header) {
  container: bq-nav/inline-size;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em 4.5em;
  padding: 0.8em 3.5em 1.3em;
  font-family: Graphik;
}
body > :is(nav, header) > * {
  font-size: clamp(0.8em, 1.35cqi, 1.1em);
}
body > :is(nav, header) > :first-child {
  font-weight: 600;
}
body > :is(nav, header) div {
  display: flex;
  align-items: center;
  gap: 1em;
}
body > :is(nav, header) a {
  color: white;
  text-decoration: none;
}
body > :is(nav, header) a span {
  padding: 0.3em 0;
  border-top: 0.15em solid transparent;
  border-bottom: 0.15em solid transparent;
}
body > :is(nav, header) a.self span {
  border-bottom-color: #8300e0;
}
body > :is(nav, header) img {
  height: 1.7em;
}

body > section {
  container-type: inline-size;
  display: grid;
  justify-content: start;
  align-items: start;
  grid-template-columns: auto 1fr;
  gap: 1.5em 2.5em;
  padding: 2em;
  color: white;
}
body > section > nav {
  display: grid;
  justify-content: start;
  grid-template-columns: auto auto;
}
body > section > nav h1 {
  margin-bottom: 1em;
  padding-left: 1em;
  color: #a871d8;
}
body > section > nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
body > section > nav li {
  display: flex;
  flex-flow: row;
  width: 16em;
  height: 5em;
  gap: 0.8em;
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  border: 0.1em solid #8300e0;
  border-radius: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
body > section > nav li img {
  width: 100%;
  max-width: 2em;
}
body > section > nav li span {
  margin: auto 0;
  line-height: 1.2em;
}
body > section > nav li.active {
  background: linear-gradient(135deg, rgb(161, 0, 255) 0%, rgb(121, 0, 193) 25%, rgb(89, 0, 143) 50%, rgb(70, 0, 115) 75%);
  background-repeat: no-repeat;
  border-color: transparent;
}
body > section > nav li:hover {
  border-color: white;
}
body > section > section {
  grid-column: 2;
}
body > section > section:not(.active) {
  display: none !important;
}
@container (max-width: 75em) {
  body > section > nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 1em;
  }
  body > section > nav li img {
    width: 1.8em;
  }
  body > section > section {
    grid-column: 1;
    font-size: 0.95em;
  }
}

section.content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
}
section.content h1 {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
section.content h1 img {
  max-width: 2em;
}
section.content strong {
  color: #668df6;
  font-weight: bold;
}
section.content .key-takeaways {
  padding: 1.2em;
  color: #fff;
  border: solid 1px #8300e0;
  border-radius: 1em;
}
section.content .key-takeaways ul {
  padding-left: 0.5em;
  font-size: 1.1em;
  line-height: 1.2em;
}
section.content .key-takeaways li {
  margin-bottom: 1em;
  padding-left: 0em;
  list-style-type: square;
}
section.content .key-takeaways li::marker {
  color: #668df6;
}
section.content .data-takeaways {
  display: grid;
  grid-template-columns: 7fr 3fr;
  row-gap: 1em;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
@media (max-width: 75em) {
  section.content .data-takeaways {
    grid-template-columns: auto;
    row-gap: 2em;
  }
}
section.content .further-insights {
  grid-column: 1/3;
  margin: 1em 0 0 0;
  color: #fff;
}
section.content .further-insights .insights-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media (max-width: 45em) {
  section.content .further-insights .insights-cards {
    grid-template-columns: auto;
  }
}
section.content .further-insights .insights-cards strong {
  font-size: 3.1em;
  line-height: 0.8em;
}
section.content .further-insights .insights-card {
  padding: 1em;
  border: solid 1px #a100ff;
  border-radius: 1em;
}

section#background {
  grid-template-columns: auto;
}
section#background #background-discover {
  container-type: normal;
  display: grid;
  grid-template-areas: "content lense lense" "content . border" "links links .";
  grid-template-columns: 1fr auto auto;
  grid-template-rows: auto 1fr auto;
}
section#background #background-discover > img {
  grid-area: lense;
  font-size: max(5em, 16cqw);
  width: 1em;
  margin-bottom: -0.1463414634em;
}
section#background #background-discover::after {
  content: "";
  grid-area: border;
  width: calc(max(5em, 16cqw) / 2);
  min-height: 3em;
  border-left: 1px dashed #8300e0;
}
section#background #background-discover #background-discover-content {
  grid-area: content;
}
section#background #background-discover #background-discover-content h1 {
  margin-bottom: 4em;
}
section#background #background-discover #background-discover-content p {
  margin-bottom: 2em;
  font-size: 1.3em;
  font-weight: 300;
}
section#background #background-discover #background-discover-content ol {
  margin: 0 0 4em 2em;
  font-size: 1.3em;
  font-weight: 300;
  list-style: none;
  counter-reset: discover-counter;
}
section#background #background-discover #background-discover-content ol li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.8em;
  counter-increment: discover-counter;
}
section#background #background-discover #background-discover-content ol li::before {
  content: counter(discover-counter);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -0.3em;
  margin-right: 0.5em;
  padding: 0.3em;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: content-box;
  flex: 0 0 auto;
}
section#background #background-discover #background-discover-content ol li span {
  display: inline-block;
}
section#background #background-discover #background-discover-links {
  position: relative;
  grid-area: links;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
  gap: 2em;
  margin-bottom: 3em;
  padding: 0 2em;
  border-top: 1px dashed #8300e0;
}
section#background #background-discover #background-discover-links .box {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  margin-top: -1px;
  padding: 1.7em;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 300;
  border: solid 1px #8300e0;
}
section#background #background-discover #background-discover-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em;
  border-color: transparent #8300e0 transparent transparent;
  transform: translate(-60%, -50%);
}
section#background #demographics {
  display: grid;
  grid-template-columns: auto 1fr;
}
section#background #demographics h2 {
  margin-bottom: 2em;
}

section#purchase div.pie-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 55em) {
  section#purchase div.pie-charts {
    grid-template-columns: auto;
  }
}
section#purchase div.pie-charts div.pie-chart {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr;
  gap: 0 2em;
  border: solid 1px #a100ff;
  padding: 1em;
  border-radius: 1em;
}
section#purchase div.pie-charts div.pie-chart h3 {
  grid-column: span 2;
}
section#purchase div.pie-charts div.pie-chart ul {
  list-style-type: none;
}
section#purchase div.pie-charts div.pie-chart ul li {
  display: flex;
  align-content: center;
  margin-bottom: 0.6em;
}
section#purchase div.pie-charts div.pie-chart ul li::before {
  content: "";
  flex: 0 0 auto;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  background-color: #a100ff;
}
section#purchase div.pie-charts div.pie-chart:first-child li:nth-child(1):before {
  background-color: #a100ff;
}
section#purchase div.pie-charts div.pie-chart:first-child li:nth-child(2):before {
  background-color: #668df6;
}
section#purchase div.pie-charts div.pie-chart:first-child li:nth-child(3):before {
  background-color: #ffa04c;
}
section#purchase div.pie-charts div.pie-chart:first-child li:nth-child(4):before {
  background-color: #dcafff;
}
section#purchase div.pie-charts div.pie-chart:first-child li:nth-child(5):before {
  background-color: #ff50a0;
}
section#purchase div.pie-charts div.pie-chart:last-child li:nth-child(1):before {
  background-color: #ffa04c;
}
section#purchase div.pie-charts div.pie-chart:last-child li:nth-child(2):before {
  background-color: #ff50a0;
}
section#purchase div.pie-charts div.pie-chart:last-child li:nth-child(3):before {
  background-color: #a100ff;
}
section#purchase div.pie-charts div.pie-chart:last-child li:nth-child(4):before {
  background-color: #668df6;
}
section#purchase div.pie-charts div.pie-chart:last-child li:nth-child(5):before {
  background-color: #dcafff;
}/*# sourceMappingURL=consumer-center.css.map */