.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #dcf0f1;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Gotham 0', sans-serif;
  color: #dcf0f1;
  font-size: 4.1em;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-bottom: 0.75em;
  font-family: 'Gotham 0', sans-serif;
  color: #dcf0f1;
  font-size: 3.2em;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gotham 0', sans-serif;
  color: #dcf0f1;
  font-size: 2.5em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  color: #7acfd0;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00a8b6;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #dcf0f1;
  font-size: 1.2em;
  line-height: 1.4;
}

.privacy_prompt_content p {
	color: #444;
}

img {
  display: inline-block;
}

strong {
  font-weight: bold;
}

.sticky-navigation {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 1em 4.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 16px;
  line-height: 125%;
}

.nav-link {
  line-height: 100%;
  text-decoration: none;
}

.top-nav {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 1.5em;
  padding: 8px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #007cc2;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #dcf0f1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-cta:hover {
  background-color: #043e61;
}

.nav-cta.btn-download {
  min-height: 45px;
  color: #fff;
  font-weight: 600;
}

.nav-cta.is--footer {
  margin-top: 3em;
  background-color: #00a8b6;
}

.nav-cta.is--footer:hover {
  background-color: #043e61;
}

.cta-text {
  font-size: 16px;
}

.tealium-logo {
  min-width: 230px;
  -webkit-transition: min-width 500ms ease;
  transition: min-width 500ms ease;
}

.nav-buttons-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn-share {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-color: #007cc2;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.btn-share:hover {
  background-color: #043e61;
}

.share-icon {
  width: 50%;
  height: 50%;
  max-height: 50%;
  max-width: 50%;
}

.btn-share-parent {
  width: 38px;
  height: 38px;
}

.eyebrow {
  color: #007cc2;
  font-weight: 600;
}

.eyebrow.is--list_title {
  margin-top: 2em;
  padding-bottom: 0.6em;
  border-bottom: 0.2em solid #7acfd0;
  color: #7acfd0;
}

.eyebrow.is--section--brow {
  color: rgba(220, 240, 241, 0.33);
}

.image {
  display: block;
}

.section {
  width: 100%;
  padding-top: 4em;
}

.section.is--hero {
  background-color: #007cc2;
  background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/hero_swoosh2.svg'), -webkit-gradient(linear, left bottom, left top, from(#007dc2), to(#05cfed));
  background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/hero_swoosh2.svg'), linear-gradient(0deg, #007dc2, #05cfed);
  background-position: 100% 100%, 0px 0px;
  background-size: 50em, auto;
  background-repeat: no-repeat, repeat;
}

.section.is--fred {
  position: absolute;
  z-index: 1;
  margin-top: -39em;
}

.section.is--intro {
  position: relative;
  background-color: #007cc2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007cc2), to(#05cfed));
  background-image: linear-gradient(180deg, #007cc2, #05cfed);
}

.section.is--key_findings {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#05cfed), to(#007cc2));
  background-image: linear-gradient(180deg, #05cfed, #007cc2);
}

.section.is--section_1 {
  display: block;
  margin-top: 5em;
}

.section.is--section-title {
  position: relative;
  display: block;
  min-height: 25em;
  margin-right: auto;
  margin-bottom: 3em;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a8b6), to(#7acfd0));
  background-image: linear-gradient(180deg, #00a8b6, #7acfd0);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.is--section-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9.4em;
  padding-bottom: 2.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a8b6;
}

.section.is--section-content {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.is--conclusion {
  position: relative;
  background-color: #007cc2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#007cc2), to(#05cfed));
  background-image: linear-gradient(0deg, #007cc2, #05cfed);
}

.section.is--download {
  background-color: #007cc2;
}

.section.is--footer {
  min-height: 80vh;
  padding-top: 5.7em;
  padding-bottom: 7.1em;
  background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/fred_original.png'), -webkit-gradient(linear, left bottom, left top, from(#05cfed), to(#007cc2));
  background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/fred_original.png'), linear-gradient(0deg, #05cfed, #007cc2);
  background-position: 0% 50%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 4.5em;
}

.container.is--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 4.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14.8em;
  padding-bottom: 36.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.is--section_header {
  display: block;
  width: 85em;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is--section-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/section-1-header.png');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container.is--section-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-top: 9em;
  padding-bottom: 9em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a8b6), to(#7acfd0));
  background-image: linear-gradient(180deg, #00a8b6, #7acfd0);
  text-align: center;
}

.container.is--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fred-img {
  width: 100%;
}

.hero-content-parent {
  width: 63em;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #7acfd0;
  color: #fff;
}

.list-item.is--last_child {
  margin-bottom: 2em;
}

.body-2 {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #dcf0f1;
}

.list-item-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-chart.is--list {
  padding-right: 0em;
}

.list-number-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.25em;
  border-color: #fff #fff #dcf0f1;
  border-radius: 100vw;
}

.list-number-circle.is--list {
  width: 3em;
  height: 3em;
}

.list-number {
  color: #dcf0f1;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

.list-number.is--left_justified {
  margin-bottom: 1em;
  text-align: left;
}

.introduction-wrapper {
  padding: 9.6em;
  background-color: #007cc2;
}

.key-finding-card {
  height: 100%;
  padding: 3em;
  background-color: #007cc2;
  text-decoration: none;
}

.grid {
  display: none;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-title {
  width: 65%;
}

.section-header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 4em 4.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-subtext {
  max-width: 50%;
}

.dash-spacer {
  width: 1.75em;
  height: 0.2em;
  min-height: 3px;
  min-width: 20px;
  margin-bottom: 1em;
  background-color: #007cc2;
}

.div-block-3 {
  height: 50vh;
}

.section-hero-wrapper {
  position: relative;
  left: 0%;
  top: 42%;
  right: 0%;
  bottom: auto;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/section-1-header.png'), -webkit-gradient(linear, left top, left bottom, from(#00a8b6), to(#7acfd0));
  background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/section-1-header.png'), linear-gradient(180deg, #00a8b6, #7acfd0);
  background-position: 100% 100%, 0px 0px;
  background-size: auto 100%, auto;
  background-repeat: no-repeat, repeat;
}

.bottom-wave-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: -28.8em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.font-blue {
  color: #007cc2;
}

.font-dark {
  color: #333;
}

.copy-h3 {
  margin-bottom: 1em;
}

.conten-cols {
  margin-bottom: 1em;
}

.conten-cols.contains--chart {
  margin-top: 3.1em;
  margin-bottom: 3.1em;
}

.conten-cols.is--header {
  margin-bottom: 0em;
}

.conten-cols.is--section-subtext {
  margin-bottom: 3em;
}

.content-col-center.is--chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(122, 207, 208, 0.2);
  color: #007cc2;
}

.content-col-center.is--section--subtext {
  padding-bottom: 3em;
  border-bottom: 1px solid #00a8b6;
}

.content-col-center.is--table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #007cc2;
  color: #007cc2;
}

.aside-copy {
  color: #007cc2;
  font-size: 1em;
  font-weight: 600;
}

.key-takeaway-wrapper {
  margin-top: 4.3em;
  margin-bottom: 4.3em;
}

.key-takeaway {
  position: relative;
  padding: 5.4em;
  border-bottom-right-radius: 5em;
  background-color: #007cc2;
}

.font-yellow {
  color: #ffc800;
  font-weight: 600;
}

.spacer-2em {
  margin-bottom: 2em;
}

.bar-chart-containner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7acfd0;
}

.bar-line {
  width: 100%;
  border-top: 1px solid #7acfd0;
}

.bar-chart-number {
  position: absolute;
  left: 2%;
}

.chart-header {
  margin-bottom: 2em;
}

.chart-header.is--white {
  color: #dcf0f1;
}

.bar-chart-subtext {
  margin-top: 0.5em;
  color: #7acfd0;
  font-size: 1em;
}

.bar-chart-subtext.is--azure {
  margin-top: 0em;
  color: #dcf0f1;
}

.bar-fill-wrapper {
  position: absolute;
  width: 42%;
  height: 100%;
}

.bar-fill-wrapper.is--59 {
  width: 59%;
}

.bar-fill-wrapper.is--40 {
  width: 40%;
}

.bar-fill-wrapper.is--62 {
  width: 62%;
}

.bar-fill-wrapper.is--2 {
  width: 25%;
}

.bar-fill-wrapper.is--3 {
  width: 75%;
}

.bar-fill-wrapper.is--4 {
  width: 100%;
}

.bar-fill-wrapper.is--54 {
  width: 54%;
}

.bar-fill-wrapper.is--64 {
  width: 64%;
}

.bar-fill-wrapper.is--53 {
  width: 53%;
}

.bar-fill-wrapper.is--48 {
  width: 48%;
}

.bar-fill-wrapper.is--62 {
  width: 62%;
}

.bar-fill-wrapper.is--61 {
  width: 61%;
}

.marquee-text {
  color: rgba(220, 240, 241, 0.4);
  font-size: 8em;
  font-weight: 700;
}

.marquee-text.is--darker {
  color: rgba(220, 240, 241, 0.9);
}

.marquee-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-text-wrapper {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-finding-single-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  padding: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007cc2;
  text-decoration: none;
}

.kf-number {
  font-size: 2.8em;
}

.kf-copy-parent {
  margin-left: 3em;
  padding-left: 3em;
  border-left: 1px solid rgba(122, 207, 208, 0.3);
}

.is--kf {
  margin-top: 0px;
  color: #dcf0f1;
}

.text-span {
  color: #ffc907;
}

.yoy-chart-wrapper {
  position: relative;
}

.yoy-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(220, 240, 241, 0.33);
}

.yoy-single.is--rankings {
  margin-bottom: 0.5em;
}

.yoy-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1.2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #007cc2;
}

.yoy-bar-wrapper-parent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.yoy-bar-fill-sec1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7acfd0;
}

.yoy-chart-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.yoy-ranking {
  color: #007cc2;
  font-size: 1em;
}

.yoy-ranking-parent {
  width: 25%;
  text-align: right;
}

.yoy-bar-fill-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
}

.yoy-bar-fill-wrapper.is--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yoy-bar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  position: relative;
  z-index: 2;
}

.yoy-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  padding: 0.7em 2.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #7acfd0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  cursor: pointer;
}

.yoy-button:hover {
  margin-top: 0px;
  box-shadow: 0 10px 11px -6px rgba(0, 168, 182, 0.33);
}

.yoy-button.is--2021 {
  background-color: #00a8b6;
}

.yoy-button.is--2020 {
  background-color: #7acfd0;
}

.yoy-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.yoy-line-parent {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.yoy-line {
  width: 25%;
  border-right: 1px dashed #fff;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 75%;
}

.section-header-title {
  position: relative;
  color: #dcf0f1;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

.section-header-hero-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section-header-hero-image.is--smaller {
  width: 75%;
}

.section-header-hero-image.is--even-smaller {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.section-header-hero-image.is--even-smaller.is--section5 {
  margin-right: 10%;
}

.section-header-hero-image.is--section2 {
  width: 45%;
}

.section-header-hero-image.is--smallest {
  width: 50%;
}

.section-header-hero-image.is--smallest.is--section5 {
  margin-right: 10%;
}

.yoy-change-text-sec1 {
  position: absolute;
  left: 0%;
  top: 13%;
  right: auto;
  bottom: 0%;
  z-index: 4;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.font-section-subtext {
  color: #00a8b6;
  font-weight: 600;
}

.kf-icon {
  min-width: 3.5em;
}

.yoy-btn-pulse {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 168, 182, 0.5);
}

.nav-cta-icon {
  display: block;
  margin-left: 0.75em;
}

.nav-cta-icon-parent {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.top-wave-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yoy-bar-fill-wrapper-sec2 {
  position: absolute;
  width: 50%;
  height: 100%;
}

.yoy-bar-fill-wrapper-sec2.is--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-fill-wrapper-sec2 {
  position: absolute;
  width: 42%;
  height: 100%;
}

.bar-fill-wrapper-sec2.is--59 {
  width: 59%;
}

.bar-fill-wrapper-sec2.is--40 {
  width: 40%;
}

.bar-fill-wrapper-sec2.is--62 {
  width: 62%;
}

.bar-fill-wrapper-sec2.is--2 {
  width: 75%;
}

.bar-fill-wrapper-sec2.is--3 {
  width: 100%;
}

.bar-fill-wrapper-sec2.is--4 {
  width: 50%;
}

.bar-fill-wrapper-sec2.is--54 {
  width: 54%;
}

.yoy-bar-fill-wrapper-sec5 {
  position: absolute;
  width: 50%;
  height: 100%;
}

.yoy-bar-fill-wrapper-sec5.is--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yoy-bar-fill-wrapper-sec5.is--2 {
  width: 100%;
}

.yoy-bar-fill-wrapper-sec5.is--3 {
  width: 25%;
}

.yoy-bar-fill-sec2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7acfd0;
}

.yoy-change-text-sec2 {
  position: absolute;
  left: 0%;
  top: 13%;
  right: auto;
  bottom: 0%;
  z-index: 4;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.yoy-bar-fill-sec5 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7acfd0;
}

.yoy-change-text-sec5 {
  position: absolute;
  left: 0%;
  top: 13%;
  right: auto;
  bottom: 0%;
  z-index: 4;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.conclusions-paragraph {
  margin-bottom: 30px;
}

.conclusions-paragraph.is--indented {
  padding-left: 76px;
}

.conclusion-list {
  margin-bottom: 30px;
  padding-left: 3em;
}

li.conclusion-bullet {
	font-size: 1.2em;
}

.top-wave-container2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: -33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-content {
  width: 50%;
  padding-right: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.download-image {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-parent {
  width: 65%;
  padding: 4.9em;
  background-color: #007cc2;
}

.image-4 {
  max-width: 300px;
}

.final-link {
  color: #ffc800;
}

.table-item-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.table-item-parent.is--2 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.table-item-parent.is--3 {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.table-item-parent.is--4 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.table-item-parent.is--5 {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.table-item-parent.is--6 {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.table-item-parent.is--7 {
  background-color: hsla(0, 0%, 100%, 0.35);
}

.table-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6em;
  height: 6em;
  min-height: 60px;
  min-width: 60px;
  padding: 1.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 60px;
  padding: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #fff;
}

.section-wrapper {
  position: relative;
  width: 100%;
}

.progress-bar {
  width: 100%;
  height: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ffc800;
}

.nav-link-container {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-circle-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-color: #7acfd0;
  text-decoration: none;
}

.nav-circle-parent.w--current {
  text-decoration: none;
}

.nav-circle-number {
  text-align: center;
}

.nav-link-container-circles {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 4.5em;
  padding-left: 4.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.paragraph-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .sticky-navigation {
    padding-right: 2em;
    padding-left: 2em;
  }

  .btn-share-parent {
    min-height: 2.3em;
  }

  .section.is--intro {
    padding-top: 5em;
  }

  .section.is--conclusion {
    padding-top: 5em;
  }

  .container.is--hero {
    padding-top: 26.1em;
    padding-bottom: 38.7em;
  }

  .container.is--section-title {
    background-position: 110% 100%;
    background-size: auto 95%;
  }

  .key-finding-card {
    padding: 4em;
  }

  .section-hero-wrapper {
    background-position: 100% 100%, 0px 0px;
    background-size: auto 80%, auto;
  }

  .key-takeaway {
    padding: 8em;
    border-bottom-right-radius: 9em;
  }

  .bar-wrapper {
    height: 4em;
  }

  .yoy-bar-wrapper {
    height: 4em;
  }

  .section-header-hero-image {
    width: 75%;
  }

  .table-item-parent {
    height: 10em;
  }

  .nav-link-container-circles {
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .nav-cta {
    width: 45px;
    height: 45px;
    padding: 0px 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-cta.btn-download {
    min-width: 45px;
    margin-right: 1.5em;
    padding: 0px 8px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-cta.is--footer {
    width: auto;
    margin-top: 20px;
    margin-right: 0em;
    margin-bottom: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .cta-text {
    display: block;
  }

  .tealium-logo {
    min-width: 180px;
  }

  .btn-share-parent {
    display: block;
  }

  .image {
    display: block;
    margin-left: 9px;
  }

  .section.is--fred {
    margin-top: -25.3em;
  }

  .section.is--intro {
    padding-top: 12em;
  }

  .section.is--section-title {
    background-position: 100% 100%, 0px 0px;
  }

  .section.is--conclusion {
    padding-top: 12em;
  }

  .section.is--footer {
    background-position: 50% 15%, 0px 0px;
  }

  .container.is--section-title {
    background-position: 160% 100%;
    background-size: auto 80%;
  }

  .hero-content-parent {
    width: 75em;
  }

  .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list-item.is--last_child {
    margin-bottom: 6.9em;
  }

  .list-item-chart {
    display: block;
    margin-bottom: 3em;
  }

  .list-item-chart.is--list {
    margin-bottom: 0em;
  }

  .list-number-circle {
    width: 6em;
    height: 6em;
  }

  .key-finding-card {
    padding: 4.9em;
  }

  .section-title {
    width: 70%;
  }

  .section-title-subtext {
    max-width: 75%;
  }

  .dash-spacer {
    margin-bottom: 3.2em;
  }

  .section-hero-wrapper {
    background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/section-1-header.png'), -webkit-gradient(linear, left top, left bottom, from(#00a8b6), to(#7acfd0));
    background-image: url('https://tealium.com/reports/state-of-the-cdp-2021/images/section-1-header.png'), linear-gradient(180deg, #00a8b6, #7acfd0);
    background-position: 110% 100%, 0px 0px;
    background-size: auto 60%, auto;
    background-repeat: no-repeat, repeat;
  }

  .conten-cols {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .conten-cols.contains--chart {
    margin-top: 5.7em;
    margin-bottom: 5.7em;
  }

  .content-col-left {
    display: none;
  }

  .content-col-center.is--table {
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .content-col-right {
    display: none;
  }

  .key-takeaway-wrapper {
    margin-top: 9em;
    margin-bottom: 9em;
  }

  .key-takeaway {
    border-bottom-right-radius: 12em;
  }

  .bar-item-wrapper {
    margin-bottom: 3em;
  }

  .bar-wrapper {
    height: 6em;
  }

  .chart-header.is--white.is--list {
    padding-right: 2em;
    padding-left: 2em;
  }

  .yoy-label {
    padding: 1.6em;
  }

  .yoy-bar-wrapper {
    height: 5em;
  }

  .yoy-button {
    margin-right: 2.9em;
    padding: 1.4em 4.3em;
  }

  .nav-cta-icon {
    margin-left: 0em;
  }

  .download-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .download-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .download-image {
    width: 80%;
    margin-top: 45px;
  }

  .footer-parent {
    width: 100%;
    margin-top: 247px;
  }

  .table-item-parent {
    height: 15em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-number {
    margin-right: 2em;
    margin-left: 2em;
  }

  .table-copy {
    padding: 3.8em;
  }

  .heading {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-navigation {
    padding-right: 1em;
    padding-left: 1em;
  }

  .nav-cta {
    display: none;
  }

  .nav-cta.is--footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tealium-logo {
    min-width: 160px;
  }

  .btn-share {
    width: 40px;
    height: 40px;
  }

  .btn-share-parent {
    display: block;
  }

  .image {
    margin-left: 8px;
  }

  .section.is--section-title {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a8b6), to(#7acfd0));
    background-image: linear-gradient(180deg, #00a8b6, #7acfd0);
  }

  .container.is--nav {
    padding-top: 3em;
  }

  .container.is--hero {
    padding-top: 41.1em;
  }

  .container.is--section-title {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .container.is--section-header {
    padding-top: 7.8em;
    padding-bottom: 60em;
  }

  .hero-content-parent {
    width: 100%;
  }

  .list-item {
    padding-top: 4.8em;
    padding-bottom: 4.8em;
  }

  .key-finding-card {
    padding: 9.1em;
  }

  .grid {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-title {
    width: 100%;
  }

  .section-header-content {
    padding: 9.5em 6.7em;
  }

  .section-title-subtext {
    max-width: 100%;
  }

  .section-hero-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a8b6), to(#7acfd0));
    background-image: linear-gradient(180deg, #00a8b6, #7acfd0);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .bottom-wave-container {
    margin-bottom: -24.2em;
    background-color: #007cc2;
  }

  .conten-cols.contains--chart {
    margin-top: 10.4em;
    margin-bottom: 10.4em;
  }

  .content-col-center.is--chart {
    padding: 7.2em;
  }

  .content-col-center.is--table {
    padding-top: 7.2em;
  }

  .key-takeaway {
    padding: 9.7em;
    border-bottom-right-radius: 14em;
  }

  .spacer-2em {
    margin-bottom: 3em;
  }

  .bar-item-wrapper {
    margin-bottom: 5em;
  }

  .bar-wrapper {
    height: 8em;
  }

  .key-finding-single-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kf-copy-parent {
    margin-left: 0em;
    padding-left: 0em;
    border-left-style: none;
  }

  .yoy-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .yoy-label {
    position: relative;
    z-index: 3;
    width: 100%;
  }

  .yoy-bar-wrapper-parent {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 10px;
  }

  .yoy-chart-label {
    width: 100%;
  }

  .yoy-bar-wrapper {
    height: 8em;
  }

  .yoy-button {
    width: 50%;
  }

  .yoy-button.is--2021 {
    margin-right: 0em;
  }

  .yoy-button-wrapper {
    margin-bottom: 4.5em;
  }

  .yoy-line-parent {
    width: 100%;
  }

  .yoy-line {
    position: relative;
    z-index: 2;
    display: block;
  }

  .section-header-hero-image {
    width: 100%;
  }

  .yoy-change-text-sec1 {
    padding-left: 0.5em;
  }

  .kf-icon {
    margin-bottom: 1.5em;
  }

  .top-wave-container {
    margin-bottom: -24.2em;
    background-color: #007cc2;
  }

  .yoy-change-text-sec2 {
    padding-left: 0.5em;
  }

  .yoy-change-text-sec5 {
    padding-left: 0.5em;
  }

  .conclusion-list {
    padding-left: 0em;
  }

  .table-item-parent {
    height: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-container-circles {
    padding-right: 1em;
    padding-left: 1em;
  }
}

#w-node-_2999a49e-e8d6-c39d-201b-5f1a38c6149f-900795cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Gotham 0';
  src: url('https://tealium.com/reports/state-of-the-cdp-2021/fonts/GOTHAM-BOLD_0.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('https://tealium.com/reports/state-of-the-cdp-2021/fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}