:root {
  --color-scheme-1--background: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--body: Inter, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--white);
  --_typography---font-styles--heading: Montserrat, sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---opacity--neutral-darkest-15: #01060726;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-5: #0106070d;
  --_primitives---colors--neutral-darkest: #010607;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--cello: #1e3d59;
  --_primitives---colors--cello-dark: #183047;
  --_primitives---colors--matisse-lightest: #e8f0f3;
  --_primitives---colors--neutral-lighter: #d8d9d9;
  --_primitives---opacity--neutral-darkest-60: #01060799;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 0px;
  --color-scheme-1--border: var(--_primitives---opacity--white-20);
  --_ui-styles---radius--medium: 16px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-darker);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 16px;
  --_ui-styles---radius--large: 16px;
  --color-scheme-1--accent: var(--_primitives---colors--white);
  --color-scheme-2--background: var(--_primitives---colors--cello-lightest);
  --color-scheme-2--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--background: var(--_primitives---colors--cello-lighter);
  --color-scheme-3--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-4--background: var(--_primitives---colors--neutral-dark);
  --color-scheme-4--text: var(--_primitives---colors--white);
  --color-scheme-5--background: var(--_primitives---colors--cello-dark);
  --color-scheme-5--text: var(--_primitives---colors--white);
  --bright-blue: #3b82f6;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---colors--neutral-light: #b2b4b4;
  --_primitives---colors--neutral: #808283;
  --_primitives---colors--neutral-dark: #4d5051;
  --_primitives---colors--neutral-darker: #1a1e1f;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #0106071a;
  --_primitives---opacity--neutral-darkest-20: #01060733;
  --_primitives---opacity--neutral-darkest-30: #0106074d;
  --_primitives---opacity--neutral-darkest-40: #01060766;
  --_primitives---opacity--neutral-darkest-50: #01060780;
  --color-scheme-2--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-2--accent: var(--_primitives---colors--cello);
  --color-scheme-2--foreground: var(--_primitives---colors--cello-lighter);
  --color-scheme-3--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-3--accent: var(--_primitives---colors--cello);
  --color-scheme-3--foreground: var(--_primitives---colors--cello-lightest);
  --color-scheme-4--border: var(--_primitives---opacity--white-20);
  --color-scheme-4--accent: var(--_primitives---colors--white);
  --color-scheme-4--foreground: var(--_primitives---colors--neutral);
  --color-scheme-5--border: var(--_primitives---opacity--white-20);
  --color-scheme-5--accent: var(--_primitives---colors--white);
  --color-scheme-5--foreground: var(--_primitives---colors--cello);
  --_primitives---colors--cello-lightest: #e8ebee;
  --_primitives---colors--cello-lighter: #d2d8dd;
  --_primitives---colors--cello-light: #61778a;
  --_primitives---colors--cello-darker: #0c1823;
  --_primitives---colors--cello-darkest: #09121a;
  --_primitives---colors--saffron-lightest: #fdf7eb;
  --_primitives---colors--saffron-lighter: #fcefd7;
  --_primitives---colors--saffron-light: #f5c873;
  --_primitives---colors--saffron: #f2b138;
  --_primitives---colors--saffron-dark: #c18d2c;
  --_primitives---colors--saffron-darker: #604616;
  --_primitives---colors--saffron-darkest: #483510;
  --_primitives---colors--matisse-lighter: #d1e2e8;
  --_primitives---colors--matisse-light: #6099ae;
  --_primitives---colors--matisse: #1c6e8c;
  --_primitives---colors--matisse-dark: #165870;
  --_primitives---colors--matisse-darker: #0b2c38;
  --_primitives---colors--matisse-darkest: #08212a;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.03rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

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

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.02rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.01625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

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

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

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

.heading-style-h2 {
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  justify-content: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

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

.heading-style-h6 {
  letter-spacing: -.01625rem;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

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

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

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

.heading-style-h5 {
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.heading-style-h1 {
  letter-spacing: -.0525rem;
  text-transform: uppercase;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 4px;
  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:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_checkbox-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: var(--_primitives---colors--white);
}

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

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

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

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

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--cello);
  background-color: var(--_primitives---colors--cello);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--_primitives---colors--cello-dark);
  background-color: var(--_primitives---colors--cello-dark);
}

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

.button.is-link:hover {
  text-decoration: underline;
}

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

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

.button.is-link.is-icon.is-alternate:hover {
  background-color: #0000;
}

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

.button.is-secondary {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.button.is-secondary.is-alternate {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---colors--matisse-lightest);
  color: #000;
}

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

.button.is-secondary.is-small.is-alternate {
  color: #000;
}

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

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

.button.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

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

.heading-style-h4 {
  letter-spacing: -.025rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.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: #e8edff;
  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: 1.125rem;
}

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

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

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

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

.heading-style-h3 {
  letter-spacing: -.03rem;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

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

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 12px;
  height: auto;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.form_input.is-text-area {
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

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

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

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

.form_radio-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  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;
  transition: all .2s;
}

.form_radio-icon:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_radio-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

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

.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 {
  letter-spacing: -.0525rem;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.text-rich-text h4 {
  letter-spacing: -.025rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.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(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-global {
  background-color: #0f172a;
  background-image: url('../images/subtle-dots.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-menu {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: var(--_primitives---opacity--transparent);
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .25rem .75rem;
}

.tab-link.w--current {
  background-color: var(--color-scheme-1--background);
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

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

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

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

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

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

.navbar2_dropdwn-toggle:hover {
  color: var(--bright-blue);
}

.navbar2_menu-button {
  padding: 0;
}

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

.navbar2_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_component.color-scheme-2 {
  color: var(--color-scheme-1--text);
  background-color: #fff;
  border: 1px #000;
  margin-top: -17px;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: 2px 2px 5px #0003;
}

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

.navbar2_logo {
  aspect-ratio: auto;
  border-radius: 7px;
  width: 40%;
  max-width: 130%;
  height: 10%;
  max-height: 70%;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

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

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

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link:hover {
  color: var(--bright-blue);
}

.navbar2_link.w--current {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.navbar2_link.w--current:hover {
  color: var(--bright-blue);
}

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

.navbar2_menu.is-page-height-tablet {
  color: var(--_primitives---opacity--neutral-darkest-60);
  text-align: left;
  letter-spacing: -.4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.navbar2_dropdown-link {
  color: var(--_primitives---opacity--neutral-darkest-60);
  padding: .5rem 1rem;
}

.navbar2_dropdown-link:hover {
  color: var(--bright-blue);
}

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

.header76_image-list-right, .header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

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

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

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

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

.testimonial14_rating-wrapper {
  display: flex;
}

.testimonial14_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial14_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -135px;
  display: grid;
}

.testimonial14_logo {
  max-height: 3rem;
}

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

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

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

.testimonial14_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial38_card-link {
  border-radius: var(--_ui-styles---radius--medium);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.testimonial38_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.testimonial38_rating-wrapper {
  display: flex;
}

.testimonial38_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial38_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial38_logo {
  max-height: 3rem;
}

.testimonial38_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial38_card-logo {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

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

.testimonial38_card-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial38_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.layout433_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

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

.layout433_content-top {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.layout433_content-left {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.section_layout433.color-scheme-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.layout433_image-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.comparison4_top-row-icon {
  display: inline-block;
}

.comparison4_feature {
  padding: 1rem 1.5rem;
}

.comparison4_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.comparison4_content {
  width: 100%;
}

.comparison4_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

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

.comparison4_top-row-title {
  align-items: flex-end;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.comparison4_list-row {
  width: 100%;
}

.comparison4_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.comparison4_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.faq1_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.faq1_answer {
  overflow: hidden;
}

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

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

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

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

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

.footer1_link:hover {
  border-bottom: 1px solid #fff;
}

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

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

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

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

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

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

.footer1_social-link:hover {
  border-bottom: 1px solid #fff;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

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

.footer1_logo {
  border-radius: 7px;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

.footer1_component.color-scheme-1 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

.section_cta25 {
  position: relative;
}

.section_gallery22 {
  overflow: hidden;
}

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

.gallery22_slide {
  padding-right: 2rem;
}

.gallery22_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.gallery22_lightbox-link {
  width: 100%;
}

.gallery22_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery22_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery22_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

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

.comparison15_feature-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.comparison15_logo-wrapper {
  justify-content: center;
  display: flex;
}

.comparison15_feature-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.comparison15_feature-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.comparison15_feature-list-top {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comparison15_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.comparison15_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.comparison15_logo {
  max-height: 3rem;
}

.comparison15_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

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

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

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

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

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

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

.error-text {
  color: #e23939;
}

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

.contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.home-page-top-header {
  text-align: center;
  letter-spacing: -.0525rem;
  text-transform: none;
  justify-content: center;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.home-page-bottom-header {
  opacity: 1;
  color: var(--bright-blue);
  text-align: center;
  letter-spacing: -.0525rem;
  text-transform: none;
  justify-content: center;
  margin-top: 0%;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -5% auto auto;
}

.text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6em;
  max-height: 100em;
  margin-top: -26px;
  margin-left: 0;
  display: flex;
  position: relative;
  inset: 0 0 auto;
  overflow: hidden;
}

.word-rotator {
  display: block;
  position: relative;
  overflow: hidden;
}

.front-page-subtext {
  color: var(--_primitives---opacity--neutral-darkest-60);
  text-align: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

.front-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.front-button.is-center {
  justify-content: center;
}

.front-left-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--_primitives---colors--cello);
  background-color: var(--bright-blue);
  outline-offset: 0px;
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  outline: 0 #fff;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 2px 2px 5px 2px #0003;
}

.front-left-button:hover {
  border-color: var(--_primitives---colors--cello-dark);
  background-color: var(--bright-blue);
}

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

.front-left-button.is-link:hover {
  text-decoration: underline;
}

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

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

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

.front-left-button.is-secondary {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.front-left-button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

.front-left-button.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

.front-left-button.is-small {
  padding: .25rem .5rem;
}

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

.front-left-button.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

.front-button-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--_primitives---colors--cello);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 2px 2px 5px 2px #0003;
}

.front-button-right:hover {
  border-color: var(--_primitives---colors--cello-dark);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-2--text);
}

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

.front-button-right.is-link:hover {
  text-decoration: underline;
}

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

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

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

.front-button-right.is-secondary {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.front-button-right.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

.front-button-right.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

.front-button-right.is-small {
  padding: .25rem .5rem;
}

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

.front-button-right.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

.front-background-first {
  grid-column-gap: 0rem;
  background-color: #fafafa;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.top-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--_primitives---colors--cello);
  background-color: var(--bright-blue);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .4rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 2px 2px 5px 2px #0003;
}

.top-button:hover {
  border-color: var(--_primitives---colors--cello-dark);
  background-color: var(--bright-blue);
}

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

.top-button.is-link:hover {
  text-decoration: underline;
}

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

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

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

.top-button.is-secondary {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.top-button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

.top-button.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

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

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

.top-button.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

.top-image-1, .top-image-2, .top-image-3, .top-image-4, .top-image-5, .top-image-6, .top-image-7, .top-image-8, .top-image-9, .top-image-10, .top-image-11, .top-image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.middle-top {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.heading-middle {
  letter-spacing: -.0525rem;
  text-transform: uppercase;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
}

.section-header {
  background-color: #0f172a;
}

.testimonial-background {
  background-color: #0f172a;
  justify-content: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.testimonial-quote {
  text-align: left;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.testimonial-wrapping {
  text-align: center;
  justify-content: flex-start;
  display: flex;
}

.testimonial-padding {
  margin-top: -126px;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.client-testimonials-background {
  background-color: #fafafa;
  justify-content: center;
  margin-bottom: -200px;
  padding: 0 5%;
  display: flex;
}

.client-heading {
  color: var(--color-scheme-2--text);
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

.client-testimonials {
  color: var(--_primitives---opacity--neutral-darkest-60);
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.new-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--cello);
  background-color: var(--_primitives---colors--cello);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.new-button:hover {
  border-color: var(--_primitives---colors--cello-dark);
  background-color: var(--_primitives---colors--cello-dark);
}

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

.new-button.is-link:hover {
  text-decoration: underline;
}

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

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

.new-button.is-link.is-icon.is-alternate:hover {
  border-style: none;
  border-width: 0 0 1px;
  border-color: var(--_primitives---colors--white);
  background-color: #0000;
  border-radius: 0;
}

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

.new-button.is-secondary {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.new-button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

.new-button.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

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

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

.new-button.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

.new-new-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--cello);
  background-color: var(--_primitives---colors--cello);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.new-new-button:hover {
  border-color: var(--_primitives---colors--cello-dark);
  background-color: var(--_primitives---colors--cello-dark);
}

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

.new-new-button.is-link:hover {
  text-decoration: underline;
}

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

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

.new-new-button.is-link.is-icon.is-alternate:hover {
  background-color: #0000;
}

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

.new-new-button.is-secondary {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.new-new-button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

.new-new-button.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

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

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

.new-new-button.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

.testimonial-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-testimonials {
  outline-offset: 0px;
  color: #fff;
  letter-spacing: -.025rem;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000;
  border: 1px #000;
  outline: 0 #0f172a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.other-testimonial-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-top-header {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  align-items: center;
  width: 35rem;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
}

.testimonials-right {
  letter-spacing: -.025rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

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

.small-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: -5px;
  padding-left: 0;
  display: flex;
}

.other-small-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: -2px;
  display: flex;
}

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

.client-testimonial-picture-1, .example-testimonial-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.about-background {
  background-color: #0f172a;
  background-image: url('../images/subtle-dots.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.about-header {
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

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

.other-other-about-about {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.other-about-reclaim {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.schedule-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--cello);
  background-color: var(--_primitives---colors--cello);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.schedule-button:hover {
  border-color: var(--_primitives---colors--cello-dark);
  background-color: var(--_primitives---colors--cello-dark);
}

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

.schedule-button.is-link:hover {
  text-decoration: underline;
}

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

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

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

.schedule-button.is-secondary {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.schedule-button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.schedule-button.is-secondary.is-alternate {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---colors--matisse-lightest);
  color: #000;
  font-weight: 600;
}

.schedule-button.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

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

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

.schedule-button.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

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

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

.row-content-1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.image-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 123px;
  padding-right: 126px;
  display: grid;
}

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

.image-gallery-heading {
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.get-in-touch-heading, .about-heading-heading-heading, .our-programs-heading, .want-to-reclaim-heading, .want-to-reclaim-headline, .faq-header {
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  justify-content: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.our-story {
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.reclaiming-strength {
  letter-spacing: -.0525rem;
  text-transform: uppercase;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.the-beginnings {
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  justify-content: flex-start;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.my-many-injuries, .journey-to-reclaim {
  letter-spacing: -.0375rem;
  text-transform: uppercase;
  justify-content: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.training-programs {
  letter-spacing: -.0525rem;
  text-transform: uppercase;
  justify-content: center;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.in-person-card-1, .in-person-background-2 {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: #333f48;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.text-block-2, .text-block-3 {
  font-weight: 600;
}

.card-backgroudn-online-1, .card-background-2 {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: #333f48;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.text-block-4 {
  font-weight: 600;
}

.top-button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--_primitives---colors--cello);
  background-color: var(--bright-blue);
  opacity: 1;
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .4rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: none;
  box-shadow: 2px 2px 5px 2px #0003;
}

.top-button-2:hover {
  border-color: var(--_primitives---colors--cello-dark);
  background-color: var(--bright-blue);
}

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

.top-button-2.is-link:hover {
  text-decoration: underline;
}

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

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

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

.top-button-2.is-secondary {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
}

.top-button-2.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

.top-button-2.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

.top-button-2.is-small {
  padding: .25rem .5rem;
}

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

.top-button-2.is-alternate:hover {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--neutral-lighter);
}

.comparison4_content-copy {
  width: 100%;
}

.background-section-about.color-scheme-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

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

.unique-home-footer.color-scheme-1 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.unique-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.about-padding {
  background-color: #0f172a;
  background-image: url('../images/subtle-dots.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.first-about-layout, .second-about-layout, .real-third-about-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-gallery-mobile {
  width: 100%;
  max-width: 48rem;
}

.gallery-22-mobile {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

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

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

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

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

.gallery22_slide-nav-copy, .mobile-bile-mobilesdf {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.mobile-client-blah {
  background-color: #fafafa;
  justify-content: center;
  margin-bottom: -200px;
  padding: 0 5%;
  display: flex;
}

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

.dgsdljfsd-kfjewlkrqwr {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.unique-special {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 123px;
  padding-right: 126px;
  display: grid;
}

.mobile-lages {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

._1234, ._6432, ._86, ._09, ._3754247, ._54135648, ._3537, .padding-global-copy, ._5796874635, ._456789, ._0987, .padding-global-copy, ._2346, ._66666, ._888888, ._4444, ._4685, ._2643262346 {
  background-color: #0f172a;
  background-image: url('../images/subtle-dots.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  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-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-h4 {
    font-size: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_menu-button {
    padding: 0;
  }

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

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

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

  .navbar2_component.color-scheme-2 {
    box-shadow: 2px 2px 5px 2px #0003;
  }

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

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

  .navbar2_logo {
    width: 30%;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    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;
  }

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

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

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

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

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

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

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

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

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

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .testimonial38_card-link {
    padding: 2rem;
  }

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

  .layout433_content {
    grid-column-gap: 10rem;
    grid-template-columns: .5fr 1.25fr;
  }

  .comparison4_top-row-content {
    padding: 1.5rem 1rem;
  }

  .comparison4_top-row-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
  }

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

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

  .home-page-top-header, .home-page-bottom-header {
    font-size: 3.25rem;
  }

  .front-background-first {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .heading-middle {
    font-size: 3.25rem;
  }

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

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

  .heading-testimonials {
    font-size: 1.75rem;
  }

  .header-top-header {
    width: 43rem;
    max-width: 100rem;
    margin-left: 5%;
    margin-right: 5%;
  }

  .testimonials-right {
    font-size: 1.75rem;
  }

  .about-header {
    font-size: 2.75rem;
  }

  .other-about-reclaim {
    width: 1300%;
    max-width: 500rem;
  }

  .image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-gallery-heading, .get-in-touch-heading, .about-heading-heading-heading, .our-programs-heading, .want-to-reclaim-heading, .want-to-reclaim-headline, .faq-header {
    font-size: 2.75rem;
  }

  .reclaiming-strength {
    font-size: 3.25rem;
  }

  .the-beginnings, .my-many-injuries, .journey-to-reclaim {
    font-size: 2.75rem;
  }

  .training-programs {
    font-size: 3.25rem;
  }

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

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

  .first-about-layout, .second-about-layout, .real-third-about-layout {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .dgsdljfsd-kfjewlkrqwr {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .flksdjfdklsjfewklrv2j3ekwrl-j2 {
    justify-content: center;
    width: 110%;
    display: flex;
  }

  .unique-special {
    grid-column-gap: 2rem;
    grid-row-gap: 2.3rem;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-lages {
    width: 1300%;
    max-width: 500rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

  .padding-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-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_logo {
    width: 20%;
  }

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

  .header76_component {
    padding-top: 4rem;
  }

  .header76_content-right {
    height: 30rem;
  }

  .divider-vertical {
    display: none;
  }

  .testimonial14_client {
    align-items: center;
    width: 100%;
  }

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

  .testimonial38_card-link {
    padding: 1.5rem;
  }

  .testimonial38_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .testimonial38_card {
    padding: 1.5rem;
  }

  .testimonial38_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial38_card-logo {
    padding: 1.5rem;
  }

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

  .comparison4_feature, .comparison4_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .comparison4_top-row-title {
    display: none;
  }

  .comparison4_row, .comparison4_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

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

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

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

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

  .layout22_content, .layout213_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery22_slide {
    padding-right: 1.5rem;
  }

  .gallery22_mask {
    width: 50%;
  }

  .comparison15_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .home-page-top-header, .home-page-bottom-header {
    font-size: 2.5rem;
  }

  .front-page-subtext {
    font-size: 1rem;
  }

  .front-background-first {
    padding-top: 4rem;
  }

  .top-button {
    display: none;
  }

  .middle-top {
    font-size: 1rem;
  }

  .heading-middle {
    font-size: 2.5rem;
  }

  .testimonial-quote {
    font-size: 1.25rem;
  }

  .testimonial-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .client-testimonials {
    font-size: 1rem;
  }

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

  .header-top-header {
    width: 32rem;
  }

  .testimonials-right {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .about-header {
    font-size: 2.25rem;
  }

  .other-other-about-about {
    font-size: 1rem;
  }

  .row-content-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-gallery-heading, .get-in-touch-heading, .about-heading-heading-heading, .our-programs-heading, .want-to-reclaim-heading, .want-to-reclaim-headline, .faq-header {
    font-size: 2.25rem;
  }

  .our-story {
    font-size: 1rem;
  }

  .reclaiming-strength {
    font-size: 2.5rem;
  }

  .the-beginnings, .my-many-injuries, .journey-to-reclaim {
    font-size: 2.25rem;
  }

  .training-programs {
    font-size: 2.5rem;
  }

  .in-person-card-1, .in-person-background-2, .card-backgroudn-online-1, .card-background-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .unique-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .first-about-layout, .second-about-layout, .real-third-about-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .dgsdljfsd-kfjewlkrqwr {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mobile-lages {
    width: 100%;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .max-width-medium.align-center {
    flex-flow: column;
    align-items: center;
    padding-left: 33px;
    display: flex;
  }

  .container-large {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: 90%;
    display: flex;
  }

  .max-width-large.align-center {
    padding-left: 39px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-rich-text h1 {
    font-size: 3rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

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

  .padding-global {
    text-align: center;
    flex-flow: row;
    width: 25rem;
    margin-left: -59px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .padding-section-large {
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

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

  .navbar2_dropdwn-toggle {
    text-align: center;
    justify-content: center;
    padding-left: 2.3rem;
  }

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

  .navbar2_dropdown-link {
    font-size: 1.125rem;
  }

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

  .header76_content-right {
    display: flex;
  }

  .testimonial14_content {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .testimonial38_grid-list {
    grid-template-rows: auto;
  }

  .section_layout433.color-scheme-5 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .section_comparison4.color-scheme-1 {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .comparison4_top-row-content {
    padding: 1rem .5rem;
  }

  .comparison4_component {
    padding-left: 25px;
    display: flex;
  }

  .comparison4_top-row-title {
    padding: 1rem .5rem;
  }

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

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

  .section_faq1.color-scheme-1 {
    justify-content: center;
    padding-left: 26px;
    display: flex;
  }

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

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .layout22_content, .layout213_content {
    grid-template-columns: 1fr;
  }

  .gallery22_slider {
    justify-content: center;
    height: 90%;
    display: flex;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

  .home-page-top-header {
    margin-top: 0;
    font-size: 3rem;
  }

  .home-page-bottom-header {
    margin-top: 5%;
    font-size: 3rem;
  }

  .front-page-subtext {
    font-size: 1rem;
  }

  .front-background-first {
    text-align: left;
    grid-template-columns: 1fr;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .top-button {
    display: none;
  }

  .middle-top {
    font-size: 1rem;
  }

  .heading-middle {
    font-size: 3rem;
  }

  .testimonial-quote {
    font-size: 1.25rem;
  }

  .client-testimonials-background {
    margin-right: 167px;
    padding-right: 96%;
  }

  .client-heading {
    text-align: center;
    justify-content: center;
    width: 16.5rem;
    font-size: 2.2rem;
    display: flex;
  }

  .client-testimonials {
    font-size: 1rem;
  }

  .heading-testimonials {
    font-size: 1.5rem;
  }

  .header-top-header {
    padding-left: 36px;
  }

  .testimonials-right {
    font-size: 1.5rem;
  }

  .about-background {
    flex-flow: column;
    width: 100%;
  }

  .about-header {
    text-align: center;
    font-size: 2.75rem;
  }

  .other-other-about-about {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1rem;
  }

  .other-about-reclaim {
    width: 70%;
    font-size: 1rem;
  }

  .image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 23px;
  }

  .image-gallery-heading {
    flex-flow: column;
    font-size: 2.75rem;
  }

  .get-in-touch-heading, .about-heading-heading-heading, .our-programs-heading, .want-to-reclaim-heading, .want-to-reclaim-headline, .faq-header {
    font-size: 2.75rem;
  }

  .our-story {
    font-size: 1rem;
  }

  .reclaiming-strength {
    font-size: 3rem;
  }

  .the-beginnings, .my-many-injuries, .journey-to-reclaim {
    font-size: 2.75rem;
  }

  .training-programs {
    font-size: 3rem;
  }

  .card-backgroudn-online-1, .card-background-2 {
    margin-left: 50px;
    margin-right: 11px;
  }

  .top-button-2 {
    display: block;
  }

  .comparison4_content-copy {
    flex-flow: column;
    width: 90%;
    padding-left: 27px;
    display: flex;
  }

  .background-section-about.color-scheme-5 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: auto;
    margin-top: 178px;
    display: flex;
  }

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

  .new-margin.margin-xxlarge {
    width: 10rem;
  }

  .unique-home-footer.color-scheme-1 {
    flex-flow: row;
    justify-content: center;
    padding-left: 59px;
    display: flex;
  }

  .special.align-center {
    padding-left: 18px;
  }

  .unique-padding {
    flex-flow: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .special-special.align-center {
    flex-flow: row;
    justify-content: center;
    width: 90%;
    padding-left: 33px;
    display: flex;
  }

  .about-padding {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -44px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .first-about-layout, .second-about-layout, .real-third-about-layout {
    grid-template-columns: 1fr;
    margin-left: 50px;
    margin-right: 11px;
  }

  .image-gallery-mobile {
    margin-left: 20px;
    padding-right: 40px;
  }

  .image-gallery-mobile.align-center {
    padding-left: 39px;
  }

  .gallery-22-mobile {
    justify-content: center;
    width: 90%;
    height: 70%;
    display: flex;
  }

  .mobile-bile-mobilesdf {
    width: 50%;
  }

  .mobile-client-blah {
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .ldsfkdjflskdjf {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .dgsdljfsd-kfjewlkrqwr {
    flex-flow: column;
    justify-content: center;
    width: 290px;
    padding-left: 0;
    display: flex;
  }

  .flksdjfdklsjfewklrv2j3ekwrl-j2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .unique-special {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile-lages {
    width: 100%;
    font-size: 1rem;
  }

  ._1234, ._6432 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -35px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._86 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -59px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._09 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -38px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._3754247 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._54135648 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -44px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._3537 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -41px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._5796874635 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -26px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._456789 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -38px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._0987 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -32px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .padding-global-copy {
    text-align: center;
    flex-flow: row;
    width: 25rem;
    margin-left: -59px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._2346 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -50px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._66666 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -44px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._888888 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -38px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._4444 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -47px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  ._4685, ._2643262346 {
    text-align: center;
    flex-flow: row;
    width: auto;
    margin-left: -59px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }
}

#w-node-faeaa10f-d25a-2f13-7f15-d206d57fdbd5-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f1b9-d58eb7eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f176-d58eb7eb {
  justify-self: end;
}

#w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f185-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f186-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f187-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f188-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f18a-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f18b-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f18c-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f18d-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f18e-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f18f-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f190-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f191-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f192-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f194-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f195-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f196-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f197-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f198-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f199-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f19a-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f19b-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f19c-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f19d-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f19e-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f19f-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f1a0-d58eb7eb, #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f1a1-d58eb7eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f201-d58eb7eb, #w-node-_57dd31de-2cc3-48a1-e95a-f7b42a179193-d58eb7eb, #w-node-_7c38a01e-0ca9-f145-59d9-447d818f8005-d58eb7eb, #w-node-_92afa216-ad99-2ca5-f5ce-c375f1e67e02-f1e67df3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de8c68fd-f1ab-43f8-182b-655a7789bc1f-7789bc1b {
  place-self: auto center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-d58eb7ee {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-d58eb7ee {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-d58eb7ee {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-d58eb7ee {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-d58eb7ee {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-d58eb7ee, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-d58eb7ee {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-d58eb7ee, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-d58eb7ee, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-d58eb7ee {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-d58eb7ee, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-d58eb7ee {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-d58eb7ee, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-d58eb7ee {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-d58eb7ee, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-d58eb7ee, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-d58eb7ee, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-d58eb7ee, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-d58eb7ee, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-d58eb7ee, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-d58eb7ee, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-d58eb7ee {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-d58eb7ee {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-d58eb7ee {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-d58eb7ee, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-d58eb7ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-d58eb7ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-d58eb7ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-d58eb7ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-d58eb7ee, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-d58eb7ee, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-d58eb7ee, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-d58eb7ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-d58eb7ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-d58eb7ee {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-d58eb7ee {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-d58eb7ee {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-d58eb7ee {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-d58eb7ee {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-d58eb7ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-d58eb7ee {
  justify-self: start;
}

#w-node-d3d93ea2-7f6c-9b69-5229-1cfd5eec542b-e9eb3db8, #w-node-d3d93ea2-7f6c-9b69-5229-1cfd5eec5430-e9eb3db8, #w-node-d3d93ea2-7f6c-9b69-5229-1cfd5eec5435-e9eb3db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d3d93ea2-7f6c-9b69-5229-1cfd5eec544b-e9eb3db8, #w-node-d3d93ea2-7f6c-9b69-5229-1cfd5eec5450-e9eb3db8, #w-node-_1b95233f-e75c-82f4-1e9e-e647fa0585af-e9eb3db8 {
  align-self: start;
}

#w-node-d3d93ea2-7f6c-9b69-5229-1cfd5eec545a-e9eb3db8, #w-node-d3d93ea2-7f6c-9b69-5229-1cfd5eec545f-e9eb3db8, #w-node-d3d93ea2-7f6c-9b69-5229-1cfd5eec5464-e9eb3db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_605f88e5-136d-8b5a-a0eb-a5281d90cf71-e9eb3db8, #w-node-_605f88e5-136d-8b5a-a0eb-a5281d90cf76-e9eb3db8, #w-node-_605f88e5-136d-8b5a-a0eb-a5281d90cf7b-e9eb3db8 {
  align-self: start;
}

#w-node-f619fc5e-e9cf-59ca-cf7b-f35e855ce92f-281d87e7 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f176-d58eb7eb {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f1b9-d58eb7eb {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7606ed97-a5c7-63db-faa8-42fb4e43f201-d58eb7eb, #w-node-_57dd31de-2cc3-48a1-e95a-f7b42a179193-d58eb7eb, #w-node-_7c38a01e-0ca9-f145-59d9-447d818f8005-d58eb7eb {
    grid-column: span 1 / span 1;
  }
}


