:root {
  --color-scheme-1--background-light: var(--_primitives---colors--white);
  --_typography---font-styles--body: "Instrument Sans", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: "Instrument Sans", sans-serif;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_ui-styles---radius--radius-full: 1000px;
  --_primitives---colors--primary: #01ffa7;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---colors--base: #faf7f5;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--radius-x-small: 4px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--radius-small: 8px;
  --_ui-styles---radius--radius-none: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--primary);
  --_ui-styles---radius--radius-medium: 16px;
  --_ui-styles---radius--radius-x-large: 32px;
  --_primitives---opacity--white-40: #fff6;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_ui-styles---radius--radius-large: 24px;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---colors--neutral-lightest: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --base-color-brand--black\<deleted\|relume-variable-color-primary-1\>: black;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_primitives---opacity--white-30: #ffffff4d;
  --color-scheme-1--background-base: var(--_primitives---colors--base);
  --color-scheme-1--background-dark: var(--_primitives---colors--neutral-darkest);
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
}

.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 {
  background-color: var(--color-scheme-1--background-light);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: var(--_primitives---opacity--neutral-darkest-40);
  letter-spacing: -.02rem;
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  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 {
  color: var(--_primitives---opacity--neutral-darkest-40);
  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(--color-scheme-1--text);
  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: 38rem;
}

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

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

.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 {
  z-index: 1;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 70rem;
  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-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  letter-spacing: -.03125rem;
  font-size: 1.125rem;
  line-height: 1.24;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  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: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: -.125rem;
  text-wrap: balance;
  font-size: 3.5rem;
  line-height: .96;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: -.0625rem;
  font-size: 1.25rem;
  line-height: 1.12;
}

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

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

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

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

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #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;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  letter-spacing: -.0625rem;
  font-size: 1.5rem;
  line-height: 1.12;
}

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

.heading-style-h1 {
  letter-spacing: -.1875rem;
  text-wrap: balance;
  font-size: 4.5rem;
  line-height: .96;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  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: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

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

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

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

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

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---opacity--transparent);
  border-radius: var(--_ui-styles---radius--radius-full);
  background-color: var(--_primitives---colors--primary);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  letter-spacing: -.025rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  transform: translate(0);
  box-shadow: 0 4px 8px #0000;
}

.button:hover {
  border-color: var(--_primitives---opacity--neutral-darkest-5);
  transform: translate(0, -4px);
  box-shadow: 0 4px 8px #0000001a;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.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 {
  background-color: var(--_primitives---colors--base);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  letter-spacing: -.03125rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.button.is-alternate {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

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

.button.is-form {
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.button.is-nav {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.button.is-medium {
  letter-spacing: -.02rem;
  font-size: 1rem;
}

.button.is-transparent {
  background-color: var(--_primitives---opacity--white-20);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--_primitives---colors--white);
}

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

.heading-style-h4 {
  letter-spacing: -.09375rem;
  font-size: 2rem;
  line-height: 1.12;
}

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

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

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

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

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

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

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

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

.text-size-regular {
  letter-spacing: -.03125rem;
  font-size: 1rem;
  line-height: 1.24;
}

.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 {
  letter-spacing: -.125rem;
  text-wrap: balance;
  font-size: 3rem;
  line-height: .96;
}

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

.form_input {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  border-radius: var(--_ui-styles---radius--radius-full);
  height: auto;
  color: var(--_primitives---colors--neutral-darkest);
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.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: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

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

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

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

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

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

.button-group.is-right {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

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

.background-color-white {
  background-color: var(--_primitives---colors--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 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #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: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--radius-x-small);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

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

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

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

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

.text-size-small {
  letter-spacing: -.015625rem;
  font-size: .875rem;
  line-height: 1.36;
}

.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 24px -4px #00000014, 0 8px 8px -4px #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 {
  letter-spacing: -.0625rem;
  border-left-style: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  font-style: italic;
}

.text-rich-text h2 {
  letter-spacing: -.0625rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: .96;
}

.text-rich-text h3 {
  letter-spacing: -.0625rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.12;
}

.text-rich-text h4 {
  letter-spacing: -.0625rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.12;
}

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--_primitives---colors--primary);
  color: var(--_primitives---opacity--neutral-darkest-40);
  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;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  letter-spacing: -.0625rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.24;
}

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--radius-x-small);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--radius-small);
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

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

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

.delete-this {
  display: flex;
}

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  border-radius: var(--_ui-styles---radius--radius-full);
  color: var(--_primitives---colors--neutral-darkest);
  letter-spacing: -.015625rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.tag.is-featured {
  background-color: var(--_primitives---colors--primary);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--radius-x-small);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--radius-none);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--radius-none);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--radius-x-small);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--radius-small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background-light);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.navbar_component {
  border-bottom: 0px solid var(--color-scheme-1--background-light);
  background-color: var(--_primitives---opacity--transparent);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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: 96rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

.navbar_logo {
  width: 100%;
  max-width: 64px;
}

.navbar_menu {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---opacity--neutral-darkest-40);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-5);
  border-radius: var(--_ui-styles---radius--radius-full);
  padding: .5rem;
}

.navbar_link {
  border-radius: var(--_ui-styles---radius--radius-x-large);
  color: var(--_primitives---opacity--neutral-darkest-40);
  padding: .5rem 1rem;
  font-size: .875rem;
}

.navbar_link:hover {
  background-color: var(--_primitives---colors--base);
  color: var(--color-scheme-1--text);
}

.navbar_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar_link.display-none {
  display: none;
}

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

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

.navbar_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--radius-small);
  background-color: var(--color-scheme-1--background-light);
  padding: .5rem;
  position: absolute;
}

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

.navbar_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.navbar_menu-button {
  padding: 0;
}

.section_footer {
  z-index: 0;
  background-color: var(--_primitives---colors--neutral-darkest);
  width: 100%;
  color: var(--_primitives---opacity--white-40);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  bottom: 0;
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_link-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: .875rem;
  text-decoration: none;
}

.footer_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.footer_image {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--_primitives---opacity--neutral-darkest-10);
}

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

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

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.section_faq {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.faq_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--_primitives---opacity--neutral-darkest-5);
  border-radius: var(--_ui-styles---radius--radius-medium);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_features-big {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.features-big_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.features-big_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 20vh;
  overflow: hidden;
  box-shadow: 0 0 4px #0000001a;
}

.features-big_card.is-1 {
  z-index: 4;
  position: absolute;
  top: 0;
}

.features-big_card.is-2 {
  z-index: 3;
  position: absolute;
  top: 4.5rem;
}

.features-big_card.is-3 {
  z-index: 2;
  position: absolute;
  top: 9rem;
}

.features-big_card.is-1-2 {
  z-index: 4;
  position: absolute;
  top: 0;
}

.features-big_card.is-2-2 {
  z-index: 3;
  position: absolute;
  top: 4.5rem;
}

.features-big_card.is-3-2 {
  z-index: 2;
  position: absolute;
  top: 9rem;
}

.features-big_card.is-1-3 {
  z-index: 4;
  position: absolute;
  top: 0;
}

.features-big_card.is-2-3 {
  z-index: 3;
  position: absolute;
  top: 4.5rem;
}

.features-big_card.is-3-3 {
  z-index: 2;
  position: absolute;
  top: 9rem;
}

.features-big_card.is-1-4 {
  z-index: 4;
  position: absolute;
  top: 0;
}

.features-big_card.is-2-4 {
  z-index: 3;
  position: absolute;
  top: 4.5rem;
}

.features-big_card.is-3-4 {
  z-index: 2;
  position: absolute;
  top: 9rem;
}

.features-big_card-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 34rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

.features-big_card-content.is-centre {
  justify-content: center;
  align-items: flex-start;
}

.features-big_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.features-big_image {
  border-radius: var(--_ui-styles---radius--radius-large);
  object-fit: contain;
  width: 100%;
  max-width: 20rem;
}

.accordion1_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion1_top {
  border-top: 1px solid var(--_primitives---opacity--neutral-darkest-5);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.accordion1_icon {
  align-self: flex-start;
  width: 1.5rem;
  margin-left: 1.5rem;
  display: flex;
}

.accordion1_bottom {
  overflow: hidden;
}

.footer_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 95svh;
  max-height: 1000px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.footer_button-group {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
  display: flex;
}

.footer_button-group-left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--_primitives---opacity--transparent);
  border-radius: var(--_ui-styles---radius--radius-full);
  background-color: var(--_primitives---opacity--white-10);
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3.5rem 1.5rem 3rem;
  transition: all .2s;
  display: flex;
}

.footer_button:hover {
  border-color: var(--_primitives---opacity--white-10);
  background-color: var(--_primitives---opacity--white-15);
}

.footer_button.is-up {
  padding: 1.5rem;
}

.footer_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.section_brands-hero {
  background-color: var(--color-scheme-1--background-light);
  height: 100svh;
  max-height: 60rem;
  color: var(--color-scheme-1--text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.brands-hero_heading-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brands-hero_heading {
  letter-spacing: -.1875rem;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.brands-hero_heading-span {
  background-image: url('../images/Placeholder-Image---Landscape.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 11.5rem;
}

.section_logo {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.logo_component {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: nowrap;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.logo_wrapper {
  flex: none;
  justify-content: center;
  align-items: flex-start;
}

.logo_wrapper.is-tall {
  max-width: 7rem;
}

.logo_logo {
  opacity: 1;
  min-height: 2.5rem;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  padding-left: 4rem;
  padding-right: 4rem;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.logo_logo:hover {
  transform: scale(1.2);
}

.section_bottom-divider {
  background-color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: flex-end;
  height: 4.5rem;
  display: flex;
  box-shadow: 0 40px 32px #0006;
}

.section_layout494 {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.layout494_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout494_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.layout494_inner-wrapper {
  width: 50%;
  padding-left: 2.5rem;
}

.layout494_header {
  margin-bottom: 2rem;
}

.layout494_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.layout494_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout494_tab-link {
  border-bottom: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---opacity--transparent);
  opacity: .4;
  padding: 1rem 0;
}

.layout494_tab-link.w--current {
  background-color: var(--_primitives---opacity--transparent);
  opacity: 1;
  border-left-color: #000;
}

.layout494_paragraph {
  overflow: hidden;
}

.layout494_tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.layout494_image-wrapper {
  border-radius: var(--_ui-styles---radius--radius-none);
  overflow: hidden;
}

.layout494_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout494_lightbox {
  border-radius: var(--_ui-styles---radius--radius-none);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout494_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.div-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.bottom-divider_component {
  border-bottom-left-radius: var(--_ui-styles---radius--radius-large);
  border-bottom-right-radius: var(--_ui-styles---radius--radius-large);
  background-color: var(--_primitives---colors--white);
  width: 100%;
  height: 4.5rem;
}

.section_header106 {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
  display: none;
}

.header106_component {
  position: relative;
}

.header106_inner-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.header106_images-wrapper {
  z-index: 1;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header106_image-wrapper {
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 15rem;
  position: absolute;
  overflow: hidden;
}

.header106_image-wrapper.is-image1 {
  top: 12%;
  left: -10%;
}

.header106_image-wrapper.is-image2 {
  bottom: 10%;
  left: 5%;
}

.header106_image-wrapper.is-image3 {
  bottom: 0%;
}

.header106_image-wrapper.is-image4 {
  bottom: 15%;
  right: 10%;
}

.header106_image-wrapper.is-image5 {
  top: 5%;
  right: -8%;
}

.header106_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header106_ix-trigger {
  z-index: -1;
  margin-top: 85vh;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section_creators {
  background-color: var(--_primitives---colors--base);
  position: relative;
}

.creators_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.is--dark {
  color: #dfdad5;
  background-color: #242022;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2.tall {
  overflow: hidden;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  align-self: flex-end;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 20%;
}

.splide__slide.is-campaigns {
  align-self: center;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
  display: none;
}

.embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.embed.display-none {
  display: none;
}

.slider-tall_img {
  display: flex;
}

.slider-tall_photo {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_primitives---opacity--neutral-darkest-10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_primitives---opacity--neutral-darkest-10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_primitives---opacity--neutral-darkest-10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_primitives---opacity--neutral-darkest-10);
  border-top-left-radius: var(--_ui-styles---radius--radius-medium);
  border-top-right-radius: var(--_ui-styles---radius--radius-medium);
  border-bottom-left-radius: var(--_ui-styles---radius--radius-medium);
  border-bottom-right-radius: var(--_ui-styles---radius--radius-medium);
  transform-origin: bottom;
  transition-property: transform;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
  transform: scale(.7);
}

.section_multi-cta {
  background-color: var(--_primitives---colors--white);
}

.multi-cta_rails {
  height: 210svh;
  position: relative;
}

.multi-cta_sticky {
  justify-content: center;
  align-items: center;
  height: 70svh;
  display: flex;
  position: sticky;
  top: 0;
}

.multi-cta_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-cta_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.multi-cta_background {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-3.is-right {
  padding-top: 3rem;
}

.image {
  margin-bottom: 6rem;
}

.section_home-hero {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
  position: relative;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.component-instructions-item {
  padding-left: .5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.home-hero_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.home-hero_images-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-hero_images-group1 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero_image-wrapper1 {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--radius-x-small);
  width: 100%;
  max-width: 16%;
  position: absolute;
  inset: auto auto 2% -5%;
  overflow: hidden;
}

.home-hero_image {
  border-radius: var(--_ui-styles---radius--radius-large);
  width: 100%;
  height: 100%;
}

.home-hero_image.is-small {
  border-radius: var(--_ui-styles---radius--radius-medium);
}

.home-hero_image-wrapper3 {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--radius-x-small);
  width: 100%;
  max-width: 8%;
  position: absolute;
  top: 48%;
  left: 12%;
  overflow: hidden;
}

.home-hero_image-wrapper6 {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--radius-x-small);
  width: 100%;
  max-width: 13%;
  position: absolute;
  inset: auto auto 2% 22%;
  overflow: hidden;
}

.home-hero_image-wrapper8 {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--radius-x-small);
  width: 100%;
  max-width: 8%;
  position: absolute;
  bottom: -5%;
  left: 46%;
  overflow: hidden;
}

.home-hero_images-group2 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero_image-wrapper2 {
  width: 100%;
  max-width: 12%;
  position: absolute;
  inset: 5% 15% auto auto;
  overflow: hidden;
}

.home-hero_image-wrapper4 {
  border-radius: var(--_ui-styles---radius--radius-x-small);
  width: 100%;
  max-width: 12%;
  position: absolute;
  inset: 14% auto auto 5%;
  overflow: hidden;
}

.home-hero_image-wrapper5 {
  border-radius: var(--_ui-styles---radius--radius-x-small);
  width: 100%;
  max-width: 17%;
  position: absolute;
  top: 38%;
  right: -4%;
  overflow: hidden;
}

.home-hero_image-wrapper7 {
  border-radius: var(--_ui-styles---radius--radius-x-small);
  width: 100%;
  max-width: 12%;
  position: absolute;
  bottom: 5%;
  right: 22%;
  overflow: hidden;
}

.home-hero_bottom-fade {
  z-index: 2;
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section_reveal-text {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.reveal-text_text {
  letter-spacing: -.0625rem;
  font-size: 2.25rem;
}

.reveal-text_split-text {
  display: none;
}

.section_about-hero {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.about-hero_component {
  flex-direction: column;
  align-items: center;
}

.about-hero_image-wrapper {
  border-radius: var(--_ui-styles---radius--radius-none);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.about-hero_image {
  object-fit: cover;
  width: 100%;
  max-width: 35rem;
  height: 100%;
}

.careers_component {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.careers_accordion {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-5);
  border-radius: var(--_ui-styles---radius--radius-small);
  background-color: var(--_primitives---colors--base);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.careers_accordion-top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.5rem;
  display: flex;
}

.accordion2_icon {
  align-self: flex-start;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1.5rem;
  display: flex;
}

.careers_accordion-bottom {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.opacity-40 {
  opacity: .4;
}

.careers_accordion-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.careers_accordion-info-inner {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.creators_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 26rem;
  display: flex;
}

.creators_slider-container {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.creators_slider-fade {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--_primitives---colors--base), #faf7f500);
  width: 10rem;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.creators_slider-fade.is-right {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.section_header64, .section_blog {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.blog_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog_heading {
  flex: 1;
}

.blog_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog_list.is-featured {
  display: block;
}

.blog_item-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  border-radius: var(--_ui-styles---radius--radius-large);
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.blog_item-link:hover {
  border-color: var(--_primitives---opacity--neutral-darkest-10);
  background-color: var(--_primitives---colors--base);
}

.blog_item-link.is-featured {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.blog_image-wrapper {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-10);
  border-radius: var(--_ui-styles---radius--radius-small);
  width: 100%;
  overflow: hidden;
}

.blog_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_image.is-featured {
  aspect-ratio: 1;
}

.blog_meta-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.show-mobile-landscape {
  display: none;
}

.section_blog-cta {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
  position: relative;
}

.blog-cta_form-block {
  max-width: 28rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-5);
  border-radius: var(--_ui-styles---radius--radius-full);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding: .5rem;
  display: flex;
}

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

.error-text {
  color: #e23939;
}

.padding-section-hero {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.blog_filters-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog_filters {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-5);
  border-radius: var(--_ui-styles---radius--radius-x-large);
  justify-content: flex-start;
  align-items: center;
  padding: .25rem;
  display: flex;
  box-shadow: 0 8px 16px #0000001a;
}

.blog_filters-link {
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  letter-spacing: -.03125rem;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.2;
}

.blog_filters-link.w--current {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.blog_filters-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_blog-post {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.blog-post_title-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog-post_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog-post_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.blog-post_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post_social-link {
  background-color: var(--color-scheme-1--foreground);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post_image-wrapper {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-10);
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post_image {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_content29 {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.content29_content-wrapper {
  margin-bottom: 4rem;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.content29_social-link {
  background-color: var(--color-scheme-1--foreground);
  border-radius: 20px;
  padding: .25rem;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content29_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.content29_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.padding-section-stack {
  padding-top: 2.5rem;
  padding-bottom: 10rem;
}

.blog-post_meta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_retailers-hero {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.retailers-hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.retailers-hero_image-wrapper {
  overflow: hidden;
}

.retailers-hero_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section_features-split {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.features-split_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-split_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-split_content.is-reverse {
  grid-auto-flow: row dense;
}

.features-split_image-wrapper {
  border-radius: var(--_ui-styles---radius--radius-none);
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-split_image-1 {
  width: 13rem;
}

.section_brands {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.brands_strip-inner {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  display: flex;
  position: relative;
}

.brands_list {
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  background-color: var(--_primitives---colors--primary);
  box-shadow: none;
  white-space: nowrap;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  padding: 1rem 3rem;
  display: flex;
}

.brands_wrapper {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brands_logo {
  object-fit: contain;
  transform-style: preserve-3d;
}

.brands_logo.is-tall {
  max-height: 3.5rem;
}

.bold-black {
  color: var(--color-scheme-1--text);
  font-weight: 400;
}

.brands_list-wrapper {
  box-shadow: none;
  display: flex;
  position: absolute;
  transform: none;
}

.brands_list-wrapper.is-top {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  transform: rotate(6deg);
}

.section_retailers-cta {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
  position: relative;
  overflow: hidden;
}

.retailers-cta_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_features-tab {
  background-color: var(--_primitives---colors--base);
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.features-tab_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.features-tab_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--_primitives---opacity--neutral-darkest-10);
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.features-tab_card.splide__slide {
  width: 100%;
}

.features-tab_card-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.features-tab_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 32rem;
  min-height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.features-tab_image-4 {
  width: 100%;
  max-width: 30rem;
}

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

.video_component {
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--base);
  justify-content: center;
  align-items: center;
  padding: 7rem 4rem;
  display: flex;
}

.video_placeholder {
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 50rem;
  overflow: hidden;
}

.creators_code {
  display: none;
}

.creators_white-bg {
  background-color: var(--_primitives---colors--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.features-big_header {
  max-width: 38rem;
  margin-bottom: 2rem;
}

.eyebrow_component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #01181d66;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.eyebrow_dot {
  color: #01181d66;
  background-color: #01181d66;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

.features-big_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.features-big_inner-wrapper {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  min-height: 65svh;
  max-height: 30rem;
  padding-left: 2.5rem;
  display: flex;
}

.features-big_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  position: static;
}

.features-big_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.features-big_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  opacity: .2;
  background-color: #0000;
  padding: 0 0;
  display: flex;
  position: static;
}

.features-big_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #01181d33;
  border-left-color: #000;
  position: static;
}

.features-big_tab-title {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.features-big_progress-wrapper {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
}

.features-big_progress-bar {
  background-color: var(--base-color-brand--black\<deleted\|relume-variable-color-primary-1\>);
  width: 0;
  height: 100%;
}

.features-big_paragraph {
  color: #01181d99;
  width: 35%;
  padding-left: 2.5rem;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 5rem auto;
  overflow: hidden;
}

.features-big_tabs-content {
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.features-big_tab-pane {
  width: 100%;
  height: 100%;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29rem;
  display: flex;
  position: relative;
}

.button_arrow-square {
  background-color: #fff3;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_arrow-track {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 6rem;
  height: 3rem;
  padding: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button_arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.button_arrow.is-1 {
  color: #cbf36d;
  transform: rotate(-90deg);
}

.section_brands-features {
  background-color: var(--_primitives---colors--base);
  color: var(--color-scheme-1--text);
}

.brands-features_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.brands-features_header {
  max-width: 38rem;
  margin-bottom: 2rem;
}

.brands-features_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.brands-features_inner-wrapper {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  min-height: 65svh;
  max-height: 30rem;
  padding-left: 2.5rem;
  display: flex;
}

.brands-features_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  position: static;
}

.brands-features_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.brands-features_tabs-content {
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.brands-features_tab-panel {
  border-radius: var(--_ui-styles---radius--radius-medium);
  background-color: var(--_primitives---colors--neutral-darkest);
  width: 100%;
  height: 100%;
}

.brands-features_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_primitives---opacity--neutral-darkest-50);
  opacity: .2;
  background-color: #0000;
  padding: 0 0;
  display: flex;
  position: static;
}

.brands-features_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #0000001a;
  border-left-color: #000;
  position: static;
}

.brands-features_tab-title {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.brands-features_paragraph {
  color: #01181d99;
  width: 35%;
  padding-left: 2.5rem;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 5rem auto;
  overflow: hidden;
}

.brands-features_progress-wrapper {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
}

.brands-features_progress-bar {
  background-color: var(--base-color-brand--black\<deleted\|relume-variable-color-primary-1\>);
  width: 0;
  height: 100%;
}

.features-big_number-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  font-family: Fragment Mono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.features-big_number {
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--neutral-darkest);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.logo_fade-out {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--_primitives---colors--white), #fff0);
  pointer-events: none;
  width: 15rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo_fade-out.is-right {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.logo_container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.section_media {
  background-color: var(--_primitives---colors--white);
  position: relative;
}

.media_component {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--neutral-darkest);
  flex-flow: column;
  padding: 7rem 5rem;
  display: flex;
  position: relative;
}

.media_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_primitives---colors--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-light {
  color: var(--_primitives---opacity--white-60);
}

.media_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.media_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--_ui-styles---radius--radius-medium);
  background-color: var(--_primitives---colors--primary);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 20rem;
  padding: 2rem;
  display: flex;
}

.media_graph {
  border-radius: var(--_ui-styles---radius--radius-medium);
  background-color: var(--_primitives---opacity--white-10);
  flex: 1;
  min-height: 20rem;
  padding: 2rem;
  position: relative;
}

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

.media_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.media_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.media_number {
  border-radius: var(--_ui-styles---radius--radius-large);
  background-color: var(--_primitives---colors--base);
  width: 2rem;
  height: 2rem;
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  display: flex;
}

.media_bar-graph {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.media_bar {
  border-top: 2px solid var(--_primitives---colors--primary);
  border-radius: var(--_ui-styles---radius--radius-x-small);
  background-image: linear-gradient(#01ffa799, #01ffa700);
  flex: 1;
  height: 1%;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
}

.media_bar.is-1 {
  height: 16%;
}

.media_bar.is-2 {
  height: 24%;
}

.media_bar.is-3 {
  height: 20%;
}

.media_bar.is-4 {
  height: 32%;
}

.media_bar.is-5 {
  height: 56%;
}

.media_bar.is-6 {
  height: 44%;
}

.media_bar.is-7 {
  height: 66%;
}

.media_bar.is-8 {
  height: 80%;
}

.brands-features_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.brands-features_image {
  width: 100%;
  max-width: 40rem;
}

.text-color-black-2 {
  color: #000;
}

.slider-tall_followers {
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.12;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.slider-tall_link {
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---opacity--white-30);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: .875rem;
  line-height: 1.12;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.slider-tall_profile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  font-size: .875rem;
  line-height: 1.12;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.slider-tall_avatar {
  width: 1.75rem;
  height: 1.75rem;
}

.circle-rotator {
  width: 1000px;
  height: 1000px;
  position: relative;
}

.circle-image {
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.circle-image.is-1 {
  inset: 440px auto auto 0%;
}

.circle-image.is-5 {
  inset: 440px 0 auto auto;
}

.orbit-img {
  width: 160px;
  height: 160px;
}

.retailers-cta_content {
  justify-content: center;
  align-items: flex-end;
  height: 65rem;
  padding-top: 4rem;
  padding-bottom: 12rem;
  display: flex;
}

.top-left-origin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-2 {
  width: 100%;
  max-width: 6.5rem;
  position: relative;
  bottom: -4px;
}

.brands-hero_first-group, .brands-hero_heading-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content29_back {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.features-big_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-big_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.media_line {
  border: 1px dashed var(--_primitives---opacity--white-10);
  height: 95%;
  position: absolute;
  top: 4px;
  left: 15px;
}

.code-embed-2 {
  position: static;
}

.careers_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.media_bg {
  z-index: 0;
  background-color: var(--_primitives---colors--base);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.brands-hero_card {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-5);
  border-radius: var(--_ui-styles---radius--radius-small);
  flex: none;
  width: 4.5rem;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000001a;
}

.brands-hero_card.is-back {
  transform: rotate(-6deg)translate(-8px);
}

.brands-hero_card.is-middle {
  transform: rotate(6deg)translate(8px);
}

.brands-hero_card-wrap {
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: relative;
}

.brands_strip {
  width: 100%;
  box-shadow: none;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(6deg);
}

.brands_strip.is-top {
  transform: rotate(-6deg);
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
  position: relative;
}

.brands_shadow {
  z-index: 0;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  box-shadow: 0 8px 16px #0000001a;
}

.brands_components {
  position: relative;
}

.div-block-21 {
  position: absolute;
  inset: 0% 0% auto;
}

.section_home-cta {
  background-color: var(--color-scheme-1--background-light);
  color: var(--color-scheme-1--text);
}

.home-cta_heading-list {
  height: 7rem;
  overflow: hidden;
}

.home-cta_heading-list.heading-list-visible {
  overflow: visible;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.home-cta_component {
  flex-direction: column;
  height: 300vh;
  position: relative;
}

.home-cta_content {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-cta_heading {
  letter-spacing: -.125rem;
  white-space: nowrap;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: .96;
}

.home-cta_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.home-cta_image-wrapper {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-10);
  border-radius: var(--_ui-styles---radius--radius-medium);
  position: relative;
  overflow: hidden;
}

.home-cta_image-track {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  padding-top: 20rem;
  padding-bottom: 10rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-cta_image-track.is-right {
  padding-top: 10rem;
  padding-bottom: 20rem;
  inset: 0% 0% 0% auto;
}

.section_layout251 {
  background-color: var(--_primitives---colors--base);
  color: var(--color-scheme-1--text);
  position: relative;
  overflow: hidden;
}

.layout251_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr .75fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.layout251_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout251_list.splide__list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.layout251_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout251_item.splide__slide {
  border-radius: var(--_ui-styles---radius--radius-large);
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.layout251_image-wrapper {
  border-radius: var(--_ui-styles---radius--radius-x-small);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout251_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout251_button-group {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.campaigns-hero_item {
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  display: flex;
  position: relative;
}

.campaign-hero_image {
  width: 100%;
  height: 100%;
}

.campaigns-hero_inner {
  border-radius: var(--_ui-styles---radius--radius-large);
  transition: all .8s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.campaigns-hero_logo-wrap {
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.campaigns-hero_logo {
  width: 4rem;
}

.campaigns-hero_meta-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
}

.campaign-hero_meta {
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--white);
  padding: .5rem 1rem;
  line-height: 1.12;
}

.logo_code {
  display: none;
}

.div-block-22 {
  pointer-events: none;
  position: absolute;
  inset: auto 0% -240px;
}

.card-image {
  border-radius: var(--_ui-styles---radius--radius-medium);
}

.card_caption {
  opacity: 0;
  width: 100%;
  color: var(--_primitives---opacity--neutral-darkest-40);
  padding-top: .5rem;
  font-size: 1rem;
  transition: opacity .4s;
}

.features-split_image-4 {
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 18rem;
  box-shadow: 0 0 12px #0000001a;
}

.features-split_image-2 {
  z-index: 2;
  border-radius: var(--_ui-styles---radius--radius-small);
  width: 100%;
  max-width: 7rem;
  position: absolute;
  inset: 5vh auto auto 0;
  box-shadow: 0 0 12px #0000001a;
}

.features-split_image-3 {
  z-index: 2;
  border-radius: var(--_ui-styles---radius--radius-small);
  width: 100%;
  max-width: 7rem;
  position: absolute;
  inset: auto 0 4vh auto;
  box-shadow: 0 0 12px #0000001a;
}

.div-block-23 {
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.splide__arrow {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-10);
  border-radius: var(--_ui-styles---radius--radius-full);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.layout251_overlay {
  opacity: 0;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout251_logo {
  width: 4rem;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.layout251_bottom-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
}

.layout251_bottom-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_ui-styles---radius--radius-small);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--_primitives---colors--white);
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.layout251_bottom-bottom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout251_bottom-meta {
  border-radius: var(--_ui-styles---radius--radius-small);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--_primitives---colors--white);
  background-color: #fff3;
  padding: .5rem;
  font-size: .75rem;
}

.features-tab_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-tab_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-tab_image-1 {
  border-radius: var(--_ui-styles---radius--radius-large);
  width: 100%;
  max-width: 26.25rem;
  position: relative;
  right: 0;
}

.features-tab_image-2 {
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 12rem;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 12px #0000001a;
}

.features-tab_image-inner {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-tab_image-3 {
  border-radius: var(--_ui-styles---radius--radius-large);
  width: 100%;
  max-width: 28rem;
  box-shadow: 0 0 12px #0000001a;
}

.div-block-25 {
  position: relative;
}

.features-tab_image-5 {
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 11rem;
  position: absolute;
  inset: 10vh 0% auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.features-tab_image-6 {
  border-radius: var(--_ui-styles---radius--radius-full);
  width: 100%;
  max-width: 10rem;
  position: absolute;
  inset: auto auto 10vh 0%;
  box-shadow: 0 0 12px #0000001a;
}

.features-split_image-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 23rem;
  display: flex;
  position: relative;
}

.features-split_video-wrap {
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 13rem;
  position: relative;
  overflow: hidden;
}

.code-embed-3 {
  width: 100%;
  max-width: 13rem;
}

.features-split_video-profile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  font-size: .75rem;
  line-height: 1.12;
  display: flex;
  position: absolute;
  inset: auto auto .75rem .75rem;
}

.features-split_avatar {
  width: 1.25rem;
  height: 1.25rem;
}

.features-big_image-inner-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 27rem;
  display: flex;
  position: relative;
}

.features-big_image-3a {
  border-radius: var(--_ui-styles---radius--radius-large);
  object-fit: contain;
  width: 100%;
  max-width: 20rem;
}

.features-big_image-3b {
  border-radius: var(--_ui-styles---radius--radius-large);
  object-fit: contain;
  width: 100%;
  max-width: 12rem;
  position: absolute;
  inset: auto 0% auto auto;
}

.features-big_stack-video {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--_primitives---opacity--neutral-darkest-10);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--_primitives---opacity--neutral-darkest-10);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--_primitives---opacity--neutral-darkest-10);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--_primitives---opacity--neutral-darkest-10);
  border-top-left-radius: var(--_ui-styles---radius--radius-medium);
  border-top-right-radius: var(--_ui-styles---radius--radius-medium);
  border-bottom-left-radius: var(--_ui-styles---radius--radius-medium);
  border-bottom-right-radius: var(--_ui-styles---radius--radius-medium);
  transform-origin: bottom;
  position: relative;
  overflow: hidden;
}

.features-big_image-inner-1 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 31rem;
  display: flex;
  position: relative;
}

.features-big_image-1a {
  z-index: 2;
  border-radius: var(--_ui-styles---radius--radius-medium);
  object-fit: contain;
  width: 100%;
  max-width: 13.75rem;
  box-shadow: 0 0 12px #0000001a;
}

.features-big_video-wrap {
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 16.25rem;
  position: relative;
  overflow: hidden;
}

.div-block-26 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.div-block-27 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-big_image-1b {
  z-index: 2;
  border-radius: var(--_ui-styles---radius--radius-medium);
  object-fit: contain;
  width: 100%;
  max-width: 8.75rem;
  box-shadow: 0 0 12px #0000001a;
}

.features-big_image-inner-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-big_image-2a {
  z-index: 3;
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 16rem;
  position: absolute;
  inset: auto auto -1.5rem -1.5rem;
  box-shadow: 0 0 12px #0000001a;
}

.features-big_image-2b {
  z-index: 2;
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 16rem;
  position: relative;
  box-shadow: 0 0 12px #0000001a;
}

.features-big_image-2c {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--radius-medium);
  width: 100%;
  max-width: 16rem;
  position: absolute;
  inset: -1.5rem -1.5rem auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.features-big_image-inner-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 29rem;
  display: flex;
  position: relative;
}

.features-big_image-4a {
  border-radius: var(--_ui-styles---radius--radius-medium);
  object-fit: contain;
  width: 100%;
  max-width: 20rem;
  box-shadow: 0 0 12px #0000001a;
}

.features-big_image-4b {
  border-radius: var(--_ui-styles---radius--radius-medium);
  object-fit: contain;
  width: 100%;
  max-width: 13rem;
  position: absolute;
  inset: auto 0% auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.home-cta_profile {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_ui-styles---radius--radius-x-large);
  background-color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  font-size: .75rem;
  line-height: 1.12;
  display: flex;
  position: absolute;
  inset: .75rem auto auto .75rem;
}

.brands-features_image-3 {
  width: 100%;
  max-width: 26rem;
}

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

.campaigns-hero_image-wrap {
  width: 100%;
}

.campaigns-hero_overlay {
  opacity: 0;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: none;
  position: absolute;
  inset: 0%;
}

.layout251_arrow {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.display-inline-block {
  display: inline-block;
}

.logo_track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.brands_bottom {
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph {
  letter-spacing: -.02rem;
}

.display-none {
  display: none;
}

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

.brands-features_image-4 {
  width: 100%;
  max-width: 29rem;
}

.brands-features_image-2 {
  width: 100%;
  max-width: 34rem;
}

.retailers-cta_fade-out {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--_primitives---colors--white), var(--_primitives---opacity--transparent));
  width: 100%;
  height: 10rem;
  position: absolute;
}

.section_404 {
  background-color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  min-height: 90svh;
  display: flex;
}

._404_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  letter-spacing: -.2px;
  font-family: Instrument Sans, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.body.toc {
  line-height: 175%;
}

.div-block-9 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.div-block-28 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-block-16 {
  opacity: .5;
  margin-top: 8px;
}

.div-block-10 {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

.grid {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.header {
  text-align: center;
  letter-spacing: -1px;
  font-family: Instrument Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.header.l {
  text-align: left;
  font-size: 28px;
}

.header.m {
  text-align: left;
  font-size: 24px;
  line-height: 120%;
}

.header.align, .sub-terms {
  text-align: left;
}

.div-block-29 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.div-block-30 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-block-31 {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .button {
    letter-spacing: -.025rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background-light);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    border-radius: var(--_ui-styles---radius--radius-medium);
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2rem;
    transition: height .5s;
  }

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

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

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

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

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

  .navbar_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

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

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

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

  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .faq_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .features-big_card-content {
    padding: 2rem;
  }

  .brands-hero_heading {
    font-size: 3.25rem;
  }

  .brands-hero_heading-span {
    padding-right: 7.5rem;
  }

  .logo_logo {
    min-height: auto;
    max-height: 2.5rem;
  }

  .layout494_inner-wrapper {
    padding-left: 1.5rem;
  }

  .layout494_tabs {
    grid-column-gap: 3rem;
  }

  .layout494_tabs-content {
    padding-right: 1.5rem;
  }

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

  .header106_image-wrapper {
    max-width: 15rem;
  }

  .header106_image-wrapper.is-image1 {
    top: 45%;
    left: -20%;
  }

  .header106_image-wrapper.is-image2 {
    bottom: 5%;
  }

  .header106_image-wrapper.is-image3 {
    bottom: 0%;
  }

  .header106_image-wrapper.is-image4 {
    bottom: 7%;
    right: 8%;
  }

  .header106_image-wrapper.is-image5 {
    top: 45%;
    right: -15%;
  }

  .section_creators {
    overflow: hidden;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .home-hero_component {
    height: 100svh;
  }

  .home-hero_image-wrapper1 {
    max-width: 18%;
    bottom: 20%;
  }

  .home-hero_image-wrapper3 {
    max-width: 12%;
    top: 10%;
    left: 30%;
  }

  .home-hero_image-wrapper6 {
    max-width: 15%;
  }

  .home-hero_image-wrapper8 {
    bottom: 0%;
  }

  .home-hero_image-wrapper2 {
    top: 15%;
  }

  .home-hero_image-wrapper4 {
    max-width: 16%;
    top: 20%;
    left: 1%;
  }

  .home-hero_image-wrapper5 {
    max-width: 20%;
    top: 50%;
  }

  .home-hero_image-wrapper7 {
    max-width: 15%;
    bottom: 5%;
  }

  .blog_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog_heading {
    margin-right: 3rem;
  }

  .blog_list {
    grid-template-columns: 1fr 1fr;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .content29_content-wrapper {
    margin-bottom: 3rem;
  }

  .padding-section-stack {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .retailers-hero_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .features-split_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .features-tab_card-content {
    padding: 2rem;
  }

  .features-big_inner-wrapper {
    padding-left: 1.5rem;
  }

  .features-big_tabs {
    grid-column-gap: 3rem;
  }

  .features-big_tabs-content {
    padding-right: 1.5rem;
  }

  .brands-features_inner-wrapper {
    padding-left: 1.5rem;
  }

  .brands-features_tabs {
    grid-column-gap: 3rem;
  }

  .brands-features_tabs-content {
    padding-right: 1.5rem;
  }

  .media_grid {
    flex-flow: column;
  }

  .media_content {
    max-width: none;
  }

  .padding-section-bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-cta_content {
    max-width: 100%;
    height: 100svh;
  }

  .layout251_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout251_list {
    grid-column-gap: 2rem;
  }

  .padding-section-large-copy, .padding-section-custom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .margin-xsmall {
    margin: .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-top.padding-xxhuge {
    padding-top: 10rem;
  }

  .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-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .button.is-nav.is-secondary {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 1.75rem;
  }

  .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: 6rem;
    padding-bottom: 6rem;
  }

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar_component {
    min-height: 4rem;
    padding-right: 4%;
  }

  .navbar_menu.is-page-height-tablet {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding: 1.5rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .footer_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .faq_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .features-big_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .features-big_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .features-big_card-content {
    min-height: auto;
    padding: 2rem;
  }

  .features-big_card-content.is-centre {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .features-big_image-wrapper {
    height: auto;
    padding: 2rem;
  }

  .features-big_image-wrapper.is-video {
    padding: 0;
  }

  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion1_icon {
    width: 1.75rem;
  }

  .accordion1_list {
    width: 100%;
  }

  .footer_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer_button-group {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .footer_button-group-left {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer_button {
    width: 100%;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 2rem;
  }

  .brands-hero_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .brands-hero_heading {
    font-size: 2.5rem;
  }

  .brands-hero_heading-span {
    padding-right: 5.75rem;
  }

  .logo_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo_wrapper {
    padding: .75rem 1rem;
  }

  .logo_logo {
    max-height: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout494_content {
    flex-flow: column;
    display: flex;
  }

  .layout494_inner-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .layout494_header {
    width: 100%;
  }

  .layout494_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout494_tabs-menu {
    place-items: start stretch;
  }

  .layout494_tabs-content {
    order: -1;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .header106_component {
    height: 110vh;
  }

  .header106_image-wrapper.is-image1 {
    left: -25%;
  }

  .header106_image-wrapper.is-image2 {
    left: -8%;
  }

  .header106_image-wrapper.is-image4 {
    right: -5%;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide.slider2.tall {
    overflow: visible;
  }

  .splide__slide {
    width: 33.33%;
  }

  .splide__slide.five-cards {
    width: 100%;
  }

  .splide__arrows {
    display: none;
  }

  .home-hero_image-wrapper1 {
    max-width: 18%;
    bottom: 25%;
  }

  .home-hero_image {
    border-radius: var(--_ui-styles---radius--radius-medium);
  }

  .home-hero_image.is-small {
    border-radius: var(--_ui-styles---radius--radius-small);
  }

  .home-hero_image-wrapper6 {
    max-width: 22%;
    bottom: 5%;
    left: 14%;
  }

  .home-hero_image-wrapper8 {
    max-width: 12%;
  }

  .home-hero_image-wrapper7 {
    bottom: 12%;
  }

  .careers_accordion-top {
    padding: 1rem 1.25rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .careers_accordion-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .careers_accordion-info {
    grid-template-columns: 2fr 1fr;
  }

  .blog_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog_heading {
    margin-right: 0;
  }

  .blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-section-hero {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .content29_content-wrapper {
    margin-bottom: 2rem;
  }

  .padding-section-stack {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .retailers-hero_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .retailers-hero_content-left {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .features-split_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .features-split_content.is-reverse {
    flex-flow: wrap-reverse;
    grid-auto-flow: row;
    display: flex;
  }

  .features-split_content-left {
    text-align: center;
  }

  .features-split_image-wrapper {
    width: 100%;
  }

  .section_brands {
    display: none;
  }

  .brands_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .brands_wrapper {
    padding: .75rem 1rem;
  }

  .brands_logo {
    max-height: 2rem;
    transform: scale3d(1none, 1none, 1none);
  }

  .features-tab_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .features-tab_card {
    grid-template-columns: 1fr;
  }

  .features-tab_card-content {
    padding: 3rem 3rem 0;
  }

  .video_component {
    padding: 4rem 2rem;
  }

  .features-big_header {
    width: 100%;
  }

  .features-big_content {
    flex-flow: column;
    display: flex;
  }

  .features-big_inner-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .features-big_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .features-big_tabs-menu {
    place-items: start stretch;
  }

  .features-big_tabs-content {
    order: -1;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .brands-features_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .brands-features_header {
    width: 100%;
  }

  .brands-features_content {
    flex-flow: column;
    display: flex;
  }

  .brands-features_inner-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-height: none;
    padding-left: 0;
  }

  .brands-features_tabs {
    grid-column-gap: 0rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .brands-features_tabs-menu {
    place-items: start stretch;
    padding-bottom: 7rem;
    position: relative;
  }

  .brands-features_tabs-content {
    order: -1;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .brands-features_tab-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .brands-features_paragraph {
    width: 100%;
    padding-left: 0;
    bottom: 2rem;
  }

  .media_component {
    padding: 4rem 2rem 2rem;
  }

  .slider-tall_followers {
    height: 1.5rem;
    padding: .25rem .5rem;
    font-size: .625rem;
  }

  .slider-tall_link {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .625rem;
  }

  .slider-tall_profile {
    font-size: .625rem;
  }

  .slider-tall_avatar {
    width: 1.5rem;
    height: 1.5rem;
  }

  .retailers-cta_content {
    height: 48rem;
  }

  .brands-hero_first-group, .brands-hero_heading-row {
    flex-flow: row;
  }

  .brands-hero_heading-row.is-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .padding-section-bottom {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brands_strip {
    transform: rotate(10deg);
  }

  .brands_strip.is-top {
    transform: rotate(-10deg);
  }

  .home-cta_heading-list {
    height: 8rem;
  }

  .home-cta_component {
    height: 200vh;
  }

  .home-cta_content {
    min-height: 0;
  }

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

  .home-cta_image-track {
    width: 35%;
  }

  .layout251_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .layout251_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout251_button-group {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .campaigns-hero_meta-wrap {
    font-size: .75rem;
  }

  .campaign-hero_meta {
    padding: .25rem .5rem;
  }

  .layout251_overlay {
    display: none;
  }

  .layout251_bottom-top {
    font-size: .875rem;
  }

  .features-tab_image-2 {
    max-width: 10rem;
  }

  .features-tab_image-5, .features-tab_image-6 {
    max-width: 8rem;
  }

  .features-big_image-inner-3 {
    max-width: 22rem;
  }

  .features-big_image-3a {
    max-width: 18rem;
  }

  .features-big_image-3b {
    max-width: 8rem;
  }

  .features-big_image-inner-1 {
    max-width: 22rem;
  }

  .features-big_image-1a {
    max-width: 10rem;
  }

  .features-big_video-wrap {
    max-width: 12rem;
  }

  .features-big_image-1b {
    border-radius: var(--_ui-styles---radius--radius-medium);
    max-width: 6rem;
  }

  .features-big_image-inner-2 {
    margin-bottom: 2rem;
  }

  .features-big_image-inner-4 {
    max-width: 22rem;
  }

  .features-big_image-4a {
    max-width: 16rem;
  }

  .features-big_image-4b {
    max-width: 10rem;
  }

  .padding-section-large-copy, .padding-section-custom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .heading-style-h2 {
    letter-spacing: -.09rem;
  }

  .heading-style-h6 {
    letter-spacing: -.04rem;
  }

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

  .heading-style-h3 {
    letter-spacing: -.07rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq_content {
    grid-template-columns: 1fr;
  }

  .footer_component {
    height: auto;
    min-height: 95svh;
    max-height: none;
    padding-bottom: 2rem;
  }

  .brands-hero_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .brands-hero_heading {
    font-size: 1.75rem;
  }

  .brands-hero_heading-span {
    padding-right: 4rem;
  }

  .logo_list {
    justify-content: center;
  }

  .logo_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .layout494_tabs {
    grid-template-columns: 1fr;
  }

  .header106_image-wrapper {
    max-width: 9rem;
  }

  .header106_image-wrapper.is-image1 {
    top: 65%;
  }

  .header106_image-wrapper.is-image4 {
    bottom: 4%;
  }

  .header106_image-wrapper.is-image5 {
    top: 65%;
    right: -30%;
  }

  .home-hero_image-wrapper1 {
    max-width: 20%;
  }

  .home-hero_image-wrapper3 {
    left: 35%;
  }

  .home-hero_image-wrapper8 {
    max-width: 18%;
    bottom: -2%;
  }

  .home-hero_image-wrapper2 {
    max-width: 18%;
    top: 17%;
  }

  .home-hero_image-wrapper4 {
    max-width: 22%;
    top: 15%;
    left: -2%;
  }

  .home-hero_image-wrapper5 {
    max-width: 25%;
    top: 65%;
    right: -10%;
  }

  .home-hero_image-wrapper7 {
    max-width: 18%;
  }

  .careers_accordion-info {
    grid-template-columns: 2fr;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

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

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .retailers-hero_content, .features-split_content {
    grid-template-columns: 1fr;
  }

  .brands_list {
    justify-content: center;
  }

  .brands_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .features-big_tabs, .brands-features_tabs {
    grid-template-columns: 1fr;
  }

  .features-big_number-wrap {
    padding-left: 2rem;
  }

  .media_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .media_graph {
    padding: 1.5rem;
  }

  .careers_list {
    align-items: stretch;
  }

  .brands-hero_card {
    width: 3.5rem;
  }

  .brands-hero_card-wrap {
    width: 4.5rem;
    height: 4.5rem;
  }

  .home-cta_heading-list {
    height: 5.5rem;
  }

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

  .layout251_content, .layout251_list {
    grid-template-columns: 1fr;
  }

  .campaign-hero_meta.is-followers {
    display: none;
  }

  .brands-hero_image {
    width: 4rem;
  }
}

#w-node-_6cb9157e-29f4-1201-2f87-8135d253f706-d253f702 {
  justify-self: center;
}

#w-node-_6cb9157e-29f4-1201-2f87-8135d253f711-d253f702 {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-7e24728b {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-7e24728b {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-7e24728b {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-7e24728b {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-7e24728b {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-7e24728b, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-7e24728b {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-7e24728b, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-7e24728b, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-7e24728b {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-7e24728b, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-7e24728b {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-7e24728b, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-7e24728b {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-7e24728b, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-7e24728b, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-7e24728b, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-7e24728b, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-7e24728b, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-7e24728b, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-7e24728b, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-7e24728b {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-7e24728b {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-7e24728b {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-7e24728b, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-7e24728b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-7e24728b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-7e24728b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-7e24728b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-7e24728b, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-7e24728b, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-7e24728b, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-7e24728b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-7e24728b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-7e24728b {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-7e24728b {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-7e24728b {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-7e24728b {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-7e24728b {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-7e24728b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-7e24728b {
  justify-self: start;
}

#w-node-_81498bcb-4a49-f3f5-c90a-da2c7e712d0d-330b4561, #w-node-_5476e3f3-8065-369c-4975-81b12046ecf8-330b4561 {
  justify-self: center;
}

#w-node-_13efe34c-ee35-b6c4-e6a6-955a694a0900-330b4561 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7dec0c2e-3d2b-23ae-f1cc-7a49321fb004-0b72d1ba, #w-node-d5ea897d-ddfc-6eab-b4df-dcd0ef2758c1-0b72d1ba, #w-node-_41a4a80b-4d49-7842-a493-6ee4d70ab589-0b72d1ba, #w-node-_08639fbd-75e3-e803-3437-b9930588f35e-0b72d1ba {
  justify-self: center;
}

#w-node-dcb88f95-5f9b-b27b-0fd0-dea8fd1f7b1e-4b60d4f7 {
  grid-area: Area;
}

#w-node-dcb88f95-5f9b-b27b-0fd0-dea8fd1f7b21-4b60d4f7, #w-node-dcb88f95-5f9b-b27b-0fd0-dea8fd1f7b24-4b60d4f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcb88f95-5f9b-b27b-0fd0-dea8fd1f7b27-4b60d4f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dcb88f95-5f9b-b27b-0fd0-dea8fd1f7b62-4b60d4f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6d31da95-2dc7-b298-8144-d60552816c78-7e247283, #w-node-_6d31da95-2dc7-b298-8144-d60552816ca2-7e247283, #w-node-_7f4d8900-af5e-92ca-5aca-cc06b59601d7-330b4561, #w-node-_7f4d8900-af5e-92ca-5aca-cc06b5960225-330b4561 {
    order: 9999;
  }
}


