@font-face {
  font-family: Aldrich;
  src: url('../fonts/Aldrich-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Micro 5";
  src: url('../fonts/Micro5-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--body-montserrat: "Montserrat Variablefont Wght", Arial, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--white);
  --_typography---font-styles--heading-montserrat: "Montserrat Variablefont Wght", Arial, sans-serif;
  --_typography---font-styles--aldrich: Aldrich, Verdana, sans-serif;
  --_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---opacity--transparent: transparent;
  --_primitives---colors--neutral-darkest: black;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --_primitives---colors--neutral-lighter: #ccc;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--micro-5: "Micro 5", Impact, sans-serif;
  --_primitives---colors--neutral-dark: #444;
  --color-scheme-1--secondary-yellow: #ffeb94;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

.max-width-medium.align-center {
  max-width: 45rem;
}

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

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

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

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

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

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

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

.max-width-large.align-center.is--news {
  max-width: 75rem;
}

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

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

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

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

.main-wrapper {
  width: 100vw;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-footer {
  padding: 4.5rem 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: var(--_typography---font-styles--aldrich);
  color: #fff9;
  letter-spacing: 1.2px;
  font-size: 1.75rem;
}

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

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

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

.heading-style-h2 {
  font-family: var(--_typography---font-styles--aldrich);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.is--cn {
  letter-spacing: 1.2px;
}

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

.heading-style-h6 {
  font-family: var(--_typography---font-styles--aldrich);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h1.is--home-light {
  font-size: 6rem;
  font-weight: 300;
}

.heading-style-h1.is--home {
  font-size: 6rem;
}

.heading-style-h1.is--mira {
  line-height: 1;
}

.heading-style-h1.is--cn {
  letter-spacing: 1.2px;
  font-size: 3rem;
}

.form_checkbox-icon {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  border: 1px solid #fff3;
  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: .25rem;
  font-weight: 400;
}

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

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: auto;
  height: 4rem;
  font-family: var(--_typography---font-styles--aldrich);
  color: var(--_primitives---colors--white);
  text-align: center;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 0 10px #fff3;
}

.button:hover {
  border-color: #fff;
  box-shadow: inset 0 0 20px #fff6;
}

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

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

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

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

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

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

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

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

.button.is--join {
  align-self: stretch;
  height: 3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is--v2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.heading-style-h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h4.is--cn {
  letter-spacing: 1.1px;
  font-size: 1.5rem;
}

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

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

.form_input {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  border: 1px solid #fff3;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s;
}

.form_input:hover, .form_input:focus {
  border-color: #fff;
}

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

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

.form_input.is-text-area::placeholder {
  color: var(--_primitives---colors--neutral-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading-montserrat);
  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-montserrat);
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

.text-size-small.text-color-grey {
  color: var(--_primitives---colors--neutral-lighter);
}

.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: 6rem;
  height: 6.5rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.is--100vh {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.padding-section-large {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.is--home {
  width: 100%;
  padding-top: 12rem;
}

.padding-section-large.is--min-100vh {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.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, .spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-style-tagline.is--cn {
  letter-spacing: 1.2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

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

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

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

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

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

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

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  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;
}

.section_home-hero {
  position: relative;
}

.home-hero_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.section_home-about {
  color: var(--color-scheme-1--text);
  position: relative;
  overflow: hidden;
}

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

.home-about_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 40vw;
  max-width: 40rem;
}

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

.home-about_card {
  border-radius: var(--_ui-styles---radius--medium);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 40vw;
  max-width: 40rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-about_number-wrapper {
  z-index: 0;
  font-family: var(--_typography---font-styles--micro-5);
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-size: 5rem;
  display: flex;
}

.home-about_content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 20rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section_home-news {
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(90deg, #000 25%, #0000 65%);
  padding-left: 35%;
  position: absolute;
  inset: 0%;
}

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

.home-news_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  transition: all .2s;
  display: grid;
  overflow: hidden;
}

.home-news_card:hover {
  border-color: #fff;
}

.home-news_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

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

.home-news_image-wrapper {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-news_image {
  aspect-ratio: 2;
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
  transform: none;
}

.home-news_image:hover {
  transform: scale(1.1);
}

.footer_component {
  width: 100vw;
  color: var(--color-scheme-1--text);
  position: relative;
}

.footer_top-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--_primitives---colors--neutral-dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  width: 100%;
}

.footer_left-wrapper {
  border-right: 1px solid var(--_primitives---colors--neutral-dark);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

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

.footer_menu-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto minmax(1px, 1px) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer_link {
  height: 100%;
  font-family: var(--_typography---font-styles--aldrich);
  color: #fff6;
  text-transform: uppercase;
  border: 1px solid #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer_link:hover {
  opacity: 100;
  background-color: #ffffff0d;
  border-color: #fff;
  box-shadow: inset 0 0 40px #fff6;
}

.footer_link.w--current {
  color: #fff;
}

.footer_link.is--not-3rd-row {
  border-right-color: #fff6;
}

.footer_link.is--not-3rd-row:hover {
  color: #fff;
  border-color: #fff;
}

.footer_bottom-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  font-size: .75rem;
  display: grid;
}

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

.footer_legal-link {
  text-align: center;
  transition: all .2s;
}

.footer_legal-link:hover {
  opacity: .4;
}

.navbar_component {
  z-index: 1000;
  width: 100vw;
  color: var(--color-scheme-1--text);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar_container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 5.5rem;
  min-height: 4.5rem;
  font-family: var(--_typography---font-styles--aldrich);
  color: var(--_primitives---colors--white);
  text-transform: uppercase;
  background-color: #0009;
  border: 1px solid #fff3;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.navbar_container.is--fixed {
  opacity: 1;
  width: auto;
  display: none;
  position: fixed;
  top: 2rem;
}

.navbar_logo-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-right: 1px solid #fff3;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  display: flex;
}

.navbar_menu {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  height: 100%;
  min-height: 4.5rem;
  display: flex;
  position: static;
}

.navbar_right-links {
  border-right: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar_left-link {
  height: 100%;
  box-shadow: none;
  color: #fff6;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem;
  font-size: .875rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.navbar_left-link:hover {
  color: #fff;
  box-shadow: inset 0 0 20px #fff6;
}

.navbar_left-link.w--current {
  color: #fff;
}

.navbar_menu-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: none;
}

.menu-icon {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-icon_line-top {
  background-color: var(--_primitives---colors--white);
  width: 24px;
  height: 2px;
}

.menu-icon_line-middle {
  background-color: var(--_primitives---colors--white);
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

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

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

.navbar_left-links {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar_right-link {
  height: 100%;
  box-shadow: none;
  color: #fff6;
  white-space: nowrap;
  border-left: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: .5rem 3rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.navbar_right-link:hover {
  color: #fff;
  box-shadow: inset 0 0 20px #fff6;
}

.navbar_right-link.w--current {
  color: #fff;
}

.navbar_right-link.is--lang-switch {
  padding-top: .6rem;
}

.button_icon-animate-wrapper {
  flex-flow: column;
  width: 1.5rem;
  height: 3rem;
  min-height: 3rem;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.button_animate-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.home-about_title-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.home-about_text {
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.home-about_text-highlight {
  color: var(--color-scheme-1--secondary-yellow);
  font-size: 1.5rem;
  font-weight: 700;
}

.text-block {
  line-height: .5;
}

.home-about_bg-wrapper {
  pointer-events: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-about_bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}

.is--opacity-100 {
  color: #fff;
}

.home-hero_text {
  font-family: var(--_typography---font-styles--aldrich);
  color: #fff9;
  font-size: 1rem;
}

.home-hero_text.is--cn {
  letter-spacing: 1.1px;
}

.home-intro_text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.section_home-3gears {
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.home-3gears_grid-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.home-3gears_card {
  aspect-ratio: 5 / 6;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  border: 1px solid #fff3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3gears_card:hover {
  border-color: #fff;
}

.home-3gears_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5rem 1.5rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3gears_arrow-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  display: flex;
}

.home-3gears_arrow-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.home-3gears_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.home-3gears_subtitle {
  opacity: .4;
  text-align: center;
  text-transform: uppercase;
  font-size: .65rem;
}

.home-3gears_title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.home-3gears_bg-wrapper {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.home-3gears_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: relative;
}

.home-3gears_icon-wrapper {
  position: relative;
  overflow: hidden;
}

.home-3gears_bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-3gears_accuracy {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--_primitives---colors--neutral-darkest);
  text-transform: uppercase;
  background-color: #fff;
  padding: .375rem .5rem;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.home-3gears_ai-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #000, #fff);
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  padding: .75rem 2rem;
  font-weight: 600;
  display: flex;
}

.home-3gears_ai-wrapper.align-center {
  background-image: linear-gradient(90deg, #fff0, #fff3 50%, #fff0);
}

.home-3gears_ai-wrapper.align-center.is--cn {
  letter-spacing: 1.2px;
}

.home-3gears_progress-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: 2px;
  display: flex;
  position: relative;
}

.home-3gears_progress-line {
  opacity: .2;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 2px);
  height: 2px;
  display: flex;
}

.home-3gears_progress-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .6875rem;
  display: flex;
  position: relative;
  left: 2px;
}

.home-3gears_progress-gradient-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-3gears_progress-gradient {
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% -10%;
}

.home-3gears_progress-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  inset: -1.5rem 1rem auto auto;
}

.home-news_date {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_primitives---colors--neutral-light);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  display: inline-flex;
}

.home-news_arrow-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
  overflow: hidden;
  transform: rotate(45deg);
}

.home-news_arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.footer_wrapper {
  border: 1px solid var(--_primitives---colors--neutral-dark);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  min-height: 32rem;
}

.footer_text {
  font-size: .875rem;
}

.footer_divider-vertical {
  background-color: var(--_primitives---colors--neutral-dark);
  width: 1px;
  height: 100%;
}

.footer_menu-list {
  width: 100%;
  height: 100%;
}

.footer_divider-horizontal {
  background-color: var(--_primitives---colors--neutral-dark);
  width: 100%;
  height: 1px;
}

.footer_left-content {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  position: relative;
}

.footer_left-video-wrapper {
  position: absolute;
  inset: 0%;
}

.footer_left-video {
  width: 100%;
  height: 100%;
}

.footer_social-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 100%;
  font-family: var(--_typography---font-styles--aldrich);
  text-transform: uppercase;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer_social-link {
  opacity: .4;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.footer_social-link:hover {
  opacity: 100;
}

.footer_social-link.is--wechat {
  flex-flow: column;
  display: flex;
}

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

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

.section_progress {
  z-index: 800;
  pointer-events: none;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0%;
}

.progress_animated-top {
  width: 100%;
  height: 5.5rem;
}

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

.progress_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.progress_container-cross {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.progress_bar-container {
  background-color: #ffffff1a;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress_bar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 1px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.progress_bar-gradient {
  background-image: linear-gradient(#fff0, #fff 50%, #fff0);
  height: 15vh;
  position: absolute;
  inset: auto 0%;
}

.footer_left-video-film {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.section_popup-3gears {
  z-index: 1500;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-3gears_component {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--_primitives---colors--neutral-dark);
  width: 100%;
  max-width: 45rem;
  color: var(--_primitives---colors--white);
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.popup-3gears_title-wrapper {
  background-image: linear-gradient(90deg, #fff0, #fff3 50%, #fff0);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .5rem 1rem;
  position: relative;
}

.max-width-xmedium {
  width: 100%;
  max-width: 45rem;
}

.max-width-xmedium.align-center {
  max-width: 50rem;
}

.popup-3gears_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.popup-3gears_icon-wrapper {
  width: 6rem;
  height: 6rem;
}

.popup-3gears_bg-wrapper {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.popup-3gears_control {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.popup_control-link {
  background-color: var(--_primitives---colors--neutral-darkest);
  width: 4rem;
  height: 4rem;
  box-shadow: none;
  color: #fff6;
  border: 1px solid #fff3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.popup_control-link:hover {
  color: #fff;
  border-color: #fff;
  box-shadow: inset 0 2px 20px #fff6;
}

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

.popup-3gears_line-wrapper {
  z-index: 1;
  border-right: 1px solid var(--_primitives---colors--neutral-dark);
  border-left: 1px solid var(--_primitives---colors--neutral-dark);
  pointer-events: none;
  width: 4rem;
  position: absolute;
  inset: 0% auto;
}

.popup-3gears_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: relative;
}

.navbar_middle {
  border-left: 1px solid #fff3;
  flex: 1;
  height: 100%;
}

.bg_animation {
  z-index: -2;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.noise_bg {
  z-index: 12000;
  opacity: .03;
  cursor: none;
  background-image: url('../images/Hex-Noise_1Hex-Noise.gif');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.bg_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  transition: opacity .4s ease;
  position: absolute;
  inset: 0%;
}

.bg_animation.is-unicorn-enhanced .bg_image {
  opacity: 0;
}

.section_hero {
  position: relative;
}

.hero_content {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.hero_component {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  max-width: 55rem;
  margin-bottom: 5rem;
  padding: 3rem;
}

.hero_component.is--mira {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 60%;
  min-width: 42rem;
  margin-bottom: 0;
  padding: 2rem;
}

.hero_text {
  font-family: var(--_typography---font-styles--aldrich);
  color: #fff;
  text-wrap: pretty;
  font-size: 1rem;
}

.hero_text.is--cn {
  letter-spacing: 1.2px;
}

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

.team_wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}

.team_card {
  aspect-ratio: 3 / 4;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team_card:hover {
  border-color: #fff;
}

.team_bg-wrapper {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

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

.team_content {
  background-image: linear-gradient(0deg, #000c, #0000);
  justify-content: flex-end;
  align-items: center;
  height: 12.5rem;
  padding: 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.team_name {
  font-family: var(--_typography---font-styles--aldrich);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}

.team_title {
  text-align: center;
  font-size: .875rem;
  line-height: 1.5;
}

.team_bg-film {
  opacity: .6;
  mix-blend-mode: saturation;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.team_boxshadow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 40px #fff6;
}

.partner_logo {
  max-width: 12rem;
  max-height: 3.25rem;
}

.partner_logo-item {
  border-radius: var(--_ui-styles---radius--medium);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.partner_logo-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.partner_logo-border {
  opacity: 0;
  pointer-events: none;
  border: 1px solid #fff3;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  position: absolute;
  inset: auto;
}

.partner_logo-border-cross {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .6875rem;
  display: flex;
}

.partner_logo-border-cross.is--top-left {
  position: absolute;
  inset: -5.5px auto auto -5.5px;
}

.partner_logo-border-cross.is--top-right {
  position: absolute;
  inset: -5.5px -5.5px auto auto;
}

.partner_logo-border-cross.is--btm-left {
  position: absolute;
  inset: auto auto -5.5px -5.5px;
}

.partner_logo-border-cross.is--btm-right {
  position: absolute;
  inset: auto -5.5px -5.5px auto;
}

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

.honors_list-wrapper {
  aspect-ratio: 4 / 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0009;
  border: 1px solid #fff6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  padding: 2rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.honors_list-wrapper:hover {
  border-color: #fff;
  box-shadow: inset 0 0 40px #fff6;
}

.honors_item-image {
  aspect-ratio: 3 / 2;
  width: 15rem;
  position: relative;
}

.honors_component {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.honors_component.is--reversed {
  flex-flow: row;
}

.honors_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.honors_gradient {
  aspect-ratio: 1;
  opacity: 0;
  background-image: radial-gradient(circle closest-side, #0058fb, #0058fb00);
  width: 24rem;
  position: absolute;
  inset: auto auto -12rem;
}

.honors_list-item {
  padding-right: 1.5rem;
}

.form_button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-family: var(--_typography---font-styles--aldrich);
  color: var(--_primitives---colors--white);
  text-align: center;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  box-shadow: inset 0 0 10px #fff0;
}

.form_button:hover {
  border-color: #fff;
  box-shadow: inset 0 0 20px #fff3;
}

.text-solution-number {
  color: var(--_primitives---colors--neutral-light);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-solution-number.is--cn {
  letter-spacing: 1.2px;
}

.solution_card-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

.solution_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-style: solid;
  border-width: var(--_ui-styles---stroke--border-width);
  border-radius: var(--_ui-styles---radius--large);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2229;
  border-color: #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 60vh;
  display: grid;
  overflow: hidden;
}

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

.solution_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
}

.solution_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

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

.solution_accordion-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  width: 100%;
  display: flex;
}

.solution_accordion-title-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .4;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  transition: all .2s;
  display: flex;
}

.solution_accordion-title-wrapper:hover {
  opacity: 100;
}

.solution_accordion-item {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  overflow: hidden;
}

.solution_accordion-content-wrapper {
  padding-left: 2.5rem;
  overflow: hidden;
}

.solution_accordion-icon-wrappper {
  width: .75rem;
  display: flex;
}

.solution_accordion-title {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

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

.solution_accordion-line {
  background-color: #ffffff1a;
  flex: 1;
  height: 1px;
}

.solution_accordion-content-text, .solution_text {
  font-size: .875rem;
}

.solution_image-boxshadow {
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 40px #fff3;
}

.solution_icon-wrapper {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

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

.join_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.join_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  box-shadow: none;
  cursor: pointer;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.join_question:hover {
  box-shadow: inset 0 0 20px #fff6;
}

.join_accordion {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.join_answer {
  background-color: #0006;
  border: 1px solid #fff;
  border-top-style: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

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

.join_title {
  font-family: var(--_typography---font-styles--aldrich);
  font-size: 1.25rem;
}

.join_richtext {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.join_richtext h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.join_richtext p {
  color: var(--_primitives---colors--neutral-lighter);
}

.join_richtext ol {
  margin-top: .75rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.join_richtext li {
  color: var(--_primitives---colors--neutral-lighter);
}

.join_richtext ul {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.join_boxshadow {
  box-shadow: none;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.form_radio-icon-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background-color: #0003;
  border: 1px solid #fff3;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
}

.form_radio-icon-2.w--redirected-checked {
  border-width: .25rem;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  background-image: none;
}

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

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

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

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.error-text {
  color: #e23939;
}

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

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

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

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

.offices_bg-image-wrapper {
  z-index: 1;
  opacity: .6;
  pointer-events: none;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  transform: none;
}

.offices_card {
  background-color: #000;
  border: 1px solid #fff3;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 12rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offices_card:hover {
  border-color: #fff;
}

.offices_card-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

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

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

.offices_bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 25%;
  position: absolute;
  inset: 0%;
}

.offices_address {
  font-size: .875rem;
}

.offices_boxshadow {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  border-radius: 0;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 20px #fff6;
}

.hero_subtitle {
  font-family: var(--_typography---font-styles--aldrich);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
}

.hero_mira-logo {
  aspect-ratio: 1;
  width: 6.25rem;
}

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

.hero_mira-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 5rem;
}

.hero_mira-video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #0003;
  border: 1px solid #fff3;
  flex: 0 auto;
  align-self: stretch;
  max-width: 35rem;
}

.hero_mira-video-wrapper.lightbox-trigger {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_mira-video-wrapper.lightbox-trigger.is--contained {
  display: none;
}

.application_card-content-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.application_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: relative;
}

.application_card {
  border-style: solid;
  border-width: var(--_ui-styles---stroke--border-width);
  border-radius: var(--_ui-styles---radius--medium);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  border-color: #fff3;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 28rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.application_item-icon {
  width: 7.5rem;
  height: 7.5rem;
}

.application_title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.application_card-content-btm {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.application_tag {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  text-transform: none;
  background-color: #fff3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: .25rem;
  padding: .2rem .75rem;
  font-size: .875rem;
  display: inline-block;
}

.application_card-bg {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.application_bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.application_bg-video-film {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

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

.application-field_card {
  aspect-ratio: 3.5;
  background-color: #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.application-field_bg-wrapper {
  z-index: 1;
  pointer-events: none;
  padding-left: 25%;
  position: absolute;
  inset: 0%;
}

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

.application-field_title-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 12rem;
  position: relative;
}

.application-field_title {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
}

.application-field_bg-field {
  background-image: linear-gradient(90deg, #000 25%, #0000 65%);
  position: absolute;
  inset: 0%;
}

.application-field_frame {
  z-index: 2;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.application-field_frame:hover {
  border-color: #fff;
  box-shadow: inset 0 0 20px #fff6;
}

.modules_tab-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.modules_tab-menu.no-scrollbar {
  color: #fff9;
  text-align: center;
  margin-bottom: 2.5rem;
  display: block;
}

.modules_tab-link {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff9;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: .25rem;
  padding: .75rem 1rem;
  line-height: 1.25;
  transition: all .2s;
  display: inline-flex;
}

.modules_tab-link:hover {
  border-color: #fff;
}

.modules_tab-link.w--current {
  color: #fff;
  background-color: #ffffff1a;
  border-color: #fff;
  transition: all .2s;
  box-shadow: inset 0 0 10px #fff6;
}

.modules_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #2229;
  border: 2px solid #fff3;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 35rem;
  max-height: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

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

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

.modules_gif-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 35rem;
  display: flex;
}

.modules_gif {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.modules_right-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.modules_title {
  font-family: var(--_typography---font-styles--aldrich);
  text-align: left;
  text-transform: uppercase;
  align-self: stretch;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.modules_right-text-wrapper {
  text-align: left;
  align-self: stretch;
}

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

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

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

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

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

.interaction_tab-pane {
  height: 100%;
}

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

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

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

.interaction_tabs-content {
  flex: 1;
}

.interaction_tab-content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2229;
  border: 1px solid #fff3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

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

.interaction_tabs-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-right: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.interaction_tab-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: 20rem;
  box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff9;
  text-align: center;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .2s;
  display: flex;
}

.interaction_tab-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #ffffff1a;
  border-color: #fff;
  box-shadow: inset 0 0 20px #fff6;
}

.interaction_tab-link.tab-last {
  border-bottom-style: none;
}

.interaction_tabs {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
  overflow: hidden;
}

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

.interaction_tab-icon-wrapper {
  width: 2.5rem;
  height: 2.5rem;
}

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

.interaction_tab-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.modules_tab-link-label {
  color: inherit;
}

.interaction_tab-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: block;
}

.interaction_tab-list {
  color: var(--_primitives---colors--neutral-lighter);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
}

.interaction_gif {
  aspect-ratio: 16 / 9;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

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

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

.foundation_layout-1-top {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  align-self: center;
  height: 34px;
  padding: .5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.foundation_layout-1-title {
  text-transform: uppercase;
  font-weight: 600;
}

.foundation_layout-1-btm {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000000d;
  border: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding: 1.5rem;
  display: grid;
}

.foundation_layout-1-btm.is--3x2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.foundation_layout-1-tag-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #2229;
  border: 1px dashed #fff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.foundation_layout-1-item-tag-wrapper {
  text-align: center;
  align-self: center;
}

.foundation_tag {
  text-align: center;
  text-transform: none;
  background-color: #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: .25rem;
  padding: .2rem .75rem;
  font-size: .875rem;
  display: inline-block;
}

.foundation_layout-1-top-graphic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  position: absolute;
}

.foundation_layout-1-top-graphic.is--left {
  inset: 0% auto auto -34px;
}

.foundation_layout-1-top-graphic.is--right {
  inset: 0% -34px auto auto;
}

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

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

.foundation_arrow-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.foundation_arrow-label {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #2229;
  border-radius: 2rem;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
}

.foundation_layout-1-module-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2229;
  border: 1px dashed #fff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  transition: all .2s;
  display: flex;
}

.foundation_layout-1-module-item:hover {
  border-color: #fff;
}

.foundation_layout-1-text {
  color: var(--_primitives---colors--neutral-light);
  text-align: center;
}

.foundation_layout-1-module-icon {
  width: 6.25rem;
  height: 6.25rem;
}

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

.foundation_layout-2-tag-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0003;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.foundation_layout-2-tag-item-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.roadmap_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: default;
  background-color: #0003;
  border: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.roadmap_card.is--even {
  margin-top: 4rem;
}

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

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

.roadmap_card-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding: 2rem 45% 2rem 2rem;
  line-height: 1.5;
  transition: all .2s;
  display: flex;
  position: relative;
}

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

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

.roadmap_row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.roadmap_image-wrapper {
  z-index: 1;
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150%;
  display: flex;
  position: absolute;
  inset: auto 5% auto auto;
}

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

.roadmap_card-boxshadow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 20px #fff6;
}

.roadmap_film {
  opacity: .5;
  mix-blend-mode: color;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.custom_css {
  pointer-events: none;
  transition: opacity .2s;
  display: none;
}

.application_card-boxshadow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 30px #fff6;
}

.navbar_logo-clip {
  overflow: hidden;
}

.progress_bar-gap {
  width: 100%;
  height: 0%;
}

.home-3gears_card-boxshadow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 30px #fff6;
}

.home-3gears_bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-news_card-boxshadow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 30px #fff6;
}

.section_popup-team {
  z-index: 1500;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-team_line-wrapper {
  z-index: 1;
  border-right: 1px solid var(--_primitives---colors--neutral-dark);
  border-left: 1px solid var(--_primitives---colors--neutral-dark);
  pointer-events: none;
  width: 4rem;
  position: absolute;
  inset: 0% auto;
}

.popup-team_control {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.popup-team_component {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  max-width: 70rem;
  height: 35rem;
  max-height: 35rem;
  color: var(--_primitives---colors--white);
  background-color: #000;
  border: 1px solid #444;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.popup-team_bg-wrapper {
  height: 100%;
  overflow: hidden;
}

.popup-team_content-wrapper {
  border-left: 1px solid #444;
  justify-content: flex-start;
  align-items: center;
  height: 35rem;
  position: relative;
}

.popup-team_profile-image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.popup-team_title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  position: relative;
}

.popup-team_name {
  font-family: var(--_typography---font-styles--aldrich);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.popup-team_title {
  text-align: center;
  text-transform: none;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.popup-team_text-wrapper {
  flex: 1;
  width: 100%;
  padding: 1.5rem 2rem;
  overflow: auto;
}

.popup-team_rich-text li {
  color: #b2b2b2;
  font-size: .875rem;
}

.popup-team_title-bg-image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-team_title-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: relative;
}

.team_slot {
  aspect-ratio: 3 / 4;
}

.footer_gradient {
  z-index: -1;
  background-image: linear-gradient(#0000, #000c);
  position: absolute;
  inset: 0%;
}

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

.footer_wechat-qr {
  aspect-ratio: 1;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #fff3;
  min-width: 8rem;
  min-height: 8rem;
  position: absolute;
  bottom: 3rem;
  left: auto;
  right: auto;
}

.nav_component {
  flex-flow: row;
  width: 100%;
}

.solution_video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-overlay {
  z-index: 2000;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-video {
  max-width: 80%;
}

.button_icon-clip {
  flex-flow: column-reverse;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.honor-gradient {
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, #000, #0000 25% 75%, #000);
  position: fixed;
  inset: 0%;
}

.section_bg-film {
  z-index: -1;
  opacity: 0;
  background-color: #000;
  position: fixed;
  inset: 0%;
}

.utility_heading {
  font-family: var(--_typography---font-styles--aldrich);
  font-size: 2rem;
}

.richtext_privacy-policy {
  text-align: left;
  line-height: 1.5;
}

.richtext_privacy-policy p {
  margin-bottom: 1rem;
}

.richtext_privacy-policy h6 {
  margin-bottom: .5rem;
}

.richtext_privacy-policy ol {
  padding-left: 2rem;
}

.mobile_nav-wrapper {
  z-index: 2000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 5.5rem);
  padding: 0% 5%;
  display: none;
  position: absolute;
  inset: 5.5rem 0% 0%;
}

.mobile_navbar-link {
  box-shadow: none;
  color: #fff6;
  text-transform: uppercase;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2rem;
  font-size: .875rem;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.mobile_navbar-link:hover {
  color: #fff;
  box-shadow: inset 0 0 20px #fff6;
}

.mobile_navbar-link.w--current {
  color: #fff;
  border-color: #fff;
  box-shadow: inset 0 0 20px #fff6;
}

.navbar_lang-link {
  height: 100%;
  box-shadow: none;
  color: #fff6;
  border-left: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: .5rem 3rem;
  transition: all .2s;
  display: flex;
}

.navbar_lang-link:hover {
  color: #fff;
  box-shadow: inset 0 0 20px #fff6;
}

.navbar_lang-link.w--current {
  color: #fff;
}

.interaction_title-wrapper {
  margin-bottom: .5rem;
  display: none;
}

.popup-3gears_text-wrapper {
  height: 15rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  overflow: auto;
}

.popup-3gears_header-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.foundation_layout-1-text-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.mobile_navbar-warpper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(0);
}

.mobile_navbar-divider {
  background-color: #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 1px;
}

.mobile_navbar-spacer {
  height: 10%;
}

.mobile_navbar-divider-gradient {
  background-image: linear-gradient(90deg, #fff0, #fff6);
  width: 10%;
  height: 1px;
  transform: translate(-100%);
}

.mobile_navbar-divider-vertical {
  background-color: #ffffff1a;
  flex-flow: column;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.mobile_navbar-divider-vertical.is--right {
  inset: 0% 0% 0% auto;
}

.mobile_navbar-divider-gradient-vertical {
  background-image: linear-gradient(#fff0, #fff6);
  width: 1px;
  height: 5vh;
  transform: translate(0, -5vh);
}

.button_icon-wrapper {
  flex-flow: column;
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.button_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is--cn {
  letter-spacing: 1.2px;
}

.join_button-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.home-news_button-group {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

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

.hero_mira-video-play {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.hero_mira-video-play.lightbox-trigger {
  opacity: .6;
  transition: all .15s;
  box-shadow: inset 0 0 1rem #fff6;
}

.hero_mira-video-play.lightbox-trigger:hover {
  opacity: 1;
}

.hero_mira-video-play-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.news_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  font-size: .85rem;
  transition: all .2s;
  display: grid;
  overflow: hidden;
}

.news_card:hover {
  border-color: #fff;
}

.news_card-list {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news_image-wrapper {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news_image {
  aspect-ratio: 3;
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
  transform: none;
}

.news_image:hover {
  transform: scale(1.1);
}

.news_card-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 7rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

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

.news_date {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--_primitives---colors--neutral-light);
  background-color: #0003;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.news_card-boxshadow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 30px #fff6;
}

.solution_list {
  margin-top: .25rem;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

.solution_list-item {
  font-size: .875rem;
}

.body {
  text-wrap: pretty;
}

.foundation_module-title {
  font-weight: 600;
}

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

  p {
    font-size: .9rem;
  }

  .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-vertical.padding-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

  .icon-embed-medium {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .heading-style-h1.is--home-light, .heading-style-h1.is--home {
    font-size: 4rem;
  }

  .heading-style-h1.is--mira {
    text-align: left;
  }

  .button {
    height: 3.5rem;
  }

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

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

  .button-group {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

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

  .padding-section-large.is--min-100vh {
    min-height: 80vh;
  }

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

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

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

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

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

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

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

  .text-style-tagline {
    font-size: 1.15rem;
  }

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

  .home-about_card {
    width: 30rem;
  }

  .home-about_number-wrapper {
    font-size: 3rem;
  }

  .home-about_content {
    min-height: 18rem;
  }

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

  .home-news_card {
    border-color: #fff9;
  }

  .home-news_card-content {
    padding: 1.5rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
  }

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

  .footer_bottom-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    padding: 1rem;
    display: flex;
  }

  .navbar_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar_container {
    height: 4.5rem;
  }

  .navbar_container.is--fixed {
    top: 1rem;
  }

  .navbar_menu {
    background-color: var(--_primitives---opacity--transparent);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_left-link {
    padding-top: .6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_menu-button {
    padding: 0;
  }

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

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

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

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

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

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

  .navbar_right-link {
    padding: .8rem 1rem .75rem;
  }

  .home-3gears_grid-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .home-3gears_content {
    padding: 2.5rem 1rem 1rem;
  }

  .home-3gears_arrow-top {
    width: 2rem;
  }

  .home-3gears_title {
    font-size: .85rem;
  }

  .home-3gears_bg-wrapper {
    opacity: 100;
  }

  .home-3gears_icon {
    width: 4rem;
    height: 4rem;
  }

  .home-3gears_ai-wrapper.align-center {
    margin-bottom: .5rem;
  }

  .home-news_arrow-wrapper, .home-news_arrow {
    width: 2rem;
    height: 2rem;
  }

  .footer_left-content {
    padding: 1rem;
  }

  .footer_social-link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: .5rem;
    display: grid;
  }

  .footer_social-link {
    width: 100%;
    height: 100%;
  }

  .progress_animated-top {
    height: 4.5rem;
  }

  .progress_container {
    padding: 1rem;
  }

  .hero_content {
    max-height: none;
  }

  .hero_component {
    max-width: 45rem;
    margin-bottom: 3rem;
    padding: 1.5rem;
  }

  .hero_component.is--mira {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 10rem;
  }

  .hero_text {
    font-size: .9rem;
  }

  .team_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 0rem;
  }

  .team_card {
    border-color: #fff9;
  }

  .team_bg-film {
    opacity: 0;
  }

  .team_boxshadow {
    opacity: 100;
  }

  .partner_logo {
    max-width: 10rem;
    max-height: 3rem;
  }

  .partner_logo-item {
    height: 6.5rem;
  }

  .honors_list-wrapper {
    width: 18rem;
  }

  .honors_list-item {
    padding-right: 1rem;
  }

  .solution_card-content {
    padding: 1.5rem;
  }

  .solution_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .solution_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .solution_card.is--even {
    flex-flow: column;
  }

  .solution_image-wrapper {
    height: 25rem;
  }

  .solution_accordion-title-wrapper, .solution_accordion-content-wrapper {
    padding-left: 2rem;
  }

  .solution_icon-wrapper {
    width: 3rem;
    height: 3rem;
    top: 1.5rem;
    right: 1.5rem;
  }

  .solution_icon {
    width: 3rem;
    height: 3rem;
  }

  .join_question {
    padding: 1rem;
  }

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

  .join_title {
    font-size: 1rem;
  }

  .join_richtext h6 {
    font-size: .9rem;
  }

  .join_richtext p {
    font-size: .85rem;
  }

  .join_richtext ol, .join_richtext ul {
    font-size: .9rem;
  }

  .offices_card {
    padding: 1rem;
  }

  .offices_card-content {
    padding: 0;
  }

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

  .offices_content-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_subtitle {
    text-align: left;
    font-size: 1.15rem;
  }

  .hero_mira-logo {
    width: 5rem;
  }

  .hero_mira {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_mira-wrapper {
    padding-bottom: 3rem;
  }

  .hero_mira-video-wrapper.lightbox-trigger {
    display: none;
  }

  .hero_mira-video-wrapper.lightbox-trigger.is--contained {
    max-width: 25rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .application_card-content {
    padding: 1rem;
  }

  .application_card {
    min-height: 22rem;
  }

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

  .application_item-icon {
    width: 6rem;
    height: 6rem;
  }

  .application_tag {
    margin: .2rem;
    padding: .15rem .5rem;
    line-height: 1.5;
  }

  .application-field_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .application-field_card {
    aspect-ratio: 2.5;
  }

  .modules_tab-menu.no-scrollbar {
    margin-bottom: 2rem;
  }

  .modules_tab-link {
    margin: .2rem;
    padding: .5rem .75rem;
    font-size: .85rem;
  }

  .modules_content {
    height: auto;
    max-height: none;
    display: flex;
  }

  .modules_gif-wrapper {
    height: auto;
  }

  .modules_right-wrapper {
    padding: 1.5rem;
  }

  .modules_title {
    margin-bottom: .5rem;
    font-size: 1rem;
  }

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

  .interaction_tabs-menu {
    flex-flow: row;
  }

  .interaction_tab-link {
    width: calc(33.3333% - .5rem);
    padding: .75rem;
    font-size: .75rem;
  }

  .interaction_tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .modules_tab-link-label {
    font-size: .85rem;
  }

  .foundation_layout-1-btm {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .foundation_layout-1-tag-item {
    padding: .75rem;
  }

  .foundation_tag {
    margin: .2rem;
    padding: .15rem .5rem;
  }

  .foundation_arrow {
    width: 1rem;
    height: 5rem;
  }

  .foundation_layout-1-module-item {
    padding: 1rem;
  }

  .foundation_layout-1-text {
    font-size: .85rem;
  }

  .foundation_layout-1-module-icon {
    width: 5rem;
    height: 5rem;
  }

  .foundation_layout-2-tag-item {
    padding: 1rem;
  }

  .roadmap_card {
    border-color: #fff;
  }

  .roadmap_card.is--even {
    margin-top: 0;
  }

  .roadmap_card-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

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

  .roadmap_image-wrapper {
    height: 100%;
    right: 0%;
  }

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

  .home-3gears_bg-video {
    opacity: .4;
  }

  .section_popup-team {
    padding-left: 5%;
    padding-right: 5%;
  }

  .popup-team_content-wrapper {
    max-height: 80vh;
  }

  .popup-team_title-wrapper, .popup-team_text-wrapper {
    padding: 1rem 1.5rem;
  }

  .footer_wechat-qr {
    bottom: 4.5rem;
  }

  .mobile_navbar-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_lang-link {
    padding: 2rem;
  }

  .home-3gears_accuracy-text {
    font-size: .75rem;
  }

  .popup-3gears_text-wrapper {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .popup-3gears_header-wrapper {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-news_button-group {
    padding-top: 1rem;
  }

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

  .news_card-content {
    padding: 1.5rem;
  }
}

@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-vertical.padding-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

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

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

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

  .heading-style-h1.is--home-light, .heading-style-h1.is--home {
    font-size: 8vw;
  }

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

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

  .form_field-label {
    line-height: 1.5;
  }

  .button {
    height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-tagline {
    font-size: .85rem;
  }

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

  .home-about_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

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

  .home-about_card {
    padding: 1.5rem;
  }

  .home-news_grid-list {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .home-news_card-content {
    padding: 1rem;
  }

  .home-news_image {
    aspect-ratio: 2.39;
    opacity: 1;
  }

  .footer_top-wrapper {
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .footer_left-wrapper {
    border-bottom: 1px solid #fff3;
  }

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

  .footer_link {
    display: none;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

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

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar_container {
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 3.5rem;
    min-height: 3.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_container.is--notfixed {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_logo-link {
    border-right-style: none;
    border-right-width: 0;
    height: 3.5rem;
    padding: .35rem .5rem;
  }

  .navbar_logo {
    height: 75%;
  }

  .navbar_right-links {
    width: 3.5rem;
  }

  .navbar_menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
  }

  .menu-icon {
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
  }

  .menu-icon_line-top {
    height: 1px;
  }

  .menu-icon_line-middle {
    height: 1px;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .menu-icon_line-bottom {
    height: 1px;
  }

  .navbar_left-links, .navbar_right-link {
    display: none;
  }

  .navbar_right-link.is--lang-switch {
    padding-top: .8rem;
    display: flex;
  }

  .button_icon-animate-wrapper {
    width: 100%;
    height: 200%;
  }

  .home-about_text-highlight {
    font-size: 1.25rem;
  }

  .home-hero_text {
    font-size: 1rem;
  }

  .home-intro_text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .home-3gears_card {
    aspect-ratio: 5 / 5;
    border-color: #fff9;
    padding: 0;
  }

  .home-3gears_arrow-top {
    transform: rotate(0);
  }

  .home-3gears_arrow-wrapper {
    transform: rotate(90deg);
  }

  .home-3gears_title {
    font-size: 1rem;
    line-height: 1.4;
  }

  .home-3gears_title-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-3gears_bg-wrapper {
    opacity: 20;
  }

  .home-3gears_icon {
    width: 6rem;
    height: 6rem;
  }

  .home-3gears_accuracy-icon {
    width: .65rem;
    height: .65rem;
    font-size: .5rem;
  }

  .home-3gears_progress-wrapper {
    display: none;
  }

  .home-news_arrow-wrapper {
    width: 1.5rem;
    height: 1.5rem;
    top: 1rem;
    right: 1rem;
  }

  .home-news_arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer_wrapper {
    min-height: auto;
  }

  .footer_divider-horizontal {
    display: none;
  }

  .footer_social-link-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    padding: 0;
  }

  .footer_social-link {
    aspect-ratio: 1;
  }

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

  .progress_animated-top {
    height: 3.5rem;
  }

  .progress_container {
    padding: 0;
  }

  .progress_container-cross {
    display: none;
  }

  .progress_bar-container, .progress_bar {
    width: 4px;
  }

  .section_popup-3gears {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .popup-3gears_icon-wrapper, .popup-3gears_icon {
    width: 5rem;
    height: 5rem;
  }

  .navbar_middle {
    border-left-style: none;
  }

  .hero_component {
    margin-bottom: 2rem;
    padding: 1.25rem;
  }

  .hero_component.is--mira {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 1.5rem;
  }

  .hero_text {
    font-size: .875rem;
  }

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

  .team_content {
    padding: 1rem;
  }

  .team_name {
    font-size: 1rem;
  }

  .team_title {
    font-size: .75rem;
  }

  .partner_logo {
    max-width: 8rem;
    max-height: 2.75rem;
  }

  .partner_logo-item {
    height: 6rem;
    padding: 1rem;
  }

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

  .partner_logo-border {
    width: calc(100% + 1.5rem);
    height: calc(100% + 1.5rem);
    display: none;
  }

  .honors_list-wrapper {
    width: 10rem;
    padding: .75rem 1rem;
  }

  .honors_item-image {
    width: 12rem;
  }

  .honors_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

  .honors_list-item {
    padding-right: .5rem;
  }

  .solution_card-content {
    padding: 1rem;
  }

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

  .solution_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .solution_image-wrapper {
    order: -9999;
    height: 20rem;
  }

  .solution_accordion-title-wrapper, .solution_accordion-content-wrapper {
    padding-left: 1rem;
  }

  .solution_accordion-icon-wrappper {
    width: 1.75rem;
  }

  .solution_icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
    top: 1rem;
    right: 1rem;
  }

  .solution_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .join_question {
    padding: .85rem 1rem;
  }

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

  .join_icon-wrappper {
    align-self: center;
    width: 1.75rem;
  }

  .form_field-2col {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .form_radio-2col {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

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

  .offices_bg-image-wrapper {
    opacity: .8;
  }

  .offices_card {
    border-color: #fff9;
    min-height: 10rem;
    padding: 1.5rem;
  }

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

  .offices_boxshadow {
    opacity: 100;
  }

  .hero_subtitle {
    font-size: .875rem;
  }

  .hero_mira-logo {
    width: 4rem;
  }

  .hero_mira-wrapper {
    padding-bottom: 2rem;
  }

  .application_card-content {
    padding: 1.5rem;
  }

  .application_card {
    border-color: #fff9;
  }

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

  .application_card-bg {
    opacity: 60;
    border-radius: 0;
  }

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

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

  .application-field_card {
    aspect-ratio: 3;
  }

  .application-field_frame {
    border-color: #fff9;
    padding: 1.5rem;
    box-shadow: inset 0 0 20px #fff6;
  }

  .modules_tab-menu {
    justify-content: flex-start;
  }

  .modules_tab-menu.no-scrollbar {
    text-align: left;
  }

  .modules_tab-link {
    border-style: solid;
    margin: .15rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
  }

  .modules_right-wrapper {
    padding: 1rem;
  }

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

  .interaction_tabs-content {
    margin-top: 1rem;
  }

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

  .interaction_tabs-menu {
    border-right-style: none;
    width: 100%;
  }

  .interaction_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .interaction_tab-link.tab-last {
    border-bottom-style: solid;
  }

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

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

  .interaction_tab-text {
    padding: 1rem;
  }

  .foundation_layout-1-top {
    background-color: #fff0;
    background-image: linear-gradient(90deg, #fff0, #fff 50%, #fff0);
    width: 100%;
    height: 30px;
    margin-bottom: .5rem;
  }

  .foundation_layout-1-btm {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-color: #fff3;
    grid-template-columns: 1fr;
    padding: .5rem;
  }

  .foundation_layout-1-btm.is--3x2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .foundation_layout-1-tag-item {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-style: none;
    padding: .5rem;
  }

  .foundation_tag {
    margin: .1rem;
  }

  .foundation_layout-1-top-graphic {
    display: none;
  }

  .foundation_arrow {
    height: 3rem;
  }

  .foundation_layout-1-module-item {
    border-style: none;
    padding: .75rem;
  }

  .foundation_layout-1-text {
    text-align: center;
    line-height: 1.5;
  }

  .foundation_layout-1-module-icon {
    width: 4rem;
    height: 4rem;
  }

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

  .foundation_layout-2-tag-item {
    border-color: #fff3;
  }

  .roadmap_image {
    opacity: 1;
  }

  .roadmap_card {
    border-color: #fff6;
  }

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

  .roadmap_card-content {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

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

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

  .roadmap_card-boxshadow {
    opacity: .6;
  }

  .navbar_logo-clip {
    justify-content: center;
    align-items: flex-start;
  }

  .home-3gears_bg-video {
    opacity: .6;
  }

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

  .popup-team_component {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 40rem;
    max-height: none;
    display: flex;
  }

  .popup-team_bg-wrapper {
    width: 100%;
    height: 25rem;
  }

  .popup-team_content-wrapper {
    width: 100%;
    height: 15rem;
  }

  .popup-team_title-wrapper {
    padding: .5rem 1rem;
  }

  .popup-team_text-wrapper {
    padding: .75rem 1rem;
    overflow: scroll;
  }

  .popup-team_title-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .button_icon-clip {
    width: 1.25rem;
    height: 1.25rem;
  }

  .interaction_tab-label {
    display: none;
  }

  .mobile_nav-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0009;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: calc(100vh - 3.5rem);
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    inset: 3.5rem 0% 0%;
  }

  .mobile_navbar-link {
    color: #fff;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_lang-link {
    width: 100%;
    padding: .5rem;
    display: flex;
  }

  .interaction_title-wrapper {
    display: block;
  }

  .home-3gears_accuracy-text {
    font-size: .65rem;
  }

  .join_button-wrapper {
    padding-bottom: 1rem;
  }

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

  .news_card-list {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .news_image {
    aspect-ratio: 2.39;
    opacity: 1;
  }

  .news_card-content {
    padding: 1rem;
  }
}

@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-vertical.padding-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .text-size-medium {
    font-size: 1.25rem;
    line-height: 1.5;
  }

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

  .icon-embed-medium {
    width: 2rem;
    height: 2rem;
  }

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

  .heading-style-h1.is--mira {
    text-align: center;
    font-size: 1.5rem;
  }

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

  .form_field-label {
    font-size: .875rem;
  }

  .button {
    line-height: 1.5;
  }

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

  .form_radio-label, .form_input {
    font-size: .875rem;
  }

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

  .padding-global.is--100vh {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .text-style-tagline {
    font-size: .85rem;
  }

  .home-3gears_component {
    padding-top: 4rem;
  }

  .home-about_card {
    width: 22.5rem;
  }

  .home-about_number-wrapper {
    padding: 1rem;
  }

  .home-about_content {
    min-height: 15rem;
    padding: 1rem;
  }

  .home-intro_component {
    padding-top: 4rem;
  }

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

  .footer_logo-link {
    max-width: 50%;
  }

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

  .footer_legal-list {
    grid-column-gap: 1rem;
  }

  .home-about_text {
    font-size: .8rem;
  }

  .home-about_text-highlight {
    font-size: 1.15rem;
  }

  .home-intro_text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-3gears_grid-list {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-3gears_card {
    aspect-ratio: 6 / 6.5;
  }

  .home-3gears_content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .home-3gears_title {
    font-size: .85rem;
  }

  .home-3gears_accuracy {
    font-size: .5rem;
  }

  .section_popup-3gears {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .popup-3gears_icon-wrapper, .popup-3gears_icon {
    width: 4rem;
    height: 4rem;
  }

  .hero_component {
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .hero_component.is--mira {
    padding: 1rem;
  }

  .hero_text {
    font-size: .85rem;
    line-height: 1.5;
  }

  .team_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

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

  .partner_logo {
    max-width: 85%;
    max-height: 3rem;
  }

  .partner_logo-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .honors_list-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 8rem;
  }

  .solution_image-wrapper {
    height: 12rem;
  }

  .join_list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .join_question {
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.5;
  }

  .join_answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .join_title {
    font-size: .875rem;
    line-height: 1.25;
  }

  .join_richtext {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .join_richtext h6 {
    margin-bottom: .25rem;
  }

  .join_richtext ol, .join_richtext ul {
    margin-top: .125rem;
    margin-bottom: .125rem;
  }

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

  .form_field-2col.is-mobile-1col, .contact_form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .offices_card {
    flex-direction: column;
    min-height: 8rem;
    padding: 1rem;
    display: flex;
  }

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

  .offices_address {
    font-size: .85rem;
  }

  .hero_subtitle {
    text-align: center;
    font-size: .75rem;
  }

  .hero_mira-text {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: center;
    align-items: center;
  }

  .hero_mira-logo {
    width: 3rem;
  }

  .hero_mira {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero_mira-wrapper {
    padding-bottom: 1rem;
  }

  .hero_mira-video-wrapper.lightbox-trigger.is--contained {
    margin-top: 1rem;
  }

  .application_card-content {
    padding: 1rem;
  }

  .application_card {
    min-height: 20rem;
  }

  .application_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .application_tag {
    font-size: .75rem;
  }

  .application-field_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .application-field_frame, .modules_right-wrapper {
    padding: 1rem;
  }

  .interaction_tabs-menu {
    width: 100%;
  }

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

  .modules_tab-link-label {
    font-size: .75rem;
  }

  .foundation_layout-1-top {
    width: 100%;
    height: auto;
  }

  .foundation_layout-1-title {
    font-size: .875rem;
  }

  .foundation_layout-1-btm.is--3x2 {
    grid-template-columns: 1fr;
  }

  .foundation_tag {
    background-color: #ffffff0d;
    font-size: .75rem;
  }

  .foundation_layout-1-top-graphic {
    display: none;
  }

  .foundation_arrow {
    height: 6rem;
  }

  .foundation_layout-1-module-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .foundation_layout-1-text {
    text-align: left;
    font-size: .75rem;
  }

  .foundation_layout-2 {
    border: 1px solid #fff3;
    grid-template-columns: 1fr;
    padding: .5rem;
  }

  .foundation_layout-2-tag-item {
    background-color: #2229;
    border-style: none;
  }

  .foundation_layout-2-tag-item-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .roadmap_card {
    min-height: auto;
    display: block;
  }

  .roadmap_card-content {
    padding-bottom: 2rem;
    padding-right: 50%;
  }

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

  .section_popup-team {
    padding: 2rem 2.5%;
  }

  .popup-team_component {
    height: calc(100% - 5.5rem);
  }

  .popup-team_bg-wrapper {
    height: 60%;
  }

  .popup-team_content-wrapper {
    height: 40%;
    max-height: none;
  }

  .popup-team_profile-image {
    object-position: 50% 0%;
  }

  .popup-team_title-wrapper {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .popup-team_name {
    font-size: .875rem;
  }

  .popup-team_text-wrapper {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .popup-team_rich-text li {
    line-height: 1.5;
  }

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

  .interaction_tab-label {
    display: none;
  }

  .popup-3gears_text-wrapper {
    height: 15rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup-3gears_header-wrapper {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .foundation_layout-1-text-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .roadmap_card-title {
    font-size: .875rem;
  }

  .news_card-content {
    min-height: auto;
    padding: .75rem;
    font-size: .75rem;
    line-height: 1.5;
  }

  .foundation_module-title {
    font-size: .875rem;
  }
}

#w-node-_4e93b9f9-11cc-9bc3-5989-c6289982ed6e-182759ec, #w-node-_3a1b13d1-2e74-f1d3-b6eb-b64b4511a586-182759ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59a3048f-cfd5-2977-f1ce-343a6a50426d-182759ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_59a3048f-cfd5-2977-f1ce-343a6a504270-182759ec {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-d42464c0-3c8d-f0d2-7bf9-70def0384103-182759ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d42464c0-3c8d-f0d2-7bf9-70def0384106-182759ec {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_0c4b1ed6-c12c-3b98-fb94-49d39367dcad-182759ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c4b1ed6-c12c-3b98-fb94-49d39367dcb0-182759ec {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-de67d32c-48bd-4353-4994-91736c2ee529-182759ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef63c33-a45b-a762-b97e-389edbd7598a-dbd75970, #w-node-_44e3a4d2-74c4-08c0-7fad-5085f958cf87-dbd75970 {
  grid-area: 2 / 1 / 3 / 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_8ced2ff1-92d2-3a3d-0ffa-70e21a00793c-182759ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ced2ff1-92d2-3a3d-0ffa-70e21a00793d-182759ef {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-a957f774-b3df-afa3-f498-a03e029c3156-182759ef {
  justify-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-ab85f4ee-1b1a-49cb-28d1-dee027a2974c-182759ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab85f4ee-1b1a-49cb-28d1-dee027a2974d-182759ef {
  justify-self: start;
}

#w-node-_3a1b13d1-2e74-f1d3-b6eb-b64b4511a587-4511a587 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a1b13d1-2e74-f1d3-b6eb-b64b4511a588-4511a587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a1b13d1-2e74-f1d3-b6eb-b64b4511a58b-4511a587 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_5cf05d43-ab2c-da04-1cb0-c3dc6c62f702-767b934e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c7e61ebe-9b38-a91b-9308-d3ba21b45d1d-767b934e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-abb4fce9-a426-f7a0-d70c-c37701b01729-767b934e {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ed128424-7b0a-9b2c-d348-32811eb36426-767b934e {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_67d36510-bdf0-c8c6-a8a6-82e8d16b6254-767b934e {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: center;
}

#w-node-b4c3ab44-cb3e-f3a4-ced5-a0b1f49b154b-767b934e {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: center;
}

#w-node-d2d220d3-466b-6e8f-43b5-c2794c147e9b-767b934e {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: center;
}

#w-node-fca4494d-10c8-531d-e04d-dca514be97e8-767b934e {
  grid-area: 2 / 4 / 3 / 6;
  justify-self: center;
}

#w-node-b1422f45-8850-0447-7df3-2e03f8811b69-767b934e {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-_4f4cc910-7dee-4e33-cc1a-49ad0ae9eefe-767b934e {
  grid-area: 3 / 3 / 4 / 5;
  justify-self: center;
}

#w-node-_5cbe985c-f891-7168-7913-14afde3f026f-767b934e {
  grid-area: 3 / 5 / 4 / 7;
  justify-self: center;
}

#w-node-_0e2ef081-1f4f-abea-6265-01ea0496fd76-767b934e {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_9613e7e0-0358-9204-e822-bc94b6fbcc26-767b934e {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_67a0af6b-f636-0217-3f45-2b4ecffa9a74-767b934e {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_91cda64d-042e-cf44-60b7-97f9a39c128d-767b934e {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-adcec829-1e2a-1936-0b5c-0c60653e51fd-767b934e {
  grid-area: 5 / 5 / 6 / 7;
}

#w-node-_7f64e906-c1dc-6af0-5511-5ac368d070f8-767b934e {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-f9294f89-2764-3000-aeb0-0ae2921e78e3-767b934e {
  grid-area: 6 / 4 / 7 / 6;
}

#w-node-_1fbfda4d-3928-d931-0962-d7f35b2269c7-767b934e {
  grid-area: 7 / 3 / 8 / 5;
}

#w-node-e630d3c4-34d9-3ac5-76ab-9f1663368091-767b934e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7b6d06e-4967-4d2a-2b42-217dda0986cd-767b934e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a846c799-db98-0880-4c64-09772a7e3d26-2a7e3d26 {
  justify-self: center;
}

#w-node-ebd2e32e-62c3-50ae-9f37-b68ee1ef6a74-e1ef6a74 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4af5b979-58c7-b070-ecdb-216e8609df07-d80904e9 {
  justify-self: stretch;
}

#w-node-_94a9d976-94fe-93e6-ec1c-997a35f3f0a4-d80904e9, #w-node-_1761e913-a986-78ab-c321-56a7cd730152-a236947b, #w-node-_1761e913-a986-78ab-c321-56a7cd730153-a236947b, #w-node-_6a3f3bd4-04a3-af2f-ae6c-19ece2c2fb5d-a236947b, #w-node-_171ec1aa-323a-4b08-a672-15c3d812859d-a236947b, #w-node-_965b772b-c6ef-f879-dd62-9a0ccee78e19-a236947b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bd4177a-9d93-5f20-7b09-6e277169ff5e-a236947b, #w-node-d2268aaf-dc96-aa0c-b043-1380b22e7126-a236947b, #w-node-_9b61528e-719c-51f9-ed1d-49eb26dbb2bc-a236947b, #w-node-_9b61528e-719c-51f9-ed1d-49eb26dbb2be-a236947b, #w-node-_7662c12b-b648-495c-51f2-96efcbfa78b1-a236947b, #w-node-_7662c12b-b648-495c-51f2-96efcbfa78b3-a236947b, #w-node-_67549a88-937b-771f-76a7-7b3fb9d2e3a5-a236947b, #w-node-_67549a88-937b-771f-76a7-7b3fb9d2e3a7-a236947b, #w-node-_729986c2-9d32-0d8a-ba0c-143bce8de3d5-a236947b, #w-node-_729986c2-9d32-0d8a-ba0c-143bce8de3d7-a236947b, #w-node-_81dbbdd7-9236-6faa-be14-d6dd1c7b18f5-a236947b, #w-node-_81dbbdd7-9236-6faa-be14-d6dd1c7b18f7-a236947b, #w-node-_93e412d9-0453-bcc9-cf6f-6858f26406e5-a236947b, #w-node-_93e412d9-0453-bcc9-cf6f-6858f26406e7-a236947b {
  align-self: stretch;
}

#w-node-_8e3aa683-aadf-0e36-51b9-9a04406d7036-a236947b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e630d3c4-34d9-3ac5-76ab-9f1663368091-b69293f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7b6d06e-4967-4d2a-2b42-217dda0986cd-b69293f7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e630d3c4-34d9-3ac5-76ab-9f1663368091-6e26c7a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7b6d06e-4967-4d2a-2b42-217dda0986cd-6e26c7a9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4e93b9f9-11cc-9bc3-5989-c6289982ed6e-41370faa, #w-node-_3a1b13d1-2e74-f1d3-b6eb-b64b4511a586-41370faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59a3048f-cfd5-2977-f1ce-343a6a50426d-41370faa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_59a3048f-cfd5-2977-f1ce-343a6a504270-41370faa {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-d42464c0-3c8d-f0d2-7bf9-70def0384103-41370faa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d42464c0-3c8d-f0d2-7bf9-70def0384106-41370faa {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_0c4b1ed6-c12c-3b98-fb94-49d39367dcad-41370faa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c4b1ed6-c12c-3b98-fb94-49d39367dcb0-41370faa {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-de67d32c-48bd-4353-4994-91736c2ee529-41370faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cf05d43-ab2c-da04-1cb0-c3dc6c62f702-6b50532f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c7e61ebe-9b38-a91b-9308-d3ba21b45d1d-6b50532f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-abb4fce9-a426-f7a0-d70c-c37701b01729-6b50532f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ed128424-7b0a-9b2c-d348-32811eb36426-6b50532f {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_67d36510-bdf0-c8c6-a8a6-82e8d16b6254-6b50532f {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: center;
}

#w-node-b4c3ab44-cb3e-f3a4-ced5-a0b1f49b154b-6b50532f {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: center;
}

#w-node-d2d220d3-466b-6e8f-43b5-c2794c147e9b-6b50532f {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: center;
}

#w-node-fca4494d-10c8-531d-e04d-dca514be97e8-6b50532f {
  grid-area: 2 / 4 / 3 / 6;
  justify-self: center;
}

#w-node-b1422f45-8850-0447-7df3-2e03f8811b69-6b50532f {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-_4f4cc910-7dee-4e33-cc1a-49ad0ae9eefe-6b50532f {
  grid-area: 3 / 3 / 4 / 5;
  justify-self: center;
}

#w-node-_5cbe985c-f891-7168-7913-14afde3f026f-6b50532f {
  grid-area: 3 / 5 / 4 / 7;
  justify-self: center;
}

#w-node-_0e2ef081-1f4f-abea-6265-01ea0496fd76-6b50532f {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_9613e7e0-0358-9204-e822-bc94b6fbcc26-6b50532f {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_67a0af6b-f636-0217-3f45-2b4ecffa9a74-6b50532f {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_91cda64d-042e-cf44-60b7-97f9a39c128d-6b50532f {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-adcec829-1e2a-1936-0b5c-0c60653e51fd-6b50532f {
  grid-area: 5 / 5 / 6 / 7;
}

#w-node-_7f64e906-c1dc-6af0-5511-5ac368d070f8-6b50532f {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-f9294f89-2764-3000-aeb0-0ae2921e78e3-6b50532f {
  grid-area: 6 / 4 / 7 / 6;
}

#w-node-_1fbfda4d-3928-d931-0962-d7f35b2269c7-6b50532f {
  grid-area: 7 / 3 / 8 / 5;
}

#w-node-e630d3c4-34d9-3ac5-76ab-9f1663368091-6b50532f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7b6d06e-4967-4d2a-2b42-217dda0986cd-6b50532f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4af5b979-58c7-b070-ecdb-216e8609df07-7e6273a8 {
  justify-self: stretch;
}

#w-node-_94a9d976-94fe-93e6-ec1c-997a35f3f0a4-7e6273a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e630d3c4-34d9-3ac5-76ab-9f1663368091-d368f7f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7b6d06e-4967-4d2a-2b42-217dda0986cd-d368f7f1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e630d3c4-34d9-3ac5-76ab-9f1663368091-05326f4b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7b6d06e-4967-4d2a-2b42-217dda0986cd-05326f4b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1761e913-a986-78ab-c321-56a7cd730152-f0792bda, #w-node-_1761e913-a986-78ab-c321-56a7cd730153-f0792bda, #w-node-_6a3f3bd4-04a3-af2f-ae6c-19ece2c2fb5d-f0792bda, #w-node-_171ec1aa-323a-4b08-a672-15c3d812859d-f0792bda, #w-node-_965b772b-c6ef-f879-dd62-9a0ccee78e19-f0792bda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bd4177a-9d93-5f20-7b09-6e277169ff5e-f0792bda, #w-node-d2268aaf-dc96-aa0c-b043-1380b22e7126-f0792bda, #w-node-_9b61528e-719c-51f9-ed1d-49eb26dbb2bc-f0792bda, #w-node-_9b61528e-719c-51f9-ed1d-49eb26dbb2be-f0792bda, #w-node-_7662c12b-b648-495c-51f2-96efcbfa78b1-f0792bda, #w-node-_7662c12b-b648-495c-51f2-96efcbfa78b3-f0792bda, #w-node-_67549a88-937b-771f-76a7-7b3fb9d2e3a5-f0792bda, #w-node-_67549a88-937b-771f-76a7-7b3fb9d2e3a7-f0792bda, #w-node-_729986c2-9d32-0d8a-ba0c-143bce8de3d5-f0792bda, #w-node-_729986c2-9d32-0d8a-ba0c-143bce8de3d7-f0792bda, #w-node-_81dbbdd7-9236-6faa-be14-d6dd1c7b18f5-f0792bda, #w-node-_81dbbdd7-9236-6faa-be14-d6dd1c7b18f7-f0792bda, #w-node-_93e412d9-0453-bcc9-cf6f-6858f26406e5-f0792bda, #w-node-_93e412d9-0453-bcc9-cf6f-6858f26406e7-f0792bda {
  align-self: stretch;
}

#w-node-_8e3aa683-aadf-0e36-51b9-9a04406d7036-f0792bda {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_87bec714-7774-dddb-a070-b648d574e7fb-a6272511, #w-node-_0554acd6-db7b-0648-3b68-699788fd7c2c-a6272511, #w-node-_87bec714-7774-dddb-a070-b648d574e7fb-603158e2, #w-node-_0554acd6-db7b-0648-3b68-699788fd7c2c-603158e2 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed128424-7b0a-9b2c-d348-32811eb36426-767b934e, #w-node-_67d36510-bdf0-c8c6-a8a6-82e8d16b6254-767b934e, #w-node-b4c3ab44-cb3e-f3a4-ced5-a0b1f49b154b-767b934e, #w-node-d2d220d3-466b-6e8f-43b5-c2794c147e9b-767b934e, #w-node-fca4494d-10c8-531d-e04d-dca514be97e8-767b934e, #w-node-b1422f45-8850-0447-7df3-2e03f8811b69-767b934e, #w-node-_4f4cc910-7dee-4e33-cc1a-49ad0ae9eefe-767b934e, #w-node-_5cbe985c-f891-7168-7913-14afde3f026f-767b934e, #w-node-_0e2ef081-1f4f-abea-6265-01ea0496fd76-767b934e, #w-node-_9613e7e0-0358-9204-e822-bc94b6fbcc26-767b934e, #w-node-_67a0af6b-f636-0217-3f45-2b4ecffa9a74-767b934e, #w-node-_91cda64d-042e-cf44-60b7-97f9a39c128d-767b934e, #w-node-adcec829-1e2a-1936-0b5c-0c60653e51fd-767b934e, #w-node-_7f64e906-c1dc-6af0-5511-5ac368d070f8-767b934e, #w-node-f9294f89-2764-3000-aeb0-0ae2921e78e3-767b934e, #w-node-_1fbfda4d-3928-d931-0962-d7f35b2269c7-767b934e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0554acd6-db7b-0648-3b68-699788fd7c2c-a6272511 {
    order: -9999;
  }

  #w-node-_8e3aa683-aadf-0e36-51b9-9a04406d7036-a236947b, #w-node-ed128424-7b0a-9b2c-d348-32811eb36426-6b50532f, #w-node-_67d36510-bdf0-c8c6-a8a6-82e8d16b6254-6b50532f, #w-node-b4c3ab44-cb3e-f3a4-ced5-a0b1f49b154b-6b50532f, #w-node-d2d220d3-466b-6e8f-43b5-c2794c147e9b-6b50532f, #w-node-fca4494d-10c8-531d-e04d-dca514be97e8-6b50532f, #w-node-b1422f45-8850-0447-7df3-2e03f8811b69-6b50532f, #w-node-_4f4cc910-7dee-4e33-cc1a-49ad0ae9eefe-6b50532f, #w-node-_5cbe985c-f891-7168-7913-14afde3f026f-6b50532f, #w-node-_0e2ef081-1f4f-abea-6265-01ea0496fd76-6b50532f, #w-node-_9613e7e0-0358-9204-e822-bc94b6fbcc26-6b50532f, #w-node-_67a0af6b-f636-0217-3f45-2b4ecffa9a74-6b50532f, #w-node-_91cda64d-042e-cf44-60b7-97f9a39c128d-6b50532f, #w-node-adcec829-1e2a-1936-0b5c-0c60653e51fd-6b50532f, #w-node-_7f64e906-c1dc-6af0-5511-5ac368d070f8-6b50532f, #w-node-f9294f89-2764-3000-aeb0-0ae2921e78e3-6b50532f, #w-node-_1fbfda4d-3928-d931-0962-d7f35b2269c7-6b50532f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0554acd6-db7b-0648-3b68-699788fd7c2c-603158e2 {
    order: -9999;
  }

  #w-node-_8e3aa683-aadf-0e36-51b9-9a04406d7036-f0792bda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Aldrich';
  src: url('../fonts/Aldrich-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Micro 5';
  src: url('../fonts/Micro5-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
