.wsc-page-wrap {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --base-color-brand--white: white;
  --black-archive: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-brand--black: black;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  font-family: "Untitled Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
}
.wsc-page-wrap main {
  background-color: inherit;
}
.wsc-page-wrap .trend-report-1 {
  font-family: Untitled Sans, sans-serif;
}
.wsc-page-wrap .trend-report-2 {
  background-color: #fdfbee;
  font-family: Untitled Sans, sans-serif;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1/1/2/2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}

img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  border-left: 0.1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: 0.25rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.trend-report-1 {
  max-width: 70.75rem;
}

.container-large.trend-report-5 {
  max-width: 70.6875rem;
}

.container-large.trend-report-6 {
  max-width: 67.625rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: hidden;
  background-color: inherit;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: 0.25rem;
}

.margin-xxsmall {
  margin: 0.5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: 0.25rem;
}

.padding-xxsmall {
  padding: 0.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.tp-hero {
  padding-top: 4.1875rem;
  padding-bottom: 6.8125rem;
}

.padding-vertical.tp-hero.is-3 {
  padding-top: 12.375rem;
  padding-bottom: 3.375rem;
}

.padding-vertical.tp-hero.is-6 {
  padding-top: 12.375rem;
  padding-bottom: 0;
}

.padding-vertical.tp-intro {
  padding-top: 6.1875rem;
  padding-bottom: 6.5rem;
}

.padding-vertical.tp-three {
  padding-top: 5rem;
  padding-bottom: 3.6875rem;
}

.padding-vertical.tp-four {
  padding-top: 6.75rem;
  padding-bottom: 5.75rem;
}

.padding-vertical.tp-five {
  padding-top: 4.5rem;
  padding-bottom: 5.875rem;
}

.padding-vertical.tp-six {
  padding-top: 3.6875rem;
  padding-bottom: 3.6875rem;
}

.padding-vertical.tp-seven {
  padding-top: 3.8125rem;
}

.padding-vertical.tp-eight {
  padding-top: 4.3125rem;
  padding-bottom: 4.895rem;
}

.padding-vertical.tp-nine {
  padding-top: 4.75rem;
  padding-bottom: 4rem;
}

.padding-vertical.tp2-intro {
  padding-top: 3.125rem;
  padding-bottom: 0;
}

.padding-vertical.tp2-three {
  padding-top: 8.4375rem;
  padding-bottom: 3.6875rem;
}

.padding-vertical.tp2-four {
  padding-top: 4.1875rem;
  padding-bottom: 4.125rem;
}

.padding-vertical.tp2-five {
  padding-top: 3.875rem;
}

.padding-vertical.tp2-six {
  padding-top: 13.4375rem;
}

.padding-vertical.tp2-seven {
  padding-top: 5.375rem;
  padding-bottom: 5.5rem;
}

.padding-vertical.tp2-eight {
  padding-top: 6.5625rem;
  padding-bottom: 6.25rem;
}

.padding-vertical.tp2-nine {
  padding-top: 4.875rem;
  padding-bottom: 4.3125rem;
}

.padding-vertical.tp3-three {
  padding-top: 5.125rem;
  padding-bottom: 12.1875rem;
}

.padding-vertical.tp3-four {
  padding-top: 4.625rem;
  padding-bottom: 4.125rem;
}

.padding-vertical.tp3-five {
  padding-top: 2.76rem;
  padding-bottom: 7.375rem;
}

.padding-vertical.tp3-six {
  padding-top: 4.3225rem;
  padding-bottom: 6rem;
}

.padding-vertical.tp4-four {
  padding-top: 3.1875rem;
  padding-bottom: 5.28125rem;
}

.padding-vertical.tp4-five {
  padding-top: 6.375rem;
  padding-bottom: 5.40625rem;
}

.padding-vertical.tp4-six {
  padding-top: 8.0625rem;
  padding-bottom: 7.5625rem;
}

.padding-vertical.tp5-two {
  padding-top: 6.25rem;
  padding-bottom: 4rem;
}

.padding-vertical.tp5-3 {
  padding-top: 8.5625rem;
}

.padding-vertical.tp5-4 {
  padding-top: 7.5rem;
  padding-bottom: 3.625rem;
}

.padding-vertical.tp5-5 {
  padding-top: 4.25rem;
  padding-bottom: 3.9375rem;
}

.padding-vertical.tp6-2 {
  padding-top: 10.6875rem;
  padding-bottom: 5.9375rem;
}

.padding-vertical.tp6-3 {
  padding-top: 3.375rem;
  padding-bottom: 4.25rem;
}

.padding-vertical.tp6-4 {
  padding-top: 10.8125rem;
  padding-bottom: 9.8125rem;
}

.padding-vertical.tp6-5 {
  padding-top: 5.625rem;
  padding-bottom: 7.375rem;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  letter-spacing: -0.02em;
  font-size: 1.125rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: 0.1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, rgba(255, 116, 72, 0.1490196078), rgba(255, 72, 72, 0.1490196078) 50%, rgba(98, 72, 255, 0.1490196078)), linear-gradient(#fff, #fff);
  border-radius: 0.6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.1411764706);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--text-color--text-alternate);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.form_field-label {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate);
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.button.is-icon {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: 0.5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.button.tp {
  border-color: var(--base-color-brand--white);
  letter-spacing: -0.05rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100rem;
  padding: 0.875rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.button.tp3 {
  border-color: var(--base-color-brand--white);
  color: #0b177b;
  letter-spacing: -0.05rem;
  background-color: #0091ff;
  border-radius: 100rem;
  padding: 0.875rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.button.tp3.no-outline {
  border-style: none;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.1803921569);
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url("../images/chevron-down.svg");
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url("../images/chevron-down-white.svg");
}

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: rgba(0, 0, 0, 0);
}

.form_input.is-alternate::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: 0.6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922);
}

.text-color-black {
  color: var(--black-archive);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1019607843), 0 1px 2px rgba(0, 0, 0, 0.0588235294);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.text-size-small {
  font-size: 0.875rem;
}

.class-label-column {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.0784313725), 0 8px 8px -4px rgba(0, 0, 0, 0.031372549);
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--text-color--text-alternate);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1019607843), 0 2px 4px -2px rgba(0, 0, 0, 0.0588235294);
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.0784313725), 0 4px 6px -2px rgba(0, 0, 0, 0.031372549);
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.6;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.trend-report {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: 0.25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: 0.5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: 0.75rem;
  margin-top: 1rem;
  padding: 0.5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2/3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3/2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16/9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url("../images/Webflow-Background.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.w--current {
  border-bottom: 2px solid #000;
}

.tag.is-text {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.tag.is-alternate {
  color: var(--base-color-neutral--black);
  background-color: #fff;
  border-color: #fff;
}

.container-xlarge {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-xlarge.trend-report-1 {
  max-width: 77rem;
}

.section_tp-hero {
  z-index: 0;
  color: #fff;
  isolation: auto;
  background-color: #19163a;
  height: 43.75rem;
  min-height: auto;
}

.section_tp-hero.is-2 {
  background-color: #000;
  overflow: hidden;
}

.section_tp-hero.is-3 {
  background-color: #000;
  height: auto;
  overflow: hidden;
}

.section_tp-hero.is-5 {
  background-color: #000;
  overflow: hidden;
}

.tp-hero_component {
  z-index: 5;
  justify-content: space-between;
  width: 100%;
  max-width: 73.875rem;
  margin-left: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tp-hero_component.is-2 {
  justify-content: center;
  align-items: center;
}

.tp-hero_component.is-3, .tp-hero_component.is-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5rem;
}

.tp-hero_content-wrapper {
  flex-flow: column;
  width: 100%;
  max-width: 27.125rem;
  display: flex;
}

.tp-hero_content-wrapper.is-2 {
  text-align: center;
  max-width: 34rem;
}

.tp-hero_content-wrapper.is-3 {
  text-align: center;
  max-width: 38.625rem;
}

.tp-hero_content-wrapper.is-4 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30.25rem;
}

.tp-hero_content-wrapper.is-5 {
  text-align: center;
  max-width: 30.5rem;
}

.tp-hero_content-wrapper.is-6 {
  text-align: center;
  max-width: 49rem;
}

.tp-hero_content-graphic-wrapper {
  aspect-ratio: 382.06/195.4;
  width: 100%;
  max-width: 23.8788rem;
  margin-bottom: 2.12938rem;
  padding-right: 0;
}

.img-full-contain {
  object-fit: contain;
  display: block;
  overflow: visible;
}

.img-full-contain.qb {
  object-position: 100% 50%;
}

.img-full-contain.is-mobile-portrait {
  display: none;
}

.img-full-contain.r {
  object-position: 50% 58%;
}

.tp-hero_content-logos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.13875rem;
  display: flex;
}

.tp-hero_content-presented-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 17.6163rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tp-hero_content-presented-text {
  font-size: 0.860625rem;
  font-weight: 500;
  line-height: 1.25;
}

.tp-hero_content-presented-logo-wrapper {
  aspect-ratio: 171.19/36.31;
  width: 100%;
  max-width: 10.6994rem;
}

.tp-hero_texture-wrapper {
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: screen;
  position: absolute;
  inset: 0%;
}

.tp-hero_content-subheading-wrapper, .tp-hero_content-subheading-wrapper.is-3, .tp-hero_content-subheading-wrapper.tp-4 {
  margin-bottom: 1.1875rem;
}

.tp-hero_content-subheading-wrapper.is-5 {
  margin-bottom: 1.1875rem;
  line-height: 2.14;
}

.text-style-eyebrow {
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}

.text-style-eyebrow.tickpick {
  color: #39f;
}

.trend-report-1_h1 {
  font-family: Untitled Serif, sans-serif;
  font-size: 2.8125rem;
  line-height: 1.12;
}

.tp-hero_img-wrapper {
  z-index: 4;
  aspect-ratio: 684.33/665;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 42.7706rem;
  display: flex;
  position: relative;
  top: 0.75rem;
}

.tp-hero_img-wrapper.is-four {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  justify-content: space-between;
  align-items: flex-end;
}

.tp-hero_img-panel {
  width: 100%;
  max-width: 8.53813rem;
}

.tp-hero_img-panel._1 {
  aspect-ratio: 136.61/310.59;
}

.tp-hero_img-panel._2 {
  aspect-ratio: 136.61/539.99;
}

.tp-hero_img-panel._3 {
  aspect-ratio: 136.61/665;
}

.tp-hero_img-panel._4 {
  aspect-ratio: 136.61/539.99;
}

.tp-intro_component {
  z-index: 5;
  width: 100%;
  max-width: 51.9375rem;
  margin-left: 9.5rem;
  position: relative;
}

.home-hero_details-content-wrapper {
  grid-column-gap: 0.75rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.8125rem;
  display: flex;
}

.home-hero_details-content-wrapper.is-2 {
  margin-bottom: 0;
}

.home-hero_social-details-wrap {
  align-items: center;
  display: flex;
}

.home-hero_social-details-wrap.is-3 {
  justify-content: center;
  align-items: center;
}

.home-hero_social-details {
  display: flex;
}

.home-hero_social-details-text {
  font-family: Untitled Sans, sans-serif;
}

.home-hero_social-details-dot-wrap {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.home-hero_social-share-wrap {
  grid-column-gap: 0.75rem;
  display: flex;
}

.home-hero_social-icons-wrapper {
  grid-column-gap: 0.875rem;
  color: #000;
  align-items: center;
  display: flex;
}

.home-hero_social-icon-wrapper-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.home-hero_email-icon-wrapper {
  cursor: pointer;
  background-image: url("../images/envelope-regular-1.svg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.home-hero_email-icon-wrapper.is-pwc {
  background-image: url("../images/envelope-solid.svg");
}

.lottie-animation {
  z-index: 21;
  position: relative;
}

.image {
  object-fit: contain;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
}

.tp-intro_heading-wrapper {
  max-width: 51.9375rem;
}

.trend-report-1_h2 {
  letter-spacing: -0.01em;
  font-family: Untitled Serif, sans-serif;
  font-size: 2.8125rem;
  line-height: 1.02;
}

.trend-report-1_h2.tp2-eight {
  flex: none;
}

.tp-intro_stars {
  z-index: 2;
  aspect-ratio: 424/255;
  width: 100%;
  max-width: 26.5rem;
  position: absolute;
  inset: auto -9.25rem -6.1875rem auto;
}

.section_tp-three {
  z-index: 1;
}

.tp-three_component {
  position: relative;
}

.tp-three_component.is-2 {
  display: flex;
  position: static;
}

.tp-three_component.is-2.is-flip {
  flex-flow: row-reverse;
}

.tp-three_component.is-3 {
  display: flex;
  position: static;
}

.tp-three_component.is-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.tp-three_component.is-3.is-flip {
  flex-flow: row-reverse;
}

.tp-three_component.is4 {
  position: static;
}

.background-color-navy {
  color: var(--base-color-brand--white);
  background-color: #19163a;
}

.tp-three_content-wrapper {
  width: 100%;
  max-width: 36.4375rem;
  margin-left: auto;
}

.tp-three_content-wrapper.is4 {
  max-width: none;
}

.spacer-19 {
  padding-top: 1.1875rem;
  padding-right: 0;
}

.spacer-14 {
  padding-top: 0.875rem;
  padding-right: 0;
}

.tp-three_content-top {
  flex-flow: column;
  margin-bottom: 4.875rem;
  display: flex;
}

.tp-three_content-top.is-3 {
  margin-bottom: 0;
  margin-left: 3.125rem;
}

.tp-three_content-top.is-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 71.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tp-three_img-wrapper {
  aspect-ratio: 529/389;
  max-width: 33.0625rem;
  margin-left: auto;
  position: relative;
}

.tp-three_img-abs-wrapper {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  aspect-ratio: 457/295;
  align-items: flex-end;
  width: 100%;
  max-width: 28.5625rem;
  display: flex;
  position: absolute;
  inset: auto 0% 1.875rem 1.4375rem;
}

.tp-three_img-abs-col {
  aspect-ratio: 129;
  width: 100%;
  max-width: 8.0625rem;
}

.tp-three_img-abs-col._1 {
  aspect-ratio: 129/164;
}

.tp-three_img-abs-col._2 {
  aspect-ratio: 129/216;
}

.tp-three_img-abs-col._3 {
  aspect-ratio: 129/295;
}

.tp-three_img-1-wrapper {
  aspect-ratio: 872/747.08;
  width: 100%;
  max-width: 54.5rem;
  position: absolute;
  inset: -9.8125rem auto auto -13.1875rem;
}

.tp-three_abs-content {
  max-width: 33.6875rem;
  position: absolute;
  inset: auto auto 3rem 0%;
}

.section_tp-four {
  z-index: 2;
}

.tp-four_component {
  display: flex;
}

.tp-four_col-left {
  width: 100%;
  max-width: 35.5625rem;
}

.tp-four_content-top {
  margin-bottom: 3.0625rem;
}

.text-wrap-balance {
  text-wrap: balance;
}

.tp-four_img-wrapper {
  aspect-ratio: 529/401;
  max-width: 33.0625rem;
  margin-left: 0;
  position: relative;
}

.tp-four_img-wrapper.desktop {
  display: block;
}

.tp-four_img-wrapper.tablet {
  display: none;
}

.tp-four_img-abs-wrapper {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  aspect-ratio: 457/295;
  align-items: flex-end;
  width: 100%;
  max-width: 28.5625rem;
  display: flex;
  position: absolute;
  inset: auto 0% 1.875rem 1.4375rem;
}

.tp-four_img-abs-col {
  aspect-ratio: 133;
  width: 100%;
  max-width: 8.3125rem;
}

.tp-four_img-abs-col._1 {
  aspect-ratio: 129/295;
}

.tp-four_img-abs-col._2 {
  aspect-ratio: 133/164;
}

.tp-four_img-abs-col._3 {
  aspect-ratio: 133/269;
}

.tp-four_col-right {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: auto;
  padding-top: 2.875rem;
}

.tp-four_col-right-img-wrapper {
  aspect-ratio: 448/345;
  flex-flow: column;
  width: 100%;
  max-width: 28rem;
  margin-bottom: 5.5625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tp-four_col-right-img-top {
  margin-bottom: 1.625rem;
}

.tp-four_col-right-logos {
  justify-content: space-between;
  display: flex;
}

.tp-four_col-right-logo {
  aspect-ratio: 1;
  width: 100%;
  max-width: 11.4375rem;
}

.tp-four_col-right-vs {
  aspect-ratio: 60/151;
  width: 100%;
  max-width: 3.75rem;
}

.tp-four_col-right-img-bot {
  aspect-ratio: 359.5/48;
  width: 100%;
  max-width: 22.4688rem;
  margin-top: 0.74375rem;
  margin-left: auto;
  margin-right: auto;
}

.section_tp-five.background-color-navy {
  z-index: 0;
  overflow: hidden;
}

.tp-five_component {
  max-width: 64.875rem;
  display: flex;
}

.tp-five_col-left {
  max-width: 33.3125rem;
  padding-top: 1.3125rem;
  padding-right: 0;
}

.tp-five_col-right {
  aspect-ratio: 322/468;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 20.125rem;
  margin-left: auto;
  display: flex;
}

.tp-five_col-right-imgs {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: 322/205;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 20.125rem;
  display: flex;
}

.tp-five_col-right-imgs.tp4 {
  justify-content: center;
  align-items: stretch;
}

.tp-five-img-text {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.67;
}

.tp-five-img-text.text-color-light-blue.hide-desktop {
  display: none;
}

.tp-five_ticket-img {
  aspect-ratio: 129/163;
  width: 100%;
  max-width: 8.0625rem;
}

.tp-five_ticket-img.bot4 {
  aspect-ratio: 129/173;
}

.div-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block.tp4 {
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  justify-content: space-between;
  align-items: center;
  max-width: 20.125rem;
}

.text-color-light-blue {
  color: #39f;
}

.tp-five_texture {
  z-index: -1;
  mix-blend-mode: screen;
  display: none;
  position: absolute;
  inset: 0%;
}

.tp-five_lines {
  z-index: -1;
  opacity: 0.2;
  display: none;
  position: absolute;
  inset: 0%;
}

.tp-five_bg-img {
  z-index: -1;
  aspect-ratio: 675/427;
  width: 100%;
  max-width: 42.1875rem;
  position: absolute;
  inset: auto auto -2.34438rem 0%;
}

.tp-five_bg-img.hide-tablet {
  aspect-ratio: 919.53/473;
  max-width: 57.4706rem;
}

.section_tp-six {
  z-index: 5;
}

.tp-six_component {
  width: 100%;
}

.tp-six_img-wrapper {
  aspect-ratio: 1232.5/361;
  width: 100%;
  max-width: 77.0313rem;
  margin-left: auto;
  margin-right: auto;
}

.tp-six_img-wrapper.hide-mobile-portrait {
  aspect-ratio: 1232.5/355;
}

.tp-six_img-wrapper.is-four {
  aspect-ratio: 1208/267;
}

.image-2 {
  overflow: visible;
}

.section_tp-seven {
  z-index: 1;
  min-height: 76.75rem;
  overflow: hidden;
}

.tp-seven_bg-gradient {
  z-index: -1;
  background-image: linear-gradient(#ebf2fa 51%, rgba(235, 242, 250, 0) 68%);
  position: absolute;
  inset: 0%;
}

.tp-seven_component {
  justify-content: space-between;
  margin-bottom: 3.9375rem;
  display: flex;
}

.tp-seven_col-left {
  width: 100%;
  max-width: 33.3125rem;
}

.tp-seven_content-top {
  margin-bottom: 3.0625rem;
}

.tp-seven_col-right {
  width: 100%;
  max-width: 33.3125rem;
  padding-top: 1rem;
}

.tp-seven_img-wrapper {
  aspect-ratio: 648/237;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2.375rem;
  display: flex;
}

.tp-seven_img-items {
  aspect-ratio: 1/82;
  width: 100%;
  max-width: none;
}

.tp-seven_img-items._1 {
  aspect-ratio: 648/82;
  max-width: 40.5rem;
}

.tp-seven_img-items._2 {
  aspect-ratio: 282.5/82;
  max-width: 17.6563rem;
}

.tp-seven_background-img {
  z-index: -2;
  aspect-ratio: 1280/965.56;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% -13.75rem;
}

.tp-seven_gradient {
  z-index: -1;
  background-color: #ebf1fa;
  background-image: linear-gradient(#ebf1fa, #ebf1fa);
  height: 64%;
  position: absolute;
  inset: 0%;
}

.tp-seven_qb-wrapper {
  aspect-ratio: 536/577;
  width: 100%;
  max-width: 33.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section_tp-eight {
  z-index: 1;
}

.spacer-17 {
  padding-top: 1.0625rem;
}

.tp-eight_content-top {
  width: 100%;
  max-width: 33.6875rem;
  margin-bottom: 3.0625rem;
}

.tp-eight_chart-wrapper {
  aspect-ratio: 954/352.68;
  justify-content: space-between;
  max-width: 59.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tp-eight_chart-legend {
  aspect-ratio: 199/27;
  width: 100%;
  max-width: 12.4375rem;
  position: absolute;
  inset: -1rem 0% auto auto;
}

.tp-eight_chart-item {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 11.375rem;
  display: flex;
}

.tp-eight_chart-bars {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.405rem;
  display: flex;
}

.tp-eight-chart-text {
  color: #d6ebff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
}

.tp-eight-chart-text.text-color-light-blue {
  color: #39f;
}

.tp-eight-bar {
  width: 100%;
  max-width: 5.12063rem;
}

.tp-eight-bar.big-ten-1 {
  aspect-ratio: 81.93/281.26;
}

.tp-eight-bar.big-ten-2 {
  aspect-ratio: 81.93/241.29;
}

.tp-eight-bar.sec-1 {
  aspect-ratio: 81.93/316.51;
}

.tp-eight-bar.sec-2 {
  aspect-ratio: 81.93/294.25;
}

.tp-eight-bar.acc-1 {
  aspect-ratio: 81.93/209.32;
}

.tp-eight-bar.acc-2 {
  aspect-ratio: 81.93/168.64;
}

.tp-eight-bar.big-12-1 {
  aspect-ratio: 81.93/231.58;
}

.tp-eight-bar.big-12-2 {
  aspect-ratio: 81.93/205.61;
}

.section_tp-nine {
  color: var(--base-color-brand--white);
  background-color: #0b177b;
  border-top: 1px solid #fff;
}

.tp-nine-component {
  max-width: 49.625rem;
  margin-left: auto;
  margin-right: auto;
}

.tp-nine_img-top {
  aspect-ratio: 794/79;
  max-width: 49.625rem;
  margin-bottom: 3.25rem;
}

.tp-hero_stars-1 {
  z-index: 5;
  aspect-ratio: 424/256;
  width: 100%;
  max-width: 26.5rem;
  position: absolute;
  inset: 1.3125rem 3.875rem auto auto;
}

.tp-hero_stars-2 {
  z-index: -1;
  aspect-ratio: 424/256;
  opacity: 0.37;
  width: 100%;
  max-width: 26.5rem;
  position: absolute;
  inset: auto auto -2.755rem 0%;
}

.tp-eight_texture {
  z-index: -1;
  mix-blend-mode: screen;
  position: absolute;
  inset: 0%;
}

.tp-six_img-wrapper-mobile {
  display: none;
}

.tp-four_stars {
  z-index: 1;
  aspect-ratio: 424/255;
  width: 100%;
  max-width: 26.5rem;
  position: absolute;
  inset: -2.3125rem -16.9875rem auto auto;
}

.tp-four_stars._2 {
  inset: auto -16.9875rem -9.8125rem auto;
}

.tp-four_stars.is-seven {
  z-index: -1;
  top: auto;
  bottom: -4.3125rem;
}

.tp-five_stars {
  z-index: 2;
  aspect-ratio: 424/255;
  width: 100%;
  max-width: 26.5rem;
  position: absolute;
  inset: -2.3125rem -16.9875rem auto auto;
}

.tp-eight_playbook {
  aspect-ratio: 451/239;
  opacity: 0.6;
  mix-blend-mode: soft-light;
  width: 100%;
  max-width: 28.1875rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tp-hero_lines {
  aspect-ratio: 872/554;
  opacity: 0.63;
  mix-blend-mode: soft-light;
  width: 100%;
  max-width: 54.5rem;
  position: absolute;
  inset: -1.6875rem -5.8125rem auto auto;
}

.code-embed {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tp-hero_bg {
  position: absolute;
  inset: 0%;
}

.tp-hero_bg.is-3 {
  aspect-ratio: 1280/941;
  pointer-events: none;
  inset: 0%;
}

.tp-hero_tatum {
  z-index: 3;
  aspect-ratio: 535/650;
  width: 100%;
  max-width: 33.4375rem;
  position: absolute;
  inset: auto auto 0% -6.6875rem;
}

.tp-hero_brunson {
  z-index: 1;
  aspect-ratio: 539/731;
  width: 100%;
  max-width: 28.75rem;
  position: absolute;
  inset: auto -1.225rem 0% auto;
}

.tp-hero_spinner {
  z-index: 0;
  aspect-ratio: 310/312;
  width: 100%;
  max-width: 19.375rem;
  position: absolute;
  inset: -2.3125rem auto auto 5.4375rem;
}

.tp-hero_spinner.brunson {
  inset: -2.9625rem 0.075rem auto auto;
}

.tp-hero_spinner.kelce {
  inset: 0% auto auto 5.875rem;
}

.tp-hero_spinner.goff {
  inset: 0% auto auto -3rem;
}

.tp-intro2_component {
  z-index: 5;
  flex-flow: column;
  width: 100%;
  max-width: 49.8125rem;
  margin-left: 9.5rem;
  display: flex;
  position: relative;
}

.section_tp2-three {
  z-index: 1;
}

.tp-three2_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: 0;
}

.tp-three2_content-wrapper-copy {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: 0;
}

.tp-three2_img-wrapper {
  aspect-ratio: 745/600;
  max-width: 46.5625rem;
  position: absolute;
  inset: 0% 0 0% auto;
}

.section_tp2-four {
  z-index: 1;
}

.tp-four2_img-wrapper {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 37.9375rem;
  display: flex;
  position: absolute;
  inset: 1.5rem auto 0% 0;
}

.tp-four2_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: 0;
}

.text-style-tp2-chart {
  text-align: center;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-tp2-chart.tickpick {
  color: #39f;
}

.text-style-tp2-chart.tickpick3 {
  color: #0091ff;
}

.tp-four2_chart-heading {
  max-width: 27.1rem;
  margin-left: auto;
  margin-right: auto;
}

.tp-four2_chart-bar {
  height: 4.3125rem;
}

.tp-four2_chart-bar.lakers {
  aspect-ratio: 584/69;
  width: 100%;
  max-width: 36.5rem;
  height: auto;
}

.tp-four2_chart-bar.knicks {
  aspect-ratio: 560/69;
  width: 100%;
  max-width: 35rem;
  height: auto;
}

.tp-four2_chart-bar.warriors {
  aspect-ratio: 483/69;
  width: 100%;
  max-width: 30.1875rem;
  height: auto;
}

.tp-four2_chart-bar.celtics {
  aspect-ratio: 377/69;
  max-width: 23.5625rem;
  height: auto;
}

.tp-four2_chart-bar.bulls {
  aspect-ratio: 281/69;
  width: 100%;
  max-width: 17.5625rem;
  height: auto;
}

.spacer-11 {
  padding-top: 0.6875rem;
}

.gsap-marker {
  position: absolute;
  inset: 2rem 0% auto;
}

.section_tp2-five {
  min-height: 50rem;
}

.tp-2-five_component {
  z-index: 5;
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tp2_divider {
  aspect-ratio: 1232/29;
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.tp-five2_img-wrapper {
  z-index: 2;
  aspect-ratio: 1280/398;
  position: absolute;
  inset: auto 0% 0%;
}

.tp2_cloud-1 {
  z-index: 1;
  aspect-ratio: 876/357;
  width: 100%;
  max-width: 54.75rem;
  position: absolute;
  inset: -2.1875rem -22.75rem auto auto;
}

.tp2_cloud-2 {
  z-index: 0;
  aspect-ratio: 650/256;
  width: 100%;
  max-width: 40.625rem;
  position: absolute;
  inset: 15.125rem auto auto 4.375rem;
}

.tp2_cloud-3 {
  z-index: 0;
  aspect-ratio: 876/357;
  width: 100%;
  max-width: 54.75rem;
  position: absolute;
  inset: 8.375rem auto auto -14.6875rem;
}

.section_tp2-six {
  min-height: 38.75rem;
}

.tp-six2_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: auto;
}

.tp-six2_img-wrapper {
  aspect-ratio: 594/543;
  width: 100%;
  max-width: 37.125rem;
  position: absolute;
  inset: 0 auto 1rem 0%;
}

.tp-six2_rect-wrapper {
  position: absolute;
}

.tp-six2_rect-wrapper.red {
  aspect-ratio: 297/403;
  width: 100%;
  max-width: 18.5625rem;
  inset: auto auto 0% 0%;
}

.tp-six2_rect-wrapper.blue {
  aspect-ratio: 297/459;
  width: 100%;
  max-width: 18.5625rem;
  inset: auto 0% 0% auto;
}

.tp-six2_rect-wrapper.tp5-2 {
  aspect-ratio: 297/403;
  width: 100%;
  max-width: 18.5625rem;
  inset: auto auto 0% 5.25rem;
}

.tp-six2_rect-wrapper.blue-copy {
  aspect-ratio: 297/459;
  width: 100%;
  max-width: 18.5625rem;
  inset: auto 0% 0% auto;
}

.tp-six2_rect-wrapper.gibbs {
  aspect-ratio: 297/459;
  width: 100%;
  max-width: 19rem;
  inset: auto 0% 0% auto;
}

.tp-six2_rect-wrapper.tp5-3-red {
  aspect-ratio: 297/403;
  width: 100%;
  max-width: 18.5625rem;
  inset: auto auto 0% 0%;
}

.tp-six2_rect-wrapper.tp5-3-silver {
  aspect-ratio: 297/459;
  width: 100%;
  max-width: 18.5625rem;
  inset: auto 1.5625rem 0% auto;
}

.tp-six2_rect-wrapper.parsons {
  aspect-ratio: 297/459;
  width: 100%;
  max-width: 19rem;
  inset: auto 0% 0% 21.4375rem;
}

.tp-six2_rect-wrapper.devito {
  aspect-ratio: 297/403;
  width: 100%;
  max-width: 18.5625rem;
  inset: auto auto 0% 2.875rem;
}

.tp-six2_harden {
  z-index: 1;
  aspect-ratio: 417/495;
  width: 100%;
  max-width: 26.0625rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tp-six2_edwards {
  aspect-ratio: 404/543;
  width: 100%;
  max-width: 25.25rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tp2-seven_heading-wrapper {
  width: 100%;
  max-width: 31.625rem;
  margin-left: auto;
  margin-right: auto;
}

.tp2-seven_chart-wrapper {
  aspect-ratio: 1071/464;
  width: 100%;
  max-width: 66.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.tp-2-eight_component {
  margin-bottom: 12rem;
}

.tp2-eight_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
}

.tp2-eight_img-wrapper {
  aspect-ratio: 414/340;
  width: 100%;
  max-width: 25.875rem;
  position: absolute;
  inset: 5rem 6.1875rem auto auto;
}

.tp2-eight_chart-heading {
  width: 100%;
  max-width: 18.375rem;
  margin-left: auto;
  margin-right: auto;
}

.tp2-eight_circle1 {
  aspect-ratio: 284/284;
  width: 100%;
  max-width: 17.75rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tp2-eight_circle2 {
  aspect-ratio: 188/188;
  width: 100%;
  max-width: 11.75rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tp-2-eight_chart-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1002/50;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tp2-eight_chart-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 60.8125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tp2-eight_chart-item {
  flex-flow: column;
  width: 100%;
  max-width: 27.125rem;
  display: flex;
}

.tp2-eight_chart-item-heading._1, .tp2-eight_chart-item-heading._2 {
  aspect-ratio: 342/35;
  max-width: 21.375rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.tp2-eight_chart-row {
  aspect-ratio: 434/29;
  max-width: 27.125rem;
  margin-bottom: 1.125rem;
}

.section_tp2-nine {
  color: #fdfbee;
}

.tp2-nine_bg {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.tp2-nine_component {
  grid-column-gap: 4.6875rem;
  grid-row-gap: 4.6875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tp2-nine_content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 39.5625rem;
  display: flex;
  position: relative;
}

.tp2-nine_img-wrapper {
  grid-column-gap: 5.4rem;
  grid-row-gap: 5.4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.tp2-nine_img-1 {
  aspect-ratio: 300/132;
  width: 100%;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

.tp2-nine_img-2 {
  aspect-ratio: 283/132;
  width: 100%;
  max-width: 17.6875rem;
  margin-left: auto;
  margin-right: auto;
}

.tp-hero_brunson-png {
  z-index: 1;
  aspect-ratio: 460/731;
  width: 100%;
  max-width: 31rem;
  position: absolute;
}

.tp-hero_brunson-circle {
  aspect-ratio: 539/539;
  width: 100%;
  max-width: 33.6875rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 4.5625rem;
  right: 0;
}

.tp-hero_tatum-png {
  z-index: 1;
  aspect-ratio: 520/650;
  width: 100%;
  max-width: 32.5rem;
  position: absolute;
}

.tp-hero_tatum-circle {
  aspect-ratio: 539/539;
  width: 100%;
  max-width: 33.4375rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 4.5625rem;
  right: 0;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.code-embed-2.is-mobile-portrait {
  display: none;
}

.tp2-intro_graphic {
  z-index: -1;
  aspect-ratio: 1280/620;
  position: absolute;
  inset: 35.6rem 0% 0%;
}

.tp2-intro_graphic.is-3 {
  top: 21.6rem;
}

.tp2-intro_graphic.is-five {
  z-index: -2;
  top: 10rem;
}

.tp2-intro_graphic.tp-5 {
  inset: 0% 0% auto;
}

.tp2-intro_graphic.is-5-2 {
  top: 22.75rem;
}

.tp2-intro_graphic.is-5-5 {
  top: -4.6875rem;
}

.img-full-cover.is-absolute {
  position: absolute;
  inset: 0%;
}

.tp-2-eight_chart-heading-graphic {
  aspect-ratio: 283/29;
  max-width: 17.6875rem;
}

.tp-intro3_component {
  z-index: 5;
  flex-flow: column;
  width: 100%;
  max-width: 51.9375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tp-hero_tear-graphic {
  z-index: -1;
  aspect-ratio: 1280/480;
  width: 100%;
  max-height: none;
  position: absolute;
  inset: 0% 0% auto;
}

.tp-hero_tear-graphic.is-dec-6 {
  aspect-ratio: 1280/487;
}

.section_tp3-three {
  z-index: 1;
}

.tp-three3_content-wrapper {
  width: 100%;
  max-width: 36.4375rem;
  margin-left: auto;
}

.tp-three3_p-wrapper {
  width: 100%;
  max-width: 30.1875rem;
}

.spacer-54 {
  padding-top: 3.375rem;
}

.tp-three3_content-graphics {
  grid-column-gap: 4.1875rem;
  grid-row-gap: 4.1875rem;
  justify-content: space-between;
  display: flex;
}

.tp-three3_content-graphic {
  flex-flow: column;
  display: flex;
}

.tp-three3_content-graphic.is-2 {
  margin-top: auto;
}

.tp-three3_content-graphic-baseball {
  aspect-ratio: 1;
}

.tp-three3_content-graphic-baseball.is-1 {
  width: 100%;
  max-width: 17.6875rem;
}

.tp-three3_content-graphic-baseball.is-2 {
  width: 100%;
  max-width: 14.5625rem;
}

.tp-three3_img-wrapper {
  aspect-ratio: 591/662;
  width: 100%;
  max-width: 36.9375rem;
  position: absolute;
  inset: 0.5rem auto 0% 0.625rem;
}

.tp-three3_ohtani-graphic {
  aspect-ratio: 372/552;
  width: 100%;
  max-width: 23.25rem;
}

.tp-three3_judge-graphic {
  z-index: -1;
  aspect-ratio: 376/561;
  width: 100%;
  max-width: 23.5rem;
  position: absolute;
  inset: 6.3125rem 0% auto auto;
}

.tp3-three_graphic {
  z-index: -2;
  aspect-ratio: 1280/620;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.tp3-three_graphic.is-3 {
  top: 21.6rem;
}

.tp3-three_graphic.is-five {
  z-index: -2;
  top: 10rem;
}

.section_tp3-four {
  z-index: 1;
}

.tp3-four_bg-graphic {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.tp3-four_seam-graphic {
  aspect-ratio: 1280/25;
  width: 100%;
  position: absolute;
}

.tp3-four_seam-graphic.top {
  inset: 0% 0% auto;
}

.tp3-four_seam-graphic.bottom {
  inset: auto 0% 0%;
}

.tp-four3_img-wrapper {
  aspect-ratio: 1084/530;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 67.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tp-four3_content-wrapper {
  width: 100%;
  max-width: 42.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-30 {
  padding-top: 1.875rem;
}

.tp3-four_component {
  flex-flow: column;
  display: flex;
  position: relative;
}

.tp3-four_component.is-2 {
  display: flex;
  position: static;
}

.tp3-four_component.is-2.is-flip {
  flex-flow: row-reverse;
}

.tp3-four_component.is-3 {
  display: flex;
  position: static;
}

.tp3-four_component.is-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.tp3-four_component.is-3.is-flip {
  flex-flow: row-reverse;
}

.section_tp3-five {
  min-height: auto;
}

.tp-five3_img-wrapper {
  z-index: 2;
  aspect-ratio: 945/482;
  max-width: 58.8125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% 0%;
}

.tp-3five_component {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.tp-3five_content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 33.3125rem;
  display: flex;
}

.tp-3five_chart-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
  left: 1rem;
}

.tp-3five_chart {
  aspect-ratio: 589/339;
  width: 100%;
  max-width: 36.8125rem;
  margin-left: auto;
  margin-right: auto;
}

.tp-3five_chart-heading-wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section_tp3-six {
  position: relative;
}

.tp6-intro_graphic {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.tp6-intro_graphic.is-3 {
  top: 21.6rem;
}

.tp6-intro_graphic.is-five {
  z-index: -2;
  top: 10rem;
}

.tp-six3_content-wrapper {
  width: 100%;
  max-width: 36.8125rem;
  margin-left: auto;
}

.tp-six3_graph {
  aspect-ratio: 589/347;
  width: 100%;
  max-width: 36.8125rem;
  margin-left: auto;
  margin-right: auto;
}

.tp-3-six_component {
  display: flex;
}

.tp-six3_img-wrapper {
  aspect-ratio: 572/840;
  width: 100%;
  max-width: 35.75rem;
  position: absolute;
  inset: 5.125rem auto auto 0%;
}

.tp-six3_img-buehler {
  aspect-ratio: 531.82/727;
  max-width: 33.2388rem;
  position: relative;
  top: 7.0625rem;
}

.tp-six3_img-freeman {
  z-index: 0;
  aspect-ratio: 366/403;
  max-width: 22.875rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section_tp3-seven {
  min-height: auto;
}

.tp3-five_bg, .tp3-seven_bg {
  aspect-ratio: 1280/695;
  position: absolute;
  inset: 0% 0% auto;
}

.tp-seven3_img-wrapper {
  z-index: 2;
  aspect-ratio: 928/456;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% 0%;
}

.tp-3seven_component {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.tp-3seven_content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 33.3125rem;
  display: flex;
}

.tp-3five_chart-wrappe, .tp-3seven_chart-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
  left: 1rem;
}

.tp-3seven_chart {
  grid-column-gap: 0.875rem;
  grid-row-gap: 0.875rem;
  aspect-ratio: 589/348;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 33.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tp-3seven_chart-item.is-1 {
  aspect-ratio: 293/287;
  width: 100%;
  max-width: 18.3125rem;
  padding-right: 0;
}

.tp-3seven_chart-item.is-2 {
  aspect-ratio: 240/236;
  width: 100%;
  max-width: 15rem;
  padding-right: 0;
}

.tp3-seven_graphic {
  z-index: -2;
  aspect-ratio: 1280/630;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.tp3-seven_graphic.is-3 {
  top: 21.6rem;
}

.tp3-seven_graphic.is-five {
  z-index: -2;
  top: 10rem;
}

.tp-six3_content {
  max-width: 33.3125rem;
  margin-left: auto;
}

.div-block-3 {
  aspect-ratio: 533/302;
  width: 100%;
  max-width: 31.2rem;
  position: absolute;
  inset: 4.4rem 0% 0% 4.9rem;
}

.section_tp4-four {
  position: relative;
}

.tp4-four_component {
  max-width: 71.75rem;
  margin-left: auto;
  margin-right: auto;
}

.tp4-four_heading-component {
  flex-flow: column;
  margin-bottom: 3.3125rem;
  display: flex;
}

.tp4-four_heading-img-wrapper {
  aspect-ratio: 257/112;
  width: 100%;
  max-width: 16.0625rem;
  margin-bottom: 2.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.tp4-four_heading-heading-wrapper {
  text-align: center;
  margin-bottom: 2.125rem;
}

.tp4-four_heading-paragraph-wrapper {
  text-align: center;
  max-width: 35.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.tp4-four_content-component {
  grid-column-gap: 6.9375rem;
  grid-row-gap: 6.9375rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 70.75rem;
  margin-left: auto;
  display: flex;
}

.tp4-four_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: auto;
}

.tp4-four_content-heading-wrapper {
  margin-bottom: 1.5625rem;
}

.tp4-four_img-component {
  z-index: 5;
  aspect-ratio: 488/488;
  object-fit: fill;
  border-radius: 100%;
  width: 100%;
  max-width: 30.5rem;
  position: relative;
  overflow: hidden;
}

.tp4-four_bottom-img-wrapper {
  aspect-ratio: 885/279;
  width: 100%;
  max-width: 55.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.section_tp4-five {
  z-index: 1;
  color: var(--base-color-neutral--white);
  background-color: #19163a;
  background-image: url("../images/Background-1.jpg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}

.tp4-five_component {
  width: 100%;
  max-width: 70.75rem;
  margin-left: auto;
  margin-right: auto;
}

.tp4-five_content-component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 67.625rem;
  margin-bottom: 0;
  display: flex;
}

.tp4-five_bottom-img-wrapper {
  aspect-ratio: 952/311;
  width: 100%;
  max-width: 59.5rem;
  margin-left: auto;
  margin-right: auto;
}

.tp4-five_img-component {
  z-index: 2;
  aspect-ratio: 488/488;
  object-fit: fill;
  border-radius: 100%;
  width: 100%;
  max-width: 30.5rem;
  position: relative;
  overflow: hidden;
}

.tp4-five_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: 0;
}

.section_tp4-six {
  position: relative;
}

.tp4-six_component {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.tp4-six_content-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tp4-six_bottom-img-wrapper {
  aspect-ratio: 948/293;
  width: 100%;
  max-width: 59.25rem;
  margin-left: auto;
  margin-right: auto;
}

.tp4-six_img-component {
  aspect-ratio: 488/488;
  object-fit: fill;
  border-radius: 100%;
  width: 100%;
  max-width: 30.5rem;
  overflow: hidden;
}

.tp4-six_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: auto;
}

.tp4-three_heading-wrapper {
  max-width: 29.0625rem;
}

.tp4-three_left {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 100%;
  max-width: 33.375rem;
  position: absolute;
  top: -7.1875rem;
  overflow: hidden;
}

.tp4-three_right {
  max-width: 33.625rem;
  margin-left: auto;
}

.tp4-three_stars {
  z-index: 2;
  aspect-ratio: 424/255;
  width: 100%;
  max-width: 26.5rem;
  position: absolute;
  inset: auto auto 6.5rem 0%;
}

.tp4-three_arrows {
  z-index: -1;
  aspect-ratio: 562/544;
  width: 100%;
  max-width: 35.125rem;
  position: absolute;
  inset: 6.0625rem auto auto 0%;
}

.tp4-hero-img {
  aspect-ratio: 136.61;
  width: 100%;
  max-width: 8.53813rem;
}

.tp4-hero-img.is-1 {
  aspect-ratio: 136/311;
  transform-origin: 50% 100%;
  position: relative;
}

.tp4-hero-img.is-2 {
  aspect-ratio: 136/540;
  transform-origin: 50% 100%;
}

.tp4-hero-img.is-3 {
  aspect-ratio: 136/627;
  transform-origin: 50% 100%;
}

.tp4-hero-img.is-4 {
  aspect-ratio: 136/540;
  transform-origin: 50% 100%;
}

.tp4-five_chart-component {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tp4-five_lines {
  z-index: 0;
  aspect-ratio: 640/405;
  width: 100%;
  max-width: 40rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tp4-court-lines {
  z-index: -1;
  aspect-ratio: 1153/465;
  opacity: 0.23;
  width: 100%;
  max-width: 72.0625rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.tp4-six_lines {
  z-index: -1;
  aspect-ratio: 671/405;
  pointer-events: none;
  width: 100%;
  max-width: 41.9375rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section_tp4-seven.background-color-navy {
  z-index: 0;
  overflow: hidden;
}

.section_tp4-eight {
  z-index: 5;
}

.tp-five2_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: 0;
}

.section_tp5-two {
  min-height: 38.75rem;
}

.tp-5-two_component {
  margin-bottom: 5.0625rem;
}

.tp-5-two_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: 0;
}

.tp-5-two_img-wrapper {
  aspect-ratio: 594/543;
  width: 100%;
  max-width: 37.125rem;
  position: absolute;
  inset: 0 0 auto auto;
}

.tp-5-two_chart-wrapper {
  aspect-ratio: 1110/418;
  width: 100%;
  max-width: 69.0494rem;
  margin-left: auto;
  margin-right: auto;
}

.tp-hero_kelce {
  z-index: 3;
  aspect-ratio: 497/687;
  width: 100%;
  max-width: 31.0625rem;
  position: absolute;
  inset: 0.8125rem auto auto -7rem;
}

.tp-hero_kelce-png {
  z-index: 1;
  aspect-ratio: 465/628;
  width: 100%;
  max-width: 29.0625rem;
  position: absolute;
  inset: 3.6875rem auto 0% 2.0625rem;
}

.tp-hero_kelce-circle {
  aspect-ratio: 539/539;
  width: 100%;
  max-width: 30.375rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 9.25rem 0 0% 0%;
}

.tp-hero_goff {
  z-index: 1;
  aspect-ratio: 539/674;
  width: 100%;
  max-width: 33.6875rem;
  position: absolute;
  inset: 1.625rem -9.5rem 0% auto;
}

.tp-hero_goff-png {
  z-index: 1;
  aspect-ratio: 407/628;
  width: 100%;
  max-width: 25.4375rem;
  position: absolute;
  top: 2.875rem;
  right: 7rem;
}

.tp-hero_goff-circle {
  aspect-ratio: 539/539;
  width: 100%;
  max-width: 33.6875rem;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0.5rem auto;
}

.tp5-2_img-wrapper {
  aspect-ratio: 679/548;
  width: 100%;
  max-width: 42.4375rem;
  position: absolute;
  inset: 3.125rem 0 auto auto;
}

.tp5-2_williams {
  z-index: 1;
  aspect-ratio: 370/539;
  width: 100%;
  max-width: 23.1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tp5-2_williams.is-desktop {
  aspect-ratio: 370/540;
  bottom: -1px;
}

.tp5-2_gibbs {
  aspect-ratio: 407/548;
  width: 100%;
  max-width: 25.4375rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section_tp5-3 {
  min-height: auto;
}

.tp5-3_img-wrapper {
  aspect-ratio: 619/563;
  width: 100%;
  max-width: 38.6875rem;
  position: absolute;
  inset: 0 auto 1rem 0%;
}

.tp5-3_mahomes {
  z-index: 1;
  aspect-ratio: 350/556;
  width: 100%;
  max-width: 21.875rem;
  position: absolute;
  inset: auto auto 0% -2.625rem;
}

.tp5-3_crosby {
  aspect-ratio: 395/563;
  width: 100%;
  max-width: 24.6875rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tp5-3_content-wrapper {
  width: 100%;
  max-width: 33.3125rem;
  margin-left: auto;
}

.tp5-4_component {
  margin-bottom: 5.0625rem;
}

.tp5-4_chart-wrapper {
  aspect-ratio: 1105/453;
  width: 100%;
  max-width: 69.1rem;
  margin-left: auto;
  margin-right: auto;
}

.tp5-4_img-wrapper {
  aspect-ratio: 698/538;
  width: 100%;
  max-width: 43.625rem;
  position: absolute;
  inset: 3.125rem -3.625rem auto auto;
}

.tp5-4_devito {
  z-index: 1;
  aspect-ratio: 348/538;
  width: 100%;
  max-width: 21.75rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tp5-4_parsons {
  aspect-ratio: 454/538;
  width: 100%;
  max-width: 28.375rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tp5-5_component {
  flex-flow: column;
  display: flex;
}

.tp5-5_content-wrapper {
  text-align: center;
  width: 100%;
  max-width: 38rem;
  margin-bottom: 3.89063rem;
  margin-left: auto;
  margin-right: auto;
}

.tp5-5_chart-wrapper {
  aspect-ratio: 783/386;
  width: 100%;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section_tp5-6 {
  color: #fdfbee;
}

.tp5-6_component {
  grid-column-gap: 4.6875rem;
  grid-row-gap: 4.6875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 77.4375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tp5-6_content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 39.5625rem;
  display: flex;
  position: relative;
}

.tp5-6_graphics-wrapper {
  grid-column-gap: 5.4rem;
  grid-row-gap: 5.4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.spacer-50 {
  padding-top: 3.125rem;
}

.tp5-6_graphic {
  aspect-ratio: 255/132;
  width: 100%;
  max-width: 15.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-38 {
  padding-top: 2.375rem;
}

.tp5-2_mobile-williams, .tp5-2_mobile-gibbs, .tp5-2_mobile-img, .tp5-3_mobile-img, .tp5-4_mobile-img {
  display: none;
}

.section-scroll-identifier {
  position: absolute;
  inset: 0% 0% auto;
}

.tp5-5_chart-link {
  aspect-ratio: 10/17;
  width: 100%;
  max-width: 10rem;
  position: absolute;
  inset: auto 2rem 0% auto;
}

.tp5-5_chart-link.is-georgia {
  z-index: 2;
  aspect-ratio: 10/16;
  right: 3rem;
}

.tp5-5_chart-link.is-missst {
  z-index: 2;
  aspect-ratio: 10/18;
  right: 15.6rem;
}

.tp5-5_chart-link.is-osu {
  z-index: 3;
  aspect-ratio: 10/19;
  left: 5.7rem;
  right: auto;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
}

.code-embed-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.tp5-4_matchup-logo {
  aspect-ratio: 212/70;
  width: 100%;
  max-width: 13.25rem;
  margin-left: auto;
  margin-right: auto;
}

.section_tp6-2 {
  position: relative;
}

.tp6-2_component {
  grid-row-gap: 5.8125rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.tp6-2_content-wrapper {
  width: 100%;
  max-width: 30.1875rem;
  margin-left: auto;
}

.text-wrap-pretty {
  text-wrap: pretty;
}

.spacer-24 {
  padding-top: 1.5rem;
}

.tp6-2_p-wrapper {
  max-width: 30.1875rem;
}

.tp6-2_img-wrapper {
  z-index: 1;
  aspect-ratio: 674.01/635.54;
  width: 100%;
  max-width: 42.1256rem;
  position: absolute;
  inset: 6.8125rem auto auto 1.125rem;
}

.tp6-2_img-texas {
  aspect-ratio: 372/552;
  width: 100%;
  max-width: 23.25rem;
  position: absolute;
  inset: 0% auto auto -0.5rem;
  transform: rotate(-11.92deg);
}

.tp6-2_img-georgia {
  z-index: -1;
  aspect-ratio: 543/552;
  width: 100%;
  max-width: 33.9375rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tp6-2_arrows-graphic {
  z-index: -1;
  aspect-ratio: 872/554;
  pointer-events: none;
  width: 100%;
  max-width: 54.5rem;
  position: absolute;
  inset: 4.9375rem auto auto -1.375rem;
}

.tp6-2_top {
  justify-content: space-between;
  max-width: 67.625rem;
  display: flex;
}

.tp6-2_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tp6-2_bottom-left {
  width: 100%;
  max-width: 30.1875rem;
}

.tp6-2_bottom-right {
  flex-flow: column;
  width: 100%;
  max-width: 33.375rem;
  display: flex;
}

.tp6-2_bottom-img-wrapper {
  aspect-ratio: 534/367;
  width: 100%;
  max-width: 33.375rem;
}

.spacer-45 {
  padding-top: 2.8125rem;
}

.section_tp6-3 {
  z-index: 1;
}

.tp6-3_gridiron-graphic {
  aspect-ratio: 1280/47.19;
  width: 100%;
  position: absolute;
  inset: -1.5rem 0% auto;
}

.tp6-3_gridiron-graphic.bottom {
  inset: auto 0% -1.5rem;
}

.tp6-3_img-wrapper {
  aspect-ratio: 1139/456;
  max-width: 71.1875rem;
  display: flex;
  position: relative;
}

.tp6-3_michigan-img {
  aspect-ratio: 928/456;
  width: 100%;
  max-width: 58rem;
}

.tp6-3_ohio-st-img {
  aspect-ratio: 361/379;
  width: 100%;
  max-width: 22.5625rem;
  position: absolute;
  inset: 2.875rem 0% auto auto;
}

.spacer-36 {
  padding-top: 2.25rem;
}

.tp6-3_content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tp6-3_content-left {
  width: 100%;
  max-width: 33.3125rem;
}

.spacer-34 {
  padding-top: 2.125rem;
}

.tp6-3_content-right {
  width: 100%;
  max-width: 33.3125rem;
}

.spacer-32 {
  padding-top: 2rem;
}

.tp6-3_chart-top {
  aspect-ratio: 533/341;
  width: 100%;
  max-width: 33.3125rem;
}

.spacer-94 {
  padding-top: 5.875rem;
}

.section_tp6-4 {
  position: relative;
}

.tp6-4_component {
  justify-content: space-between;
  display: flex;
}

.tp6-4_content-wrapper {
  width: 100%;
  max-width: 27.3125rem;
}

.spacer-26 {
  padding-top: 1.625rem;
}

.tp6-4_images-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 36.4375rem;
  display: flex;
}

.tp6-4_images-highest {
  width: 100%;
  max-width: 17.6875rem;
}

.tp6-4_img-highest {
  aspect-ratio: 283/283;
  width: 100%;
  max-width: 17.6875rem;
}

.tp6-4_images-lowest {
  width: 100%;
  max-width: 15.0625rem;
}

.tp6-4_bg-graphic {
  z-index: -1;
  aspect-ratio: 872/554;
  width: 100%;
  max-width: 54.5rem;
  position: absolute;
  inset: 4.125rem -4.8125rem auto auto;
}

.tp6-5_heading-component {
  width: 100%;
  max-width: 37.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-106 {
  padding-top: 6.625rem;
  padding-right: 0;
}

.tp6-5_grid-wrapper {
  grid-column-gap: 0.4375rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 76.9375rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tp6-5_grid-item {
  aspect-ratio: 240.76/149.04;
  width: 100%;
  max-width: 15.0475rem;
}

.tp6-3_mobile-img, .tp6-2_mobile-img {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }
  h2 {
    font-size: 2.75rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  .hide-tablet {
    display: none;
  }
  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }
  .margin-large {
    margin: 2.5rem;
  }
  .margin-xlarge {
    margin: 3.5rem;
  }
  .margin-xxlarge {
    margin: 4.5rem;
  }
  .margin-huge {
    margin: 5rem;
  }
  .margin-xhuge {
    margin: 6rem;
  }
  .margin-xxhuge {
    margin: 7.5rem;
  }
  .padding-large {
    padding: 2.5rem;
  }
  .padding-xlarge {
    padding: 3.5rem;
  }
  .padding-xxlarge {
    padding: 4.5rem;
  }
  .padding-huge {
    padding: 5rem;
  }
  .padding-xhuge {
    padding: 6rem;
  }
  .padding-xxhuge {
    padding: 7.5rem;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-vertical.tp-hero.is-3 {
    padding-top: 9.28125rem;
  }
  .padding-vertical.tp-hero.is-5 {
    padding-top: 3.14063rem;
  }
  .padding-vertical.tp-hero.is-6 {
    padding-top: 9.28125rem;
  }
  .padding-vertical.tp-three {
    padding-top: 0;
  }
  .padding-vertical.tp-four {
    padding-top: 5.0625rem;
    padding-bottom: 5.0625rem;
  }
  .padding-vertical.tp-eight {
    padding-top: 3.23438rem;
    padding-bottom: 3.67125rem;
  }
  .padding-vertical.tp2-three {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .padding-vertical.tp2-four {
    padding-top: 0;
  }
  .padding-vertical.tp2-six {
    padding-top: 4rem;
  }
  .padding-vertical.tp2-seven {
    padding-top: 2.6875rem;
  }
  .padding-vertical.tp2-eight {
    padding-bottom: 3.51563rem;
  }
  .padding-vertical.tp2-nine {
    padding-top: 3.65625rem;
    padding-bottom: 3.23438rem;
  }
  .padding-vertical.tp3-three {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }
  .padding-vertical.tp3-four {
    padding-top: 4.125rem;
  }
  .padding-vertical.tp3-five {
    padding-bottom: 6rem;
  }
  .padding-vertical.tp3-six {
    padding-top: 4rem;
  }
  .padding-vertical.tp4-five {
    padding-bottom: 5.39063rem;
  }
  .padding-vertical.tp4-six {
    padding-top: 6.04688rem;
    padding-bottom: 5.67188rem;
  }
  .padding-vertical.tp5-two {
    padding-top: 3.125rem;
  }
  .padding-vertical.tp5-3, .padding-vertical.tp5-4 {
    padding-top: 4rem;
  }
  .padding-vertical.tp5-5 {
    padding-bottom: 1.96875rem;
  }
  .padding-vertical.tp6-2 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
  .padding-vertical.tp6-3 {
    padding-top: 4.125rem;
  }
  .padding-vertical.tp6-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .padding-vertical.tp6-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
  .heading-style-h2 {
    font-size: 2.75rem;
  }
  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }
  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }
  .heading-style-h1 {
    font-size: 3.25rem;
  }
  .heading-style-h4 {
    font-size: 1.75rem;
  }
  .heading-style-h3 {
    font-size: 2.25rem;
  }
  .padding-global.trend-report {
    padding-left: 5%;
    padding-right: 5%;
  }
  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .spacer-large {
    padding-top: 2.5rem;
  }
  .spacer-xlarge {
    padding-top: 3.5rem;
  }
  .spacer-xxlarge {
    padding-top: 4.5rem;
  }
  .spacer-xxlarge.tp2 {
    padding-top: 2rem;
  }
  .spacer-huge {
    padding-top: 5rem;
  }
  .spacer-xhuge {
    padding-top: 6rem;
  }
  .spacer-xxhuge {
    padding-top: 7.5rem;
  }
  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }
  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }
  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .rl-styleguide_image-wrapper {
    height: 640px;
  }
  .section_tp-hero {
    min-height: 60rem;
  }
  .section_tp-hero.is-2, .section_tp-hero.is-3, .section_tp-hero.is-5 {
    overflow: hidden;
  }
  .tp-hero_component {
    flex-flow: column;
  }
  .tp-hero_component.is-3, .tp-hero_component.is-6 {
    margin-bottom: 3.375rem;
  }
  .tp-hero_content-wrapper {
    max-width: none;
    margin-bottom: 1rem;
  }
  .tp-hero_content-wrapper.is-2, .tp-hero_content-wrapper.is-3, .tp-hero_content-wrapper.is-5, .tp-hero_content-wrapper.is-6 {
    justify-content: space-between;
    align-items: center;
  }
  .tp-hero_content-graphic-wrapper {
    max-width: 17.9091rem;
    margin-bottom: 1.59703rem;
  }
  .tp-hero_content-logos {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.35406rem;
  }
  .tp-hero_content-logos.is-2 {
    margin-bottom: 1.76555rem;
  }
  .tp-hero_content-logos.is-5 {
    margin-bottom: 1.32416rem;
  }
  .tp-hero_content-presented-wrapper {
    grid-column-gap: 0.6875rem;
    grid-row-gap: 0.6875rem;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .tp-hero_content-presented-logo-wrapper {
    max-width: 8.02453rem;
  }
  .tp-hero_content-subheading-wrapper.is-5 {
    margin-bottom: 0;
  }
  .tp-hero_img-wrapper {
    max-width: 32.078rem;
  }
  .tp-intro_component {
    margin-left: 0;
  }
  .trend-report-1_h2.tp2-eight {
    line-height: 1;
  }
  .tp-intro_stars {
    max-width: 19.875rem;
  }
  .tp-three_component {
    flex-flow: column;
    display: flex;
  }
  .tp-three_component.is-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
  }
  .tp-three_component.is-2.is-flip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap-reverse;
  }
  .tp-three_component.is-3._3 {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
  }
  .tp-three_component.is-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
  }
  .tp-three_component.is-3.is-flip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap-reverse;
  }
  .tp-three_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp-three_content-top {
    margin-bottom: 2.74219rem;
  }
  .tp-three_content-top.is-2 {
    margin-bottom: 0;
  }
  .tp-three_content-top.is-3 {
    margin-left: 0;
  }
  .tp-three_content-top.is-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tp-three_img-wrapper {
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .tp-three_img-1-wrapper {
    max-width: 40.875rem;
    position: relative;
    top: -3.4rem;
    left: 0;
  }
  .tp-three_abs-content {
    max-width: none;
    position: relative;
    top: 0;
  }
  .tp-four_component {
    flex-flow: column;
  }
  .tp-four_col-left {
    max-width: none;
  }
  .tp-four_content-top {
    margin-bottom: 0;
  }
  .tp-four_img-wrapper.desktop {
    display: none;
  }
  .tp-four_img-wrapper.tablet {
    display: block;
  }
  .tp-four_col-right {
    max-width: none;
    margin-bottom: 2.875rem;
    margin-left: 0;
  }
  .tp-four_col-right-img-wrapper {
    margin-bottom: 2.78125rem;
  }
  .tp-five_component {
    flex-flow: column;
  }
  .tp-five_col-left {
    margin-bottom: 2rem;
  }
  .tp-five_col-right {
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    margin-left: 0;
  }
  .tp-five_col-right-imgs {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .tp-five-img-text.text-color-light-blue.hide-desktop {
    display: block;
  }
  .tp-seven_bg-gradient {
    background-image: linear-gradient(#ebf2fa 71%, rgba(235, 242, 250, 0));
  }
  .tp-seven_component {
    flex-flow: column;
  }
  .tp-seven_col-left {
    max-width: none;
  }
  .tp-seven_content-top {
    margin-bottom: 1rem;
  }
  .tp-seven_col-right {
    max-width: none;
    padding-top: 0;
  }
  .tp-eight_content-top {
    margin-bottom: 5rem;
  }
  .tp-eight_chart-legend {
    top: -2rem;
  }
  .tp-eight_chart-item {
    max-width: 8.53125rem;
  }
  .tp-eight-bar {
    max-width: 3.84047rem;
  }
  .tp-nine_img-top {
    margin-bottom: 2.4375rem;
  }
  .tp-hero_stars-2 {
    max-width: 19.875rem;
  }
  .image-3 {
    object-fit: none;
  }
  .tp-four_stars, .tp-five_stars {
    max-width: 19.875rem;
  }
  .tp-hero_lines {
    max-width: 40.875rem;
    inset: auto 0% 0%;
  }
  .tp-hero_bg {
    z-index: -1;
  }
  .tp-hero_tatum {
    max-width: 22rem;
    left: -3.34375rem;
  }
  .tp-hero_brunson {
    max-width: 22rem;
    right: -3.0625rem;
  }
  .tp-hero_spinner.kelce {
    max-width: 14.5313rem;
  }
  .tp-hero_spinner.goff {
    max-width: 14.5313rem;
    top: -10%;
  }
  .tp-intro2_component {
    margin-left: 0;
  }
  .tp-three2_content-wrapper, .tp-three2_content-wrapper-copy {
    max-width: none;
    margin-left: 0;
  }
  .tp-three2_img-wrapper {
    aspect-ratio: 745/667;
    width: 100%;
    max-width: none;
    position: relative;
    right: -2.8rem;
  }
  .tp-four2_img-wrapper {
    width: auto;
    max-width: none;
    position: relative;
    left: -6%;
  }
  .tp-four2_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp-four2_chart-bar {
    width: auto;
  }
  .tp-five2_img-wrapper {
    aspect-ratio: auto;
  }
  .tp2_cloud-1 {
    top: 8.5125rem;
  }
  .tp2_cloud-2 {
    top: 21.525rem;
    left: -2.825rem;
  }
  .tp2_cloud-3 {
    top: 19.175rem;
  }
  .tp-2-six_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    display: flex;
  }
  .tp-six2_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp-six2_img-wrapper {
    position: relative;
    left: -6%;
  }
  .tp-six2_rect-wrapper.tp5-2.is-desktop, .tp-six2_rect-wrapper.gibbs.is-desktop, .tp-six2_rect-wrapper.tp5-3-red.is-desktop, .tp-six2_rect-wrapper.tp5-3-silver.is-desktop, .tp-six2_rect-wrapper.parsons.is-desktop, .tp-six2_rect-wrapper.devito.is-desktop {
    display: none;
  }
  .tp-2-eight_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    margin-bottom: 5rem;
    display: flex;
  }
  .tp2-eight_content-wrapper {
    max-width: none;
  }
  .tp2-eight_img-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    right: auto;
  }
  .tp-2-eight_chart-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .tp2-eight_chart-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .tp2-nine_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }
  .tp2-nine_content-wrapper {
    top: 0;
  }
  .tp2-nine_img-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .tp-2-eight_chart-heading-graphic {
    width: 100%;
    max-width: none;
  }
  .tp-intro3_component {
    margin-left: 0;
  }
  .tp-three3_content-wrapper {
    max-width: none;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .tp-three3_content-graphics {
    justify-content: center;
    align-items: center;
  }
  .tp-three3_img-wrapper {
    aspect-ratio: 745/667;
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }
  .tp-three3_ohtani-graphic, .tp-three3_judge-graphic {
    max-width: 20rem;
  }
  .tp-four3_img-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .tp-four3_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp3-four_component {
    flex-flow: column;
    display: flex;
  }
  .tp3-four_component.is-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
  }
  .tp3-four_component.is-2.is-flip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap-reverse;
  }
  .tp3-four_component.is-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
  }
  .tp3-four_component.is-3.is-flip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap-reverse;
  }
  .tp-five3_img-wrapper {
    aspect-ratio: auto;
  }
  .tp-3five_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }
  .tp-3five_content-wrapper {
    max-width: none;
  }
  .tp-3five_chart {
    margin-left: auto;
    margin-right: auto;
  }
  .tp-six3_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp-3-six_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    display: flex;
  }
  .tp-six3_img-wrapper {
    max-width: 26.8125rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
  }
  .tp-six3_img-buehler {
    max-width: 24.9291rem;
    top: 5.29688rem;
  }
  .tp-six3_img-freeman {
    max-width: 17.1563rem;
  }
  .tp-seven3_img-wrapper {
    aspect-ratio: auto;
  }
  .tp-3seven_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .tp-3seven_content-wrapper {
    max-width: none;
  }
  .tp-3seven_chart-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .tp-six3_content {
    max-width: none;
    margin-left: 0;
  }
  .div-block-3 {
    top: 4.6rem;
    left: 7.4rem;
  }
  .tp4-four_content-component {
    grid-column-gap: 3.46875rem;
    grid-row-gap: 3.46875rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .tp4-four_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp4-four_img-component {
    margin-left: auto;
    margin-right: auto;
  }
  .tp4-five_component {
    flex-flow: column;
    display: flex;
  }
  .tp4-five_content-component {
    grid-column-gap: 3.46875rem;
    grid-row-gap: 3.46875rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tp4-five_img-component {
    margin-left: auto;
    margin-right: auto;
  }
  .tp4-five_content-wrapper {
    max-width: none;
  }
  .tp4-six_content-component {
    grid-column-gap: 3.46875rem;
    grid-row-gap: 3.46875rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 6.89063rem;
  }
  .tp4-six_img-component {
    margin-left: auto;
    margin-right: auto;
  }
  .tp4-six_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp4-three_left {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -3rem;
  }
  .tp4-three_right {
    max-width: none;
    margin-left: 0;
  }
  .tp4-three_stars {
    max-width: 19.875rem;
    display: none;
    bottom: -2.3rem;
    left: -3rem;
  }
  .tp4-hero-img.is-1 {
    transform-origin: 50% 100%;
  }
  .tp-five2_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp-5-two_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    margin-bottom: 3.79688rem;
    display: flex;
  }
  .tp-5-two_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp-5-two_img-wrapper {
    position: relative;
    left: -6%;
  }
  .tp-hero_kelce {
    max-width: 23.2969rem;
    top: auto;
    bottom: 0;
    left: -3.34375rem;
  }
  .tp-hero_kelce-png {
    max-width: 19.0781rem;
  }
  .tp-hero_kelce-circle {
    max-width: 22.7813rem;
  }
  .tp-hero_goff {
    max-width: 21.5625rem;
    top: auto;
    bottom: 0;
    right: -3.0625rem;
  }
  .tp-hero_goff-png {
    max-width: 19.0781rem;
    top: 0;
  }
  .tp-hero_goff-circle {
    max-width: 25.2656rem;
    right: 21%;
  }
  .tp5-2_img-wrapper {
    margin-left: auto;
    display: flex;
    position: relative;
    top: 0;
    left: auto;
    right: -6%;
  }
  .tp5-2_williams.is-desktop, .tp5-2_gibbs.is-desktop {
    display: none;
  }
  .tp5-3_img-wrapper {
    position: relative;
    left: -6%;
    right: 0;
  }
  .tp5-3_mahomes.is-desktop, .tp5-3_crosby.is-desktop {
    display: none;
  }
  .tp5-3_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp5-4_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    margin-bottom: 3.79688rem;
    display: flex;
  }
  .tp5-4_img-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: auto;
    display: flex;
    position: relative;
    top: 0;
    right: -6%;
  }
  .tp5-4_devito.is-desktop, .tp5-4_parsons.is-desktop {
    display: none;
  }
  .tp5-5_component {
    flex-flow: column;
    margin-bottom: 5rem;
    display: flex;
  }
  .tp5-5_content-wrapper {
    max-width: none;
    margin-bottom: 3.89063rem;
  }
  .tp5-6_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }
  .tp5-6_content-wrapper {
    top: 0;
  }
  .tp5-6_graphics-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 4.05rem;
    flex-flow: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .spacer-50 {
    padding-top: 2.34375rem;
  }
  .spacer-38 {
    padding-top: 1.78125rem;
  }
  .tp5-2_mobile-williams {
    aspect-ratio: 381/539;
    width: 100%;
    max-width: 23.8125rem;
    display: block;
  }
  .tp5-2_mobile-gibbs {
    aspect-ratio: 407/548;
    flex: none;
    width: 100%;
    max-width: 25.4375rem;
    display: block;
    position: relative;
    left: -6.9rem;
  }
  .tp5-2_mobile-img, .tp5-3_mobile-img {
    width: 100%;
    display: block;
  }
  .tp5-4_mobile-img {
    justify-content: space-between;
    align-items: center;
    display: block;
    overflow: hidden;
  }
  .image-6 {
    overflow: visible;
  }
  .tp5-5_chart-link.is-missst {
    right: 15.2rem;
  }
  .tp6-2_component {
    grid-row-gap: 2.90625rem;
  }
  .tp6-2_content-wrapper {
    max-width: none;
    margin-left: 0;
  }
  .tp6-2_p-wrapper {
    max-width: none;
  }
  .tp6-2_img-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  .tp6-2_img-texas, .tp6-2_img-georgia {
    display: none;
  }
  .tp6-2_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }
  .tp6-2_bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tp6-2_bottom-left {
    max-width: none;
  }
  .tp6-3_michigan-img {
    display: none;
  }
  .tp6-3_ohio-st-img {
    max-width: 16.9219rem;
    display: none;
    top: 1.4375rem;
  }
  .tp6-3_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tp6-3_content-wrapper.is-flip {
    flex-flow: column-reverse;
  }
  .tp6-3_content-left {
    max-width: none;
  }
  .tp6-3_content-right {
    margin-left: auto;
    margin-right: auto;
  }
  .spacer-94 {
    padding-top: 4.40625rem;
  }
  .tp6-4_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }
  .tp6-4_content-wrapper {
    max-width: none;
  }
  .tp6-4_images-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .spacer-106 {
    padding-top: 4.96875rem;
  }
  .tp6-3_mobile-img {
    width: 100%;
    display: block;
  }
  .tp6-2_mobile-img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  .hide-mobile-landscape {
    display: none;
  }
  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }
  .margin-xsmall {
    margin: 0.75rem;
  }
  .margin-small {
    margin: 1.25rem;
  }
  .margin-medium {
    margin: 1.5rem;
  }
  .margin-large {
    margin: 2rem;
  }
  .margin-xlarge {
    margin: 2.5rem;
  }
  .margin-xxlarge {
    margin: 3rem;
  }
  .margin-huge {
    margin: 3.5rem;
  }
  .margin-xhuge {
    margin: 4rem;
  }
  .margin-xxhuge {
    margin: 5rem;
  }
  .padding-xsmall {
    padding: 0.75rem;
  }
  .padding-small {
    padding: 1.25rem;
  }
  .padding-medium {
    padding: 1.5rem;
  }
  .padding-large {
    padding: 2rem;
  }
  .padding-xlarge {
    padding: 2.5rem;
  }
  .padding-xxlarge {
    padding: 3rem;
  }
  .padding-huge {
    padding: 3.5rem;
  }
  .padding-xhuge {
    padding: 4rem;
  }
  .padding-xxhuge {
    padding: 5rem;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-vertical.tp-hero.is-3, .padding-vertical.tp-hero.is-6 {
    padding-top: 6.96094rem;
    padding-bottom: 1.26563rem;
  }
  .padding-vertical.tp-intro {
    padding-top: 8rem;
  }
  .padding-vertical.tp-four {
    padding-top: 3.79688rem;
  }
  .padding-vertical.tp-seven {
    padding-bottom: 3.8125rem;
  }
  .padding-vertical.tp-eight {
    padding-bottom: 8rem;
  }
  .padding-vertical.tp2-four, .padding-vertical.tp2-seven {
    padding-bottom: 2rem;
  }
  .padding-vertical.tp2-eight {
    padding-top: 4.92188rem;
  }
  .padding-vertical.tp3-four {
    padding-bottom: 2rem;
  }
  .padding-vertical.tp3-five, .padding-vertical.tp3-six {
    padding-bottom: 4rem;
  }
  .padding-vertical.tp5-two {
    padding-top: 2rem;
  }
  .padding-vertical.tp5-4 {
    padding-top: 4rem;
  }
  .padding-vertical.tp5-5 {
    padding-top: 4.92188rem;
    padding-bottom: 0;
  }
  .padding-vertical.tp6-3 {
    padding-bottom: 2rem;
  }
  .padding-vertical.tp6-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .padding-vertical.tp6-5 {
    padding-bottom: 4rem;
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
  .text-size-medium {
    font-size: 1rem;
  }
  .text-style-quote {
    font-size: 1.125rem;
  }
  .heading-style-h2 {
    font-size: 2.25rem;
  }
  .heading-style-h6 {
    font-size: 1.125rem;
  }
  .heading-style-h5 {
    font-size: 1.25rem;
  }
  .heading-style-h1 {
    font-size: 2.5rem;
  }
  .button.tp, .button.tp3 {
    font-size: 1.25rem;
  }
  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .heading-style-h3 {
    font-size: 2rem;
  }
  .text-style-nowrap {
    white-space: normal;
  }
  .text-size-large {
    font-size: 1.125rem;
  }
  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .spacer-xsmall {
    padding-top: 0.75rem;
  }
  .spacer-small {
    padding-top: 1.25rem;
  }
  .spacer-medium {
    padding-top: 1.5rem;
  }
  .spacer-large {
    padding-top: 2rem;
  }
  .spacer-xlarge {
    padding-top: 2.5rem;
  }
  .spacer-xxlarge {
    padding-top: 3rem;
  }
  .spacer-huge {
    padding-top: 3.5rem;
  }
  .spacer-xhuge {
    padding-top: 4rem;
  }
  .spacer-xxhuge {
    padding-top: 5rem;
  }
  .rl-styleguide_component {
    padding-top: 4rem;
  }
  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .section_tp-hero.is-2 {
    min-height: 55rem;
  }
  .section_tp-hero.is-3 {
    min-height: 56rem;
  }
  .section_tp-hero.is-5 {
    min-height: 55rem;
  }
  .tp-hero_component.is-3, .tp-hero_component.is-6 {
    margin-bottom: 2.53125rem;
  }
  .home-hero_details-content-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-bottom: 2.10938rem;
  }
  .home-hero_social-details-wrap {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-hero_social-details {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
  .home-hero_social-details.is2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero_social-details.is-3 {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero_social-details-dot-wrap {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
  .home-hero_social-details-dot-wrap.hide-mobile-landscape {
    padding-left: 1px;
  }
  .trend-report-1_h2 {
    font-size: 1.875rem;
  }
  .tp-three_content-top.is-4 {
    grid-column-gap: 1.46875rem;
    grid-row-gap: 1.46875rem;
  }
  .tp-three_img-wrapper {
    max-width: 24.7969rem;
  }
  .tp-three_img-abs-wrapper {
    max-width: 21.4219rem;
  }
  .tp-four_img-wrapper.tablet {
    max-width: 24.7969rem;
  }
  .tp-four_img-abs-wrapper {
    max-width: 21.4219rem;
  }
  .tp-four_col-right-img-wrapper {
    max-width: 21rem;
  }
  .tp-four_col-right-logo {
    max-width: 8.57813rem;
  }
  .tp-four_col-right-vs {
    max-width: 2.8125rem;
  }
  .tp-four_col-right-img-bot {
    max-width: 16.8516rem;
  }
  .tp-five_col-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .section_tp-seven {
    min-height: 85rem;
  }
  .tp-seven_bg-gradient {
    background-image: linear-gradient(#ebf2fa 82%, rgba(235, 242, 250, 0) 96%);
  }
  .tp-seven_component {
    margin-bottom: 2.95313rem;
  }
  .tp-seven_img-items._1 {
    max-width: none;
  }
  .tp-seven_img-items._2 {
    max-width: 15rem;
  }
  .tp-seven_background-img {
    bottom: -5.45rem;
  }
  .tp-eight_content-top {
    margin-bottom: 2.8125rem;
  }
  .tp-eight_chart-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
  }
  .tp-eight_chart-legend {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% -4rem;
  }
  .tp-eight_chart-bars {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-end;
  }
  .tp-eight-bar {
    max-width: 4rem;
  }
  .tp-nine_img-top {
    max-width: 37.2188rem;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-six_img-wrapper-mobile {
    display: none;
  }
  .tp-six_img-wrapper-mobile.is-four {
    aspect-ratio: 686/500;
    width: 100%;
    max-width: 42.875rem;
    display: block;
  }
  .tp-hero_lines {
    max-width: 30.6563rem;
  }
  .tp-hero_tatum, .tp-hero_brunson {
    max-width: 18rem;
  }
  .tp-hero_spinner {
    max-width: 14.5313rem;
    left: 2.5375rem;
  }
  .tp-hero_spinner.brunson {
    right: 1.875rem;
  }
  .tp-hero_spinner.kelce {
    max-width: 10.8984rem;
    left: 2.175rem;
  }
  .tp-hero_spinner.goff {
    max-width: 10.8984rem;
    top: -19%;
    left: -3rem;
  }
  .tp-three2_img-wrapper {
    flex: none;
    width: 120%;
    left: -14%;
    right: 0%;
  }
  .tp-four2_img-wrapper {
    flex: none;
    width: 110%;
    right: 0;
  }
  .text-style-tp2-chart.tp5-5 {
    font-size: 1rem;
  }
  .tp-four2_chart-bar {
    height: 12vw;
  }
  .tp-four2_chart-bar.lakers {
    max-width: 27.375rem;
  }
  .tp-four2_chart-bar.knicks {
    max-width: 26.25rem;
  }
  .tp-four2_chart-bar.warriors {
    max-width: 22.6406rem;
  }
  .tp-four2_chart-bar.celtics {
    max-width: 17.6719rem;
  }
  .tp-four2_chart-bar.bulls {
    max-width: 13.1719rem;
  }
  .tp-five2_img-wrapper {
    aspect-ratio: 2;
    min-height: 40%;
    left: 0;
  }
  .tp2_cloud-1 {
    max-width: 41.0625rem;
    top: 11.4125rem;
  }
  .tp2_cloud-2 {
    max-width: 30.4688rem;
    top: 24.625rem;
  }
  .tp2_cloud-3 {
    max-width: 41.0625rem;
    top: 19.175rem;
  }
  .tp-six2_img-wrapper {
    max-width: 27.8438rem;
  }
  .tp-six2_rect-wrapper.red, .tp-six2_rect-wrapper.blue {
    max-width: 13.9219rem;
  }
  .tp-six2_rect-wrapper.tp5-2 {
    max-width: 13.9219rem;
    left: 4rem;
  }
  .tp-six2_rect-wrapper.blue-copy {
    max-width: 13.9219rem;
  }
  .tp-six2_rect-wrapper.gibbs {
    max-width: 14.25rem;
  }
  .tp-six2_rect-wrapper.tp5-3-red, .tp-six2_rect-wrapper.tp5-3-silver {
    max-width: 13.9219rem;
  }
  .tp-six2_rect-wrapper.parsons {
    max-width: 14.25rem;
    inset: auto 0% 0% auto;
  }
  .tp-six2_rect-wrapper.devito {
    max-width: 13.9219rem;
    left: 14%;
  }
  .tp-six2_harden {
    max-width: 19.8075rem;
  }
  .tp-six2_edwards {
    max-width: 18.9375rem;
  }
  .tp2-nine_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .tp2-nine_img-wrapper {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    flex-flow: column;
  }
  .image-4 {
    object-position: 0% 50%;
  }
  .spacer-54 {
    padding-top: 2.53125rem;
  }
  .tp-three3_content-graphics {
    grid-column-gap: 2.35547rem;
    grid-row-gap: 2.35547rem;
  }
  .tp-three3_img-wrapper {
    flex: none;
    max-width: 27.7031rem;
  }
  .tp-three3_ohtani-graphic {
    max-width: 17.4375rem;
  }
  .tp-three3_judge-graphic {
    max-width: 17.625rem;
  }
  .tp3-four_seam-graphic {
    aspect-ratio: 1280/60;
  }
  .tp-four3_img-wrapper {
    flex: none;
    right: auto;
  }
  .tp-five3_img-wrapper {
    aspect-ratio: 2;
    min-height: 40%;
    left: 0;
  }
  .tp-3five_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: stretch;
  }
  .tp-3five_chart-wrapper {
    left: 0;
  }
  .tp-3five_chart {
    margin-left: 0;
    margin-right: 0;
  }
  .tp-seven3_img-wrapper {
    aspect-ratio: 2;
    min-height: 40%;
    left: 0;
  }
  .tp-3seven_chart-wrapper {
    left: 0;
  }
  .tp-3seven_chart {
    flex-flow: column;
    align-items: center;
    max-width: none;
  }
  .div-block-3 {
    max-width: 29.6rem;
    top: 4rem;
    left: 2.9rem;
  }
  .section_tp4-four {
    z-index: 1;
  }
  .tp4-six_content-component {
    margin-bottom: 5.16797rem;
  }
  .tp4-three_left {
    top: -2rem;
  }
  .tp4-three_stars {
    z-index: 0;
    display: block;
    bottom: -7rem;
    left: auto;
  }
  .tp-5-two_img-wrapper {
    max-width: 27.8438rem;
  }
  .tp-hero_kelce {
    max-width: 17.4727rem;
  }
  .tp-hero_kelce-png {
    max-width: 14.3086rem;
    left: 1.4625rem;
  }
  .tp-hero_kelce-circle {
    top: 6.95rem;
    left: -4%;
  }
  .tp-hero_goff {
    max-width: 16.1719rem;
    right: -5.9625rem;
  }
  .tp-hero_goff-png {
    max-width: 14.3086rem;
    right: 4.9rem;
  }
  .tp-hero_goff-circle {
    max-width: 18.9492rem;
    top: 3.86484rem;
    right: 2.7rem;
  }
  .tp5-2_img-wrapper {
    max-width: 31.8281rem;
    right: 0%;
  }
  .tp5-2_williams {
    max-width: 17.325rem;
  }
  .tp5-2_gibbs {
    max-width: 19.0781rem;
  }
  .tp5-3_img-wrapper {
    max-width: 29.0156rem;
  }
  .tp5-3_mahomes {
    max-width: 16.4063rem;
  }
  .tp5-3_crosby {
    max-width: 18.5156rem;
  }
  .tp5-4_img-wrapper {
    max-width: 32.7188rem;
    right: -5%;
  }
  .tp5-4_devito {
    max-width: 16.3125rem;
  }
  .tp5-4_parsons {
    max-width: 21.2813rem;
  }
  .tp5-6_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .tp5-6_graphics-wrapper {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    justify-content: space-between;
    align-items: stretch;
  }
  .spacer-50 {
    padding-top: 1.75781rem;
  }
  .tp5-6_graphic {
    max-width: 11.9531rem;
  }
  .spacer-38 {
    padding-top: 1.33594rem;
  }
  .tp5-2_mobile-williams {
    flex: 0 auto;
    max-width: 17.8594rem;
  }
  .tp5-2_mobile-gibbs {
    flex: 0 auto;
    max-width: 19.0781rem;
    left: -5.2rem;
    right: 0;
  }
  .tp5-5_chart-link {
    max-width: 7rem;
  }
  .tp5-5_chart-link.is-georgia {
    max-width: 23%;
    right: 8%;
  }
  .tp5-5_chart-link.is-missst {
    aspect-ratio: 10/19;
    max-width: 22%;
    right: 36%;
  }
  .tp5-5_chart-link.is-osu {
    aspect-ratio: 11/21;
    max-width: 21%;
    left: 14%;
  }
  .spacer-24 {
    padding-top: 1.125rem;
  }
  .spacer-94 {
    padding-top: 3.30469rem;
  }
  .tp6-4_images-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
  }
  .spacer-106 {
    padding-top: 3.72656rem;
  }
  .tp6-5_grid-wrapper {
    grid-column-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .tp6-5_grid-item {
    width: 45%;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }
  .hide-mobile-portrait {
    display: none;
  }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-vertical.tp-hero.is-2, .padding-vertical.tp-hero.is-3, .padding-vertical.tp-hero.is-5, .padding-vertical.tp-hero.is-6 {
    padding-top: 2.75rem;
  }
  .padding-vertical.tp-intro {
    padding-top: 6rem;
    padding-bottom: 3.25rem;
  }
  .padding-vertical.tp-intro.is-four {
    padding-bottom: 6rem;
  }
  .padding-vertical.tp-four {
    padding-top: 3.79688rem;
    padding-bottom: 3.79688rem;
  }
  .padding-vertical.tp-five {
    padding-top: 2.84766rem;
    padding-bottom: 3.79688rem;
  }
  .padding-vertical.tp2-intro {
    padding-top: 0.8125rem;
    padding-bottom: 0;
  }
  .padding-vertical.tp2-six {
    padding-top: 1rem;
  }
  .padding-vertical.tp2-eight {
    padding-bottom: 2rem;
  }
  .padding-vertical.tp3-three {
    padding-bottom: 3rem;
  }
  .padding-vertical.tp5-two {
    padding-top: 3rem;
  }
  .padding-vertical.tp5-3, .padding-vertical.tp5-4 {
    padding-top: 1rem;
  }
  .padding-vertical.tp5-5 {
    padding-bottom: 2rem;
  }
  .padding-vertical.tp6-2 {
    padding-bottom: 3rem;
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }
  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }
  .section_tp-hero {
    height: 55rem;
    min-height: auto;
  }
  .section_tp-hero.is-2, .section_tp-hero.is-3 {
    height: auto;
    min-height: 50.5rem;
  }
  .section_tp-hero.is-5 {
    height: auto;
    min-height: 48rem;
  }
  .tp-hero_content-graphic-wrapper {
    max-width: 13.4318rem;
  }
  .img-full-contain.tp2-eight {
    object-fit: fill;
    object-position: 50% 50%;
  }
  .img-full-contain.is-mobile-portrait {
    display: block;
  }
  .tp-hero_content-logos {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .tp-hero_content-presented-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
  .tp-hero_content-subheading-wrapper {
    margin-bottom: 0.890625rem;
  }
  .trend-report-1_h1.is2 {
    font-size: 1.875rem;
  }
  .home-hero_social-details-wrap {
    justify-content: space-between;
    display: flex;
  }
  .home-hero_social-details.is2, .home-hero_social-details.is-3 {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: wrap;
  }
  .home-hero_social-details-text {
    font-size: 0.875rem;
  }
  .home-hero_social-details-dot-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .trend-report-1_h2.tp2-eight {
    text-align: center;
  }
  .tp-intro_stars {
    max-width: 14.9063rem;
  }
  .tp-three_component.is-3._3 {
    grid-column-gap: 8.5rem;
    grid-row-gap: 8.5rem;
  }
  .tp-three_content-top.is-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  .tp-three_img-1-wrapper {
    top: -1.5rem;
  }
  .tp-four_col-right-img-top {
    margin-bottom: 1.21875rem;
  }
  .tp-seven_component {
    margin-bottom: 2.21484rem;
  }
  .tp-seven_img-items._1 {
    max-width: none;
  }
  .tp-seven_img-items._2 {
    max-width: 11rem;
  }
  .tp-seven_background-img {
    bottom: -4.25rem;
  }
  .section_tp-eight {
    min-height: 60rem;
  }
  .tp-eight_chart-wrapper {
    flex-flow: wrap;
  }
  .tp-eight_chart-legend {
    order: 1;
    position: relative;
    inset: 5rem 0% 0;
  }
  .tp-eight_chart-item {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 40%;
  }
  .tp-six_img-wrapper-mobile {
    box-sizing: border-box;
    aspect-ratio: 293/693;
    width: 100%;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .tp-four_stars, .tp-five_stars {
    max-width: 14.9063rem;
  }
  .tp-hero_spinner {
    max-width: 13rem;
  }
  .tp-hero_spinner.brunson, .tp-hero_spinner.goff {
    top: -2.2625rem;
    right: 0.875rem;
  }
  .tp-three2_img-wrapper {
    width: 123%;
    left: -17%;
    right: 0%;
  }
  .tp-four2_chart-bar.lakers {
    max-width: 21.9rem;
  }
  .tp-four2_chart-bar.knicks {
    max-width: 21rem;
  }
  .tp-four2_chart-bar.warriors {
    max-width: 18.1125rem;
  }
  .tp-four2_chart-bar.celtics {
    max-width: 14.1375rem;
  }
  .tp-four2_chart-bar.bulls {
    max-width: 10.5375rem;
  }
  .tp2_cloud-1 {
    max-width: 20.5313rem;
    top: 19.3125rem;
    right: -4.35rem;
  }
  .tp2_cloud-2 {
    max-width: 15.2344rem;
    top: 26.425rem;
    left: 1.575rem;
  }
  .tp2_cloud-3 {
    max-width: 23.0977rem;
    top: 22.175rem;
    left: -9.4875rem;
  }
  .tp-six2_img-wrapper {
    flex: none;
  }
  .tp-six2_rect-wrapper.red {
    max-width: 14.1rem;
  }
  .tp-six2_rect-wrapper.blue {
    right: -12%;
  }
  .tp-six2_rect-wrapper.tp5-2 {
    max-width: 10.4414rem;
    left: 17%;
  }
  .tp-six2_rect-wrapper.blue-copy {
    right: -12%;
  }
  .tp-six2_rect-wrapper.gibbs {
    max-width: 10.6875rem;
    right: -6%;
  }
  .tp-six2_rect-wrapper.tp5-3-red {
    max-width: 10.4414rem;
  }
  .tp-six2_rect-wrapper.tp5-3-silver {
    max-width: 10.4414rem;
    right: -12%;
  }
  .tp-six2_rect-wrapper.parsons {
    right: -12%;
  }
  .tp-six2_rect-wrapper.devito {
    max-width: 14.1rem;
  }
  .tp-six2_edwards {
    right: -12%;
  }
  .tp2-seven_chart-wrapper {
    aspect-ratio: 363/407;
    max-width: 22.6875rem;
    padding-bottom: 0;
  }
  .tp2-eight_img-wrapper {
    aspect-ratio: 1;
  }
  .tp-2-eight_chart-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .tp2-eight_chart-row {
    width: 100%;
    max-width: none;
  }
  .code-embed-2.is-mobile-portrait {
    padding-bottom: 0;
    display: block;
  }
  .image-5 {
    overflow: visible;
  }
  .tp-2-eight_chart-heading-graphic {
    aspect-ratio: 80/29;
    max-width: 5rem;
  }
  .text-span {
    display: block;
  }
  .tp-three3_content-graphics {
    flex-flow: column;
  }
  .tp-three3_img-wrapper {
    max-width: 20.7773rem;
    top: -1rem;
  }
  .tp-three3_ohtani-graphic {
    max-width: 13.0781rem;
  }
  .tp-three3_judge-graphic {
    max-width: 13.2188rem;
  }
  .tp-six3_img-wrapper {
    max-width: 20.1094rem;
  }
  .tp-six3_img-buehler {
    max-width: 18.6968rem;
    top: 3.97266rem;
  }
  .tp-six3_img-freeman {
    max-width: 12.8672rem;
  }
  .tp4-three_left {
    top: -4rem;
  }
  .tp4-three_stars {
    max-width: 14.9063rem;
    bottom: -4.2rem;
  }
  .tp-5-two_img-wrapper {
    flex: none;
  }
  .tp-hero_kelce {
    max-width: 16rem;
  }
  .tp-hero_kelce-png {
    top: 1.5875rem;
  }
  .tp-hero_kelce-circle {
    top: 2.05rem;
    left: -4%;
  }
  .tp-hero_goff {
    max-width: 16rem;
    right: -7.9625rem;
  }
  .tp5-2_img-wrapper {
    flex: none;
  }
  .tp5-2_williams {
    max-width: 12.9938rem;
  }
  .tp5-2_gibbs {
    max-width: 14.3086rem;
    right: -12%;
  }
  .tp5-3_img-wrapper {
    flex: none;
    max-width: 21.7617rem;
  }
  .tp5-3_mahomes {
    max-width: 12.3047rem;
  }
  .tp5-3_crosby {
    max-width: 13.8867rem;
    right: -12%;
  }
  .tp5-4_img-wrapper {
    flex: none;
  }
  .tp5-4_parsons {
    right: -12%;
  }
  .tp5-6_graphics-wrapper {
    justify-content: center;
    align-items: center;
  }
  .tp5-2_mobile-gibbs {
    left: -4.5rem;
  }
  .tp6-5_grid-wrapper {
    grid-column-gap: 1rem;
  }
  .tp6-5_grid-item {
    width: 47%;
  }
}
#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-575bfa22 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-575bfa22 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-575bfa22 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-575bfa22, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-575bfa22, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-575bfa22, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-575bfa22, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-575bfa22, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-575bfa22, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-575bfa22, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-575bfa22, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-575bfa22, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-575bfa22, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-575bfa22, #w-node-af38dc2e-a299-2ef2-eb45-ad992fec2943-575bfa22, #w-node-af38dc2e-a299-2ef2-eb45-ad992fec2946-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-575bfa22 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-575bfa22 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-575bfa22 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-575bfa22 {
  justify-self: start;
}

#w-node-_603b711b-5c54-6ed6-3735-8b18a63c3930-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_603b711b-5c54-6ed6-3735-8b18a63c3931-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-575bfa22, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-575bfa22, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-575bfa22 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-575bfa22, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-575bfa22, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-575bfa22 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-575bfa22, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-575bfa22, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-575bfa22 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-575bfa22, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-575bfa22, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-575bfa22 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-575bfa22, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-575bfa22, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-575bfa22 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-575bfa22, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-575bfa22, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-575bfa22 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-575bfa22, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-575bfa22, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-575bfa22 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-575bfa22, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-575bfa22, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-575bfa22 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-575bfa22, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-575bfa22 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-575bfa22 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-575bfa22 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-575bfa22, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-575bfa22 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-575bfa22 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-575bfa22 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-575bfa22 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-575bfa22, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-575bfa22 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-575bfa22, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-575bfa22, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-575bfa22, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-575bfa22, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-575bfa22, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-575bfa22, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-575bfa22, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-575bfa22, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-575bfa22, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-575bfa22, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-575bfa22, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-575bfa22, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-575bfa22 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-575bfa22, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-575bfa22, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-575bfa22 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-575bfa22, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-575bfa22, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-575bfa22 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-575bfa22, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-575bfa22, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-575bfa22 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-575bfa22, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-575bfa22, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-575bfa22 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-575bfa22, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-575bfa22, #w-node-ee961e8d-845a-edc3-3307-509470022457-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-575bfa22 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-575bfa22, #w-node-ee961e8d-845a-edc3-3307-50947002245b-575bfa22, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-575bfa22 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-575bfa22, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-575bfa22, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-575bfa22 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-575bfa22, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-575bfa22, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-575bfa22 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-575bfa22, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-575bfa22, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-575bfa22 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-575bfa22, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-575bfa22, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-575bfa22 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-575bfa22, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-575bfa22, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-575bfa22 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-575bfa22 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-575bfa22 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-575bfa22 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-575bfa22 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-575bfa22 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-575bfa22 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-575bfa22 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-fae0c632-e902-17fc-3b8c-4c3c320fd8a1-1a21a1cd {
    justify-self: stretch;
  }
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/untitled-sans-medium.woff2") format("woff2"), url("../fonts/Untitled-Sans-Medium.ttf") format("truetype"), url("../fonts/UntitledSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/untitled-sans-regular.woff2") format("woff2"), url("../fonts/Untitled-Sans-Regular.ttf") format("truetype"), url("../fonts/UntitledSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/untitled-sans-bold.woff2") format("woff2"), url("../fonts/Untitled-Sans-Bold.ttf") format("truetype"), url("../fonts/UntitledSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Serif";
  src: url("../fonts/Untitled-Serif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Serif";
  src: url("../fonts/Untitled-Serif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Serif";
  src: url("../fonts/Untitled-Serif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}