:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-brand--white: #d3b136;
  --base-color-neutral--neutral-light: #cececee0;
  --base-color-neutral--neutral-dark: #444;
  --base-color-brand--black: black;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--error-red: #b42318;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darker: #222;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.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(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  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;
}

.max-width-full.more-bottom {
  padding-bottom: 7rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.max-width-large.align-center.more-top {
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top.margin-medium.trans.feature-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-top.margin-medium.trans.feature-2.less {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.margin-bottom.margin-xxlarge.less-bottom {
  margin-bottom: 0;
}

.margin-bottom.margin-medium {
  margin: 0 0 1rem;
}

.margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
}

.margin-bottom.margin-small.less-bottom {
  margin-bottom: 0;
}

.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-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.center {
  text-align: center;
}

.margin-bottom.margin-medium {
  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 {
  color: var(--base-color-neutral--white);
  text-shadow: 14px 5px 18px #000c;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.125;
}

.text-size-medium.text-color-black {
  color: #070735;
  text-shadow: none;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.text-size-medium.spacer-small.align-center {
  text-align: center;
  text-shadow: none;
  width: auto;
  padding-top: .25rem;
  font-size: 1rem;
}

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

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

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

.heading-style-h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.more-bottom {
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

.heading-style-h5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.herotext {
  letter-spacing: 1px;
  text-shadow: 5px 8px 20px #000;
  margin-top: 2rem;
  margin-bottom: 14rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 5.9rem;
  position: relative;
  top: 0;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .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(--base-color-neutral--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);
}

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

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

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

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

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

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-radius: 5px;
  font-family: neue-haas-grotesk-display, sans-serif;
}

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

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

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

.button.is-small.is-round {
  border-radius: 50px;
  font-family: Inter, sans-serif;
}

.button.is-small.is-round.red {
  background-color: #c41220;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.button.is-alternate {
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  color: var(--base-color-neutral--black);
  border-radius: 8px;
  width: 100%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

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

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

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

.heading-style-h4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

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

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

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #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 {
  font-size: 1rem;
}

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

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

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

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

.heading-style-h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.form_input::placeholder {
  color: #0009;
}

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

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

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

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

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

.text-color-white {
  color: var(--base-color-neutral--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-color-white.disclaimer {
  color: var(--base-color-neutral--neutral-light);
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.text-color-white.disclaimer.align-center {
  text-align: center;
  background-image: linear-gradient(#ffffff82, #ffffff82);
  font-family: neue-haas-grotesk-text, sans-serif;
}

.text-color-white.disclaimer.align-center.darker {
  color: var(--base-color-neutral--black);
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}

.text-color-white.disclaimer.align-center.darker.black {
  background-image: linear-gradient(#000, #000);
}

.text-color-white.disclaimer.align-center.darker-3 {
  background-color: var(--base-color-neutral--neutral-dark);
  color: var(--base-color-neutral--black);
  background-image: none;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}

.text-color-white.disclaimer.align-center.mid {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.text-color-white.disclaimer.smaller {
  color: #cecece;
  background-image: linear-gradient(#ffffff8c, #ffffff8c);
}

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

.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(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 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 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

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

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

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

.text-rich-text.policies {
  font-family: neue-haas-grotesk-text, sans-serif;
}

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

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

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

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

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

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

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

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

.text-size-large.text-color-white {
  margin-top: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

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

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

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

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

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

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

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

.padding-global {
  z-index: 1;
  background-color: #0000;
  margin-left: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.padding-global.cta {
  background-color: #000;
  background-image: radial-gradient(circle, #131385 43%, #000), url('../images/Grain_Latest.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, 300px;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: neue-haas-grotesk-display, sans-serif;
}

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

.padding-section-large.no-top, .padding-section-large.less-top {
  padding-top: 7rem;
}

.padding-section-large.less-bottom {
  padding-bottom: 0;
}

.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;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

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

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

.header84_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

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

.header84_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.header84_card.background-color-black {
  background-color: var(--base-color-brand--black);
  border-radius: .4rem;
}

.header84_card.background-color-black.text-color-white {
  padding: 40px;
}

.header1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

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

.header1_component.round {
  background-color: #070735;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 1rem 1rem 2rem 2rem;
}

.section_header1 {
  color: var(--text-color--text-primary);
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.header1_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.08fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.image-wrap {
  perspective: 1000px;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
  transform: perspective(1000px);
}

._3d-image {
  aspect-ratio: auto;
  border: 1px none var(--base-color-brand--black);
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 90%;
  height: 100%;
  margin: 5%;
  padding: 2%;
  overflow: hidden;
}

._3d-image.filter {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  border-style: none;
  max-width: none;
  margin: 0%;
  padding: 0%;
}

.shine {
  opacity: .31;
  filter: blur(60px);
  background-color: #e0b65abf;
  border-radius: 50%;
  flex: 0 auto;
  width: 20rem;
  height: 20rem;
  margin: 1.6rem;
  padding: 1.8rem;
  position: absolute;
  inset: auto;
}

.navbar13_menu-button {
  padding: 0;
}

.navbar13_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar13_menu-link-wrapper {
  color: var(--base-color-neutral--white);
  display: flex;
}

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

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

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar13_logo {
  max-width: 220px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar13_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  color: var(--base-color-brand--black);
  padding: .5rem;
  position: absolute;
}

.navbar-13-instructions-delete {
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 2rem;
}

.navbar13_instructions-list {
  padding-left: 1.25rem;
}

.navbar13_menu {
  align-items: center;
  position: static;
}

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

.navbar13_dropdown-link {
  padding: .5rem 1rem;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.navbar13_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar13_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #070735;
  background-image: url('../images/Grain_Latest.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 300px;
  border: 1px solid #070735;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar13_link {
  color: var(--base-color-brand--white);
  padding: .5rem 1rem;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.navbar13_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar13_instructions-list-item {
  padding-left: .5rem;
}

.navbar13_component {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
}

.navbar13_component.delete-this-class {
  display: block;
  position: relative;
}

.cta30_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cta30_component {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.cta30_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_cta30 {
  position: relative;
}

.error-text {
  color: #e23939;
}

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

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

.video-overlay-layer {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#0006 67%, #000), radial-gradient(circle, #000000fa 9%, #ffffff1c), url('../images/Black-gold-wave_1Black-gold-wave.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, auto, auto;
  position: absolute;
  inset: 0%;
}

.cta30_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fs-copyclip_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-neutral--white);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center start;
  padding: 1rem;
  display: grid;
  position: relative;
}

.fs-copyclip_button {
  color: #fff;
  text-align: center;
  background-color: #c41220;
  border-radius: 10px;
  width: auto;
  min-width: 168px;
  padding: .6rem 2rem .65rem;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.fs-copyclip_button:hover {
  background-color: #960b16;
}

.fs-copyclip_text {
  color: var(--base-color-brand--black);
  font-family: neue-haas-grotesk-text, sans-serif;
}

.div-block {
  background-color: var(--base-color-brand--black);
  border-radius: 10px;
}

.text-block {
  color: var(--base-color-neutral--white);
  padding: .5rem;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.font-icon {
  padding-right: .5rem;
  font-family: "Fa 400", Arial, sans-serif;
}

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

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

.div-block-2.top {
  margin-top: 2rem;
  padding-right: 0;
}

.quote {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #9090c730;
  background-image: url('../images/Grain_Latest.png'), url('../images/dt_signature.svg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: 300px, 100px;
  border: 1px solid #d3b136;
  border-radius: 19px;
  margin-top: 4rem;
  padding: 0 1rem 1rem;
}

.quote.smaller {
  background-color: #0000;
  background-position: 0 0, 95% 120%;
  background-size: 300px, 125px;
  border-style: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -25px;
}

.text-block-3 {
  color: var(--base-color-neutral--neutral-light);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 20px;
  padding-bottom: 80px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.3rem;
}

.div-block-3 {
  background-color: #d4b036;
}

.image {
  width: 150px;
}

.text-block-4 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 3rem;
}

.section_banner12 {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.banner12_component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  font-family: Merriweather, serif;
  display: flex;
  overflow: hidden;
}

.banner12_inner-wrapper {
  justify-content: flex-end;
  width: 200vw;
  display: flex;
}

.banner12_marquee {
  justify-content: space-between;
  align-items: center;
  width: 150vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner12_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner12_text {
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: 2.25rem;
  font-weight: 400;
}

.marquee {
  grid-column-gap: 1rem;
  color: var(--base-color-brand--white);
  background-color: #040420;
  background-image: linear-gradient(#03031917, #03031917), url('../images/Grain_50p.png');
  background-position: 0 0, 0 0;
  background-size: auto, 300px;
  border: 4px solid #c41220;
  border-left: 7px #c41220;
  border-right: 2px #c41220;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  justify-content: space-around;
  align-items: center;
}

.text-block-5 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c5a44fad;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/iStock-2156293682.jpg'), linear-gradient(176deg, #ebbb0f, #866a05);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  padding-right: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1;
}

.text-block-5.trump {
  padding-left: 8rem;
  padding-right: 8rem;
}

.text-block-5.space {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bold-text {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 5rem;
}

.t-gold {
  color: #c41220;
}

.text-block-6 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 2rem;
}

.trump-t {
  background-color: var(--base-color-brand--black);
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
}

.text-outline {
  color: #070735;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--base-color-neutral--white);
}

.section_layout415 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  height: 500px;
}

.heading-style-h2-2 {
  color: #070735;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/intothe-rainbow-9.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.heading-style-h2-2.text-color-white {
  color: #d3b136;
  padding-bottom: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3rem;
  line-height: 3.2rem;
}

.heading-style-h2-2.no-shadow {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/intothe-rainbow-9.svg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.text-size-medium-2 {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.layout415_card {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layout415_card.card-3 {
  z-index: 1;
  transform: rotate(6deg);
}

.layout415_card.card-3.z-index-3, .layout415_card.card-1 {
  z-index: 3;
}

.layout415_card.card-2 {
  z-index: 2;
  transform: rotate(3deg);
}

.layout415_card.card-2.z-index-3 {
  z-index: 3;
}

.layout415_card.card-4 {
  z-index: auto;
  transform: rotate(9deg);
}

.layout415_card.card-4.z-index-3 {
  z-index: 3;
}

.layout415_card-content {
  color: var(--base-color-neutral--neutral-darkest);
  font-family: Oswald, sans-serif;
}

.layout415_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  position: relative;
}

.layout415_instructions-list {
  padding-left: 1.25rem;
}

.layout-415-instructions-delete {
  text-align: left;
  background-color: #fff;
  padding: 2rem;
}

.layout415_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;
  height: 500px;
  display: grid;
  position: sticky;
  top: 0;
}

.layout415_instructions-list-item {
  padding-left: .5rem;
}

.layout415_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout415_ix-trigger {
  z-index: -1;
  margin-top: 60px;
  position: absolute;
  inset: 0%;
}

.paragraph {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

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

.text-size-medium-3 {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.layout353_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--base-color-neutral--white);
  background-color: #101058;
  background-image: url('../images/Grain_Latest.png'), radial-gradient(circle at 100%, #000030f7 25%, #fff0), url('../images/trump-silhouette.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: 300px, auto, 150px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 4rem;
  display: grid;
}

.layout353_content-item {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item.content-item-2 {
  border-color: #0059ff;
  border-radius: 20px;
  top: 32%;
  box-shadow: 0 2px 19px 5px #0331a585;
}

.layout353_content-item.content-item-1 {
  mix-blend-mode: normal;
  border-width: 1px;
  border-color: #0059ff;
  border-radius: 20px;
  top: 30%;
  box-shadow: 0 2px 19px 5px #0331a585;
}

.layout353_content-item.content-item-3 {
  border-color: #0059ff;
  border-radius: 20px;
  top: 34%;
  box-shadow: 0 2px 19px 5px #0331a585;
}

.layout353_content-item.content-item-4 {
  border-color: #0059ff;
  border-radius: 20px;
  top: 36%;
  box-shadow: 0 2px 19px 5px #0331a585;
}

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

.layout353_content-left {
  position: sticky;
  top: 30%;
}

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

.padding-global-2.background-color-black.text-color-white {
  -webkit-text-fill-color: inherit;
  background-color: #030327;
  background-image: none;
  background-clip: border-box;
  font-family: Open Sans, sans-serif;
}

.padding-global-2.background-color-black.text-color-white.footer {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.padding-global-2.add-bottom {
  margin-bottom: 2rem;
}

.section_layout353 {
  background-color: #070735;
}

.text-size-medium-4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.125rem;
}

.section_faq4 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  background-image: url('../images/Grain_50p.png');
  background-position: 0 0;
  background-size: auto;
}

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

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

.faq4_accordion {
  border: 1px none var(--border-color--border-primary);
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

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

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.span-color-gold {
  color: var(--base-color-brand--white);
  font-family: neue-haas-grotesk-display, sans-serif;
}

.section_cta25 {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--text-color--text-primary);
  background-image: radial-gradient(circle, #fff 31%, #0000 94%), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/rippling-target-2.svg'), url('../images/Grain_50p.png');
  background-position: 0 0, 100%, 0%, 50%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, 600px, 600px, 210%, 300px;
  border-top: 4px solid #c41220;
  border-bottom: 4px solid #c41220;
  position: relative;
}

.section_cta25.no-border {
  background-image: url('../images/Grain_50p.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 300px;
  border-top-style: none;
  border-bottom-style: none;
}

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

.button-group-2.wider {
  flex: 0 auto;
  margin-left: 3rem;
  margin-right: 3rem;
}

.button-group-2.wider-2 {
  flex: 1;
  margin-left: 3rem;
  margin-right: 3rem;
}

.button-primary-cta {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c41220;
  border: 1px solid #c41220;
  padding: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.button-primary-cta:hover {
  background-color: #0d51ff;
  border-color: #0d51ff;
}

.button-primary-cta.max-width-medium {
  border-radius: 4px;
}

.button-primary-cta.max-width-medium.smaller {
  width: auto;
  max-width: none;
  padding-left: 5rem;
  padding-right: 5rem;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.button-primary-cta.max-width-medium.smaller.wider {
  border-radius: 10px;
  flex: 1;
  width: 100%;
  padding: 1rem 4rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

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

.pay-div {
  border: 1px solid var(--base-color-neutral--white);
  border-radius: 5px;
  flex-flow: column;
  width: 100px;
  height: 100px;
  padding: 1rem;
  display: flex;
}

.pay-div.white {
  border-color: #fff;
}

.image-2 {
  height: 50px;
  position: relative;
  top: -12px;
}

.image-3 {
  height: 50px;
  position: relative;
  top: -24px;
}

.section_layout331 {
  position: relative;
}

.layout331_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start center;
  display: grid;
}

.layout331_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

.layout331_item {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  padding: 1rem;
}

.layout331_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout331_component {
  z-index: 1;
  text-align: center;
  position: relative;
}

.heading-style-h5-2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.video-overlay-layer-2 {
  z-index: 1;
  background-color: #070735;
  background-image: radial-gradient(circle, #070731 38%, #fff0), url('../images/Grain_Latest.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, 210%;
  position: absolute;
  inset: 0%;
}

.layout331_item-icon-wrapper {
  display: inline-block;
}

.list {
  font-family: Open Sans, sans-serif;
}

.list-item {
  color: #cecece;
  text-align: left;
  margin-bottom: 1rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}

.bullet-title-span {
  color: var(--base-color-brand--white);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
}

.silhouette {
  opacity: 1;
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: 300px;
  position: absolute;
  inset: 0%;
  transform: translate(0, 25px)scale(1.5)rotate(-9deg);
}

.heading-style-h2-3 {
  color: #070735;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.div-block-4 {
  color: var(--base-color-neutral--white);
  background-color: #070734;
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: 300px;
  border-radius: 10px;
  padding: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
}

.text-block-7 {
  border-radius: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.4rem;
}

.bold-text-2 {
  color: var(--base-color-brand--white);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 28px;
}

.bold-text-3, .bold-text-4 {
  color: #070735;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.7rem;
}

.paragraph-2, .paragraph-3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 21px;
}

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

.footer7_link {
  text-align: center;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

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

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

.footer7_credit-text {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .875rem;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.footer7_logo {
  width: 200px;
}

.footer7_legal-link {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .875rem;
  text-decoration: underline;
}

.footer7_legal-link.w--current {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.footer7_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer7_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-4 {
  -webkit-text-stroke-width: 0px;
  border: 2px #d3b136;
}

.text-block-8 {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.text-block-9, .text-block-10 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.text-block-11 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}

.text-block-12 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.text-block-13 {
  color: #007bff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}

.success-div {
  display: none;
  position: absolute;
  inset: -50% 5% auto auto;
}

.heading-style-h2-4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-4.bigger {
  color: #c41220;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  font-size: 4.5rem;
  line-height: 4.6rem;
}

.text-size-medium-5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-5.bigger {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.5rem;
}

.section_cta1 {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--text-color--text-primary);
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: 300px;
}

.cta1_image-wrapper {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

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

.cta1_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  min-width: 400px;
  height: 680px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cta1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

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

.disclaimer.extra-top {
  margin-top: 2rem;
}

.disclaimer.more-top {
  color: #fff;
  margin-top: 1rem;
}

.text-block-14 {
  color: var(--base-color-neutral--neutral-light);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.section_cta30-v1-block {
  position: relative;
}

.section_cta30-v1-block.text-color-alternate {
  border-top: 4px solid #c41220;
}

.section_cta30-v1-block.text-color-alternate.pre-hide {
  display: none;
}

.section_cta30-v2 {
  position: relative;
}

.section_cta25-v1-block {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--text-color--text-primary);
  background-image: radial-gradient(circle, #fff 31%, #0000 59%), url('../images/rippling-target-2.svg'), url('../images/Grain_50p.png');
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 210%, 300px;
  border-top: 4px solid #c41220;
  border-bottom: 4px solid #c41220;
  position: relative;
}

.section_cta25-v1-block.no-border {
  background-image: url('../images/Grain_50p.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 300px;
  border-top-style: none;
  border-bottom-style: none;
}

.section_cta25-v1-block.pre-hide {
  display: none;
}

.section_cta25-v2 {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--text-color--text-primary);
  background-image: radial-gradient(circle, #fff 31%, #0000 94%), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/rippling-target-2.svg'), url('../images/Grain_50p.png');
  background-position: 0 0, 100%, 0%, 50%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, 600px, 600px, 210%, 300px;
  border-top: 4px solid #c41220;
  border-bottom: 4px solid #c41220;
  position: relative;
}

.section_cta25-v2.no-border {
  background-image: url('../images/Grain_50p.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 300px;
  border-top-style: none;
  border-bottom-style: none;
}

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

.layout240_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
  width: 720px;
  height: 325px;
}

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

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

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

.layout240_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section_layout240 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  background-image: url('../images/Grain_Latest.png'), url('../images/stars-stripes-3_1stars-stripes-3.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: 300px, cover;
  border: 4px solid #c41220;
  border-left: 1px #000;
  border-right: 1px #000;
}

.section_layout240.pre-hide {
  display: none;
}

.layout240_item {
  text-align: center;
  width: 100%;
}

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

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

.text-size-medium-6 {
  letter-spacing: 1px;
  font-size: 1.125rem;
}

.text-style-tagline {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.paragraph-4, .paragraph-5 {
  letter-spacing: 1px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.paragraph-6 {
  letter-spacing: 1px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}

.community-image-header-text {
  color: var(--base-color-neutral--white);
  background-color: #12126d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.text-block-15, .text-block-16, .text-block-17 {
  font-size: 1.5rem;
}

.bold-text-6 {
  line-height: 1.8rem;
}

.icon-color.white {
  filter: invert();
}

.coin-div {
  background-color: #008fff;
  border-radius: 300px;
  padding: 3px;
}

.coin-div.black {
  background-color: #000;
}

.image-5 {
  height: 60px;
  padding: 6px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.text-size-medium-7.center {
  color: var(--base-color-brand--black);
  text-align: center;
  letter-spacing: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  line-height: 1.4rem;
}

.text-size-medium-7.center.bigger {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

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

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

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

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

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

.layout1_image-wrapper {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.layout1_image.fit {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 6px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown1_dropdown-list.w--open {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: .5rem;
  padding: .5rem;
}

.navbar11_logo {
  width: 236px;
}

.contact20_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: neue-haas-grotesk-text, sans-serif;
  display: grid;
}

.dropdown1_dropdown-link {
  color: var(--base-color-neutral--black);
  padding: .5rem 1rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}

.dropdown1_dropdown-link:hover {
  color: #c41220;
}

.dropdown1_dropdown-link.w--current {
  color: #000;
}

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

.text-weight-semibold.text-color-red {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.text-style-link-2 {
  text-decoration: underline;
}

.text-block-78 {
  font-weight: 500;
}

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

.navbar11_component {
  z-index: 10;
  opacity: 1;
  color: #fff;
  background-color: #000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.contact20_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c41220;
  border: 1px solid #c41220;
  padding: .75rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.button-2:hover {
  background-color: #0d51ff;
  border-color: #0d51ff;
}

.button-2.is-small {
  background-color: #c41220;
  padding: .5rem 1.25rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 700;
}

.button-2.is-small:hover {
  background-color: #0d51ff;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.main-wrapper-2 {
  font-family: Inter, sans-serif;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown1_toggle:hover {
  color: #c41220;
  font-weight: 500;
}

.navbar11_menu-button {
  padding: 0;
}

.page-wrapper-2 {
  position: static;
  overflow: hidden;
}

.navbar11_container {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar11_link {
  color: #fff;
  text-align: center;
  padding: .5rem 1rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.navbar11_link:hover {
  color: #c41220;
  font-weight: 500;
}

.navbar11_link.w--current {
  color: #d8bc61;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.dropdown1_component {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.heading {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: Inter, sans-serif;
}

.text-block-79 {
  font-weight: 500;
}

.legal1-content_component {
  font-family: Inter, sans-serif;
}

.page-wrapper-3 {
  position: static;
  overflow: hidden;
}

.text-size-medium-12 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.125rem;
}

.heading-2 {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: Inter, sans-serif;
}

.text-block-80 {
  font-weight: 500;
}

.text-span-8 {
  text-transform: uppercase;
  font-weight: 700;
}

.link-gold {
  color: #ddbb4f;
  font-weight: 400;
  text-decoration: underline;
}

.gala-terms-rich-text {
  margin-top: 1.5rem;
}

.text-size-medium-13 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.125rem;
}

.heading-3, .rich-text-block {
  font-family: neue-haas-grotesk-text, sans-serif;
}

.link {
  color: var(--base-color-brand--white);
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d3b136, #d3b136);
  -webkit-background-clip: text;
  background-clip: text;
}

.link.black {
  color: var(--base-color-brand--white);
}

.link.email {
  text-transform: lowercase;
}

.links {
  color: var(--base-color-brand--white);
}

.links.w--current {
  background-color: var(--base-color-brand--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.links.black {
  color: var(--base-color-brand--white);
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}

.body {
  background-color: var(--base-color-neutral--white);
  background-image: linear-gradient(#0000 75%, #fff), linear-gradient(#ffffff80, #ffffff80), url('../images/Grain_Latest.png'), url('../images/stars-stripes-3_1stars-stripes-3.webp');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, 300px, cover;
}

.section-community-hero {
  background-color: var(--base-color-neutral--neutral-light);
  background-image: radial-gradient(circle, #000 38%, #fff0), url('../images/Grain_Latest.png'), linear-gradient(#070733e6, #070733e6), url('../images/stars-stripes-2_1stars-stripes-2.webp');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, 300px, auto, cover;
  padding-top: 7rem;
}

.image-74 {
  width: 100%;
  margin-top: 6rem;
}

.text-size-medium-14 {
  font-size: 1.125rem;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

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

.heading-style-h1-2 {
  color: var(--base-color-neutral--white);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

.div-block-7 {
  background-image: radial-gradient(circle, #18183b, #fff0 97%), url('../images/Community5_1Community5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
  position: relative;
}

.image-75 {
  width: 800px;
  max-width: 1000px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  background-image: radial-gradient(circle, #000 29%, #0000 49%);
  width: 100%;
  height: 100%;
}

.text-block-81 {
  color: var(--base-color-neutral--white);
  margin-top: 2rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.7rem;
  line-height: 2.4rem;
}

.layout-content-right {
  position: sticky;
  top: 2rem;
}

.heading-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  line-height: 1;
}

.image-76 {
  height: 60px;
}

.text-block-82 {
  color: var(--base-color-neutral--white);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.div-block-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.image-77 {
  width: 124px;
  margin-top: 0;
  margin-left: .25rem;
}

.image-78 {
  width: 200px;
  margin-top: .75rem;
  margin-left: .5rem;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  display: inline-flex;
}

.button-primary-cta-mobile {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c41220;
  border: 1px solid #c41220;
  padding: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.button-primary-cta-mobile:hover {
  background-color: #0d51ff;
  border-color: #0d51ff;
}

.button-primary-cta-mobile.max-width-medium {
  border-radius: 4px;
}

.button-primary-cta-mobile.max-width-medium.smaller {
  width: auto;
  max-width: none;
  padding-left: 5rem;
  padding-right: 5rem;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.button-primary-cta-mobile.max-width-medium.smaller.wider {
  flex: 1;
  width: 100%;
}

.text-block-83 {
  color: var(--base-color-neutral--white);
  text-align: center;
  margin-bottom: 1rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.underline-2 {
  color: #c41220;
  text-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span-9 {
  background-image: linear-gradient(to bottom, var(--base-color-neutral--white), var(--base-color-neutral--white));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.red-text {
  border: 4px none var(--base-color-neutral--white);
  color: #c41220;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 6rem;
  line-height: 10rem;
}

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

.button-group-2-buttons.wider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 0 auto;
  margin-left: 3rem;
  margin-right: 3rem;
}

.button-group-2-buttons.wider-2 {
  flex: 1;
  margin-left: 3rem;
  margin-right: 3rem;
}

.image-79 {
  filter: invert();
}

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

.max-width-large-copy.align-center {
  max-width: 60rem;
}

.max-width-large-copy.align-center.more-top {
  margin-top: 1rem;
}

.div-block-13 {
  background-image: linear-gradient(#0000, #ededed 94%);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.backtotop_component {
  z-index: 2;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.backtotop_button {
  background-color: var(--base-color-neutral--white);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

@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-top.margin-medium {
    text-align: center;
    background-color: #000;
    border-radius: 20px;
  }

  .margin-top.margin-medium.trans {
    background-color: #0000;
  }

  .margin-top.margin-medium.trans.feature-2 {
    display: block;
  }

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

  .heading-style-h1.herotext {
    margin-bottom: 2rem;
  }

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

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

  .text-color-white.disclaimer.smaller {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-section-large.reduce-bottom {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .padding-section-large.less-top {
    padding-top: 4rem;
  }

  .padding-section-large.no-bottom {
    padding-bottom: 4rem;
  }

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

  .header84_card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .header1_image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .header1_component.round {
    border-radius: 30px;
    padding-left: 2rem;
  }

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

  ._3d-image.filter {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .menu-icon2_line-bottom {
    background-color: var(--base-color-neutral--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar13_menu-button {
    padding: 0;
  }

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

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

  .navbar13_menu-link-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    color: var(--base-color-neutral--black);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .menu-icon2_line-top {
    background-color: var(--base-color-neutral--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    background-color: var(--base-color-brand--black);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#000, #000);
    -webkit-background-clip: text;
    background-clip: text;
    inset: auto 0% auto auto;
  }

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

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

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

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

  .navbar13_menu {
    background-color: #0000;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

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

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

  .navbar13_container {
    grid-template-columns: auto 1fr;
    width: 100%;
  }

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

  .menu-icon2_line-middle {
    background-color: var(--base-color-neutral--white);
    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-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar13_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .fs-copyclip_wrapper.full-width {
    grid-auto-flow: row;
    place-items: center;
    margin-top: 2rem;
  }

  .fs-copyclip_wrapper.full-width.smaller {
    margin-top: 1rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .fs-copyclip_wrapper.full-width.less-top {
    grid-auto-flow: row;
  }

  .quote {
    background-position: 0 0, 50% 100%, 100% 70%, 4% 4%;
    background-size: 300px, 100px, auto 60px, auto 60px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote.smaller {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3 {
    padding-top: 1rem;
    padding-bottom: 90px;
    font-size: 2rem;
    line-height: 2.6rem;
  }

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

  .text-block-5 {
    font-size: 3.5vw;
  }

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

  .heading-style-h2-2.text-color-white {
    text-shadow: none;
    font-size: 2.4rem;
    line-height: 2.5rem;
  }

  .heading-style-h2-2.no-shadow {
    text-shadow: none;
  }

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

  .layout415_content {
    height: 100svh;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    border-radius: 30px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section_cta25 {
    background-image: radial-gradient(circle, #fff 45%, #0000 94%), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/rippling-target-2.svg'), url('../images/Grain_50p.png');
    background-position: 0 0, 100%, 0%, 50%, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 600px, 600px, 210%, 300px;
  }

  .button-group-2 {
    justify-content: center;
  }

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

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

  .button-group-4.is-center {
    border-radius: 0;
  }

  .div-block-4 {
    border-radius: 10px;
  }

  .footer7_logo {
    width: 200px;
  }

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

  .heading-style-h2-4.bigger {
    font-size: 2.75rem;
    line-height: 2.9rem;
  }

  .cta1_image {
    object-fit: contain;
    width: 100%;
    height: 553px;
    display: none;
  }

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

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

  .section_cta25-v1-block {
    background-image: radial-gradient(circle, #fff 47%, #0000 86%), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/rippling-target-2.svg'), url('../images/Grain_50p.png');
    background-position: 0 0, 100%, 0%, 50%, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 600px, 600px, 210%, 300px;
  }

  .section_cta25-v2 {
    background-image: radial-gradient(circle, #fff 45%, #0000 94%), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/IMG_4923_clipped_rev_1.png'), url('../images/rippling-target-2.svg'), url('../images/Grain_50p.png');
    background-position: 0 0, 100%, 0%, 50%, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 600px, 600px, 210%, 300px;
  }

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

  .layout240_image {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

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

  .heading-style-h5-3 {
    line-height: 1.8rem;
  }

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

  .paragraph-4, .paragraph-5 {
    font-family: neue-haas-grotesk-text, sans-serif;
  }

  .paragraph-6 {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .bold-text-5 {
    line-height: 1.8rem;
  }

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

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

  .layout1_image.fit {
    aspect-ratio: auto;
    height: auto;
    display: inline-block;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

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

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

  .menu-icon1 {
    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-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown1_toggle {
    color: #000;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#000, #000);
    -webkit-background-clip: text;
    background-clip: text;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown1_toggle:hover {
    background-image: linear-gradient(to bottom, var(--base-color-system--error-red), var(--base-color-system--error-red));
  }

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

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_link {
    color: var(--base-color-brand--black);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#000, #000);
    -webkit-background-clip: text;
    background-clip: text;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .navbar11_link:hover {
    background-image: linear-gradient(to bottom, var(--base-color-system--error-red), var(--base-color-system--error-red));
  }

  .dropdown1_component {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.125rem;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-74 {
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    width: 1000px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
    line-height: 3.6rem;
  }

  .div-block-7 {
    height: 400px;
  }

  .image-75 {
    background-image: none;
    max-width: 70%;
  }

  .heading-4 {
    font-size: 2.75rem;
  }

  .text-block-82 {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .image-77, .image-78 {
    width: 150px;
    margin-top: 1.2rem;
  }

  .text-block-83 {
    margin-top: 2rem;
    margin-bottom: .5rem;
  }

  .button-group-2-buttons {
    justify-content: center;
  }
}

@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-top.margin-medium.trans.feature-2 {
    display: block;
  }

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

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

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

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

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

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

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

  .heading-style-h1.herotext {
    font-size: 3.8rem;
    line-height: 4rem;
  }

  .heading-style-h1.herotext.less-bottom {
    margin-bottom: 2rem;
  }

  .button.is-small.is-round.red {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

  .text-size-large.text-color-white {
    letter-spacing: 1px;
    line-height: 2.8rem;
  }

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

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

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

  .padding-section-large.less-top {
    padding-top: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

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

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

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

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

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

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

  .header84_card-content {
    padding: 2rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: none;
  }

  .navbar13_menu-link-wrapper {
    padding: 1.25rem;
  }

  .navbar13_logo {
    width: 220px;
  }

  .navbar13_container {
    min-height: 4rem;
    margin-bottom: .5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar13_component {
    margin-top: 1.25rem;
  }

  .cta30_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .fs-copyclip_wrapper {
    grid-auto-flow: row;
    place-items: center;
  }

  .fs-copyclip_wrapper.full-width.less-top {
    margin-top: 1rem;
  }

  .fs-copyclip_text {
    text-align: center;
    white-space: normal;
    word-break: break-all;
  }

  .quote {
    width: auto;
    margin-top: 1rem;
    padding-top: 0;
  }

  .text-block-3 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .text-block-3.larger {
    letter-spacing: .5px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .banner12_text {
    font-size: 1.125rem;
  }

  .text-block-5.trump {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 4vw;
  }

  .text-block-5.space {
    font-size: 4vw;
  }

  .heading-style-h2-2 {
    text-shadow: none;
    font-size: 2.25rem;
  }

  .heading-style-h2-2.text-color-white {
    line-height: 2.6rem;
  }

  .heading-style-h2-2.smaller {
    text-shadow: none;
  }

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

  .layout415_card {
    margin-left: 1.5rem;
  }

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

  .layout415_content {
    grid-template-columns: 1fr;
    align-content: start;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .layout415_content-right {
    min-height: 24.5rem;
    position: sticky;
    top: 25%;
  }

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

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

  .layout353_content-left {
    position: static;
  }

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

  .faq4_question {
    padding: 1rem 1.25rem;
  }

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

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .button-group-2.wider-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .pay-div {
    width: 80px;
    height: 80px;
  }

  .image-2, .image-3 {
    height: 40px;
  }

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

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

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

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_logo {
    width: 200px;
  }

  .footer7_bottom-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

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

  .heading-style-h2-4.bigger {
    font-size: 2.25rem;
    line-height: 2.4rem;
  }

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

  .cta1_content {
    grid-row-gap: 3rem;
  }

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

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

  .layout240_image {
    height: 450px;
  }

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

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

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

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

  .image-5 {
    height: 40px;
  }

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

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

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

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

  .navbar11_component {
    min-height: 4rem;
  }

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

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

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

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

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

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

  .section-community-hero {
    background-image: radial-gradient(circle, #000 42%, #fff0), url('../images/Grain_Latest.png'), linear-gradient(#070733, #070733), url('../images/stars-stripes-2_1stars-stripes-2.webp');
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: auto, 300px, auto, cover;
  }

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

  .heading-style-h1-2 {
    margin-top: 2rem;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .div-block-7 {
    height: 500px;
  }

  .image-75 {
    max-width: 80%;
  }

  .heading-4 {
    font-size: 2.25rem;
  }

  .image-76 {
    height: 40px;
  }

  .image-77 {
    width: 125px;
    margin-top: 0;
  }

  .image-78 {
    width: 125px;
    margin-top: 1rem;
  }

  .button-group-2-buttons.wider-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .max-width-full.more-bottom {
    padding-bottom: 4rem;
  }

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

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

  .margin-top.margin-medium.trans.feature-2 {
    display: block;
  }

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

  .margin-bottom.spacer-medium {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .text-size-medium.text-color-black.spacer-small, .text-size-medium.spacer-small.align-center {
    letter-spacing: .5px;
  }

  .heading-style-h1.herotext {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .heading-style-h1.herotext.less-bottom {
    text-shadow: none;
    margin-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .button.is-small.is-round.red {
    order: 1;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  .text-color-white.disclaimer {
    background-image: linear-gradient(to bottom, var(--base-color-neutral--neutral-light), var(--base-color-neutral--neutral-light));
    color: var(--base-color-neutral--neutral-light);
    padding-left: 0;
    padding-right: 0;
    line-height: 19px;
  }

  .text-color-white.disclaimer.align-center {
    text-align: left;
    letter-spacing: .5px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 11px;
    line-height: 12px;
  }

  .text-color-white.disclaimer.align-center.darker.black {
    background-image: linear-gradient(#000, #000);
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 11px;
    line-height: 12px;
  }

  .text-color-white.disclaimer.align-center.darker-3 {
    background-color: var(--base-color-brand--black);
    margin-top: 0;
    font-family: neue-haas-grotesk-display, sans-serif;
  }

  .text-color-white.disclaimer.align-center.mid {
    text-align: left;
  }

  .text-color-white.disclaimer.smaller {
    font-size: 11px;
    line-height: 12px;
  }

  .text-size-large.text-color-white {
    font-size: 1.75rem;
    line-height: 1.85rem;
  }

  .padding-section-large.reduce-bottom {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .padding-section-large.no-top {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .padding-section-large.less-top {
    padding-top: 4rem;
  }

  .padding-section-large.no-bottom {
    padding-bottom: 0;
  }

  .rl-styleguide_component, .header84_card {
    grid-template-columns: 1fr;
  }

  .header1_component.round {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .image-wrap {
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #0000;
    background-image: linear-gradient(#070735, #070735);
    transition: none;
    top: auto;
  }

  ._3d-image {
    border-radius: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  ._3d-image.filter {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    background-clip: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .shine {
    display: none;
  }

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

  .navbar13_button-wrapper {
    flex-flow: row;
    order: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

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

  .navbar13_logo-link.w--current {
    order: -1;
  }

  .navbar13_logo {
    text-align: center;
    width: 200px;
    max-width: none;
  }

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

  .navbar13_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 30px;
    flex-flow: column;
    padding: 1.25rem 1rem;
  }

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

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .fs-copyclip_wrapper.full-width.less-top {
    grid-auto-flow: column;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .fs-copyclip_button {
    min-width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .75rem;
    line-height: 1rem;
  }

  .fs-copyclip_text {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    width: 150px;
    font-size: .8rem;
    overflow: hidden;
  }

  .text-block {
    font-size: .75rem;
    line-height: 1.5;
  }

  .quote {
    background-color: #0000;
    background-position: 0 0, 50% 90%, 96% 65%, 4% 4%;
    background-size: 300px, 80px, auto 35px, auto 35px;
    border-style: none;
    margin-top: 2rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    padding-top: 1rem;
  }

  .text-block-3.larger {
    padding-bottom: 70px;
  }

  .text-block-5 {
    font-size: 6vw;
  }

  .text-block-5.trump, .text-block-5.space {
    font-size: 5vw;
  }

  .trump-t {
    width: 6rem;
    height: 6rem;
  }

  .heading-style-h2-2 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-color: #000;
    background-image: url('../images/intothe-rainbow-9.svg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  .heading-style-h2-2.text-color-white {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  .heading-style-h2-2.smaller {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

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

  .layout353_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem 1rem;
  }

  .padding-global-2.more-bottom {
    padding-bottom: 4rem;
  }

  .button-primary-cta.max-width-medium.smaller {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pay-div {
    width: 75px;
    height: 75px;
  }

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

  .video-overlay-layer-2 {
    background-image: radial-gradient(circle, #070731 38%, #fff0), url('../images/Grain_Latest.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 210%;
  }

  .div-block-4 {
    padding: 1.2rem;
  }

  .text-block-7 {
    letter-spacing: .5px;
    font-family: neue-haas-grotesk-display, sans-serif;
    line-height: 1.8rem;
  }

  .bold-text-3, .bold-text-4 {
    line-height: 1.9rem;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-3 {
    word-break: normal;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-3.break {
    word-break: break-all;
  }

  .footer7_logo {
    width: 200px;
  }

  .success-div {
    display: none;
    top: -22%;
    right: 34%;
  }

  .heading-style-h2-4.bigger {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  .text-size-medium-5.bigger {
    font-family: neue-haas-grotesk-display, sans-serif;
    line-height: 1.8rem;
  }

  .cta1_image {
    min-width: auto;
  }

  .cta1_content {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    text-align: center;
  }

  .header1_content_mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .disclaimer {
    margin-top: 1rem;
  }

  .disclaimer.spacer-medium {
    padding-top: 0;
  }

  .disclaimer.more-top {
    margin-top: 2rem;
  }

  .text-block-14 {
    font-size: 13px;
    line-height: 14px;
  }

  .section_cta25-v1-block {
    background-image: radial-gradient(circle, #fff 47%, #0000 86%), url('../images/rippling-target-2.svg'), url('../images/Grain_50p.png');
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 210%, 300px;
  }

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

  .image-5 {
    width: 40px;
    height: 40px;
  }

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

  .text-size-medium-7.center.bigger {
    letter-spacing: .5px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .layout1_content {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr;
  }

  .navbar11_logo {
    max-width: 90%;
  }

  .dropdown1_toggle {
    font-weight: 400;
  }

  .section-community-hero {
    background-image: radial-gradient(circle, #000 42%, #fff0), url('../images/Grain_Latest.png'), linear-gradient(#070732, #070732), url('../images/stars-stripes-2_1stars-stripes-2.webp');
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: auto, 300px, auto, cover;
    padding-top: 4rem;
  }

  .heading-style-h1-2 {
    margin-top: 1rem;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .div-block-7 {
    height: 250px;
  }

  .text-block-81 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  .image-76 {
    width: 40px;
    height: 40px;
  }

  .text-block-82 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .image-77 {
    margin-top: 0;
    margin-left: .25rem;
  }

  .image-78 {
    margin-left: .25rem;
  }

  .button-primary-cta-mobile.max-width-medium.smaller {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-primary-cta-mobile.max-width-medium.smaller.wider {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 1rem;
    font-size: 1.1rem;
    line-height: 1.2rem;
    display: flex;
  }

  .underline {
    color: #c41220;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-decoration-thickness: 5px;
  }

  .underline-2 {
    -webkit-text-decoration: underline #c41220;
    text-decoration: underline #c41220;
    text-decoration-thickness: 8px;
  }

  .text-span-9 {
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

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

  .div-block-12 {
    background-image: linear-gradient(270deg, #fff 9%, #0000 52%);
    height: auto;
    max-height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .red-text {
    font-size: 3rem;
    line-height: 5rem;
  }

  .bold-text-7 {
    font-size: 16px;
    line-height: 16px;
  }

  .image-80 {
    max-width: 80%;
  }

  .red-text2 {
    color: #c41220;
  }
}

#w-node-_5a21d08b-02de-d4a1-9af6-b02f31535346-3dec857c {
  justify-self: center;
}

#w-node-_5a21d08b-02de-d4a1-9af6-b02f3153535a-3dec857c {
  justify-self: end;
}

#w-node-_592b6b56-7118-5e18-27a8-df2d5cb92cfc-3dec857c {
  align-self: start;
}

#w-node-bbd75fed-6fb3-debc-b268-8410cae85384-3dec857c, #w-node-fbb5262f-94d4-ea37-481c-d73fc6da1889-3dec857c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fbb5262f-94d4-ea37-481c-d73fc6da189c-3dec857c {
  justify-self: start;
}

#w-node-fbb5262f-94d4-ea37-481c-d73fc6da189f-3dec857c {
  justify-self: end;
}

#w-node-_7fcdb575-1a9c-43d5-a10c-64cdfed9f6ce-3dec857c {
  justify-self: start;
}

#w-node-_33f3a436-5b0a-def9-8e05-437a7aeb4f75-3dec857c {
  justify-self: end;
}

#w-node-df932e87-3f43-dd95-a35e-42d06a4658f7-3dec857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3caab71e-b960-1f2a-b88a-701d1e640cb5-3dec857c, #w-node-_3caab71e-b960-1f2a-b88a-701d1e640cc4-3dec857c, #w-node-_3caab71e-b960-1f2a-b88a-701d1e640ce2-3dec857c {
  align-self: stretch;
}

#w-node-b4417a1b-9bb1-2213-aef9-a238447dd2bb-3dec857c {
  justify-self: start;
}

#w-node-b4417a1b-9bb1-2213-aef9-a238447dd2b9-3dec857c {
  justify-self: end;
}

#w-node-_10e64d89-d737-9ca7-9ec1-6a62f666a878-3dec857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bec80f7-c4f0-5bac-e08c-eee5f0a2985c-3dec857c {
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-3dec85d8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-3dec85d8, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-3dec85d8, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-3dec85d8, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-3dec85d8, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-3dec85d8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-3dec85d8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-3dec85d8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-3dec85d8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-3dec85d8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-3dec85d8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-3dec85d8 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-3dec85d8 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-3dec85d8 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-3dec85d8 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-3dec85d8 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-3dec85d8 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-3dec85d8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-3dec85d8 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-3dec85d8, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-3dec85d8, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-3dec85d8, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-3dec85d8, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-3dec85d8, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-3dec85d8, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-3dec85d8, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-3dec85d8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-3dec85d8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-3dec85d8, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-3dec85d8, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-3dec85d8, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-3dec85d8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-3dec85d8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-3dec85d8 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-3dec85d8 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-3dec85d8 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-3dec85d8 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-3dec85d8 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-3dec85d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-3dec85d8 {
  justify-self: start;
}

#w-node-_06bd9f8c-23d1-5078-085b-f1ee0cd3fd12-0cd3fd0c {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_592b6b56-7118-5e18-27a8-df2d5cb92cfc-3dec857c {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: start;
  }

  #w-node-_592b6b56-7118-5e18-27a8-df2d5cb92d08-3dec857c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-fbb5262f-94d4-ea37-481c-d73fc6da1889-3dec857c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fbb5262f-94d4-ea37-481c-d73fc6da189c-3dec857c, #w-node-fbb5262f-94d4-ea37-481c-d73fc6da189f-3dec857c, #w-node-_33f3a436-5b0a-def9-8e05-437a7aeb4f75-3dec857c, #w-node-b4417a1b-9bb1-2213-aef9-a238447dd2bb-3dec857c, #w-node-b4417a1b-9bb1-2213-aef9-a238447dd2b9-3dec857c, #w-node-_5bec80f7-c4f0-5bac-e08c-eee5f0a2985c-3dec857c, #w-node-_06bd9f8c-23d1-5078-085b-f1ee0cd3fd12-0cd3fd0c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fbb5262f-94d4-ea37-481c-d73fc6da189f-3dec857c, #w-node-_33f3a436-5b0a-def9-8e05-437a7aeb4f75-3dec857c, #w-node-b4417a1b-9bb1-2213-aef9-a238447dd2bb-3dec857c, #w-node-b4417a1b-9bb1-2213-aef9-a238447dd2b9-3dec857c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fbb5262f-94d4-ea37-481c-d73fc6da189c-3dec857c, #w-node-_7fcdb575-1a9c-43d5-a10c-64cdfed9f6ce-3dec857c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_33f3a436-5b0a-def9-8e05-437a7aeb4f75-3dec857c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b4417a1b-9bb1-2213-aef9-a238447dd2bb-3dec857c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_10e64d89-d737-9ca7-9ec1-6a62f666a884-3dec857c {
    align-self: start;
  }

  #w-node-_5bec80f7-c4f0-5bac-e08c-eee5f0a2985c-3dec857c, #w-node-_06bd9f8c-23d1-5078-085b-f1ee0cd3fd12-0cd3fd0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}