:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Manrope, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Manrope, sans-serif;
  --_primitives---colors--petrol-muted: #597c88;
  --_primitives---colors--white: white;
  --_primitives---colors--neutral-darkest: #04475a;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_ui-styles---radius--large: 99rem;
  --_primitives---colors--coral: #ff8c8b;
  --_primitives---opacity--transparent: transparent;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --_ui-styles---radius--medium: 0px;
  --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: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --color-scheme-1--accent: var(--_primitives---colors--coral);
  --_primitives---opacity--white-20: #fff3;
  --_primitives---colors--coral-dark: #ca6666;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_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;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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 {
  color: var(--_primitives---colors--petrol-muted);
  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 {
  object-fit: cover;
  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: 120rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-custom1 {
  margin-top: 3rem;
}

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.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 {
  color: var(--color-scheme-1--text);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.is- {
  max-width: 66.66%;
}

.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: 400;
  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 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.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: 400;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-size: 3.46875rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.max-width-large.text-align-center {
  align-self: center;
}

.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-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--coral);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  cursor: pointer;
  border: 2px solid #ff8c8b;
  padding: 1.25rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  background-color: #ffcfce;
  border-color: #ff8c8a;
}

.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;
  padding-top: 1.25rem;
  padding-right: 2rem;
  display: flex;
}

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

.button.is-secondary:hover {
  background-color: #ff8c8b;
  border-color: #ff8c8a;
}

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

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

.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-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

.text-size-regular.text-style-muted.max {
  max-width: 67%;
}

.text-size-regular.max {
  max-width: 66.66%;
}

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

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

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

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h3.is-coral {
  color: var(--color-scheme-1--border);
  margin-left: 10%;
  margin-right: 10%;
}

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

.text-color-white {
  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;
}

.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-family: var(--_typography---font-styles--body);
  font-size: 1.25rem;
}

.text-size-large.text-style-allcaps.is-petrol-muted {
  color: var(--_primitives---colors--petrol-muted);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-style-tagline {
  color: #71919c;
  letter-spacing: .007rem;
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-darkest);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 400;
  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;
}

.nav_component {
  z-index: 999;
  background-color: var(--_primitives---opacity--white-20);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: normal;
  width: 100%;
  max-width: 120rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_button-wrapper {
  flex: none;
}

.nav_link {
  opacity: .8;
  margin-bottom: 0;
  padding: .25rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all .2s cubic-bezier(.755, .05, .855, .06), opacity .2s;
  display: block;
}

.nav_link:hover {
  opacity: 1;
}

.nav_link.w--current {
  opacity: 1;
  color: var(--_primitives---colors--neutral-darkest);
  font-weight: 600;
}

.nav_logo-link {
  margin-right: 1rem;
}

.nav_menu-mobile-button {
  background-color: #14153d;
}

.nav_container {
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_link-wrapper {
  margin-right: 0;
  display: flex;
}

.button-nav {
  color: var(--color-scheme-1--text);
  background-color: #ff8c8b;
  border: 2px solid #ff8c8b;
  border-radius: 99rem;
  padding: .875rem 2.5rem;
  font-weight: 600;
  transition: color .3s, background-color .3s;
}

.button-nav:hover {
  color: var(--_primitives---colors--neutral-darkest);
  background-color: #ffcfce;
}

.button-nav:focus {
  border-style: dashed;
  border-color: #ccc;
}

.section-hero {
  position: relative;
}

.header_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.hero_content {
  width: 100%;
  margin-top: 2rem;
}

.hero_image-frame {
  position: relative;
}

.header-tag_wrapper {
  border: 1px #2788a3;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem 1.25rem .625rem 0;
  font-weight: 300;
  display: inline-flex;
}

.color-highlight {
  color: var(--_primitives---colors--coral-dark);
}

.hero-cta_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.star-element_wrapper {
  max-width: 18rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cursor-image_wrapper {
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-bg-lines {
  opacity: .4;
  pointer-events: none;
  cursor: none;
  z-index: -1;
  justify-content: space-between;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 5% 0% 0%;
}

.hero-bg-lines.is-cs {
  height: 30%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-line {
  background-image: linear-gradient(#e5e5e500, #ffcbcb 54%, #e5e5e500);
  flex: none;
  width: 1px;
  height: 100vh;
}

.hero_banner-gradient {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.gradient_wrapper {
  box-sizing: content-box;
  object-fit: contain;
  width: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.gradient_image {
  filter: blur(2rem);
  height: 100vh;
  overflow: visible;
}

.features-content_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
}

.features-label {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---opacity--neutral-darkest-60);
  margin-top: .5rem;
  margin-right: 2rem;
  font-weight: 400;
}

.features-content_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 75%;
  display: flex;
}

.features-item_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}

.section-collaboration {
  background-color: #f8f8f8;
}

.collaboration-component {
  margin-bottom: 3rem;
}

.scope-cards {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.scope-card {
  background-color: var(--_primitives---colors--white);
  padding: 3rem;
}

.scope-card:hover {
  background-color: var(--_primitives---opacity--white-60);
}

.scope-card_title {
  color: var(--_primitives---colors--petrol-muted);
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.95rem;
}

.scope-card_subtitle.text-style-muted {
  color: var(--color-scheme-1--text);
}

.scope-card_divider {
  background-color: #2788a3;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.scope-card_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.scope-icon_wrapper {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.scope-list_text.text-style-muted {
  opacity: .7;
}

.section-selected-work {
  background-color: #fff;
}

.selected-works_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.work-item_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.work-item_link.is-hidden {
  display: none;
}

.work-item_inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.work-item_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.work-card_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.work-card_tagline {
  font-family: var(--_typography---font-styles--body);
  text-transform: uppercase;
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: 400;
}

.work-card_title {
  font-size: 2rem;
  line-height: 1.2;
}

.link-block_case {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #638c97;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  display: flex;
}

.icon-move {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.about-layout_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
}

.about-image {
  width: 100%;
}

.about-items_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-left: 1px none var(--_primitives---colors--coral);
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.about-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-left: 1.5px solid var(--_primitives---colors--coral);
  flex-flow: column;
  max-width: 66.66%;
  padding-left: 2.5rem;
  display: flex;
}

.about-item.is-template {
  background-color: #faf9f9;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 4rem;
}

.bout-item_label {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--petrol-muted);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
}

.about-item_text, .about-item_text.text-style-muted {
  font-size: 1.125rem;
}

.about-item_text.is- {
  max-width: 66.66%;
}

.feature-text {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--petrol-muted);
  font-size: 2rem;
  font-weight: 400;
}

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

.testimonials-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 8rem;
}

.testimonial-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_primitives---colors--neutral-lighter);
  border-radius: .5rem;
  flex-flow: column;
  padding: 4rem;
  display: flex;
}

.testimonial-content {
  height: 170%;
  font-size: 1.125rem;
}

.section-contact {
  background-color: #fafafa;
}

.contact-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-xs {
  background-color: var(--_primitives---colors--neutral-lighter);
  flex: none;
  width: 4rem;
  height: 1px;
}

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

.section-footer {
  background-color: #04475a;
}

.footer-wrapper {
  color: var(--_primitives---colors--white);
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--_primitives---colors--neutral-lighter);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: var(--_primitives---opacity--white-50);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: .875rem;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--_primitives---colors--white);
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copright {
  color: var(--_primitives---opacity--white-40);
  text-align: left;
  font-size: .875rem;
  line-height: 16px;
}

.cs-hero-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-link {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: none;
}

.hero-bg-gradient {
  z-index: 0;
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circle-gradient {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.circle-gradient.is-template {
  inset: 0%;
}

.cs-heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.cs-header-meta_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--_primitives---colors--neutral-lightest);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.cs-header-meta_wrapper.is-center {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cs-meta-collumn {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.cs-meta-label {
  color: var(--_primitives---colors--petrol-muted);
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.cs-meta-value {
  font-size: 1.125rem;
  line-height: 1;
}

.cs-section-title {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--petrol-muted);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.cs-section-title.is-template {
  letter-spacing: .125rem;
}

.description-text {
  color: var(--_primitives---colors--petrol-muted);
  font-size: 1.125rem;
  line-height: 1.75;
}

.description-text.is-small {
  font-size: 1rem;
  line-height: 1.5;
}

.description-text.is-small.is-coral {
  color: #7ca2ac;
  line-height: 1.75;
}

.cs-images_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.cs-images_wrapper.is-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: 20rem;
  margin-right: 20rem;
}

.cs-images_wrapper.is-grid.is-template {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.solution-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: flex;
}

.solution-step_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.solution-number {
  border: 1px solid var(--_primitives---colors--coral);
  border-radius: var(--_ui-styles---radius--large);
  color: var(--_primitives---colors--coral);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: .5rem;
  line-height: 1;
  display: flex;
}

.solution-card-header {
  font-family: var(--_typography---font-styles--body);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.cs-section-scope {
  background-color: #fff8f7;
  display: block;
}

.cs-section-process {
  background-color: #fff7f7;
}

.process-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr;
  padding-left: 20%;
}

.process-grid.is-template {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin-top: 4rem;
  padding-left: 0%;
}

.cs-process-step {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 6rem 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  display: grid;
}

.cs-process-step.is-template {
  border: 1px none var(--_primitives---colors--neutral-lightest);
  background-color: #fffdfc;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  padding: 2.5rem 4rem 2.5rem 3rem;
  display: flex;
  position: sticky;
  top: 25%;
}

.cs-process-step.is-template.is-last {
  background-color: #fefbfa;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.cs-process-step.is-template.is-white {
  background-color: #fefbfb;
  max-width: 80%;
}

.step-number {
  border: 1px solid var(--_primitives---colors--coral);
  border-radius: var(--_ui-styles---radius--large);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.step-title {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--petrol-muted);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.cs-process-content_grid {
  color: var(--_primitives---colors--petrol-muted);
  flex-flow: column;
  display: flex;
}

.process-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--neutral-darkest);
  flex: none;
  width: .375rem;
  height: .375rem;
}

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

.tools-grid.is-template {
  flex-flow: column;
  display: flex;
}

.tool-logo {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--coral);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  display: flex;
}

.tool-logo.is-large {
  width: 6rem;
  height: 6rem;
}

.tool-logo-svg {
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cs-visuals_stack {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 0;
}

.cs-visuals_stack.is-tmplate {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-image-content_wrapper {
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.color-sample {
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---opacity--transparent);
  border-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.color-sample_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.color-sample_wrapper.is-template {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.pallete-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.design-details_content {
  flex-flow: column;
  width: 100%;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.cs-section-testimonial {
  background-color: var(--_primitives---colors--neutral-darkest);
  font-family: var(--_typography---font-styles--heading);
}

.cs-testimonial-component {
  color: var(--_primitives---colors--white);
  margin-left: 10%;
  margin-right: 10%;
  font-size: 3rem;
  line-height: 1.3;
}

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

.next-project-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2rem;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.next-title {
  font-family: var(--_typography---font-styles--heading);
  max-width: 80%;
  font-size: 2rem;
  line-height: 1.3;
}

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

.cs-contact-component {
  border-top: 1px solid var(--_primitives---colors--neutral-lightest);
  margin-top: 4rem;
}

.cs-contact-header {
  font-family: var(--_typography---font-styles--body);
  padding-top: 4rem;
  font-size: 2rem;
  font-weight: 400;
}

.next-icon, .next-icon_wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow-icon {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.logo-nav {
  opacity: .8;
  font-size: 1.125rem;
}

.logo-nav.is-footer {
  margin-bottom: .5rem;
}

.section-subheader {
  color: var(--_primitives---colors--petrol-muted);
  font-size: 1.5rem;
}

.section-subheader.is- {
  max-width: 66.66%;
}

.text-description {
  color: #638c97;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
}

.button-text {
  color: var(--_primitives---colors--petrol-muted);
  font-size: 1rem;
}

.icon-move-svg {
  opacity: 1;
  color: #638c97;
  line-height: 1;
}

.feature-description {
  color: var(--_primitives---colors--petrol-muted);
  font-size: 1.25rem;
}

.cs-image-wrapper {
  object-fit: contain;
}

.challenge-visuals_wrapper {
  margin-top: 6rem;
}

.bridge-component {
  color: var(--_primitives---colors--petrol-muted);
  margin-top: 5rem;
  padding: 6rem 40% 6rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.bridge-component.is-template {
  padding-right: 0%;
}

.bullets-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.cs-process-wrapper {
  display: flex;
}

.process-item-text {
  color: var(--_primitives---colors--petrol-muted);
  font-size: 1.125rem;
  line-height: 1.7;
}

.visual-description_wrapper {
  flex-flow: column;
  padding-left: 0;
  padding-right: 1rem;
  display: flex;
}

.visual-wrapper {
  object-fit: contain;
  border-radius: .5rem;
  max-height: 62.6rem;
  display: flex;
  overflow: hidden;
}

.visual-wrapper.is-grid {
  height: auto;
}

.visual-wrapper.is-xs {
  height: 50vh;
}

.visual-wrapper.is-sj {
  border-radius: 0;
}

.live-page-link {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.visuals-grid_wrapper {
  grid-template-columns: 1fr;
  margin-left: 10rem;
  margin-right: 10rem;
}

.visuals-grid_wrapper.is-template {
  margin-left: auto;
  margin-right: auto;
}

.layout-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout-header {
  flex-flow: column;
  display: flex;
}

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

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

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

.image-xs {
  object-fit: contain;
  height: 100%;
}

.header-wrapper {
  max-width: 100%;
}

.cardline-tag {
  color: var(--_primitives---colors--petrol-muted);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.gradient-orb {
  z-index: -1;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.gradient-orb-2 {
  z-index: -1;
  border-radius: var(--_ui-styles---radius--large);
  filter: blur(2rem);
  background-image: linear-gradient(#ff8c8a, #fff);
  width: 15rem;
  height: 15rem;
  transition: height .7s cubic-bezier(.95, .05, .795, .035), width .7s cubic-bezier(.95, .05, .795, .035), margin .7s cubic-bezier(.95, .05, .795, .035);
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.gradient-orb-2:hover {
  width: 19rem;
  height: 19rem;
  margin-top: -77px;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1920px) {
  .hero_banner-gradient {
    display: flex;
  }

  .gradient_image {
    object-fit: fill;
    width: 100%;
  }

  .footer-wrapper {
    max-width: 100%;
  }

  .header-wrapper {
    max-width: 90%;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3.is-coral {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 2rem;
  }

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

  .nav_menu-wrapper {
    background-color: #0000;
    border-bottom-right-radius: 1.125rem;
    border-bottom-left-radius: 1.125rem;
    justify-content: flex-start;
    overflow: visible;
  }

  .nav_button-wrapper {
    background-color: var(--_primitives---colors--white);
    border-bottom-right-radius: 1.125rem;
    border-bottom-left-radius: 1.125rem;
    justify-content: center;
    align-items: center;
    padding: 1rem 2.5rem 2rem;
    display: flex;
  }

  .nav_link {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav_menu-mobile-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 0 0 0 0;
  }

  .nav_menu-mobile-button.w--open {
    color: var(--color-scheme-1--text);
    background-color: #0000;
  }

  .nav_container {
    justify-content: space-between;
  }

  .nav_link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--_primitives---colors--white);
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
  }

  .button-nav {
    flex: 1;
  }

  .hero_content {
    width: 100%;
  }

  .hero-cta_wrapper {
    flex-flow: column;
  }

  .hero_banner-gradient, .gradient_wrapper {
    height: 100%;
  }

  .gradient_image {
    height: 100vh;
  }

  .scope-cards {
    grid-template-columns: 1fr;
  }

  .work-item_inner {
    grid-template-columns: 1fr 1fr;
  }

  .work-item_card {
    padding: 3rem;
  }

  .about-item {
    max-width: 80%;
  }

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

  .testimonial-card {
    padding: 2rem;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .cs-heading-wrapper {
    max-width: 100%;
  }

  .color-sample_wrapper {
    flex-flow: column;
    display: flex;
  }

  .cs-testimonial-component {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 2rem;
  }

  .cs-contact-component {
    margin-top: 0;
  }

  .bridge-component.is-template {
    padding-bottom: 3rem;
  }

  .layout-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }
}

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

  p {
    color: var(--_primitives---colors--petrol-muted);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-regular.text-style-muted.max {
    max-width: 100%;
  }

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

  .heading-style-h3.is-coral {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.5rem;
  }

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

  .text-style-allcaps.text-size-small.text-style-muted {
    align-self: flex-start;
  }

  .text-size-small.text-style-muted {
    text-align: center;
  }

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

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

  .nav_button-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_link {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

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

  .nav_link-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  .header_component {
    display: block;
  }

  .hero_image-frame {
    opacity: .19;
    z-index: -10;
    position: static;
  }

  .hero-cta_wrapper {
    width: 100%;
  }

  .selected-works_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .work-item_inner {
    flex-flow: column;
    display: flex;
  }

  .work-item_card {
    order: 9999;
  }

  .about-items_wrapper, .about-item, .about-item_text.is- {
    max-width: 100%;
  }

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

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

  .footer-brand {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .cs-header-meta_wrapper.is-center {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .description-text.max-width-medium {
    margin-bottom: 1rem;
  }

  .solution-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 90%;
  }

  .solution-step_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cs-process-step.is-template {
    flex-flow: column;
    grid-template-columns: 6rem;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .cs-process-step.is-template.is-white {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
  }

  .cs-process-content_grid {
    flex-flow: column;
    display: flex;
  }

  .design-details_content.is-template {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }

  .cs-contact-component {
    margin-top: 0;
  }

  .cs-contact-header {
    padding-top: 2rem;
  }

  .bullets-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  p {
    color: var(--_primitives---colors--petrol-muted);
  }

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

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

  .button {
    display: flex;
  }

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

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

  .text-style-allcaps.text-size-small.text-style-muted {
    text-align: left;
  }

  .nav_logo-link {
    margin-right: 0;
    padding-left: 0;
  }

  .nav_menu-mobile-button {
    margin-left: auto;
    padding-right: 0;
  }

  .nav_menu-mobile-button-icon {
    color: var(--color-scheme-1--text);
  }

  .hero_content {
    flex: 1;
  }

  .hero-cta_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .features-content_grid {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 20%;
    display: flex;
  }

  .features-content_wrapper {
    max-width: 100%;
  }

  .features-item_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .scope-cards {
    flex-flow: column;
    display: flex;
  }

  .scope-card {
    flex: 1;
    padding: 2rem;
    overflow: hidden;
  }

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

  .selected-works_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .work-item_card {
    padding: 1.5rem;
  }

  .work-card_tagline.text-style-allcaps.text-style-muted.text-weight-normal, .work-card_tagline.text-style-muted {
    margin-top: 0;
  }

  .work-card_title {
    font-size: 1.5rem;
  }

  .about-layout_wrapper {
    flex-flow: column;
    grid-template-columns: 40%;
    display: flex;
  }

  .about-items_wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .about-item {
    padding-left: 1rem;
  }

  .testimonial-card {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: .5rem;
  }

  .footer-link:hover {
    color: var(--_primitives---colors--white);
    line-height: 1rem;
  }

  .cs-header-meta_wrapper.is-center {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .process-grid.is-template {
    flex-flow: column;
    display: flex;
  }

  .cs-process-step.is-template {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 3rem;
  }

  .cs-process-step.is-template.is-white {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .step-title {
    font-size: 1.5rem;
  }

  .cs-testimonial-component {
    color: var(--_primitives---colors--white);
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .next-title {
    max-width: 100%;
  }

  .cs-contact-component {
    margin-top: 0;
  }

  .cs-contact-header {
    padding-top: 2rem;
  }

  .bridge-component.is-template {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .visual-wrapper.is-xs {
    height: auto;
  }

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

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

#w-node-c8011472-9302-a554-451a-f15af0b49f86-be3e8909, #w-node-_19ff4b21-e63c-9f9c-5c71-29c0a916f061-be3e8909, #w-node-_8a70e4da-af5b-9bcb-6e29-9f9e02443d96-be3e8909, #w-node-a1745b06-33ec-88f2-f993-b46e2c8f2e86-be3e8909 {
  justify-self: end;
}

#w-node-_06c13fbf-5261-309a-e828-154e781fb9f8-be3e8909, #w-node-e194d268-43af-102e-7ecc-b6af57c5c720-be3e8909 {
  order: 9999;
}

#w-node-_5cedc085-5a17-5c3b-9b3e-c735fc8cf8a5-fc8cf89c, #w-node-_5cedc085-5a17-5c3b-9b3e-c735fc8cf8ae-fc8cf89c, #w-node-_5cedc085-5a17-5c3b-9b3e-c735fc8cf8b7-fc8cf89c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-be3e890c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-be3e890c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-be3e890c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-be3e890c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-be3e890c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-be3e890c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-be3e890c, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-be3e890c, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-be3e890c {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-be3e890c, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-be3e890c {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-be3e890c, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-be3e890c {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-be3e890c, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-be3e890c, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-be3e890c, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-be3e890c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-be3e890c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-be3e890c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-be3e890c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-be3e890c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-be3e890c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-be3e890c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-be3e890c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-be3e890c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-be3e890c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-be3e890c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-be3e890c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-be3e890c, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-be3e890c, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-be3e890c, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-be3e890c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-be3e890c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-be3e890c {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-be3e890c {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-be3e890c {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-be3e890c {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-be3e890c {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-be3e890c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-be3e890c {
  justify-self: start;
}

#w-node-_76fed91c-db66-9397-efdb-0720caa90e66-6ced6ad8, #w-node-_76fed91c-db66-9397-efdb-0720caa90e70-6ced6ad8, #w-node-_76fed91c-db66-9397-efdb-0720caa90e7a-6ced6ad8, #w-node-_76fed91c-db66-9397-efdb-0720caa90e84-6ced6ad8, #w-node-_76fed91c-db66-9397-efdb-0720caa90e8e-6ced6ad8 {
  place-self: center;
}

#w-node-_76fed91c-db66-9397-efdb-0720caa90f13-6ced6ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76fed91c-db66-9397-efdb-0720caa90f4e-6ced6ad8 {
  place-self: stretch end;
}

#w-node-e9542854-199e-39ff-4369-ee9b35d5e176-aa595069, #w-node-e9542854-199e-39ff-4369-ee9b35d5e180-aa595069, #w-node-e9542854-199e-39ff-4369-ee9b35d5e18a-aa595069, #w-node-e9542854-199e-39ff-4369-ee9b35d5e194-aa595069, #w-node-e9542854-199e-39ff-4369-ee9b35d5e19e-aa595069 {
  place-self: center;
}

#w-node-e9542854-199e-39ff-4369-ee9b35d5e223-aa595069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9542854-199e-39ff-4369-ee9b35d5e25e-aa595069 {
  place-self: stretch end;
}

#w-node-df4c5e6e-2801-6a23-2860-a2e501230d36-e3e241bc, #w-node-df4c5e6e-2801-6a23-2860-a2e501230d40-e3e241bc, #w-node-df4c5e6e-2801-6a23-2860-a2e501230d4a-e3e241bc, #w-node-df4c5e6e-2801-6a23-2860-a2e501230d54-e3e241bc, #w-node-df4c5e6e-2801-6a23-2860-a2e501230d5e-e3e241bc {
  place-self: center;
}

#w-node-df4c5e6e-2801-6a23-2860-a2e501230de3-e3e241bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df4c5e6e-2801-6a23-2860-a2e501230e1e-e3e241bc {
  place-self: stretch end;
}

#w-node-d363989c-2efc-043c-a85f-24a7aae40924-18fb98f9, #w-node-d363989c-2efc-043c-a85f-24a7aae4092e-18fb98f9, #w-node-d363989c-2efc-043c-a85f-24a7aae40938-18fb98f9, #w-node-d363989c-2efc-043c-a85f-24a7aae40942-18fb98f9, #w-node-d363989c-2efc-043c-a85f-24a7aae4094c-18fb98f9 {
  place-self: center;
}

#w-node-_917cd348-cf9b-aa18-5679-e9f6cd692ea2-18fb98f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12bbb12c-5578-e159-7d1a-f7f74b28ee40-18fb98f9 {
  place-self: stretch end;
}


