:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Lexend, sans-serif;
  --_primitives---colors--neutral-darkest: black;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darker: #222;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---colors--candou-indigo: #102198;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--candou-blue-60: #182dcc;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--white);
  --_ui-styles---radius--medium: 3.125rem;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 3rem;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--candou-peach: #ff9650;
  --_primitives---colors--candou-tangerine: #ff5b25;
  --_ui-styles---radius--mobile--inner: 2rem;
  --_ui-styles---radius--mobile--outer: 2.125rem;
  --_ui-styles---stroke--divider-width: 1px;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
}

.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);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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: none;
  margin-left: auto;
  margin-right: auto;
}

.container-large.home {
  max-width: none;
  height: 100%;
  position: relative;
}

.container-large.about, .container-large.individuals {
  max-width: none;
}

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

.main-wrapper {
  height: 100%;
}

.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-vertical.padding-xhuge {
  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: var(--_typography---font-styles--body);
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.text-color-white.text-align-left {
  color: var(--_primitives---colors--neutral-darkest);
}

.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 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.is-all-caps {
  text-transform: uppercase;
}

.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 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

.heading-style-h5.text-color-white {
  color: var(--_primitives---colors--neutral-darker);
}

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

.heading-style-h1 {
  font-family: var(--_typography---font-styles--heading);
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.text-color-white {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.button {
  border: 1px solid var(--_primitives---colors--candou-indigo);
  background-color: var(--_primitives---colors--candou-indigo);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 50vh;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

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

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

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

.button.is-small {
  color: var(--_primitives---colors--white);
  padding: .5rem 1.25rem;
}

.button.is-small:hover {
  background-color: var(--_primitives---colors--candou-blue-60);
}

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

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

.heading-style-h4 {
  font-family: var(--_typography---font-styles--heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.is-all-caps {
  text-transform: uppercase;
}

.heading-style-h4.home-alt {
  height: auto;
  min-height: 60px;
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

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

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

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

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

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--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---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--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.25rem;
}

.text-size-large.text-weight-semibold.mobile-only {
  display: none;
}

.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 {
  justify-content: center;
  align-items: center;
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.padding-global.home-hero {
  height: auto;
  padding-bottom: 5%;
  position: relative;
}

.padding-section-medium {
  padding-top: 2rem;
  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---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  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---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.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(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

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

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

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

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

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

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

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  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;
}

.section_tile-header {
  background-image: linear-gradient(135deg, var(--_primitives---colors--candou-peach), var(--_primitives---colors--candou-tangerine));
}

.header-alt1_component {
  grid-column-gap: 0rem;
  border-radius: var(--_ui-styles---radius--small);
  background-image: linear-gradient(135deg, var(--_primitives---colors--candou-tangerine), var(--_primitives---colors--candou-peach));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

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

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

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

.header-alt1_image-wrapper {
  aspect-ratio: 2 / 3;
  border-radius: 1rem;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

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

.header-alt1_image-list-right {
  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;
}

.section_partner-logos {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.partner-logos_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.partner-logo {
  max-height: 3.5rem;
}

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

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

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

.layout396_card {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout396_card-content {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  padding: 2rem;
  display: flex;
}

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

.card_border {
  border-radius: var(--_ui-styles---radius--medium);
  background-image: linear-gradient(135deg, var(--_primitives---colors--candou-peach), var(--_primitives---colors--candou-tangerine));
  flex-flow: column;
  flex: 1;
  padding: .25rem;
  display: flex;
  overflow: visible;
}

.card_border.regular {
  overflow: hidden;
}

.card_border.slider {
  border-radius: 1.625rem;
}

.section_horizontal-card {
  z-index: -1;
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: sticky;
  top: 0;
}

.section_horizontal-card.sticky {
  background-color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.section_horizontal-card.non-stick {
  background-color: var(--_primitives---opacity--transparent);
  position: static;
}

.horizontal-card_component {
  overflow: visible;
}

.horizontal-card_component.regular {
  overflow: hidden;
}

.horizontal-card_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_ui-styles---radius--medium);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.horizontal-card_grid-list.shadow-large {
  overflow: visible;
}

.horizontal-card_grid-list.shadow-large.regular {
  overflow: hidden;
}

.horizontal_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: visible;
}

.horizontal_card.regular {
  overflow: hidden;
}

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

.horizontal_image-wrapper {
  border-top-left-radius: var(--_ui-styles---radius--small);
  border-bottom-left-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--candou-tangerine);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.horizontal_image-wrapper.regular {
  aspect-ratio: 3 / 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.horizontal-card_image {
  box-sizing: content-box;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 100% 100%;
  width: auto;
  height: 110%;
  position: relative;
  top: 0;
  left: 62px;
}

.horizontal-card_image.peeking {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 110%;
  position: absolute;
  inset: auto auto 0% 10%;
  overflow: visible;
}

.horizontal-card_image.regular {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.section_testimonial1 {
  background-color: var(--_primitives---colors--candou-peach);
  color: var(--color-scheme-1--text);
}

.testimonial1_content {
  text-align: center;
}

.testimonial1_logo {
  max-height: 3.5rem;
}

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

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

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

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

.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_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

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

.footer-global_component {
  background-color: var(--_primitives---colors--candou-peach);
}

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

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

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

.footer-global_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

.footer-global_credit-text {
  font-size: .875rem;
}

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

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

.section_header-phones {
  color: var(--color-scheme-1--text);
  padding-top: 4rem;
  position: relative;
}

.header-phones_component {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

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

.heading-style-h1-2.is_alternate {
  color: var(--_primitives---colors--white);
}

.header-phones_image-wrapper {
  z-index: 2;
  justify-content: center;
  max-width: 80rem;
  display: block;
  position: relative;
}

.header145_image {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
}

.header145_image._90 {
  width: 100%;
  max-width: 100%;
}

.phone_wrapper {
  z-index: 2;
  width: 600px;
  position: relative;
}

.phone_wrapper.left {
  width: auto;
  display: block;
  position: relative;
  left: 100px;
}

.phone_wrapper.left.hide-mobile-landscape {
  width: 90%;
}

.phone_wrapper.middle {
  z-index: 3;
  width: 100%;
}

.phone_wrapper.right {
  width: auto;
  right: 100px;
}

.phone_wrapper.right.hide-mobile-landscape {
  width: 90%;
}

.gradient-backdrop {
  z-index: 0;
  background-image: linear-gradient(135deg, var(--_primitives---colors--candou-tangerine), var(--_primitives---colors--candou-peach));
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.phone-group_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.logo_wrapper {
  width: 160px;
}

.logo_wrapper.style1 {
  width: 110px;
}

.btn_download-apple, .btn_download-google {
  height: 40px;
}

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

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

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

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

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

.layout225_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

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

.section_cta {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.cta_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--_primitives---colors--white);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  overflow: hidden;
}

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

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

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

.error-text {
  color: #e23939;
}

.navbar13_component {
  color: var(--color-scheme-1--text);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
}

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

.navbar-instructions-delete {
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  width: 100%;
  padding: 2rem;
}

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

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

.navbar13_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  background-color: var(--_primitives---opacity--white-60);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100vh;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

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

.navbar13_menu-link-wrapper {
  display: flex;
}

.navbar13_link {
  font-family: var(--_typography---font-styles--heading);
  padding: .5rem 1rem;
  font-weight: 400;
}

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

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

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

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

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

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

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

.navbar13_menu-button {
  padding: 0;
}

.navbar-global_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding: 2rem 2%;
  display: flex;
}

.navbar-global_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-global_logo-link {
  padding-left: 0;
  display: flex;
}

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

.navbar-global_link {
  padding: .5rem 1rem;
}

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

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

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

.navbar-global_dropdown-link {
  padding: .5rem 1rem;
}

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

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

.navbar-global_menu-button {
  padding: 0;
}

.section_header-individuals {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.header-individuals_component {
  height: 100%;
}

.header-individuals_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-individuals_card.text-color-white {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding-top: 6rem;
  overflow: visible;
}

.header-individuals_card-content {
  z-index: 1;
  margin-bottom: 4rem;
  position: relative;
}

.header-individuals_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 4rem;
  height: 90vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

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

.download-button {
  height: auto;
  min-height: 0;
}

.image, .image-2 {
  width: auto;
  max-width: none;
  height: 3rem;
}

.section_layout-about {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

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

.layout-about_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  overflow: hidden;
}

.layout-about_image {
  aspect-ratio: 16 / 9;
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_lightbox-link {
  width: 100%;
}

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

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

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.container {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  transition: transform .3s;
  position: relative;
}

.slider-image {
  aspect-ratio: 1;
  opacity: .2;
  border-radius: 1.5rem;
  transition: opacity .5s;
}

.slider-text {
  opacity: 0;
  font-family: var(--_typography---font-styles--heading);
  color: #000;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity .3s;
}

.swiper-button-next {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: none;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

.swiper-button-prev {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: none;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.card_background {
  background-color: var(--_primitives---colors--white);
  border-radius: 1.5rem;
}

.logos_logo {
  max-height: 3.5rem;
}

.section_logos {
  background-color: var(--_primitives---colors--candou-tangerine);
  color: var(--color-scheme-1--text);
}

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

.logos_list {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.logos_list._2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.padding-global-3 {
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

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

.layout-details_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout-details_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  overflow: hidden;
}

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

.section_cta52 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.padding-global-4 {
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.cta52_component {
  border-radius: var(--_ui-styles---radius--small);
  overflow: hidden;
}

.cta52_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--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  overflow: hidden;
}

.padding-global-5 {
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

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

.padding-global-6 {
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.header_alt_component {
  border-radius: var(--_ui-styles---radius--small);
  background-image: linear-gradient(135deg, var(--_primitives---colors--candou-tangerine), var(--_primitives---colors--candou-peach));
  overflow: hidden;
}

.header-alt_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

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

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

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

.header-alt_image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 100% 50%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  top: 3rem;
}

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

.padding-global-7 {
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

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

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

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

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

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

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

.padding-global-8, .padding-global-9 {
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  font-weight: 400;
}

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

.section_header-alt1.mobile {
  display: none;
}

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

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

.layout-features_grid-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: var(--_ui-styles---radius--small);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: 60vh;
  overflow: hidden;
}

.layout-features_grid-list.shadow-large {
  height: auto;
}

.layout-features_row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.layout-features_card-large {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.layout-features_card-large-content {
  background-image: linear-gradient(135deg, var(--_primitives---colors--candou-tangerine), var(--_primitives---colors--candou-peach));
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  height: 50%;
  padding: 1.5rem 3rem;
  display: flex;
}

.layout-features_card-large-content-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.layout-features_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.layout-features_card-large-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.layout-features_card-small {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.layout-features_card-small._2 {
  background-color: var(--_primitives---colors--candou-peach);
  height: 100%;
}

.layout-features_card-small._1 {
  background-color: var(--_primitives---colors--neutral-lightest);
  height: 100%;
}

.layout-features_card-small._3 {
  background-color: var(--_primitives---colors--candou-tangerine);
}

.layout-features_card-small._4 {
  background-color: var(--_primitives---colors--white);
}

.layout-features_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout-features_card-small-content-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.layout-features_item-icon-wrapper {
  display: inline-block;
}

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

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stats_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.stats_number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.table_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.table_content {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black-archive\<deleted\|variable-dccb7db6\>) black;
  flex-direction: column;
  overflow: auto;
}

.table_header-row {
  border-bottom: 1px solid var(--black-archive\<deleted\|variable-dccb7db6\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.table_column.is-header-column {
  min-height: auto;
}

.table_column.is-header-column.is-width-large, .table_column.is-header-column.is-width-small, .table_column.is-width-large, .table_column.is-width-small {
  min-width: auto;
  max-width: none;
}

.table_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.table_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table_column-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem 1rem;
  display: flex;
}

.table_group-header-row {
  border-bottom: 1px solid var(--black-archive\<deleted\|variable-dccb7db6\>);
  background-color: #f4f4f4;
}

.table_group-header-column {
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.table_item {
  border-bottom: 1px solid var(--black-archive\<deleted\|variable-dccb7db6\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table_link {
  font-weight: 600;
  text-decoration: none;
}

.code-embed {
  width: 120px;
}

.div-block {
  position: static;
}

.div-block-2 {
  height: 100%;
}

.section_benefits {
  background-color: var(--_primitives---colors--candou-tangerine);
  color: var(--_primitives---colors--white);
}

.padding-global-10 {
  justify-content: center;
  align-items: center;
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

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

.text-size-medium-3 {
  font-size: 1.125rem;
  font-weight: 400;
}

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

.benefits_item {
  border-left: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.benefits_number {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.padding-global-11, .padding-global-12 {
  justify-content: center;
  align-items: center;
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

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

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

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

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

.header78_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.navbar1_component {
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

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

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

.navbar1_link.w--current {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

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

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  padding: .5rem;
}

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

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

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

.navbar1_menu-button {
  padding: 0;
}

.padding-global-13 {
  justify-content: center;
  align-items: center;
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

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

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

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

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

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

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.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_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_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.line-divider {
  background-color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

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

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

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

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

.padding-global-14 {
  justify-content: center;
  align-items: center;
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.legal2-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.legal2-content_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.legal2-content_sidebar-heading {
  font-size: 1.5rem;
}

.legal2-content_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

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

.legal2-content_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal2-content_link-wrapper {
  overflow: hidden;
}

.legal2-content_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.legal2-content_link.w--current, .legal2-content_link.current {
  background-color: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  font-weight: 600;
}

.legal2-content_link.current.w--current {
  background-color: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  border-style: none;
  font-weight: 600;
}

.legal2-content_link.is-h3, .legal2-content_link.is-h4, .legal2-content_link.is-h5, .legal2-content_link.is-h6 {
  padding-left: 1rem;
}

.legal2-content_h-trigger {
  display: none;
}

.banner9_component {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  position: relative;
}

.padding-global-15 {
  justify-content: center;
  align-items: center;
  max-width: 1432rem;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.banner9_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.banner9_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.banne9_icon-wrapper {
  flex: none;
}

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

.banner9_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.banner9_close-button {
  margin-left: 1rem;
}

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

.code-embed-3 {
  text-align: center;
}

.list-item-4, .list-item-5, .list-item-6 {
  color: var(--_primitives---colors--white);
  font-size: 1.125rem;
}

.list {
  font-size: 1.125rem;
}

@media screen and (min-width: 1920px) {
  .container-large, .container-large.about {
    max-width: 90rem;
  }

  .text-size-medium, .text-size-medium.text-color-white {
    font-size: 1.4rem;
  }

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

  .text-rich-text p {
    font-size: 1.2rem;
  }

  .header-alt1_component {
    flex: 1;
  }

  .section_horizontal-card.sticky.regular {
    z-index: -1;
    height: auto;
  }

  .horizontal-card_grid-list.shadow-large {
    height: 99.9999%;
  }

  .horizontal_image-wrapper {
    position: relative;
  }

  .horizontal_image-wrapper.regular {
    aspect-ratio: auto;
    width: auto;
    height: auto;
    min-height: 0;
  }

  .horizontal-card_image.peeking {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    max-width: none;
    height: 110%;
    position: absolute;
  }

  .horizontal-card_image.regular {
    width: 100%;
  }

  .section_header-alt1 {
    z-index: 0;
    height: auto;
    position: static;
  }

  .paragraph {
    font-size: 1.4rem;
  }
}

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

  .text-size-medium.text-color-white {
    text-align: center;
  }

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

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

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

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

  .heading-style-h1.text-color-white {
    text-align: center;
  }

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

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

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

  .text-size-large.text-weight-semibold {
    display: none;
  }

  .text-size-large.text-weight-semibold.mobile-only {
    display: block;
  }

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

  .slider-arrow.is-centre-next.hide-mobile-landscape {
    width: 40%;
    display: block;
  }

  .header-alt1_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .header-alt1_content-left {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

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

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

  .section_horizontal-card.sticky {
    z-index: 1;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0%;
    display: block;
    position: static;
  }

  .section_horizontal-card.sticky.regular {
    display: flex;
  }

  .horizontal-card_component.regular, .horizontal-card_grid-list.shadow-large {
    overflow: visible;
  }

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

  .horizontal_card-content {
    padding: 2rem;
  }

  .horizontal_image-wrapper {
    border-top-left-radius: var(--_ui-styles---radius--small);
    border-top-right-radius: var(--_ui-styles---radius--small);
    border-bottom-left-radius: 0;
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .horizontal_image-wrapper.regular {
    border-top-right-radius: 0;
  }

  .horizontal-card_image.peeking {
    position: relative;
    left: 87px;
  }

  .horizontal-card_image.regular {
    width: 100%;
  }

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

  .section_header-phones {
    background-image: none;
  }

  .header-phones_component {
    z-index: 1;
  }

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

  .header145_image {
    width: 100%;
  }

  .phone_wrapper.left.hide-mobile-landscape {
    width: 40%;
    display: block;
  }

  .phone_wrapper.middle {
    object-fit: fill;
    width: 50%;
    display: block;
  }

  .phone_wrapper.right.hide-mobile-landscape {
    width: 40%;
    display: block;
  }

  .gradient-backdrop {
    background-image: linear-gradient(135deg, var(--_primitives---colors--candou-tangerine), var(--_primitives---colors--candou-peach));
    height: 95vh;
    display: block;
    inset: 0% 0% auto;
  }

  .phone-group_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta_card {
    padding: 3rem;
  }

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

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

  .navbar13_container {
    grid-template-columns: auto 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar13_menu {
    background-color: var(--_primitives---opacity--transparent);
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

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

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

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

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

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

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

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

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

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

  .navbar13_menu-button {
    padding: 0;
  }

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

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

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

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

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

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

  .navbar-global_component {
    padding-bottom: 2rem;
  }

  .navbar-global_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;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

  .navbar-global_menu-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .navbar-global_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-global_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar-global_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar-global_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-global_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar-global_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

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

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

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

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

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

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .cta52_card {
    padding: 3rem;
  }

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

  .header-alt_card-content.business {
    flex-flow: column;
    width: 100%;
    padding-bottom: 0;
  }

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

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

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

  .section_header-alt1.mobile {
    display: block;
  }

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

  .layout-features_grid-list.shadow-large {
    height: auto;
  }

  .layout-features_row {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .layout-features_card-large-content, .layout-features_card-small-content {
    padding: 2rem;
  }

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

  .stats_number {
    font-size: 4rem;
  }

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

  .table_header-row, .table_group-header-row, .table_item {
    min-width: 72rem;
  }

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

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

  .benefits_number {
    font-size: 2.8rem;
  }

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

  .navbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
    background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

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

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

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

  .legal2-content_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .legal2-content_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .legal2-content_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .legal2-content_accordion-icon {
    display: flex;
  }

  .banne9_icon-wrapper {
    display: none;
  }
}

@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 {
    text-align: center;
    font-size: 1rem;
  }

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

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

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

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

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

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

  .heading-style-h1.text-color-white {
    text-align: center;
  }

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

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

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

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

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

  .header-alt1_component {
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header-alt1_content-right {
    height: 30rem;
  }

  .partner-logos_list {
    padding-top: 1rem;
  }

  .partner-logo {
    max-height: 3rem;
  }

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

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

  .layout396_card-content {
    padding: 1.5rem;
  }

  .section_horizontal-card.sticky {
    z-index: 1;
  }

  .horizontal-card_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .horizontal_card-content {
    padding: 1.5rem;
  }

  .horizontal-card_image.peeking {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    left: 13%;
  }

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

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

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

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

  .footer-global_credit-text {
    margin-top: 2rem;
  }

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

  .header-phones_component {
    height: auto;
    max-height: none;
  }

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

  .phone_wrapper.middle {
    width: 70%;
  }

  .gradient-backdrop {
    height: 95vh;
  }

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

  .cta_card {
    padding: 2rem;
  }

  .navbar13_component {
    margin-top: 1.25rem;
  }

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

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

  .navbar-global_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar-global_logo-link {
    padding-left: 0;
  }

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

  .header-individuals_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .logos_logo {
    max-height: 3rem;
  }

  .logos_list {
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
  }

  .logos_list._2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout-details_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .cta52_card, .header-alt_card-content {
    padding: 2rem;
  }

  .header-alt_card-content.business {
    flex-flow: row;
    width: 100%;
    padding-bottom: 0;
  }

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

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

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

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

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

  .layout-features_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout-features_row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout-features_card-large-content {
    padding: 1.5rem;
  }

  .layout-features_card-small {
    grid-template-columns: 1fr;
  }

  .layout-features_card-small-content {
    padding: 1.5rem;
  }

  .stats_list {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .stats_number {
    font-size: 3.5rem;
  }

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

  .benefits_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .benefits_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .benefits_number {
    font-size: 3.5rem;
  }

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

  .header78_image-wrapper {
    width: 18rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

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

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

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

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

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

  .legal2-content_sidebar-heading-text {
    font-size: 1rem;
  }

  .banner9_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner9_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .banner9_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .code-embed-4 {
    text-align: center;
  }
}

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

  ul {
    padding-left: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2, .heading-style-h1.text-color-white {
    font-size: 2rem;
  }

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

  .button-group.is-center {
    flex-flow: column;
  }

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

  .header-alt1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top-left-radius: var(--_ui-styles---radius--mobile--inner);
    grid-template-rows: auto auto;
    padding-top: 0;
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .header-alt1_content-right.mobile {
    height: 30rem;
  }

  .partner-logos_list {
    justify-content: center;
  }

  .layout396_card.shadow-large {
    border-radius: var(--_ui-styles---radius--mobile--outer);
  }

  .layout396_card-content {
    border-radius: var(--_ui-styles---radius--mobile--inner);
  }

  .card_border, .horizontal-card_grid-list.shadow-large, .horizontal-card_grid-list.shadow-large.regular {
    border-radius: var(--_ui-styles---radius--mobile--outer);
  }

  .horizontal_card, .horizontal_card.regular {
    border-radius: var(--_ui-styles---radius--mobile--inner);
  }

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

  .horizontal_image-wrapper {
    border-top-left-radius: var(--_ui-styles---radius--mobile--inner);
    border-top-right-radius: var(--_ui-styles---radius--mobile--inner);
  }

  .horizontal-card_image.peeking {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    left: 12%;
  }

  .section_header-phones {
    position: relative;
  }

  .header-phones_component {
    z-index: 1;
  }

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

  .phone_wrapper.middle {
    width: 90%;
  }

  .gradient-backdrop {
    z-index: 0;
    height: 95vh;
    inset: 0% 0% auto;
  }

  .phone-group_wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .btn_download-apple, .btn_download-google {
    height: 50px;
  }

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

  .layout225_image {
    width: 100%;
  }

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

  .layout225_item {
    flex-flow: column;
  }

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

  .list-item, .list-item-2, .list-item-3 {
    padding-left: 0;
  }

  .navbar-global_container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .navbar-global_menu.is-page-height-tablet {
    justify-content: center;
    align-items: center;
  }

  .header-individuals_background-image-wrapper {
    border-radius: 2rem;
  }

  .layout-about_image-wrapper, .layout-about_image {
    border-radius: var(--_ui-styles---radius--mobile--inner);
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .slider-image {
    height: 350px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .logos_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .logos_list._2, .layout-details_content, .layout-details_item-list {
    grid-template-columns: 1fr;
  }

  .layout-details_image-wrapper, .cta52_component, .cta52_card {
    border-radius: var(--_ui-styles---radius--mobile--inner);
  }

  .header-alt_card {
    grid-template-columns: 1fr;
  }

  .header-alt_card-content.business {
    padding-bottom: 0;
  }

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

  .layout-features_grid-list.shadow-large {
    border-radius: var(--_ui-styles---radius--mobile--inner);
  }

  .layout-features_row {
    grid-template-columns: 1fr;
  }

  .layout-features_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout-features_card-large-content {
    display: block;
  }

  .stats_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats_item {
    border-radius: var(--_ui-styles---radius--mobile--inner);
  }

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

  .table_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .code-embed {
    width: 80px;
  }

  .benefits_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .benefits_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

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

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

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

  .legal2-content_sidebar-heading, .legal2-content_sidebar-heading-text {
    align-self: auto;
  }
}

#w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0de-8f0cb244 {
  justify-self: end;
}

#w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0ee-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0ef-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f0-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f1-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f3-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f4-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f5-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f6-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f7-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f8-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0f9-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0fa-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0fb-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0fd-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0fe-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0ff-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a100-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a101-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a102-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a103-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a104-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a105-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a106-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a107-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a108-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a109-8f0cb244, #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a10a-8f0cb244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdbc-8f0cb244 {
  justify-self: end;
}

#w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdcc-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdcd-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdce-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdcf-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd1-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd2-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd3-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd4-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd5-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd6-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd7-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd8-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdd9-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabddb-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabddc-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabddd-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdde-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabddf-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde0-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde1-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde2-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde3-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde4-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde5-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde6-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde7-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabde8-8f0cb244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1304d30-3e11-8285-dab7-fab33581f5f2-8f0cb244, #w-node-d2a4e624-5a3a-f265-ba9d-67a9be737502-8f0cb244, #w-node-_648643ad-06f5-921e-edf0-5a74e6e2ee05-8f0cb244, #w-node-_98e34a44-b423-d288-2657-9acf54ea2cee-8f0cb244, #w-node-_83953567-69c1-dfd3-1246-e37652778b0c-8f0cb244, #w-node-_83953567-69c1-dfd3-1246-e37652778b0e-8f0cb244, #w-node-_83953567-69c1-dfd3-1246-e37652778b10-8f0cb244 {
  justify-self: center;
}

#w-node-_8d4b919a-5474-063b-d875-07d65a998768-8f0cb244, #w-node-_8d4b919a-5474-063b-d875-07d65a998769-8f0cb244, #w-node-_8d4b919a-5474-063b-d875-07d65a998775-8f0cb244, #w-node-_8d4b919a-5474-063b-d875-07d65a998781-8f0cb244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91836991-1ed1-eec5-72b7-5464e12e4fc3-e12e4fbd {
  justify-self: center;
}

#w-node-db850bfe-33e1-bbbe-c822-b26e8f1e21ea-8f0cb250 {
  justify-self: end;
}

#w-node-db850bfe-33e1-bbbe-c822-b26e8f1e21f9-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e21fa-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e21fb-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e21fc-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e21fe-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e21ff-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2200-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2201-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2202-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2203-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2204-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2205-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2206-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2208-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2209-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e220a-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e220b-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e220c-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e220d-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e220e-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e220f-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2210-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2211-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2212-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2213-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2214-8f0cb250, #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e2215-8f0cb250, #w-node-_7865fc57-6f20-4647-e6c3-5f13bd9e446e-8f0cb250, #w-node-_7865fc57-6f20-4647-e6c3-5f13bd9e446f-8f0cb250, #w-node-_7865fc57-6f20-4647-e6c3-5f13bd9e447b-8f0cb250, #w-node-_7865fc57-6f20-4647-e6c3-5f13bd9e4487-8f0cb250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9b9aa1-4f52-92f1-d492-54d98483e37e-8f0cb250, #w-node-_6b9b9aa1-4f52-92f1-d492-54d98483e388-8f0cb250, #w-node-_6b9b9aa1-4f52-92f1-d492-54d98483e392-8f0cb250 {
  align-self: start;
}

#w-node-_0db655d0-9c32-1899-0831-1588d7843feb-8f0cb250 {
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-8f0cb253 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-8f0cb253 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-8f0cb253 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-8f0cb253 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-8f0cb253 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-8f0cb253, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-8f0cb253 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-8f0cb253, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-8f0cb253, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-8f0cb253 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-8f0cb253, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-8f0cb253 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-8f0cb253, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-8f0cb253 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-8f0cb253, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-8f0cb253, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-8f0cb253, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-8f0cb253, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-8f0cb253, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-8f0cb253, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-8f0cb253, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-8f0cb253 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-8f0cb253 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-8f0cb253 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-8f0cb253, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-8f0cb253 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-8f0cb253, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-8f0cb253, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-8f0cb253, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-8f0cb253, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-8f0cb253, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-8f0cb253, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-8f0cb253, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-8f0cb253 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-8f0cb253 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-8f0cb253 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-8f0cb253 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-8f0cb253 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-8f0cb253 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-8f0cb253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-8f0cb253 {
  justify-self: start;
}

#w-node-_13e0d6d8-b7fb-9546-4949-ae43469faa02-8f0cb254 {
  justify-self: center;
}

#w-node-_13e0d6d8-b7fb-9546-4949-ae43469faa16-8f0cb254 {
  justify-self: end;
}

#w-node-_226f5eb0-4e7b-fc43-5287-84ff43805c60-8f0cb254, #w-node-_226f5eb0-4e7b-fc43-5287-84ff43805c61-8f0cb254, #w-node-_226f5eb0-4e7b-fc43-5287-84ff43805c72-8f0cb254, #w-node-_226f5eb0-4e7b-fc43-5287-84ff43805c83-8f0cb254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03a853ee-a9b8-dda5-6e28-2a822ab297ad-8f0cb254, #w-node-_03a853ee-a9b8-dda5-6e28-2a822ab297b7-8f0cb254, #w-node-_03a853ee-a9b8-dda5-6e28-2a822ab297c1-8f0cb254 {
  align-self: start;
}

#w-node-_1268c7e5-f673-9617-82bd-874c592c982e-8f0cb254 {
  justify-self: center;
}

#w-node-f2f47c13-08a6-6dfa-8d69-d12bbcd37483-8f0cb255, #w-node-f2f47c13-08a6-6dfa-8d69-d12bbcd3748d-8f0cb255, #w-node-f2f47c13-08a6-6dfa-8d69-d12bbcd37497-8f0cb255, #w-node-_591d67a6-7566-bc27-8a03-162a7e94d097-8f0cb255, #w-node-de3c2203-390c-ebc7-93f0-d220349382a5-8f0cb256, #w-node-de3c2203-390c-ebc7-93f0-d220349382af-8f0cb256, #w-node-de3c2203-390c-ebc7-93f0-d220349382b8-8f0cb256 {
  align-self: start;
}

#w-node-_254843ed-af1e-2dbc-3607-2821e4761753-8f0cb257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_254843ed-af1e-2dbc-3607-2821e4761754-8f0cb257 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c9cef596-d975-638f-d8ce-be643a0d8624-8f0cb257, #w-node-_1f695620-d1c8-94c6-7586-72add4b3a478-8f0cb257 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e5dd672e-e100-ecdf-e371-e7d1d1912757-8f0cb257, #w-node-_3b77301e-3fef-2a1c-7813-ffe330531adb-8f0cb257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0de-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdbc-8f0cb244 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0c7aefce-5d62-16ff-8392-540cb6f5a0de-8f0cb244, #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdbc-8f0cb244 {
    justify-self: start;
  }

  #w-node-_91836991-1ed1-eec5-72b7-5464e12e4fc3-e12e4fbd {
    justify-self: center;
  }

  #w-node-db850bfe-33e1-bbbe-c822-b26e8f1e21ea-8f0cb250 {
    justify-self: start;
  }

  #w-node-_0db655d0-9c32-1899-0831-1588d7843feb-8f0cb250, #w-node-_1268c7e5-f673-9617-82bd-874c592c982e-8f0cb254 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b9b9aa1-4f52-92f1-d492-54d98483e379-8f0cb250, #w-node-_03a853ee-a9b8-dda5-6e28-2a822ab297a8-8f0cb254, #w-node-f2f47c13-08a6-6dfa-8d69-d12bbcd3747e-8f0cb255, #w-node-de3c2203-390c-ebc7-93f0-d220349382a0-8f0cb256 {
    order: -9999;
  }

  #w-node-_254843ed-af1e-2dbc-3607-2821e4761754-8f0cb257 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d26ca2a-223b-ac75-9f2f-33eb75aabdbc-8f0cb244 {
    justify-self: start;
  }

  #w-node-_91836991-1ed1-eec5-72b7-5464e12e4fc3-e12e4fbd, #w-node-_0db655d0-9c32-1899-0831-1588d7843feb-8f0cb250, #w-node-_1268c7e5-f673-9617-82bd-874c592c982e-8f0cb254 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_254843ed-af1e-2dbc-3607-2821e4761754-8f0cb257 {
    grid-column: span 1 / span 1;
  }
}


