@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_primitives---colors--navy: #240064;
  --_typography---font-styles--body: Inter, Arial, sans-serif;
  --_typography---font-styles--heading: Inter, Arial, sans-serif;
  --color-scheme-1--text\<deleted\|relume-variable-color-scheme-1-text\>: var(--_primitives---colors--navy);
  --_primitives---colors--navy100: #e3dfeb;
  --_primitives---colors--white: #fff;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---colors--navy500: #765f9e;
  --_primitives---colors--blue-button: #1fd1ff;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--blue: #00a6ff;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>: var(--_primitives---colors--navy);
  --_ui-styles---radius--medium: 8px;
  --color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>: var(--_primitives---colors--gray);
  --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: 5px;
  --color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>: var(--_primitives---colors--white);
  --_ui-styles---radius--large: 16px;
  --_primitives---colors--navy600: #5a3f8a;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--navy50: #efecf3;
  --color-scheme-1--accent\<deleted\|relume-variable-color-scheme-1-accent\>: var(--_primitives---colors--navy);
  --_primitives---colors--navy700: #3f1f77;
  --_primitives---colors--blue-2: #69caff;
  --_primitives---colors--pink-2: #ff8cbe;
  --_primitives---colors--pink: #ff3e92;
  --_primitives---colors--white50: #ffffff80;
  --_primitives---colors--gray: #f4f4f4;
  --_primitives---colors--navy1000: #1b004b;
  --_primitives---colors--navy300: #ac9fc4;
  --_primitives---colors--navy400: #917fb1;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--_primitives---colors--navy);
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--navy);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.111;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.133;
}

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

h4 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.29;
}

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

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

p {
  font-family: var(--_typography---font-styles--body);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.625rem;
}

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

li {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text\<deleted\|relume-variable-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: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large._100height {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.main-wrapper {
  z-index: 2;
}

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

.container-medium._100height {
  height: 100%;
}

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

.heading-style-h2 {
  letter-spacing: -.02em;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.13;
}

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

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.heading-style-h6.text-color-navy100 {
  color: var(--_primitives---colors--navy100);
}

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

.rl-styleguide_item-row.background-color-purple {
  background-color: var(--_primitives---colors--navy);
}

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

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

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

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

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

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

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

.heading-style-h5 {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
}

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

.heading-style-h1 {
  letter-spacing: -.02em;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.11;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--navy);
  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 {
  background-color: var(--_primitives---colors--navy);
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--white);
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 54px;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--_primitives---colors--navy500);
}

.button.is-blue {
  background-color: var(--_primitives---colors--blue-button);
  color: var(--_primitives---colors--navy);
}

.button.is-blue:hover {
  background-color: #1698b9;
}

.button.is-submit {
  background-color: var(--_primitives---colors--blue-button);
  color: var(--_primitives---colors--navy);
  width: 100%;
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

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

.heading-style-h4 {
  letter-spacing: -.02em;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.29;
}

.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-weight-xbold {
  font-weight: 800;
}

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

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

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

.heading-style-h3 {
  letter-spacing: -.02em;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.form_input {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
  border: 0 #000;
  min-height: 77px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form_input::placeholder {
  color: var(--_primitives---colors--navy100);
}

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

.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\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-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--navy);
  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: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

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

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

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

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

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

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

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

.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-global._100height {
  height: 100%;
}

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

.padding-section-medium._100height {
  height: 100%;
}

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

.padding-section-large._100width {
  width: 100%;
}

.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\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-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\<deleted\|relume-variable-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 {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_primitives---opacity--white-60);
  color: var(--_primitives---colors--navy);
  letter-spacing: 0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .625rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

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

.tag.is-light {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--white-10);
  color: var(--_primitives---colors--white);
  flex: none;
  margin-right: 1rem;
}

.tag.is-navy50 {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--navy50);
  color: var(--_primitives---colors--navy);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
  color: var(--color-scheme-1--text\<deleted\|relume-variable-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\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-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\<deleted\|relume-variable-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\<deleted\|relume-variable-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\<deleted\|relume-variable-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\<deleted\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-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\<deleted\|relume-variable-color-scheme-1-border\>);
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-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\<deleted\|relume-variable-color-scheme-1-border\>);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>);
  background-color: var(--color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>);
  color: var(--color-scheme-1--text\<deleted\|relume-variable-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;
}

.max-width-1120 {
  width: 100%;
  max-width: 70rem;
}

.max-width-928 {
  width: 100%;
  max-width: 58rem;
}

.max-width-736 {
  width: 100%;
  max-width: 46rem;
}

.max-width-528 {
  width: 100%;
  max-width: 33rem;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #efecf3b3;
  border-radius: 32px;
  max-width: 58rem;
  height: 4.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem;
  position: fixed;
  inset: 1rem 1rem auto;
}

.navbar-logo {
  height: 2rem;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.navbar_link {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1;
  transition: color .2s;
  display: flex;
  position: relative;
}

.navbar_link:hover {
  color: var(--_primitives---colors--navy700);
}

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

.navbar_logo-link {
  z-index: 1;
  height: 2rem;
  padding-left: 0;
  position: absolute;
  inset: 1.125rem auto auto 1rem;
}

.navbar_menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.navbar-ph {
  width: 118px;
}

.home-header_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_home-header {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-header_bg-gradient {
  z-index: 0;
  background-image: linear-gradient(220deg, var(--_primitives---colors--blue-2), var(--_primitives---colors--pink-2));
  position: absolute;
  inset: 0%;
}

.home-header_bg-shape {
  z-index: 1;
  position: absolute;
  inset: auto -13% -8% auto;
}

.max-width-576 {
  width: 100%;
  max-width: 37rem;
}

.home-header_bg-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.home-header_bg-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.text-200 {
  z-index: 3;
  background-image: linear-gradient(90deg, var(--_primitives---colors--pink), var(--_primitives---colors--blue));
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-size: 12.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-200.opacity-0 {
  opacity: 0;
}

.text-200.is-final {
  background-image: linear-gradient(15deg, var(--_primitives---colors--pink-2) 30%, var(--_primitives---colors--blue-2) 70%);
  font-size: 10rem;
}

.home-con_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: background-color .5s;
  display: flex;
}

.home-con_spacer {
  height: 100svh;
}

.home-con_img {
  z-index: 1;
  object-fit: contain;
  max-width: 90vw;
  max-height: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blur-overlay {
  z-index: 2;
  height: 70svh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.home-con_block.is-final {
  height: 100svh;
  padding-top: 10%;
}

.section_home-video {
  z-index: 2;
  color: var(--_primitives---colors--white);
  position: relative;
  overflow: clip;
}

.home-con_img-final {
  z-index: 4;
  max-width: 90vw;
  position: relative;
}

.custom-css {
  display: none;
}

.home-con_blur-overlay_overlay {
  z-index: 3;
  background-color: var(--_primitives---colors--white);
  mix-blend-mode: darken;
  height: 33px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-con_pillar {
  z-index: 3;
  max-width: 25vw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.home-con_pillar.is-2 {
  inset: 0% 0% auto auto;
}

.home-con_pillar.is-3 {
  inset: auto auto 0% 0%;
}

.home-con_pillar.is-4 {
  inset: auto 0% 0% auto;
}

.home-con_blur-overlay_overlay-2 {
  z-index: 3;
  background-color: var(--_primitives---colors--navy);
  height: 33px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.home-video_block {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.home-video_text-wrapper2 {
  width: 35rem;
  max-width: 90vw;
}

.home-video_text-wrapper1 {
  width: 44rem;
  max-width: 90vw;
}

.text-untilnow {
  z-index: 2;
  background-image: linear-gradient(15deg, var(--_primitives---colors--pink-2) 15%, var(--_primitives---colors--blue-2) 85%);
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-size: 22vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0% -5vw;
}

.text-untilnow.is-relative {
  position: static;
}

.top-sections_bg-video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.top-sections {
  z-index: 0;
  position: relative;
}

.top-sections_bg-color {
  z-index: 1;
  background-color: #fff;
  transition: background-color .5s;
  position: fixed;
  inset: 0%;
}

.section_home-domains {
  z-index: 2;
  background-color: var(--_primitives---colors--navy);
  color: var(--_primitives---colors--white);
  position: relative;
}

.home-domains {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-domains_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--_primitives---colors--white50);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--navy);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 25rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.home-domains_block.is-last {
  border: 0px none var(--_primitives---opacity--transparent);
  background-image: url('../images/illustration-domain5.png'), linear-gradient(30deg, #e3499e, #2d93ec);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  min-height: 28rem;
  top: 30rem;
}

.home-domains_block.is-2 {
  top: 15rem;
}

.home-domains_block.is-3 {
  top: 20rem;
}

.home-domains_block.is-4 {
  top: 25rem;
}

.home-domains_block-list {
  width: 100%;
  position: relative;
}

.home-domains_block-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-domains_block-bottom {
  color: var(--_primitives---colors--navy100);
  margin-right: 16rem;
}

.home-domains_block-image {
  object-fit: contain;
  width: 12.5rem;
  height: 12.5rem;
}

.home-domains_block-last-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.section_home-board {
  z-index: 1;
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--navy700);
  position: relative;
  overflow: hidden;
}

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

.home-board_sticky {
  flex-flow: row;
  justify-content: center;
  position: static;
  top: 0;
}

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

.home-board {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-board_card {
  border: 1px solid var(--_primitives---colors--navy100);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--white);
  background-image: url('../images/home-cards_bg1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 24.25rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-board_card-image {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-board_top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

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

.home-board_card-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-board_cards-wrapper {
  width: 34rem;
  height: 29rem;
  display: flex;
  position: relative;
}

.swiper.swiper1 {
  width: 34rem;
  max-width: calc(100vw - 2rem);
}

.swiper.swiper2 {
  width: 100%;
  margin-right: auto;
}

.swiper-wrapper {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-pagination {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: none;
  position: absolute;
  inset: auto auto 1.25rem 0%;
}

.swiper-pagination-bullet-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100vw;
  width: .5rem;
  height: .5rem;
}

.swiper-pagination-bullet {
  cursor: pointer;
  background-color: #e7e7e7;
  border-radius: 100vw;
  width: .5rem;
  height: .5rem;
}

.swiper-button-prev {
  border: 1px solid var(--_primitives---colors--navy700);
  color: var(--_primitives---colors--navy);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: border-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: auto 51% 0% auto;
}

.swiper-button-prev:hover {
  color: #917fb1;
  border-color: #917fb1;
}

.swiper-arrow-left {
  width: 1.5rem;
  height: 1.5rem;
}

.swiper-button-next {
  border: 1px solid var(--_primitives---colors--navy700);
  color: var(--_primitives---colors--navy);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: border-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 51%;
}

.swiper-button-next:hover {
  color: #917fb1;
  border-color: #917fb1;
}

.swiper-arrow-right {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(180deg);
}

.section_home-change {
  z-index: 0;
  background-color: var(--_primitives---colors--gray);
  color: var(--_primitives---colors--navy700);
  height: 220svh;
  position: relative;
}

.text-gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--_primitives---colors--pink), var(--_primitives---colors--blue));
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
}

.home-change_text-wrapper {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.home-change_before {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_primitives---colors--navy100);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_primitives---colors--navy100);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_primitives---colors--navy100);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_primitives---colors--navy100);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 28rem;
  max-width: calc(100vw - 2rem);
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-change_before.is-2 {
  top: auto;
  bottom: 0%;
}

.home-change_after {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_primitives---colors--navy100);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_primitives---colors--navy100);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_primitives---colors--navy100);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_primitives---colors--navy100);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--navy);
  color: var(--_primitives---colors--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 28rem;
  max-width: calc(100vw - 2rem);
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-change_after.is-2 {
  top: 0%;
  bottom: auto;
}

.home-change_sticky {
  background-image: url('../images/home-change_bg-img.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 7rem 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.home-change_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  height: 100%;
  display: flex;
  position: relative;
}

.home-change_block {
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
}

.home-change_block.is-1 {
  opacity: 1;
}

.home-change_block.is-2, .home-change_block.is-3 {
  opacity: 0;
}

.home-aina_content-left {
  height: 100%;
  position: relative;
}

.home-aina_card {
  border-radius: var(--_ui-styles---radius--large);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: #1b004b80;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 20rem;
  margin-bottom: 4rem;
  padding: 2rem 1.5rem;
  display: flex;
  position: sticky;
  top: 25svh;
  overflow: hidden;
}

.home-aina_card.is-2 {
  top: calc(25svh + 4rem);
}

.home-aina_card.is-3 {
  top: calc(25svh + 8rem);
}

.home-aina_card.is-4 {
  top: calc(25svh + 12rem);
}

.home-aina_component {
  margin-top: 8rem;
}

.section_home-aina {
  z-index: 0;
  background-color: var(--_primitives---colors--navy);
  color: var(--_primitives---colors--white);
  position: relative;
}

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

.home-aina_paragraph {
  width: 100%;
  max-width: 28rem;
}

.home-aina_content-left_sticky {
  position: sticky;
  top: 30svh;
}

.home-aina_content-right {
  position: relative;
}

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

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

.home-build_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-build_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 58rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.home-build_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 58rem;
  display: flex;
}

.home-build_divider {
  background-color: var(--_primitives---colors--white50);
  width: 100%;
  height: 1px;
}

.home-build_car-wrap {
  z-index: 0;
  flex: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-build_car-track {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-build_car {
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-build_gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #1b004b, #1b004b00);
  width: 1.5rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-build_gradient-right {
  z-index: 1;
  background-image: linear-gradient(90deg, #1b004b00, #1b004b);
  width: 1.5rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_home-logos {
  background-color: var(--_primitives---colors--gray);
  color: var(--_primitives---colors--navy);
  position: relative;
}

.home-logos_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-logos_logo {
  border-right: 1px solid var(--_primitives---colors--navy100);
  width: 14rem;
}

.home-logos_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.faq_accordion {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

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

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

.faq_arrow-icon {
  border: 1px solid var(--_primitives---colors--navy);
  color: var(--_primitives---colors--navy);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  display: flex;
}

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

.faq-divider {
  background-color: var(--_primitives---colors--navy100);
  width: 100%;
  height: 1px;
}

.section_home-contact {
  color: var(--_primitives---colors--white);
  background-image: linear-gradient(#240053d9, #240053d9), linear-gradient(45deg, #ff8cbe, #69caff);
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

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

.home-contact_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  padding-right: 2rem;
  display: flex;
}

.form-underline {
  background-image: linear-gradient(90deg, #ff8cbe, #69caff);
  width: 100%;
  height: 1px;
}

.form_block {
  margin-bottom: 0;
}

.heading {
  max-width: 25rem;
}

.home-contact_img1 {
  width: 14.5625rem;
  max-width: 20vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-contact_img2 {
  width: 14.375rem;
  max-width: 20vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-contact_img3 {
  width: 14.625rem;
  max-width: 20vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer {
  z-index: 1;
  background-color: var(--_primitives---colors--white);
  height: 40rem;
  position: relative;
}

.footer-container {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-logo {
  width: 100%;
}

.footer-top_grid-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  font-weight: 500;
  text-decoration: none;
}

.footer-link.underline {
  text-underline-offset: 2px;
  text-underline-position: auto;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.footer-top_grid-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-build_img1 {
  z-index: 0;
  width: 13.8125rem;
  max-width: 20vw;
  position: absolute;
  inset: 4rem auto auto 0%;
}

.home-build_img2 {
  z-index: 0;
  width: 20.125rem;
  max-width: 20vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.section_plat-header {
  z-index: 3;
  height: 62.5vw;
  min-height: 56.25rem;
  max-height: 100svh;
  position: relative;
  overflow: hidden;
}

.plat-header_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 9rem;
  display: flex;
}

.plat-header_heading {
  text-align: center;
  max-width: 1000px;
}

.plat-header_tabs {
  width: 100%;
  max-width: 34rem;
  display: flex;
}

.plat-header_tab {
  border-bottom: 2px solid var(--_primitives---colors--navy100);
  color: var(--_primitives---colors--navy600);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.plat-header_imgs-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.plat-header_img1 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: cover;
  width: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0% 0% auto;
}

.plat-header_img2 {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: cover;
  width: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0% 0% auto;
}

.plat-header_bg1 {
  width: 16.1875rem;
  position: absolute;
  inset: auto auto 15% 1%;
}

.plat-header_bg2 {
  z-index: 1;
  width: 7.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.plat-header_line {
  z-index: 1;
  background-color: var(--_primitives---colors--navy);
  width: 19%;
  height: 2px;
  position: absolute;
  inset: auto auto -2px 0%;
}

.section_plat-select {
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  min-height: 56.25rem;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plat-select_grad-text {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--_primitives---colors--pink) 10%, var(--_primitives---colors--blue) 90%);
  opacity: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: .8;
  transition: background-color .2s;
  position: relative;
}

.plat-select_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_primitives---colors--navy300);
  justify-content: flex-end;
  align-items: flex-start;
  transition: color .4s;
  display: flex;
}

.plat-select_item:hover {
  color: var(--_primitives---colors--navy);
}

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

.plat-select_item-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plat-select_visual {
  opacity: 0;
  width: 18.75rem;
  max-width: 40vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.plat-select_visual.is-2 {
  inset: 0% 0% auto auto;
}

.plat-select_visual.is-3 {
  inset: auto auto 0% 0%;
}

.plat-select_visual.is-4 {
  width: 20rem;
  inset: auto 0% 0% auto;
}

.plat-select_block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.plat-select_text-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.plat-select_subtext {
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.plat-select_subtext.is-2, .plat-select_subtext.is-3, .plat-select_subtext.is-4 {
  opacity: 0;
  position: absolute;
}

.plat-select_purple-text {
  opacity: 1;
  color: var(--_primitives---colors--navy);
  font-size: 4.5rem;
  font-weight: 500;
  line-height: .8;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.plat-select_texts {
  position: relative;
}

.section_plat-conduct {
  z-index: 1;
  background-color: var(--_primitives---colors--navy);
  color: var(--_primitives---colors--white);
  position: relative;
}

.home-conduct_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.plat-conduct_image {
  border: 1px solid var(--_primitives---colors--navy700);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
  object-position: 0% 0%;
  width: 34rem;
}

.plat-conduct_image.is-bg-white {
  border-color: var(--_primitives---colors--navy100);
}

.plat-conduct_grid-left {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.plat-conduct_grid-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.plat_faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  display: flex;
  position: relative;
}

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

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

.plat_faq-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.plat_faq-list.is-bg-white {
  border-color: #fff;
}

.plat_faq-open {
  z-index: 1;
  border-top: 1px solid var(--_primitives---colors--navy700);
  background-color: var(--_primitives---colors--navy);
  display: none;
  position: absolute;
  inset: -1px 0% 0%;
}

.plat_faq-open:where(.w-variant-8e2f1094-5c01-a5a3-a0dc-59f300c5044d) {
  display: block;
}

.plat_faq-item {
  border-top: 1px solid var(--_primitives---colors--navy700);
  width: 100%;
}

.plat_faq-content {
  padding-top: .5rem;
}

.plat_faq-richtext {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.plat_faq-richtext p {
  margin-bottom: 1.5rem;
}

.plat_faq-richtext h4 {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--navy600);
  justify-content: flex-start;
  align-items: center;
  height: 2.125rem;
  margin-bottom: 1rem;
  padding-left: .8125rem;
  padding-right: .8125rem;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.plat_faq-richtext ul {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 1.5rem;
  display: flex;
}

.plat_faq-richtext li {
  margin-top: 0;
  margin-bottom: 0;
}

.plat_faq-icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  display: flex;
  position: relative;
}

.section_plat-statistical {
  z-index: 1;
  background-color: var(--_primitives---colors--navy);
  color: var(--_primitives---colors--white);
  position: relative;
}

.section_plat-resilience {
  z-index: 1;
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--navy);
  position: relative;
}

.plat-res_tabs {
  flex-flow: column;
  width: 100%;
}

.plat-res_tab-link {
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---colors--navy50);
  color: var(--_primitives---colors--navy);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: .75rem 2rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.plat-res_tab-link:hover {
  background-color: var(--_primitives---colors--navy100);
}

.plat-res_tab-link.w--current {
  background-color: var(--_primitives---colors--blue-button);
}

.plat-res_tab-link.is-design {
  background-color: var(--_primitives---colors--navy100);
  height: 2.75rem;
}

.plat-res_tab-link.is-design:hover {
  background-color: var(--_primitives---colors--white);
}

.plat-res_tab-link.is-design.w--current {
  background-color: var(--_primitives---colors--navy);
  color: var(--_primitives---colors--white);
}

.plat-res_tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.plat-res_tabs-menu.is-design {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 50.75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.plat-res_tab-pane {
  margin-top: 2rem;
}

.plat_faq-icon_horizontal {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  position: absolute;
  inset: 0%;
}

.plat_faq-icon_vertical {
  width: 100%;
  height: 100%;
  position: relative;
}

.max-width-512 {
  width: 100%;
  max-width: 32rem;
}

.plat-stat_left {
  border-radius: var(--_ui-styles---radius--large);
  color: var(--_primitives---colors--white);
  background-image: url('../images/4reg-img.png'), linear-gradient(45deg, #f35fb3, #2f93eb);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 26.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 9rem;
  overflow: hidden;
}

.plat-stat_card {
  border: 1px solid var(--_primitives---colors--navy100);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--white);
  height: 26.5rem;
  padding: 1.5rem;
  position: sticky;
  top: 9rem;
}

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

.plat-stat_grid-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.section_plat-design {
  z-index: 1;
  background-image: linear-gradient(55deg, var(--_primitives---colors--pink-2), var(--_primitives---colors--blue-2));
  position: relative;
}

.max-width-800 {
  max-width: 50rem;
}

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

.plat-design_left-content {
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 1rem);
  padding: 1.5rem;
  display: flex;
}

.plat-res_tabs-content {
  min-height: 38.375rem;
}

.plat-res_tabs-content.is-2 {
  min-height: 0;
}

.plat-design_divider {
  background-color: var(--_primitives---colors--navy100);
  width: 100%;
  height: 1px;
}

.max-width-550 {
  max-width: 34.375rem;
}

.plat-design_quote {
  flex-flow: column;
  justify-content: space-between;
  min-height: 13rem;
  display: flex;
}

.plat-design_tabs-wrapper {
  width: 100%;
  position: relative;
}

.plat-design_image {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_primitives---colors--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_primitives---colors--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_primitives---colors--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_primitives---colors--white);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
  object-position: 0% 0%;
  width: calc(50% - 1rem);
  height: calc(100% - 4.75rem);
  position: absolute;
  inset: auto 0% 0% auto;
}

.plat-teams_card {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--navy);
  color: var(--_primitives---colors--white);
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  height: 26.5rem;
  padding: 1.5rem;
  display: flex;
}

.plat-teams_card.is-2 {
  color: var(--_primitives---colors--navy);
  background-color: #73e2ff;
}

.plat-teams_card.is-3 {
  color: var(--_primitives---colors--navy);
  background-color: #ff69af;
}

.plat-teams_card.is-5 {
  background-color: var(--_primitives---opacity--transparent);
  background-image: url('../images/plat-teams_card-img.png'), linear-gradient(45deg, #e14a9f, #3092ea);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.section_plat-teams {
  z-index: 1;
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--navy);
  flex-flow: column;
  justify-content: center;
  position: relative;
  overflow: clip;
}

.plat-teams_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.plat-teams_card-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.plat-teams_card-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-scrollbar {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--navy100);
  height: .5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.swiper-scrollbar-drag {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--navy);
  width: 5rem;
  height: .5rem;
  position: absolute;
}

.plat-teams_card-text {
  min-height: 4.5rem;
}

.plat-teams_card-text.is-2 {
  padding-right: 2rem;
}

.section_plat-orbit {
  z-index: 1;
  background-image: linear-gradient(55deg, var(--_primitives---colors--pink-2), var(--_primitives---colors--blue-2));
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.orbit_text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.orbit-svg {
  z-index: 0;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
  width: 100%;
  height: 100%;
  position: relative;
}

.orbit {
  aspect-ratio: 2;
  width: 60rem;
  max-width: 90vw;
  position: relative;
  inset: 0%;
}

.orbit-item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.orbit-line {
  z-index: 0;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: var(--_primitives---colors--white);
  transform-origin: top;
  width: 1px;
  position: absolute;
}

.orbit-img {
  z-index: 1;
  object-fit: contain;
  width: 12.5rem;
  height: 12.5rem;
  position: relative;
}

.center-blur-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.orbit-text_inner {
  z-index: 2;
  width: 30rem;
  max-width: 100%;
  position: relative;
}

.plat-talk_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.plat-orbit-line {
  border-left: 1px solid var(--_primitives---colors--white);
  width: 1px;
  height: 12.5rem;
}

.orbit-wrapper {
  z-index: 1;
  aspect-ratio: 500 / 289;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 31.3125rem;
  max-width: 100%;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
}

.orbit-diamond {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.orbit-inner {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.orbit-image {
  z-index: 0;
  width: 31.3125rem;
  margin-top: -5rem;
  position: relative;
}

.plat-orbit_bg-img {
  position: absolute;
  inset: 40rem 0% auto auto;
}

.orbit-icon {
  width: 2.75rem;
  height: 2.75rem;
}

.navbar_link-point {
  background-color: var(--_primitives---colors--blue-button);
  opacity: 0;
  border-radius: 100vw;
  width: .5rem;
  height: .5rem;
  position: absolute;
  left: 0%;
  right: auto;
}

.max-width-600 {
  width: 100%;
  max-width: 37.5rem;
}

.plat-teams {
  position: relative;
}

.section_plat-aml {
  z-index: 1;
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--navy);
  position: relative;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: none;
  overflow: auto;
}

.div-block-2 {
  width: 100%;
  padding-bottom: 2.5rem;
  position: relative;
}

.lander {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lander-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar_menu-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }

  .menu-icon_line-top {
    background-color: var(--_primitives---colors--navy);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 1rem;
    font-size: 1.125rem;
  }

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

  .navbar_logo-link {
    position: static;
  }

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

  .navbar_menu {
    background-color: var(--_primitives---colors--navy100);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 5%;
    position: absolute;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

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

  .home-header_bg-shape {
    width: 60vw;
  }

  .text-200 {
    font-size: 15vw;
  }

  .blur-overlay {
    height: 50svh;
  }

  .home-domains_block-bottom {
    margin-right: 0;
  }

  .home-board_cards-wrapper {
    max-width: calc(100vw - 2rem);
  }

  .text-gradient {
    top: 30%;
    bottom: auto;
  }

  .home-aina_card {
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .home-aina_card.is-2, .home-aina_card.is-3, .home-aina_card.is-4 {
    top: auto;
  }

  .home-aina_component {
    margin-top: 0;
  }

  .home-aina_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .home-aina_paragraph {
    max-width: 34rem;
  }

  .home-aina_content-left_sticky {
    position: relative;
    top: auto;
  }

  .home-aina_content-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-aina_heading {
    max-width: 100%;
  }

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

  .footer-top_grid-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-top_grid-right {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .plat-header_component {
    padding-bottom: 5rem;
  }

  .plat-header_bg1 {
    bottom: 5%;
    left: -10.5%;
  }

  .plat-select_grad-text, .plat-select_purple-text {
    font-size: 3.5rem;
  }

  .plat-res_tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .plat-res_tab-link.is-design {
    flex: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plat-res_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: auto;
  }

  .plat-res_tabs-menu.is-design {
    overflow: visible;
  }

  .plat-stat_card {
    height: auto;
    min-height: 26.5rem;
  }

  .plat-design_left-content {
    width: auto;
  }

  .plat-design_tabs-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .plat-design_image {
    width: 100%;
    height: auto;
    position: relative;
  }

  .plat-teams_card {
    height: auto;
    min-height: 26.5rem;
  }

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

  .orbit-img {
    width: 7.5rem;
    height: 7.5rem;
  }

  .orbit-text_inner {
    width: 22rem;
  }

  .plat-talk_component {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .plat-orbit_bg-img {
    top: 37rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-section-medium, .padding-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;
  }

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

  .home-header_bg-shape {
    width: 25rem;
    max-width: 75vw;
  }

  .home-domains_block.is-last {
    background-image: linear-gradient(30deg, #e3499e, #2d93ec);
  }

  .home-domains_block-last-top {
    max-width: 100%;
  }

  .home-board_top {
    padding-bottom: 2.5rem;
  }

  .home-change_before {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-change_content {
    max-height: 50rem;
  }

  .home-aina_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-logos_logo {
    border-bottom: 1px solid var(--_primitives---colors--navy100);
    object-fit: contain;
    border-right-style: none;
    border-right-width: 0;
    width: 90vw;
    height: 7.375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .home-logos_wrapper {
    flex-flow: column;
    display: flex;
  }

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

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

  .home-contact_component {
    flex-flow: column;
    display: flex;
  }

  .home-contact_left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_plat-header {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .plat-header_component {
    padding-bottom: 4rem;
  }

  .plat-header_img1 {
    position: relative;
  }

  .plat-header_bg1 {
    width: 10rem;
    bottom: 1%;
    transform: rotate(15deg);
  }

  .plat-header_bg2 {
    top: 1.5%;
    right: -7%;
  }

  .section_plat-select {
    height: 80svh;
  }

  .plat-select_grad-text {
    font-size: 2.5rem;
  }

  .plat-select_item-list {
    flex-flow: column;
  }

  .plat-select_purple-text {
    font-size: 2.5rem;
  }

  .plat-conduct_grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .plat-conduct_grid-right {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
  }

  .plat_faq-top.is-inner {
    display: none;
  }

  .plat_faq-open {
    border-top: 0px none var(--_primitives---opacity--transparent);
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .plat_faq-open:where(.w-variant-8e2f1094-5c01-a5a3-a0dc-59f300c5044d) {
    height: auto;
  }

  .plat_faq-content {
    padding-bottom: 2rem;
  }

  .section_plat-statistical {
    overflow: clip;
  }

  .plat-res_tabs-menu {
    flex-flow: column;
  }

  .plat-res_tabs-menu.is-design {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .plat-stat_left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plat-stat_card {
    flex: none;
    width: 90vw;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 7rem;
  }

  .plat-stat_grid-right {
    flex-flow: column;
  }

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

  .plat-design_image {
    width: 39.0625rem;
    margin-left: auto;
    margin-right: auto;
  }

  .plat-teams_card {
    flex: none;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 7rem;
  }

  .section_plat-teams {
    overflow: clip;
  }

  .orbit {
    min-width: 31.25rem;
  }

  .orbit-text_inner {
    width: 18rem;
  }

  .plat-talk_component {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .orbit-wrapper, .orbit-image {
    max-width: 90vw;
  }

  .plat-orbit_bg-img {
    display: none;
  }

  .section_plat-aml {
    overflow: clip;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h5.text-align-center.is-orbit-inner {
    font-size: 1rem;
  }

  .form_message-success-wrapper {
    border-radius: var(--_ui-styles---radius--large);
  }

  .form_message-success {
    background-color: var(--_primitives---colors--navy100);
    color: var(--_primitives---colors--navy);
  }

  .form_message-error-wrapper {
    border-radius: var(--_ui-styles---radius--large);
  }

  .text-untilnow {
    bottom: -1rem;
  }

  .home-domains_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 31.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 7rem;
  }

  .home-domains_block.is-last {
    min-height: 33rem;
    top: 11rem;
  }

  .home-domains_block.is-2 {
    top: 6.75rem;
  }

  .home-domains_block.is-3 {
    top: 7.25rem;
  }

  .home-domains_block.is-4 {
    top: 7.75rem;
  }

  .home-domains_block.is-1 {
    top: 6.25rem;
  }

  .home-domains_block-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    flex: 1;
  }

  .home-domains_block-image {
    width: 10rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-board_card {
    height: 80vw;
  }

  .home-board_cards-wrapper {
    height: 100vw;
  }

  .home-change_before {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .home-change_sticky {
    background-position: 50%;
    background-size: auto 30rem;
    padding-bottom: 2rem;
  }

  .home-change_content {
    justify-content: center;
    align-items: center;
    max-height: 40rem;
    padding-bottom: 1rem;
  }

  .home-domains_text {
    font-size: .875rem;
  }

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

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

  .home-build_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-build_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .faq_question {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq_arrow-icon {
    margin-left: auto;
  }

  .plat-header_tab {
    font-size: .875rem;
  }

  .plat-header_bg2 {
    right: -11%;
  }

  .plat_faq-top {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .plat_faq-left {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .plat_faq-richtext p, .plat_faq-richtext ul {
    font-size: .875rem;
  }

  .plat-talk_component {
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }

  .orbit-wrapper {
    padding-bottom: 1.5rem;
  }

  .orbit-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

#w-node-_864376be-587d-a123-2eef-f4b61eb72759-4e5fb375 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-4e5fb378, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-4e5fb378, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-4e5fb378, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-4e5fb378, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-4e5fb378, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-4e5fb378, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-4e5fb378, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-4e5fb378, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-4e5fb378, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-4e5fb378, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-4e5fb378 {
  justify-self: start;
}

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

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

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

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

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

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

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

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-4e5fb378 {
  justify-self: start;
}

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

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

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

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

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

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

#w-node-_454a9051-7f3e-f371-cf33-577dedd1a9ca-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_454a9051-7f3e-f371-cf33-577dedd1a9cb-4e5fb378 {
  justify-self: start;
}

#w-node-_454a9051-7f3e-f371-cf33-577dedd1a9cd-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-4e5fb378, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-4e5fb378, #w-node-_03fac956-45ea-2c55-4467-aa3df4f41d77-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03fac956-45ea-2c55-4467-aa3df4f41d78-4e5fb378 {
  justify-self: start;
}

#w-node-_03fac956-45ea-2c55-4467-aa3df4f41d7a-4e5fb378, #w-node-_03fac956-45ea-2c55-4467-aa3df4f41d7b-4e5fb378, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-fd02c2f0-97ae-1cc3-97e6-213a43a430fe-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd02c2f0-97ae-1cc3-97e6-213a43a430ff-4e5fb378 {
  justify-self: start;
}

#w-node-fd02c2f0-97ae-1cc3-97e6-213a43a43101-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c2d5be46-a501-678e-44f4-e9f8ad2b1dbf-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2d5be46-a501-678e-44f4-e9f8ad2b1dc0-4e5fb378 {
  justify-self: start;
}

#w-node-c2d5be46-a501-678e-44f4-e9f8ad2b1dc2-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_700b3822-1744-25db-ebf6-a349e453be37-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_700b3822-1744-25db-ebf6-a349e453be38-4e5fb378 {
  justify-self: start;
}

#w-node-_700b3822-1744-25db-ebf6-a349e453be3a-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a96c4d0e-f0ae-dd32-2501-b39fe67a6b3c-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a96c4d0e-f0ae-dd32-2501-b39fe67a6b3d-4e5fb378 {
  justify-self: start;
}

#w-node-a96c4d0e-f0ae-dd32-2501-b39fe67a6b3f-4e5fb378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-fc5bbb9f-7125-d597-fcc9-b9ed79238449-4e5fb375, #w-node-_885b6d94-b888-2689-8acc-65d5a0a9dc45-a0a9dc3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}