@font-face {
  font-family: Basis Grotesque Pro;
  src: url('../fonts/Basis-Grotesque-Pro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basis Grotesque Pro;
  src: url('../fonts/Basis-Grotesque-Pro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basis Grotesque Pro;
  src: url('../fonts/Basis-Grotesque-Pro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gobold High Bold;
  src: url('../fonts/Gobold-High-Bold.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basis Grotesque Pro;
  src: url('../fonts/Basis-Grotesque-Pro-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --grey: #ababab;
  --light-grey: #f4f4f4;
  --white: white;
  --purple: #7141e9;
  --dark-grey: #17171b;
  --stadium-live-black: #040404;
}

.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;
}

body {
  color: var(--black);
  font-family: Basis Grotesque Pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gobold High Bold, sans-serif;
  font-size: 13.8806rem;
  font-weight: 400;
  line-height: 1.06;
}

h2 {
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
}

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

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 {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

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: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

figcaption {
  text-align: center;
  margin-top: .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 {
  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;
}

.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: .75rem;
  padding: .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: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  opacity: 1;
}

.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: .25rem;
}

.margin-xxsmall {
  margin: .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: .25rem;
}

.padding-xxsmall {
  padding: .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.home-hero {
  padding-top: 6.3125rem;
  padding-bottom: 2.625rem;
}

.padding-vertical.home-mobile {
  padding-top: 1rem;
  padding-bottom: 5.5rem;
}

.padding-vertical.home-about {
  padding-top: 3.25rem;
  padding-bottom: 7rem;
}

.padding-vertical.home-backed {
  padding-bottom: 5.5rem;
}

.padding-vertical.home-cta {
  padding-top: 6.9375rem;
  padding-bottom: 5.5rem;
}

.padding-vertical.footer {
  padding-bottom: 1.5rem;
}

.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 {
  font-size: 1.125rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 1rem;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .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 {
  color: var(--grey);
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: .0625rem solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.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;
}

.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 4rem -.75rem #00000024;
}

.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;
}

.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: .0625rem solid var(--black);
  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: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 1rem 1rem;
  border-width: .0625rem;
  border-color: #000;
}

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

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: .0625rem solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

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

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

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

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

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.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 3rem -.75rem #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

.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: .0625rem solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: .0625rem dashed #00000026;
  padding: 1rem;
}

.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;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-purple {
  background-color: var(--purple);
}

.rl-styleguide_color.is-dark-gray {
  background-color: var(--dark-grey);
}

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

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

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

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

.text-style-muted {
  opacity: .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 .125rem #0000000d;
}

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

.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-embed-xsmall.hide-mobile-portrait {
  background-image: url('../images/stadium_live_logomark.svg');
  background-position: 0 0;
  background-size: contain;
  width: 1.5rem;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px .1875rem #0000001a, 0 .0625rem .125rem #0000000f;
}

.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;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: .0625rem solid var(--black);
  cursor: pointer;
  border-radius: 6.25rem;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: .375rem;
  border-color: #000;
}

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

.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 {
  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 {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: .0625rem;
  text-decoration: none;
  display: flex;
}

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

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .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 1.5rem -.25rem #00000014, 0 .5rem .5rem -.25rem #00000008;
}

.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: .25rem;
  grid-row-gap: .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;
}

.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 a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: .125rem solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px .5rem -.125rem #0000001a, 0 .125rem .25rem -.125rem #0000000f;
}

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

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

.shadow-medium {
  box-shadow: 0 12px 1rem -.25rem #00000014, 0 .25rem .375rem -.125rem #00000008;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: .0625rem dashed #d3d3d3;
}

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

.padding-global.stadium-live {
  padding-left: 2.5rem;
  padding-right: 2.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: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .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;
}

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

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

.is-gray {
  background-color: var(--light-grey);
}

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

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

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 1.29;
}

.text-size-huge {
  font-size: 2.5rem;
  line-height: 1.31;
}

.heading-style-h2-large {
  text-transform: none;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

.text-color-gray {
  color: var(--grey);
}

.navbar2_link {
  color: var(--grey);
  text-align: left;
  justify-content: center;
  padding: 0;
  font-size: .875rem;
  line-height: 1.29;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.navbar2_link.w--current {
  color: var(--black);
}

.navbar2_link.with-margin-right {
  margin-right: 3.25rem;
}

.navbar2_link.with-margin-right.w--current {
  color: var(--grey);
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--black);
}

.navbar2_dropdown-list.w--open {
  border: .0625rem solid var(--black);
  background-color: var(--white);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom: .0625rem solid var(--black);
  background-color: var(--stadium-live-black);
  align-items: center;
  width: 100%;
  min-height: 2.75rem;
  padding: 0 2.5rem;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.navbar2_component.background-color-stadium-live-black {
  color: var(--grey);
  position: fixed;
  top: 0;
}

.navbar_brand {
  aspect-ratio: 212 / 38;
  width: 100%;
  max-width: 13.25rem;
  padding-left: 0;
}

.img-full-cover {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-full-cover.app-store {
  aspect-ratio: 134.7 / 45.56;
}

.img-full-cover.google-play {
  aspect-ratio: 152 / 46;
}

.background-color-stadium-live-black {
  z-index: 2;
  background-color: var(--stadium-live-black);
  color: var(--white);
  position: relative;
}

.background-color-stadium-live-black.with-noise {
  background-image: url('../images/Noise-1-1-1.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.background-color-dark-gray {
  background-color: var(--dark-grey);
}

.button-stadium-live {
  border: .0625rem solid var(--white);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: .75rem;
  padding: 1.0625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.button-stadium-live.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-stadium-live.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button-stadium-live.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-stadium-live.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding: .6875rem .875rem;
  display: flex;
}

.button-stadium-live.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-stadium-live.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-stadium-live.is-small {
  padding: .5rem 1.25rem;
}

.button-stadium-live.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-stadium-live.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button-stadium-live.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button-stadium-live.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-stadium-live.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_home-hero {
  flex-direction: column;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

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

.div-block {
  background-color: var(--purple);
  width: 100%;
  height: 5rem;
}

.home-hero_component {
  background-color: var(--dark-grey);
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding-top: 2.9375rem;
  padding-bottom: 2.715rem;
  display: flex;
}

.home-hero_heading-wrapper {
  text-align: center;
  max-width: 43.1875rem;
  margin-bottom: 1.75rem;
  position: relative;
}

.home-hero_paragraph-wrapper {
  text-align: center;
  max-width: 37.9375rem;
  margin-bottom: 2.375rem;
  position: relative;
}

.home-hero_button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.home-hero_button.google-play {
  aspect-ratio: 153 / 46;
  max-width: 9.5rem;
}

.home-hero_button.app-store {
  aspect-ratio: 134.7 / 45.56;
  width: 100%;
  max-width: 8.41875rem;
}

.home-hero_button.app-store-copy {
  width: 100%;
  max-width: 8.41875rem;
}

.img-full-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img-full-contain.navbar_brand {
  aspect-ratio: 212 / 38;
}

.home-hero_coin-wrapper {
  aspect-ratio: 1;
  width: 100%;
  max-width: 8.24438rem;
  position: absolute;
  top: 5.34063rem;
  left: auto;
  right: -5.625rem;
}

.home-hero_flame-wrapper {
  aspect-ratio: 1;
  width: 100%;
  max-width: 11.5819rem;
  position: absolute;
  top: 14.1563rem;
  left: -5.0625rem;
  right: auto;
  transform: rotate(-15deg);
}

.home-mobile_component {
  aspect-ratio: 637.86 / 961;
  width: 100%;
  max-width: 31.893rem;
  margin-left: auto;
  margin-right: auto;
}

.section_home-features {
  position: relative;
  overflow: hidden;
}

.home-features_component {
  width: 100%;
  overflow: visible;
}

.heading-style-h2-stadium-live {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

.slide-next2.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next2.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.wrapper.slider1, .wrapper.slider2 {
  padding-bottom: 2.25rem;
}

.slide-item {
  background-color: #1b1b1b;
  border-radius: .5rem;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 63.4375rem;
  margin-left: 0;
  margin-right: 1.5rem;
  transition: all .2s;
  display: flex;
}

.inner-swipe {
  display: none;
}

.slide-prev2.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 50% auto 0% 0%;
  transform: translate(0, -50%);
}

.slide-prev2.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.text-block-2 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-item-wrapper {
  background-color: var(--dark-grey);
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 3.8125rem;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-container {
  align-items: flex-start;
  height: 100dvh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.home-features_img-wrapper {
  aspect-ratio: 466 / 784;
  width: 90%;
  max-width: 29.125rem;
  height: 43rem;
  margin-right: 1.875rem;
}

.home-features_content-wrapper {
  flex: 0 auto;
}

.home-features_subheading-wrapper {
  margin-bottom: 1.5rem;
}

.home-features_name-wrapper {
  padding-right: 2rem;
}

.home-about_component {
  background-color: var(--dark-grey);
  border-radius: .5rem;
  padding-top: 4.8125rem;
}

.home-about_content-wrapper {
  width: 100%;
  max-width: 76.1875rem;
  margin-left: 3.5625rem;
  margin-right: auto;
}

.home-about_heading-wrapper {
  margin-bottom: 2.1875rem;
  margin-left: 0;
}

.home-about_paragraph-wrapper {
  margin-bottom: 8.6875rem;
}

.div-block-2 {
  height: 5rem;
}

.home-about-features-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 63.6875rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-about-features-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-about-features-detail {
  font-family: Gobold High Bold, sans-serif;
  font-size: 6.25rem;
  line-height: 1.27;
}

.home-about_divider {
  background-color: var(--black);
  width: 100%;
  max-width: 79.375rem;
  height: .25rem;
  margin-bottom: 6.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.home-about_meet-team {
  padding-bottom: 5.625rem;
  padding-left: 3.5625rem;
}

.image-27 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrapper2 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.slide-item-2 {
  opacity: .4;
  background-color: #493e3e00;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.slide-item-wrapper-2 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 20.125rem;
  min-height: 35.4375rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-container-2 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-28 {
  width: 30px;
  height: 30px;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.slide-next.desktop-arrow.slider1-next {
  top: 21.9375rem;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.slide-prev.desktop-arrow.slider1-prev {
  top: 21.9375rem;
}

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

.home_about_meet-team-img-wrapper {
  width: 100%;
  max-width: 20.125rem;
  margin-bottom: 1.375rem;
}

.home_about_meet-team-name-wrapper, .home_about_meet-team-position-wrapper {
  margin-bottom: .75rem;
}

.home-team_heading-wrapper {
  margin-bottom: 2.1875rem;
  margin-left: 3.5625rem;
}

.home-backed_component {
  flex-direction: column;
  align-items: center;
  max-width: 72.5581rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-backed_heading-wrapper {
  margin-bottom: 6rem;
}

.heading-style-h2-backed {
  text-transform: none;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.12;
}

.home-backed_logos-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3.74125rem;
  display: flex;
}

.home-backed_logos-item {
  opacity: .75;
  width: 100%;
}

.home-backed_logos-item.usv {
  aspect-ratio: 1;
  max-width: 5.50063rem;
}

.home-backed_logos-item.kb-partners {
  aspect-ratio: 73.92 / 88.01;
  max-width: 4.62rem;
}

.home-backed_logos-item._35-ventures {
  aspect-ratio: 1;
  max-width: 6.07125rem;
}

.home-backed_logos-item.origins {
  aspect-ratio: 102.97 / 89.77;
  max-width: 6.43563rem;
}

.home-backed_logos-item.dapper-labs {
  aspect-ratio: 216.03 / 35.2;
  max-width: 13.5019rem;
}

.home-cta_component {
  background-color: var(--purple);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 5.6525rem;
  display: flex;
  position: relative;
}

.home-cta_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-cta_heading-wrapper {
  margin-bottom: 2.375rem;
}

.home-cta_heading {
  font-family: Gobold High Bold, sans-serif;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 1.27;
}

.home-cta_chat-img-wrapper {
  aspect-ratio: 1;
  max-width: 8.28375rem;
  position: absolute;
  inset: -4.5625rem auto auto 3.6875rem;
}

.home-cta_heart-1-img-wrapper {
  aspect-ratio: 1;
  max-width: 8.28375rem;
  position: absolute;
  inset: -1.3825rem 1.32813rem auto auto;
  transform: rotate(165deg)rotate(180deg);
}

.home-cta_heart-2-img-wrapper {
  aspect-ratio: 1;
  opacity: .7;
  max-width: 6.15313rem;
  position: absolute;
  inset: -6.25rem 8.4375rem auto auto;
  transform: rotate(-165deg)rotate(180deg);
}

.home-cta_star-1-img-wrapper {
  aspect-ratio: 1;
  max-width: 6.7125rem;
  position: absolute;
  inset: auto auto -1.8125rem 8.56438rem;
  transform: rotate(165deg)rotate(180deg);
}

.home-cta_star-2-img-wrapper {
  aspect-ratio: 1;
  max-width: 5.20313rem;
  position: absolute;
  inset: auto auto 3.04063rem 4.50625rem;
  transform: rotate(33.71deg);
}

.home-cta_xp-img-wrapper {
  aspect-ratio: 149 / 156;
  max-width: 9.3125rem;
  position: absolute;
  inset: auto 8.75rem -2.5625rem auto;
}

.footer_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_div {
  background-color: #5a5a5a;
  width: 100%;
  height: .0625rem;
  margin-bottom: 1.875rem;
}

.footer_logos-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 16.875rem;
  margin-bottom: 2.625rem;
  display: flex;
}

.footer_logos-item {
  aspect-ratio: 29 / 27;
  color: var(--white);
  width: 100%;
  max-width: 1.8125rem;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons1_list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: var(--white);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.social-icons1_link {
  color: var(--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.footer_links-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 50.125rem;
  margin-bottom: 2.625rem;
  display: flex;
}

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

.text-size-xsmall {
  font-size: .75rem;
  line-height: 1;
}

.text-span {
  background-image: url('../images/heart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1rem;
  padding-right: 1rem;
}

.background-noise {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-4 {
  z-index: 6;
  position: relative;
}

.image-29 {
  width: 30px;
  height: 30px;
}

.collection-list-wrapper {
  width: 100%;
}

.features-scroll {
  width: 100%;
  height: 1px;
  position: relative;
  inset: -9.9rem 0% auto;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.navbar-wordmark {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.navbar-wordmark.app-store {
  aspect-ratio: 134.7 / 45.56;
}

.navbar-wordmark.google-play {
  aspect-ratio: 152 / 46;
}

.google-play-button.google-play {
  aspect-ratio: 153 / 46;
  max-width: 9.5rem;
}

.google-play-button.app-store {
  aspect-ratio: 134.7 / 45.56;
  width: 100%;
  max-width: 8.41875rem;
}

.google-play-button.app-store-copy {
  width: 100%;
  max-width: 8.41875rem;
}

.website-google-play-low.google-play {
  aspect-ratio: 153 / 46;
  max-width: 9.5rem;
}

.website-google-play-low.app-store {
  aspect-ratio: 134.7 / 45.56;
  width: 100%;
  max-width: 8.41875rem;
}

.website-google-play-low.app-store-copy {
  width: 100%;
  max-width: 8.41875rem;
}

.html-embed-3 {
  padding-top: 42px;
}

.heading-2 {
  font-size: 12rem;
}

.heading-3, .heading-4 {
  font-size: 11rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 9.36942rem;
  }

  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.home-about.t {
    padding-top: 8rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .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.stadium-live {
    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-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .text-size-huge {
    font-size: 1.875rem;
  }

  .heading-style-h2-large {
    font-size: 2.0625rem;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: .0625rem solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 1rem;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-bottom {
    background-color: var(--black);
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    background-color: var(--black);
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_component {
    align-items: center;
    min-height: 4.5rem;
  }

  .section_home-hero {
    min-height: 100vh;
  }

  .home-hero_heading-wrapper {
    max-width: none;
  }

  .home-hero_coin-wrapper {
    max-width: 6.18328rem;
    top: 4.00547rem;
    right: -4.21875rem;
  }

  .home-hero_flame-wrapper {
    max-width: 8.68641rem;
    left: -3.79688rem;
  }

  .home-mobile_component {
    width: 80%;
  }

  .section_home-features {
    padding-bottom: 6.25rem;
    overflow: hidden;
  }

  .wrapper.slider1 {
    justify-content: flex-start;
  }

  .slide-item {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    transform: scale(.9);
  }

  .inner-swipe {
    display: none;
  }

  .slide-item-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-container {
    height: auto;
    margin-right: 5%;
    padding-left: 5%;
  }

  .home-features_img-wrapper {
    width: 70%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home-features_content-wrapper {
    text-align: center;
    max-width: 40rem;
  }

  .home-about_component {
    padding-left: 2.67188rem;
  }

  .home-about_content-wrapper {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 2.67188rem;
  }

  .home-about_divider {
    width: auto;
    margin-right: 2.67188rem;
  }

  .home-about_meet-team {
    padding-bottom: 5.10938rem;
    padding-left: 0;
  }

  .home_about_meet-team-content-wrapper {
    text-align: center;
  }

  .home-team_heading-wrapper {
    margin-left: 0;
  }

  .home-backed_heading-wrapper {
    margin-bottom: 4.5rem;
  }

  .heading-style-h2-backed {
    font-size: 2.75rem;
  }

  .home-backed_logos-wrapper {
    flex-wrap: wrap;
  }

  .home-backed_logos-item.usv {
    max-width: 4.12547rem;
  }

  .home-backed_logos-item.kb-partners {
    max-width: 3.465rem;
  }

  .home-backed_logos-item._35-ventures {
    max-width: 4.55344rem;
  }

  .home-backed_logos-item.origins {
    max-width: 4.82672rem;
  }

  .home-backed_logos-item.dapper-labs {
    max-width: 10.1264rem;
  }

  .home-cta_heading {
    font-size: 7.03125rem;
  }

  .home-cta_chat-img-wrapper {
    max-width: 6.21281rem;
    top: -3.42188rem;
    left: 2.76563rem;
  }

  .home-cta_heart-1-img-wrapper {
    max-width: 6.21281rem;
    top: -1.03688rem;
    right: .996094rem;
  }

  .home-cta_heart-2-img-wrapper {
    max-width: 4.61484rem;
    top: -4.6875rem;
    right: 6.32813rem;
  }

  .home-cta_star-1-img-wrapper {
    max-width: 5.03438rem;
    bottom: -1.35938rem;
    left: 6.42328rem;
  }

  .home-cta_star-2-img-wrapper {
    max-width: 3.90234rem;
    bottom: 2.28047rem;
    left: 3.37969rem;
  }

  .home-cta_xp-img-wrapper {
    max-width: 6.98438rem;
    bottom: -1.92188rem;
    right: 6.5625rem;
  }

  .footer_links-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 35.3rem;
    display: flex;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: .9375rem;
  }

  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: .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: .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.home-backed {
    padding-bottom: 4.125rem;
  }

  .padding-vertical.home-cta {
    padding-top: 5.20313rem;
  }

  .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: .9375rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .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: .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;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .text-size-huge {
    font-size: 1.625rem;
  }

  .heading-style-h2-large {
    font-size: 1.25rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .button-stadium-live.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .section_home-hero {
    min-height: 200vh;
  }

  .home-hero_component {
    padding-left: 1.51688rem;
    padding-right: 1.51688rem;
  }

  .home-hero_button-group {
    flex-direction: column;
    align-items: center;
  }

  .img-full-contain {
    display: block;
  }

  .img-full-contain.l {
    object-fit: scale-down;
  }

  .home-hero_coin-wrapper {
    max-width: 4.625rem;
    top: 2.20547rem;
    right: 3.38125rem;
  }

  .home-hero_flame-wrapper {
    max-width: 5.71313rem;
    top: -.74375rem;
    left: -3.99688rem;
  }

  .heading-style-h2-stadium-live {
    font-size: .9375rem;
  }

  .image {
    object-fit: cover;
  }

  .slide-next2.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next2.desktop-arrow {
    display: none;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    border-radius: 0;
    justify-content: flex-start;
    width: 80%;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    transform: none;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev2.desktop-arrow {
    display: none;
  }

  .slide-prev2.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-item-wrapper {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5rem;
    padding-top: .75rem;
    padding-bottom: 2.625rem;
  }

  .content-wrapper {
    object-fit: cover;
  }

  .home-features_img-wrapper {
    width: 50%;
    max-width: none;
    height: auto;
  }

  .home-features_content-wrapper {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .home-features_name-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-about_component {
    padding-left: 1.5rem;
  }

  .home-about_paragraph-wrapper {
    margin-bottom: 4.88672rem;
  }

  .home-about-features-wrapper {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-direction: column;
  }

  .image-27 {
    object-fit: cover;
  }

  .wrapper2 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item-2 {
    border-radius: 0;
    height: 100%;
    margin-right: 1rem;
    transform: scale(1);
  }

  .slide-item-wrapper-2 {
    border-radius: 0;
    align-items: center;
    height: 100%;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow, .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .home-backed_heading-wrapper {
    margin-bottom: 3.375rem;
  }

  .heading-style-h2-backed {
    font-size: 2.25rem;
  }

  .home-backed_logos-wrapper {
    grid-column-gap: 50%;
    grid-row-gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-cta_heading {
    font-size: 5.27344rem;
  }

  .home-cta_chat-img-wrapper {
    max-width: 4.625rem;
    top: -2.62188rem;
  }

  .home-cta_heart-1-img-wrapper {
    max-width: 5.27188rem;
  }

  .home-cta_heart-2-img-wrapper {
    max-width: 3.09438rem;
    top: -2.7875rem;
  }

  .home-cta_star-1-img-wrapper {
    max-width: 3.6925rem;
    left: 4.22328rem;
  }

  .home-cta_star-2-img-wrapper {
    max-width: 2.86188rem;
    left: 1.77969rem;
  }

  .home-cta_xp-img-wrapper {
    max-width: 5.11563rem;
    right: 1.1625rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 6.59688rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  .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.home-about.t {
    padding-top: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-style-h2 {
    font-size: 1rem;
  }

  .text-size-huge {
    font-size: 1.5rem;
  }

  .heading-style-h2-large {
    font-size: 2rem;
  }

  .navbar_brand {
    max-width: 10.0625rem;
  }

  .navbar_brand.w--current {
    max-width: 8.05rem;
  }

  .img-full-cover {
    object-fit: cover;
    height: 100%;
  }

  .button-stadium-live.is-icon {
    padding: .8125rem 1.5rem;
    font-size: 1rem;
  }

  .section_home-hero {
    min-height: 100dvh;
  }

  .home-hero_button-group {
    align-items: stretch;
    max-width: 12rem;
  }

  .home-hero_button.google-play, .home-hero_button.app-store {
    max-width: none;
  }

  .img-full-contain.l {
    object-fit: scale-down;
    object-position: 50% 50%;
  }

  .home-hero_coin-wrapper {
    max-width: 3.46875rem;
    top: 1.90547rem;
    right: -1.61875rem;
  }

  .home-hero_flame-wrapper {
    max-width: 4.28484rem;
    top: 6.35625rem;
    left: -1.99688rem;
  }

  .home-mobile_component {
    width: 90%;
  }

  .section_home-features {
    padding-bottom: 2rem;
  }

  .heading-style-h2-stadium-live {
    font-size: 1.125rem;
  }

  .wrapper {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.slider1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper.slider2 {
    width: auto;
  }

  .slide-item {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    transform: none;
  }

  .inner-swipe {
    position: absolute;
  }

  .slide-prev2.desktop-arrow {
    display: none;
  }

  .slide-item-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-bottom: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slide-container {
    margin-right: 0%;
    padding-left: 0%;
  }

  .home-features_img-wrapper {
    flex: 1;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-features_content-wrapper {
    text-align: center;
    width: 76%;
    max-width: none;
    margin-top: -1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-features_name-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .home-about_component {
    padding-top: 3.60938rem;
  }

  .home-about_content-wrapper {
    text-align: center;
  }

  .home-about_divider {
    margin-bottom: 3.62109rem;
  }

  .wrapper2 {
    width: 100%;
    height: 100%;
  }

  .slide-item-2.slick-active {
    opacity: 1;
  }

  .heading-style-h2-backed {
    text-align: center;
    font-size: 3rem;
  }

  .home-backed_logos-wrapper {
    grid-column-gap: 8rem;
  }

  .home-cta_component {
    padding-left: 2.2375rem;
    padding-right: 2.2375rem;
  }

  .home-cta_heading {
    text-align: center;
    font-size: 6.59688rem;
  }

  .home-cta_chat-img-wrapper {
    max-width: 3.46875rem;
  }

  .home-cta_heart-1-img-wrapper {
    max-width: 3.95391rem;
  }

  .home-cta_heart-2-img-wrapper {
    max-width: 2.32078rem;
  }

  .home-cta_star-1-img-wrapper {
    max-width: 2.76938rem;
  }

  .home-cta_star-2-img-wrapper {
    max-width: 2.14641rem;
  }

  .home-cta_xp-img-wrapper {
    max-width: 3.83672rem;
  }

  .footer_links-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
  }

  .div-block-5 {
    flex: none;
    align-items: center;
    width: 90vw;
    transform: translate(0);
  }

  .collection-list-wrapper-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-span-2 {
    white-space: nowrap;
  }

  .heading {
    font-size: 1.125rem;
  }

  .navbar-wordmark {
    height: 150%;
  }

  .google-play-button.google-play, .google-play-button.app-store, .website-google-play-low.google-play, .website-google-play-low.app-store {
    max-width: none;
  }
}

#w-node-_6e7fc826-31be-17a7-639e-e71b3915e3db-4e1728f5 {
  justify-self: center;
}

#w-node-_6e7fc826-31be-17a7-639e-e71b3915e3ee-4e1728f5 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-4e172913 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-b63533d0-86ba-5d58-729b-5d2220172b02-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b63533d0-86ba-5d58-729b-5d2220172b03-4e172913 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_36692ecc-033e-a305-d519-10a71c625ceb-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36692ecc-033e-a305-d519-10a71c625cec-4e172913 {
  justify-self: start;
}

#w-node-bf1f142f-1d21-4f9f-8d7e-27720d08ce2e-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf1f142f-1d21-4f9f-8d7e-27720d08ce2f-4e172913 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-4e172913 {
  justify-self: start;
}

#w-node-_7174d9a7-3bd0-b10e-b719-7e5794073cb1-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7174d9a7-3bd0-b10e-b719-7e5794073cb2-4e172913 {
  justify-self: start;
}

#w-node-c3dda777-d348-6357-8115-06890c6d96e4-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3dda777-d348-6357-8115-06890c6d96e5-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-4e172913, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-4e172913, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-4e172913 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-4e172913, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-4e172913, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-4e172913 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-4e172913, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-4e172913, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-4e172913 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-4e172913, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-4e172913, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-4e172913 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-4e172913, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-4e172913, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-4e172913 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-4e172913, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-4e172913, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-4e172913 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-4e172913, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-4e172913, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-4e172913 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-4e172913, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-4e172913, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-4e172913 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-4e172913, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-4e172913 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-4e172913 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-4e172913 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-4e172913, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0953fc-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0953fd-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0953fe-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095400-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095403-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095404-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095405-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095409-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09540c-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09540d-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09540e-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095412-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095416-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095417-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09541d-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095420-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095421-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095422-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095426-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095429-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09542a-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09542b-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095431-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095435-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095436-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09543a-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09543d-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095442-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095443-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095444-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095448-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09544b-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09544c-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09544d-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095453-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095456-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095457-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095458-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09545e-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095461-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095462-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095463-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09546b-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09546e-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09546f-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095470-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09547c-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09547d-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09547e-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095482-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095487-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095488-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095489-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09548f-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095494-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095495-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095496-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe09549c-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954a1-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954a2-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954a3-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954ab-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954b1-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954b2-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954b8-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954bd-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954be-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954bf-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954c3-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954c6-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954c7-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954c8-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954ce-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954d1-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954d2-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954d3-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954d9-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954dc-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954dd-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954de-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954e6-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954e9-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954ea-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954eb-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954f1-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954f4-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954f5-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954f6-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe0954fe-4e172913, #w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095502-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095503-4e172913 {
  justify-self: start;
}

#w-node-b4a33d58-5512-c9ad-a3a3-3e2fbe095509-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-4e172913, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-4e172913, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-4e172913 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-4e172913, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-4e172913, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-4e172913 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-4e172913, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-4e172913, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-4e172913 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-4e172913, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-4e172913, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-4e172913 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-4e172913, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-4e172913, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-4e172913 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-4e172913, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-4e172913, #w-node-ee961e8d-845a-edc3-3307-509470022457-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-4e172913 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-4e172913, #w-node-ee961e8d-845a-edc3-3307-50947002245b-4e172913, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-4e172913 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-4e172913, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-4e172913, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-4e172913 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-4e172913, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-4e172913, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-4e172913 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-4e172913, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-4e172913, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-4e172913 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-4e172913, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-4e172913, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-4e172913 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-4e172913, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-4e172913, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-4e172913 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-4e172913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-4e172913 {
  justify-self: start;
}


@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../fonts/Basis-Grotesque-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../fonts/Basis-Grotesque-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../fonts/Basis-Grotesque-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gobold High Bold';
  src: url('../fonts/Gobold-High-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../fonts/Basis-Grotesque-Pro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}