:root {
  --background-color--background-blue: #1b224b;
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-brand--white: white;
  --link-color--link-primary: var(--base-color-neutral--black);
  --border-color--border-primary: var(--base-color-neutral--black);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --base-color-brand--gradient-pink: #ed2970;
  --base-color-brand--gradient-green: #9bca3b;
  --base-color-brand--brand-yellow: #ffc940;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --text-color--text-brand: #ffc940;
  --background-color--color: #131a38;
  --base-color-brand--black: black;
  --base-color-brand--gradient-yellow: #d8a228;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --base-color-system--gradient-purple: #aa5ca3;
  --base-color-system--gradient-purple-dark: #534d9f;
  --base-color-system--gradient-purple-blue: #2cabe1;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
}

/*Gafin logo grid positioning*/
#w-node-gafin-12345-67890-abcd-efgh12345-29040e73 {
  grid-area: 5 / 7 / 6 / 9 ;
}

#w-node-gafin-12345-67890-abcd-efgh12345-29040e73 img {
  max-width: 70%;
}

.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(--background-color--background-blue);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Apex Mk 2", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Apex Mk 2", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Apex Mk 2", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Apex Mk 2", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Apex Mk 2", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--base-color-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Apex Mk 2", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: none;
}

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(--text-color--text-primary);
  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;
}

.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 {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

.max-width-medium.margin-large {
  max-width: none;
}

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

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

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

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

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

.max-width-small {
  max-width: 28rem;
}

.max-width-small.align-center {
  max-width: 30vw;
}

.max-width-small.flagship {
  width: 100%;
}

.max-width-small.card {
  max-width: 70%;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

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

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

.main-wrapper {
  padding-top: 5rem;
  overflow: hidden;
}

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

.container-medium.flex {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 70vw;
  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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-custom1.logos {
  width: 100%;
  display: none;
}

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

.margin-bottom.margin-small {
  margin-bottom: .5rem;
}

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

.margin-bottom.margin-xsmall {
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.text-align-left.max-width-full.margin-tiny {
  margin-bottom: 0;
}

.margin-bottom.poweredbyunifi {
  padding-top: 2rem;
}

.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-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-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-left.padding-small {
  padding: 0 0 0 1rem;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.text-color-alternate.chs {
  font-size: 2rem;
}

.text-size-medium.text-color-alternate.vn {
  font-family: Open Sans, sans-serif;
}

.text-size-medium.text-color-alternate.jp {
  word-break: break-all;
}

.text-size-medium.text-color-alternate.heading-style-h5-2.text-color-brand {
  z-index: 10;
  font-size: 1.5rem;
  position: relative;
}

.text-size-medium.text-color-alternate.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium.text-color-alternate.heading-style-h3-2.text-color-brand {
  font-size: 2.5rem;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  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-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.heading-style-h6.text-align-center.text-color-brand {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.heading-style-h6.team {
  font-size: 1.4rem;
  font-weight: 700;
}

.heading-style-h6.team.text-color-white {
  font-size: 1.6rem;
  line-height: 1.1;
}

.heading-style-h6.team.text-color-white.ch, .heading-style-h6.team.text-color-white.jp {
  font-size: 1.6rem;
}

.heading-style-h6.text-color-brand {
  font-family: "Apex Mk 2", sans-serif;
}

.heading-style-h6.text-color-brand.text-align-left {
  font-family: "Apex Mk 2", sans-serif;
  font-size: 1.5rem;
}

.heading-style-h6.text-color-brand.text-align-left.vn {
  font-family: Open Sans, sans-serif;
}

.heading-style-h6.text-color-brand.vn {
  font-size: 1.5rem;
}

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

.heading-style-h5 {
  text-decoration: none;
}

.heading-style-h5.text-color-brand {
  z-index: 10;
  font-size: 1.5rem;
  position: relative;
}

.heading-style-h5.text-color-brand.text-align-center {
  font-size: 2rem;
}

.heading-style-h5.text-color-brand.text-align-center.text-shadow {
  text-shadow: 0 4px 8px #0009;
}

.heading-style-h5.text-color-brand.text-align-center.text-shadow.chs {
  font-size: 2.2rem;
}

.heading-style-h5.text-color-brand.text-align-center.vn {
  font-size: 1.8rem;
}

.heading-style-h5.text-color-brand.text-align-center.icon-height-small.chs {
  font-size: 2.2rem;
  line-height: 1;
}

.heading-style-h5.text-color-brand.chs {
  font-size: 2rem;
}

.heading-style-h5.text-color-brand.jp {
  font-size: 3rem;
}

.heading-style-h5.text-color-brand.vn {
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
}

.heading-style-h5.text-style-nowrap {
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.heading-style-h5.text-style-nowrap.chs {
  font-family: Lato, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

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

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

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

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

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

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

.text-size-tiny {
  text-transform: uppercase;
  font-size: .7rem;
}

.text-size-tiny.text-color-white {
  text-transform: none;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-tiny.text-color-white.opensans {
  font-family: Open Sans, sans-serif;
}

.text-size-tiny.text-style-italic {
  font-size: .6rem;
}

.text-size-tiny.text-style-italic.text-spacing-tight {
  line-height: 1.3;
}

.text-size-tiny.text-style-italic.text-spacing-tight.ch {
  font-size: .7rem;
}

.text-size-tiny.text-color-grey {
  color: var(--link-color--link-secondary);
  text-transform: none;
  margin-left: .5rem;
  line-height: 1;
}

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

.button {
  background-image: linear-gradient(90deg, var(--base-color-brand--gradient-pink), var(--base-color-brand--gradient-green));
  color: var(--text-color--text-primary);
  text-align: center;
  border-radius: 50vh;
  padding: .75rem 1.5rem;
  font-family: Josefinsans Variablefont Wght, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.button.is-link {
  border-bottom: 1px solid var(--base-color-brand--brand-yellow);
  color: var(--link-color--link-alternate);
  white-space: nowrap;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  padding: .25rem 0;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button.is-link._2 {
  display: none;
}

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

.button.is-secondary {
  border: 2px solid var(--base-color-brand--brand-yellow);
  color: var(--link-color--link-alternate);
  background-color: #0000;
  background-image: none;
  padding-top: .8rem;
  padding-bottom: .5rem;
  font-size: .8rem;
  line-height: 1;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-small {
  background-image: none;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  border-color: transparent transparent var(--base-color-brand--brand-yellow);
  color: var(--text-color--text-alternate);
  background-color: #0000;
  background-image: none;
  border-bottom-width: 2px;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
}

.button.is-tertiary.is-small {
  background-image: none;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.max-width-full {
  font-family: Josefinsans Variablefont Wght, sans-serif;
  font-weight: 500;
}

.button.max-width-small {
  background-image: linear-gradient(90deg, var(--base-color-brand--gradient-pink), var(--base-color-brand--brand-yellow) 50%, var(--base-color-brand--gradient-green));
  width: 100%;
  max-width: none;
  padding-top: 1rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button.max-width-small.vn {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.button.max-width-small.chs {
  width: 100%;
  max-width: none;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3.text-color-brand {
  font-size: 2.5rem;
}

.heading-style-h3.text-color-brand.chs {
  font-size: 5rem;
}

.heading-style-h3.text-color-brand.jp {
  font-size: 4rem;
}

.heading-style-h3.text-color-brand.vn {
  font-family: Open Sans, sans-serif;
}

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

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

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

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

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

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

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

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

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

.button-group.is-center {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

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

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

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

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

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

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

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

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.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(--base-color-neutral--black);
}

.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: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  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;
}

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

.text-align-center.display-inlineflex.hero {
  margin-left: -10rem;
  margin-right: -10rem;
}

.text-align-center.text-color-yellow.text-shadow {
  text-shadow: 0 .5rem 1rem #000000b3;
  font-size: 1.7rem;
  position: static;
  top: 0%;
}

.text-align-center.display-inlineflex {
  z-index: 1;
  z-index: 1;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

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

.text-size-small.text-color-alternate.form-left {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0%;
}

.text-size-small.title {
  color: var(--text-color--text-alternate);
  white-space: normal;
  font-family: "Apex Mk 2", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.text-size-small.title.vn {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-size-small.title.chs {
  white-space: normal;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.text-size-small.text-weight-bold.text-color-alternate {
  font-size: .7rem;
  line-height: 1;
}

.text-size-small.text-color-white.text-align-center {
  font-size: 1rem;
}

.text-size-small.text-color-white.text-align-center.vn {
  font-size: 1.2rem;
}

.text-size-small.text-color-white.text-align-center.chs {
  font-family: Lato, sans-serif;
}

.text-size-small.text-color-white.text-align-center.id {
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.text-size-small.text-color-white.text-align-center.id.text-style-allcaps {
  font-family: "Apex Mk 2", sans-serif;
}

.text-size-small.text-color-white.text-align-center.text-weight-bold {
  font-size: 1.2rem;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-1x1-medium {
  width: 75%;
}

.icon-1x1-medium.coin-tilted {
  width: 9rem;
  height: auto;
}

.icon-1x1-medium.voyage {
  width: 14rem;
  height: auto;
}

.icon-1x1-medium.globe {
  width: 8rem;
  height: auto;
}

.icon-1x1-medium.coins {
  width: 50vw;
  height: auto;
}

.icon-1x1-medium.game-dev {
  width: 10rem;
}

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

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

.text-size-large {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.display-inlineflex { display: inline-flex; }
.display-inlineflex.gap { gap: 2rem; } /* works for flex & grid */

.display-inlineflex.align-center.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
}

.display-inlineflex.price-ticker-coin {
  justify-content: center;
  align-items: center;
}

.display-inlineflex.flex-col {
  flex-flow: column;
}

.display-inlineflex.flex-col.flex-allign_bottom, .display-inlineflex.flex-col.flex-item-end {
  justify-content: flex-end;
  align-items: center;
}

.display-inlineflex.item-center {
  justify-content: flex-start;
  align-items: center;
}

.display-inlineflex.flex-align-center {
  justify-content: center;
  align-items: center;
}

.display-inlineflex.flex-align-center.flex-item-end {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.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);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

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

.padding-global.top-margin {
  margin-top: -10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  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 {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

.delete-this {
  display: flex;
}

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

.section_header30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_header30.hero {
  min-height: 60svh;
  padding-top: 0;
  padding-bottom: 0;
}

.section_header30.taller {
  background-image: url('../images/Asset-11_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section_header30.taller._2 {
  background-image: url('../images/Asset-18.avif');
  background-size: cover;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.section_header30.flex {
  flex-flow: column;
}

.section_header30.gameverse {
  background-image: url('../images/Asset-11_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
}

.section_header30.gameverse._2 {
  background-image: url('../images/SEC-BG-13x.webp');
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section_header30.welcometo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section_header30.flagship {
  background-image: url('../images/Asset-46_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 4rem;
}

.section_header30.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

.header30_content {
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.header30_background-image-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: -80% 0% 0%;
}

.header30_background-image-wrapper.display-inlineflex._4 {
  width: 100%;
}

.header30_background-image-wrapper.display-inlineflex.for-gamers {
  z-index: 1;
}

.header30_background-image-wrapper.display-inlineflex.align-center {
  width: 70vw;
  display: block;
}

.header30_background-image-wrapper.big-circle {
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 20%;
}

.header30_background-image-wrapper.static {
  position: static;
}

.header30_background-image-wrapper.align-center {
  width: 80vw;
}

.header30_background-image-wrapper.align-center.coins {
  width: 100%;
  top: 0%;
}

.header30_background-image-wrapper.scifi {
  top: -30%;
}

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

.header30_background-image {
  z-index: 20;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.header30_background-image.ripple {
  width: 60vw;
}

.header30_background-image.scifi {
  object-fit: contain;
  width: 50%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.header30_background-image.scifi._2 {
  width: 100%;
  max-width: 100%;
}

.header30_background-image.scifi._3 {
  width: 100%;
  max-width: none;
}

.header30_background-image.big-circle {
  max-width: none;
  height: auto;
  inset: auto 0% 0%;
}

.header30_background-image.gameverse {
  position: static;
}

.text-color-brand {
  color: var(--text-color--text-brand);
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid.grid-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-content: center;
  place-items: center stretch;
  width: 80%;
}

.grid._2 {
  width: 100%;
  max-width: 90vw;
}

.scifi-separate {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.scifi-separate.left {
  width: 45%;
  inset: 50% auto 0% 0%;
}

.scifi-separate.right {
  width: 45%;
  inset: 50% 0% 0% auto;
}

.navbar1_component {
  z-index: 999;
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar1_container {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar1_logo-link {
  width: 9rem;
}

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

.navbar1_link {
  color: var(--link-color--link-alternate);
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
  font-size: .8rem;
}

.navbar1_link.w--current {
  color: var(--text-color--text-alternate);
}

.navbar1_link.media {
  display: none;
}

.navbar1_menu-dropdown {
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  font-size: .8rem;
  display: flex;
}

.dropdown-chevron {
  color: var(--link-color--link-alternate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--color);
  color: var(--link-color--link-alternate);
  padding: .5rem;
}

.navbar1_dropdown-link {
  color: var(--link-color--link-alternate);
  padding: .5rem 1rem;
  font-size: .8rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--text-color--text-brand);
}

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

.navbar1_menu-button {
  padding: 0;
}

.div_pill {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
}

.image-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_layout316 {
  position: relative;
}

.layout316_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout316_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.section_layout330 {
  position: relative;
}

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

.layout330_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
}

.layout330_list._2 {
  grid-column-gap: 0rem;
  place-items: center stretch;
}

.layout330_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  display: flex;
}

.layout330_item.higher {
  margin-top: -4rem;
}

.layout330_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.section_team12.margin-custom3 {
  margin-top: -5%;
}

.team12_component {
  position: relative;
}

.team12_component.margin-bottom {
  display: none;
  top: -7rem;
}

.team12_component.margin-bottom.margin-xxhuge {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team12_component.longframe {
  z-index: 1;
}

.team12_list-wrapper {
  width: 100%;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.team12_list-wrapper.innovation {
  width: 50vw;
  max-width: none;
}

.team12_list-wrapper.longframe {
  width: 100vw;
  max-width: none;
}

.team12_list-wrapper.partners {
  width: 100%;
  max-width: 50vw;
}

.team12_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.team12_list.partners {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch center;
  place-items: center;
}

.team12_item {
  text-align: center;
  background-image: linear-gradient(90deg, #ffffff1a, #fff0 9% 13%, #fff3);
  border-radius: 2rem;
  flex-flow: row;
  align-items: stretch;
  padding: 1rem 3rem;
  display: flex;
}

.team12_item.partners {
  background-image: linear-gradient(#fff0, #fff0 5%, #fff3);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
}

.team12_item.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 10rem;
  padding: 1.5rem 2rem;
}

.team12_image-wrapper {
  background-image: url('../images/frame-developer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  padding: 3rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team12_image-wrapper.partners {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.team12_image-wrapper.card {
  background-image: url('../images/cardImageFrame.svg');
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  width: 30%;
  position: absolute;
}

.team12_image {
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team12_image.partners {
  aspect-ratio: auto;
  width: 20%;
  overflow: visible;
}

.team12_image.partners.neon {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.team12_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

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

.section-spacer {
  position: relative;
}

.image-3 {
  max-width: 50rem;
}

.slanted-l {
  width: 30vw;
  position: absolute;
  inset: auto auto -5% -10%;
}
.slanted-l-big {
  width: 35vw;
  position: absolute;
  inset: auto auto 20% -10%;
}

.slanted-l._2 {
  width: 25vw;
  inset: -5% auto auto 0%;
}

.slanted-l.footer {
  width: 30vw;
  min-height: 100%;
  inset: auto auto 0% 0%;
}

.slanted-l.female {
  z-index: 1;
  width: 25%;
  inset: 25% auto auto 15vw;
}

.slanted-r {
  width: 30vw;
  position: absolute;
  inset: auto -10% -5% auto;
}
.slanted-r-big {
  width: 35vw;
  position: absolute;
  inset: auto -10% 20% auto;
}

.slanted-r._2 {
  width: 25vw;
  inset: -5% 0% auto auto;
}

.slanted-r.footer {
  width: 30vw;
  min-height: 100%;
  inset: auto 0% 0% auto;
}

.slanted-r.male {
  z-index: 1;
  width: 25%;
  inset: 25% 15vw auto auto;
}

.grids-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card {
  text-align: center;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.bigicon-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-bottom: -5rem;
  position: relative;
}

.bigicon-wrapper._2 {
  width: 82%;
}

.bigicon._3 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  top: 5%;
}

.bigicon._2 {
  inset: 0%;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card_title-wrapper {
  color: var(--text-color--text-brand);
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 60% 0% auto;
}

.card_list-wrapper {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.card_list-wrapper.team {
  width: 60vw;
  max-width: none;
}

.card_list-wrapper.gamers {
  width: auto;
  max-width: 50rem;
}

.image-4 {
  width: 34rem;
}

.voyage {
  z-index: 2;
  width: 40vw;
  position: relative;
}

.section_header76 {
  justify-content: center;
  align-items: center;
  height: 50svh;
  margin: 3rem auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

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

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

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

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

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

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

.masked {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--background-color--background-blue), #1b224b00 30%, #1b224b00 70%, var(--background-color--background-blue));
  width: 100vw;
  height: 100%;
  position: absolute;
}

.section_header64.team {
  padding-top: 3rem;
  padding-bottom: 20rem;
}

.m-logo-big {
  width: 7rem;
}

.m-logo-big.rune {
  position: absolute;
  inset: 0%;
}

.footer11_component {
  background-color: var(--background-color--color);
  position: relative;
}

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: start;
  padding: 3rem;
}

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.footer11_social-list {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.footer11_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer11_menu-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.footer11_link-list._2, .footer11_link-list._3, .footer11_link-list.image-4 {
  display: none;
}

.footer11_link-list._1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.footer11_link {
  color: var(--text-color--text-alternate);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer11_link.w--current {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.footer11_bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer11_credit-text {
  color: var(--text-color--text-alternate);
  font-size: .875rem;
}

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

.footer11_legal-link {
  color: var(--text-color--text-alternate);
  font-size: .875rem;
  text-decoration: underline;
}

.navbar-background {
  background-color: var(--background-color--color);
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-frame {
  position: static;
  inset: 0%;
}

.card-wrapper {
  inset: 0%;
}

.card-text {
  margin-bottom: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.button-connect {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 9rem;
  display: flex;
  position: relative;
}

.image-8 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .8rem;
  position: absolute;
  inset: 0%;
}

.code-embed.login {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-color-text {
  color: var(--text-color--text-alternate);
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  padding: 1rem 1.2rem;
  font-size: .8rem;
}

.button-color_wrapper {
  font-size: .8rem;
  line-height: 1;
}

.div-block {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  background-color: #000;
  background-image: url('../images/Voyage_1Voyage.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 50px;
}

.button-login {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 9rem;
  display: flex;
  position: relative;
}

.image-9 {
  width: 16rem;
}

.image-10 {
  width: 7.5rem;
}

.div-pill-frame {
  width: 100%;
  height: 7rem;
  position: absolute;
}

.text-block {
  color: var(--text-color--text-alternate);
  font-family: Lato, sans-serif;
}

.vn {
  font-family: Open Sans, sans-serif;
}

.client-track {
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.marquee-list {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.marquee-image {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12em;
  max-height: 80px;
  margin-left: 1em;
  display: flex;
  position: static;
}

.marquee-image.withblock {
  background-color: var(--base-color-brand--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.marquee-image.withblock.smallpadding {
  padding-top: 0;
  padding-bottom: 0;
}

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

.cardteam-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  background-image: linear-gradient(#2d4b7f, #2d4b7f);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 .6rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team_image {
  border-radius: .5rem;
}

.team_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.image-11 {
  width: 1rem;
}

.cardteam {
  border-radius: 1rem;
  padding-top: 190%;
  transition: all .2s linear;
  display: flex;
  position: relative;
}

.cardteam:hover {
  box-shadow: 0 2px 20px #2eeeffe6;
}

.cardteam_wrapper {
  perspective: 1000px;
  margin-top: 2rem;
}

.cardteam-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #142441;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-color-yellow {
  color: var(--base-color-brand--brand-yellow);
}

.text-color-yellow.heading-style-h6 {
  font-size: 1rem;
}

.cell {
  display: block;
}

.quick-stack {
  padding: .625rem;
}

.cell-2, .cell-3, .cell-4, .cell-5 {
  display: block;
}

.marketplace_logo {
  width: .8rem;
  margin-right: .5rem;
  padding-bottom: 4px;
}

.marketplace_logo.footer {
  width: 1rem;
}

.link_partners {
  transition: all .3s ease-in-out;
}

.link_partners:hover {
  transform: translate(0, -1rem);
}

.image-13 {
  margin-right: .5rem;
}

.marquee-wrapper {
  width: 100%;
  height: 5em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.price-ticker-wrapper {
  background-color: var(--base-color-brand--brand-yellow);
  justify-content: flex-end;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.price-ticker-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.price-ticker-coin.text-color-alternate {
  margin-right: .5rem;
  font-size: 1rem;
  line-height: 1;
}

.price-ticker-coin.ttext-color-green {
  color: #37f998;
}

.price-ticker-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-ticker-price.text-color-yellow {
  font-size: .8rem;
  line-height: 1;
}

.marquee-item {
  color: var(--base-color-brand--white);
  justify-content: space-between;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  display: flex;
}

.unifi_coin {
  width: 1.7rem;
}

.coin_logo_div {
  background-color: #000;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47 {
  color: var(--base-color-brand--brand-yellow);
}

.text-span, .text-span-2 {
  color: var(--base-color-brand--white);
}

.card_list-wrapper-team {
  width: 75vw;
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.card_list-wrapper-team.team {
  width: 60vw;
  max-width: none;
}

.card_list-wrapper-team.gamers {
  width: auto;
  max-width: 50rem;
}

.team12_list-wrapper-team {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.cell-6 {
  display: block;
}

.mask {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  display: block;
}

.left-arrow {
  justify-content: space-between;
  align-items: center;
  display: flex;
  inset: 0% auto 0% -10%;
}

.icon {
  margin-left: 1rem;
  font-size: 1rem;
}

.right-arrow {
  right: -10%;
}

.icon-2 {
  font-size: 1rem;
}

.slide-nav {
  font-size: .5rem;
}

.bold-text-48 {
  font-weight: 400;
}

.cell-7 {
  display: block;
}

.slider-2 {
  width: 100vw;
  height: 100%;
  position: absolute;
}

.slider_hero {
  background-color: #99474700;
  width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-nav-2 {
  display: none;
}

.image-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero_game {
  background-image: url('../images/Asset-14_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero-text {
  width: 50vw;
}

.hero-text.vn {
  width: 60vw;
}

.flex-hero {
  justify-content: center;
  align-items: center;
  width: 90vw;
  display: flex;
}

.left-arrow-2, .icon-3 {
  display: none;
}

.gameverse-male {
  max-width: 80%;
}

.separator {
  background-color: #fff;
  width: 2px;
  height: 5rem;
}

.img_coins {
  width: 100%;
  display: block;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.card_img._02 {
  background-image: none;
}

.card_image_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-5 {
  border: 3px solid var(--base-color-brand--gradient-green);
  border-radius: 1rem;
  width: 200px;
  height: 200px;
}

.image-16 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card_image {
  width: 25%;
  position: absolute;
  top: -10%;
  left: 5%;
}

.team12_item-flex {
  text-align: center;
  background-image: linear-gradient(90deg, #ffffff1a, #fff0 9% 13%, #fff3);
  border-radius: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 14.85rem;
  position: relative;
}

.team12_item-flex.partners {
  background-image: linear-gradient(#fff0, #fff0 5%, #fff3);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
}

.team12_item-flex.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.team12_item-flex.longframe {
  background-image: url('../images/innovation_frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 90%;
  padding-top: 9rem;
}

.div-block-6 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-7, .div-block-8, .div-block-9 {
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  margin-top: 2rem;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  width: 25%;
  position: absolute;
}

.form-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-grid-wrapper {
  width: 60vw;
  padding-bottom: 10rem;
}

.form_field {
  border: 1px solid var(--base-color-brand--brand-yellow);
  color: var(--base-color-brand--brand-yellow);
  background-color: #fff0;
  border-radius: 50vw;
  margin-bottom: 1rem;
  padding: 1rem 1.2rem;
}

.form_field::placeholder {
  color: var(--base-color-brand--brand-yellow);
  font-family: Josefinsans Variablefont Wght, sans-serif;
  font-weight: 300;
}

.form_field_textarea {
  border: 1px solid var(--base-color-brand--brand-yellow);
  color: var(--base-color-brand--brand-yellow);
  background-color: #fff0;
  border-radius: 1rem;
  min-height: 8rem;
  margin-bottom: 1rem;
  padding: 1rem 1.2rem;
}

.form_field_textarea::placeholder {
  color: var(--text-color--text-brand);
  font-family: Josefinsans Variablefont Wght, sans-serif;
  font-weight: 300;
}

.submit-button {
  border: 2px solid var(--base-color-brand--brand-yellow);
  background-color: var(--base-color-brand--brand-yellow);
  color: var(--background-color--background-blue);
  text-align: center;
  border-radius: 50vw;
  width: 100%;
  padding: .8rem 2rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: .8;
}

.submit-button.bigger {
  font-size: 1.2rem;
}

.form_div-right {
  flex: 1;
}

.form_div-left {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  position: static;
}

.form_img {
  padding-top: 100%;
  position: relative;
  inset: 0%;
}

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

.div-block-12, .form_div-left-wrapper {
  width: 100%;
  position: relative;
}

.img_contactus {
  object-fit: fill;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.img_contactus.human {
  z-index: 2;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-14 {
  position: relative;
}

.image-height {
  padding-top: 12%;
  position: relative;
}

.image-height.glass_bg {
  z-index: -1;
  background-image: linear-gradient(#fff3, #ffffff21 75%, #ffffff03);
  padding-top: 13rem;
}

.image-height.td_poster {
  padding-top: 140%;
}

.image-wrapper {
  width: 80%;
}

.image-wrapper.align-center {
  width: 75vw;
}

.image-wrapper.align-center.glass_bg {
  z-index: -2;
  width: 50vw;
}

.image-wrapper.td_poster {
  width: 30%;
  position: relative;
}

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

.bg_image-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0 0% auto;
}

.special_heading-wrapper {
  position: relative;
}

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

.glass_bg {
  object-fit: cover;
  background-image: linear-gradient(0deg, #ffffff1a, #fff0 9% 28%, #fff3);
  border-radius: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glass_bg.partners {
  background-image: linear-gradient(#fff0, #fff0 5%, #fff3);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
}

.glass_bg.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.glass_bg.longframe {
  background-image: url('../images/innovation_frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 90%;
  padding-top: 9rem;
}

.heading_wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video {
  background-image: linear-gradient(#000000b3, #000000b3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 60vh;
  display: flex;
}

.div-block-16 {
  background-color: #000;
}

.googleplay_img {
  max-width: 80%;
}

.midaslogo_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img_wrapper.display-inlineflex {
  justify-content: center;
  align-items: center;
}

.img_height {
  width: 100%;
  padding-top: 10rem;
  position: relative;
}

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

.img.rune {
  object-fit: cover;
  top: -4%;
}

.games_title {
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.games_title.chs {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.games_title.vn {
  font-family: Open Sans, sans-serif;
}

.partners_logo {
  max-width: 100%;
}

.partners_logo.pirates, .partners_logo.rgames, .partners_logo.dragark {
  max-width: 70%;
}

.partners_logo.glory, .partners_logo.apes {
  max-width: 80%;
}

.heading {
  color: var(--base-color-neutral--white);
}

.image-20 {
  margin-right: .5rem;
}

.slanted-r-2 {
  width: 30vw;
  position: absolute;
  inset: auto -10% -5% auto;
}

.slanted-r-2.footer {
  width: 30vw;
  min-height: 100%;
  inset: auto 0% 0% auto;
}

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

.hero-text-img {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero-text-img.grid-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-content: center;
  place-items: center stretch;
  width: 80%;
}

.scifi-bg_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

.container-large-4 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.bold-text-51, .bold-text-52 {
  font-weight: 400;
}

.header_wrapper {
  position: absolute;
  inset: 0% 0% auto;
}

.success-message {
  background-color: var(--base-color-brand--brand-yellow);
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .max-width-small {
    max-width: 40rem;
  }

  .max-width-small.card {
    max-width: 70%;
  }

  .container-small {
    max-width: 50vw;
  }

  .margin-bottom.margin-custom1.logos {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .text-size-medium.text-color-alternate.vn.text-weight-bold {
    font-size: 1.2rem;
  }

  .text-size-medium.text-color-alternate.heading-style-h5-2.text-color-brand {
    font-size: 2.5rem;
  }

  .text-size-medium.text-color-alternate.heading-style-h3-2.text-color-brand {
    font-size: 4rem;
  }

  .text-size-medium.text-color-alternate.text-weight-bold {
    font-size: 1.2rem;
  }

  .heading-style-h6.text-align-center.text-color-brand {
    width: 70%;
    font-size: 1.9rem;
  }

  .heading-style-h6.team.text-color-white {
    font-size: 1.7rem;
  }

  .heading-style-h6.team.text-color-white.ch, .heading-style-h6.team.text-color-white.vn {
    font-size: 2rem;
  }

  .heading-style-h6.text-color-brand.text-align-left {
    font-size: 1.2rem;
  }

  .heading-style-h5.text-color-brand {
    font-size: 2.5rem;
  }

  .heading-style-h5.text-color-brand.vn {
    font-size: 2rem;
  }

  .heading-style-h5.special-card {
    font-size: 3rem;
  }

  .text-size-tiny, .text-size-tiny.text-color-white {
    font-size: .8rem;
  }

  .text-size-tiny.text-color-white.ch {
    font-size: 1rem;
  }

  .text-size-tiny.text-style-italic {
    font-size: .8rem;
  }

  .text-size-tiny.text-style-italic.text-spacing-tight.ch, .button.is-link {
    font-size: 1rem;
  }

  .button.is-link._2 {
    font-size: 1.2rem;
  }

  .button.is-secondary {
    font-size: 1rem;
  }

  .button.max-width-small {
    font-size: 1.4rem;
  }

  .text-size-regular.text-color-alternate.text-align-left {
    font-size: 1rem;
  }

  .heading-style-h3.text-color-brand {
    font-size: 4rem;
  }

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

  .text-align-center.text-color-yellow.text-shadow {
    font-size: 2rem;
  }

  .text-align-center.display-inlineflex {
    display: block;
  }

  .text-size-small.text-color-alternate, .text-size-small.title {
    font-size: 1.2rem;
  }

  .icon-1x1-medium.coin-tilted {
    width: 11rem;
  }

  .icon-1x1-medium.voyage {
    width: 20rem;
  }

  .icon-1x1-medium.coins {
    width: 50vw;
  }

  .icon-1x1-medium.game-dev {
    width: 14rem;
  }

  .display-inlineflex.price-ticker-coin {
    margin-right: 1rem;
  }

  .text-color-alternate {
    font-size: 1.4rem;
  }

  .header30_background-image-wrapper.align-center.coins {
    object-fit: cover;
    width: 100%;
    inset: 0%;
  }

  .header30_background-image.scifi {
    width: 80%;
    max-width: none;
  }

  .header30_background-image.big-circle {
    width: 100%;
  }

  .text-color-brand {
    font-size: 1rem;
  }

  .grid {
    position: relative;
  }

  .grid._2 {
    width: 100%;
    max-width: 65vw;
  }

  .scifi-separate.left {
    width: 40%;
    inset: 0% auto 0% 0%;
  }

  .scifi-separate.right {
    width: 40%;
    top: 0%;
  }

  .navbar1_component {
    min-height: 6rem;
  }

  .navbar1_link.w--current {
    color: var(--text-color--text-alternate);
  }

  .team12_list-wrapper {
    max-width: 40vw;
  }

  .team12_list {
    grid-template-rows: auto auto auto auto;
  }

  .slanted-l.footer, .slanted-r.footer {
    width: 21vw;
  }

  .card {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .bigicon-wrapper {
    width: 70%;
    margin-bottom: -5rem;
  }

  .card_list-wrapper {
    max-width: 60vw;
  }

  .card_list-wrapper.gamers {
    max-width: 50vw;
  }

  .footer11_link {
    font-size: 1rem;
  }

  .footer11_credit-text {
    font-size: 1.2rem;
  }

  .footer11_legal-list {
    display: grid;
  }

  .footer11_legal-link {
    font-size: 1.2rem;
    display: none;
  }

  .card-frame, .card-wrapper {
    position: static;
  }

  .card-text {
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-9 {
    width: 22rem;
  }

  .image-10 {
    width: 11rem;
  }

  .div-pill-frame {
    height: 10rem;
  }

  .marquee-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .marquee-image {
    object-fit: contain;
    width: 11em;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .marquee_item-content-wrapper {
    vertical-align: baseline;
    object-fit: contain;
    width: 100%;
    display: block;
  }

  .cardteam-front {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team_list {
    grid-template-rows: repeat(auto-fit, 32rem);
    grid-auto-columns: 40rem;
    width: 80%;
  }

  .image-11 {
    width: 2rem;
  }

  .cardteam {
    padding-top: 190%;
  }

  .cardteam-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .marquee-wrapper {
    height: 6em;
    overflow: visible;
  }

  .image-logo {
    vertical-align: baseline;
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price-ticker-div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .text-span, .text-span-2 {
    color: var(--base-color-brand--white);
  }

  .card_list-wrapper-team {
    width: 60vw;
    max-width: 60em;
  }

  .card_list-wrapper-team.gamers {
    max-width: 50rem;
  }

  .hero-text {
    width: 30vw;
  }

  .card_image {
    width: 25%;
    top: -15%;
  }

  .image-wrapper.td_poster {
    width: 40%;
  }

  .slanted-r-2.footer {
    width: 21vw;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    position: static;
    inset: 0%;
  }

  .div-block-17.max-width-full {
    width: 80vw;
    position: absolute;
  }

  .div-block-18 {
    text-align: center;
  }

  .container-large-2 {
    position: relative;
  }

  .hero-text-img {
    width: auto;
    display: block;
    position: relative;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scifi-bg_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .grid-2 {
    position: relative;
  }
}

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

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-small.align-center {
    max-width: 50vw;
  }

  .container-small {
    max-width: 90%;
  }

  .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-bottom.margin-medium {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-custom1 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .margin-bottom.poweredbyunifi {
    padding-top: 1rem;
  }

  .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-left.padding-small {
    padding-left: 0;
  }

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

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

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

  .text-size-medium.text-color-alternate {
    font-size: 1.2rem;
  }

  .text-size-medium.text-color-alternate.heading-style-h5-2.text-color-brand {
    z-index: 5;
    font-size: 1.2rem;
  }

  .text-size-medium.text-color-alternate.heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .text-size-medium.text-color-alternate.heading-style-h3-2.text-color-brand {
    font-size: 1.9rem;
  }

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

  .heading-style-h6.text-align-center.text-color-brand {
    font-size: 1rem;
  }

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

  .heading-style-h5.text-color-brand {
    z-index: 5;
    font-size: 1.2rem;
  }

  .heading-style-h5.text-color-brand.text-align-center {
    font-size: 1.5rem;
  }

  .heading-style-h5.text-color-brand.vn {
    font-size: 1.8rem;
  }

  .heading-style-h5.text-style-nowrap {
    font-size: 1.3rem;
  }

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

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

  .button.max-width-small.chs {
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.2rem;
  }

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

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

  .text-size-regular.text-color-white.text-align-left, .text-size-regular.text-color-alternate.text-align-left.chs {
    font-size: 1rem;
  }

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

  .heading-style-h3.text-color-brand {
    font-size: 1.9rem;
  }

  .heading-style-h3.text-color-brand.jp {
    font-size: 3.4rem;
  }

  .text-color-white.text-size-regular {
    font-size: .7rem;
  }

  .text-color-white.text-align-left {
    font-size: .9rem;
  }

  .text-align-center.text-color-yellow.text-shadow {
    font-size: 1.2rem;
  }

  .text-size-small.title {
    font-size: .6rem;
  }

  .text-size-small.text-color-white.text-align-center {
    column-count: auto;
    font-size: .7rem;
  }

  .text-size-small.text-color-white.text-align-center.id.text-style-allcaps {
    font-family: "Apex Mk 2", sans-serif;
  }

  .icon-1x1-medium.coin-tilted {
    width: 6rem;
  }

  .icon-1x1-medium.voyage {
    width: 12rem;
  }

  .icon-1x1-medium.coins {
    width: 70vw;
  }

  .display-inlineflex.max-width-full.flex-align-center {
    justify-content: center;
    align-items: center;
  }

  .display-inlineflex.max-width-full.flex-align-center.flex-item-end, .display-inlineflex.flex-align-center.flex-item-end {
    justify-content: center;
    align-items: flex-end;
  }

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

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

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

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

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

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

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

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

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

  .text-color-alternate {
    font-size: .9rem;
  }

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

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

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

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

  .section_header30.taller._2 {
    padding-top: 11rem;
  }

  .header30_background-image-wrapper.display-inlineflex {
    width: 100%;
    height: auto;
  }

  .header30_background-image-wrapper.display-inlineflex.align-center {
    width: 90vw;
  }

  .header30_background-image-wrapper.big-circle {
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .header30_background-image-wrapper.padding-vertical.padding-medium {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .header30_background-image.ripple {
    width: 100vw;
    height: 100%;
    inset: 0%;
  }

  .header30_background-image.scifi {
    width: 70%;
    max-width: none;
  }

  .header30_background-image.big-circle {
    max-width: none;
    height: 65%;
    inset: auto 0% 0%;
  }

  .grid {
    width: 90vw;
  }

  .navbar1_component {
    min-height: 5rem;
  }

  .navbar1_container {
    position: static;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    z-index: 20;
    background-color: var(--background-color--color);
    justify-content: center;
    align-items: flex-start;
    transition: height .5s;
    display: flex;
  }

  .navbar1_link {
    text-align: center;
    padding: .75rem 0;
  }

  .navbar1_menu-dropdown {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-size: 1.125rem;
  }

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

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

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

  .navbar1_dropdown-list.w--open {
    border-style: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 0%;
    font-size: .8rem;
  }

  .navbar1_dropdown-link.w--current {
    padding-left: 0%;
    font-size: .8rem;
  }

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

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

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

  .menu-icon1_line-top {
    background-color: var(--base-color-brand--brand-yellow);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-brand--brand-yellow);
    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-icon1_line-bottom {
    background-color: var(--base-color-brand--brand-yellow);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .layout330_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .layout330_list._2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
  }

  .layout330_item {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team12_component.margin-bottom {
    display: none;
  }

  .team12_list-wrapper {
    max-width: 70vw;
  }

  .team12_list-wrapper.innovation {
    width: 60vw;
  }

  .team12_list-wrapper.partners {
    max-width: 80vw;
  }

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

  .team12_list.partners {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .team12_item.partners {
    justify-content: center;
    align-items: center;
  }

  .team12_item.card {
    min-height: 7rem;
    padding-right: 1rem;
  }

  .team12_image-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .team12_image {
    width: 70%;
  }

  .team12_image.partners {
    margin-left: auto;
    margin-right: auto;
  }

  .slanted-l._2, .slanted-l.footer, .slanted-l._1 {
    display: none;
  }

  .slanted-l.female {
    width: 35%;
    left: 0%;
  }

  .slanted-r, .slanted-r._2, .slanted-r.footer {
    display: none;
  }

  .slanted-r.male {
    width: 35%;
    display: block;
    right: 0%;
  }

  .bigicon-wrapper {
    position: relative;
  }

  .bigicon {
    width: 100%;
    inset: 0%;
  }

  .card_list-wrapper {
    width: 100%;
  }

  .card_list-wrapper.team {
    width: 80vw;
  }

  .card_list-wrapper.gamers {
    width: 100%;
  }

  .voyage {
    width: 60vw;
  }

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

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

  .header76_content-right {
    height: 40rem;
  }

  .m-logo-big.rune {
    width: 12rem;
  }

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

  .image-9 {
    width: 12rem;
  }

  .image-10 {
    width: 6rem;
  }

  .div-pill-frame {
    height: 5rem;
  }

  .bold-text {
    font-size: 2.5rem;
  }

  .marquee-list {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .team_list {
    grid-column-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 70%;
  }

  .cardteam {
    padding-top: 180%;
  }

  .card_list-wrapper-team {
    width: 100%;
  }

  .card_list-wrapper-team.team {
    width: 80vw;
  }

  .card_list-wrapper-team.gamers {
    width: 100%;
  }

  .team12_list-wrapper-team {
    width: 90vw;
  }

  .hero-text {
    width: 60vw;
  }

  .hero-text.vn {
    width: 70vw;
  }

  .gameverse-male {
    max-width: 50%;
  }

  .text-span-3 {
    font-size: 1rem;
  }

  .img_coins {
    width: 100vw;
  }

  .card_image {
    top: 0%;
  }

  .team12_item-flex {
    padding-top: 11rem;
  }

  .team12_item-flex.partners {
    justify-content: center;
    align-items: center;
  }

  .form-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: stretch;
  }

  .form-grid-wrapper {
    width: 80vw;
    padding-bottom: 0;
  }

  .image-wrapper.align-center {
    width: 90%;
  }

  .image-wrapper.align-center.glass_bg {
    width: 60%;
  }

  .image-wrapper.td_poster {
    width: 80%;
  }

  .special_heading-wrapper {
    padding-top: .5rem;
  }

  .glass_bg {
    padding-top: 11rem;
  }

  .glass_bg.partners {
    justify-content: center;
    align-items: center;
  }

  .background-video {
    min-height: 50vh;
  }

  .googleplay_img {
    max-width: 70%;
  }

  .img_wrapper {
    width: 100%;
  }

  .games_title {
    font-size: 1.8rem;
  }

  .partners_logo.glory {
    max-width: 70%;
  }

  .slanted-r-2, .slanted-r-2.footer {
    display: none;
  }

  .hero-text-img {
    width: 90vw;
  }

  .scifi-bg_wrapper {
    padding-bottom: 25%;
  }

  .grid-2 {
    width: 90vw;
  }
}

@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: 1rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .max-width-medium.align-center {
    max-width: 90vw;
  }

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

  .max-width-small {
    width: 70%;
  }

  .max-width-small.flagship {
    width: 100%;
  }

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-color-alternate {
    font-size: .875rem;
  }

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

  .text-size-medium.text-color-alternate.heading-style-h5-2 {
    font-size: 1.1rem;
  }

  .text-size-medium.text-color-alternate.heading-style-h3-2 {
    font-size: 2rem;
  }

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

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

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

  .heading-style-h6.text-align-center.text-color-brand {
    width: 80%;
    font-size: 1rem;
  }

  .heading-style-h6.text-color-brand {
    font-size: 1rem;
  }

  .heading-style-h6.text-color-brand.text-align-left {
    font-size: 1.2rem;
  }

  .heading-style-h6.text-color-brand.vn {
    font-size: 1rem;
  }

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

  .heading-style-h5.text-color-brand.text-align-center.text-shadow.chs {
    font-size: 1.5rem;
  }

  .heading-style-h5.text-color-brand.text-align-center.text-shadow.id {
    font-size: 1.2rem;
  }

  .heading-style-h5.text-color-brand.text-align-center.vn {
    font-size: 1.4rem;
  }

  .heading-style-h5.text-color-brand.text-align-center.icon-height-small.chs {
    font-size: 1.8rem;
    line-height: 1;
  }

  .heading-style-h5.text-color-brand.text-align-center.id {
    font-size: 1.2rem;
  }

  .heading-style-h5.text-color-brand.jp {
    font-size: 2rem;
  }

  .heading-style-h5.text-color-brand.vn {
    font-size: 1.3rem;
  }

  .heading-style-h5.text-style-nowrap {
    font-size: 1.1rem;
  }

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

  .button.max-width-small.chs {
    width: 100%;
    font-size: 1.1rem;
  }

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

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

  .text-size-regular.text-color-white.text-align-left, .text-size-regular.text-color-alternate.text-align-left.chs {
    font-size: .9rem;
  }

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

  .heading-style-h3.text-color-brand.vn {
    font-size: 1.6rem;
  }

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

  .text-align-center.text-color-yellow.text-shadow {
    font-size: 1rem;
  }

  .text-size-small.title.chs {
    font-size: .9rem;
  }

  .text-size-small.text-color-white.text-align-center {
    font-size: .6rem;
  }

  .text-size-small.text-color-white.text-align-center.vn, .text-size-small.text-color-white.text-align-center.chs {
    font-size: .9rem;
  }

  .text-size-small.text-color-white.text-align-center.text-weight-bold {
    font-size: 1rem;
  }

  .icon-1x1-medium {
    width: 70%;
  }

  .icon-1x1-medium.coin-tilted {
    width: 4rem;
  }

  .icon-1x1-medium.coins {
    width: 80vw;
  }

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

  .display-inlineflex.max-width-full.flex-align-center.flex-item-end {
    width: 90%;
  }

  .display-inlineflex.flex-align-center {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_header30.taller {
    min-height: 50svh;
  }

  .section_header30.flagship {
    padding-top: 1rem;
  }

  .header30_background-image-wrapper.display-inlineflex.align-center {
    width: 90vw;
  }

  .header30_background-image-wrapper.align-center.coins {
    display: none;
  }

  .header30_background-image.ripple {
    height: 100%;
  }

  .header30_background-image.scifi {
    width: 90%;
  }

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

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

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

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

  .layout330_list {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .layout330_item.higher {
    margin-top: -2rem;
  }

  .section_team12.margin-custom3 {
    margin-top: -20%;
  }

  .team12_list-wrapper {
    max-width: 90vw;
  }

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

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

  .team12_image-wrapper {
    height: 100%;
  }

  .team12_image {
    width: 100%;
  }

  .slanted-l.female, .slanted-r.male {
    width: 40%;
  }

  .grids-card {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bigicon-wrapper, .card-wrapper {
    height: 100%;
  }

  .voyage {
    width: 80vw;
  }

  .header76_component {
    padding-top: 4rem;
  }

  .header76_content-right {
    height: 30rem;
  }

  .m-logo-big {
    width: 4rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

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

  .footer11_credit-text {
    margin-top: 2rem;
  }

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

  .image-9 {
    width: 10rem;
  }

  .image-10 {
    width: 5rem;
  }

  .marquee-list {
    display: flex;
  }

  .team_image-wrapper {
    height: 100%;
  }

  .team_image {
    width: 100%;
  }

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

  .image-11 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cardteam_wrapper {
    display: block;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .price-ticker-wrapper {
    height: 6rem;
  }

  .hero-text.vn {
    width: 80vw;
  }

  .gameverse-male {
    max-width: 70%;
  }

  .image-wrapper.align-center, .image-wrapper.td_poster {
    width: 100%;
  }

  .background-video {
    min-height: 50vh;
  }

  .googleplay_img {
    max-width: 50%;
  }

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

  .img_height {
    padding-top: 6rem;
  }

  .hero-text-img.grid-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .scifi-bg_wrapper {
    padding-bottom: 30%;
  }
}

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

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

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

  .max-width-small.align-center {
    max-width: 90vw;
  }

  .max-width-small.card {
    max-width: 100%;
  }

  .container-small.margin-large {
    margin-bottom: 0;
  }

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

  .margin-top {
    margin-bottom: 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-bottom.padding-medium {
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .text-size-medium.text-color-alternate.vn {
    font-size: .8rem;
  }

  .text-size-medium.text-color-alternate.jp {
    padding-left: 15%;
    padding-right: 15%;
  }

  .text-size-medium.text-color-alternate.heading-style-h5-2.text-color-brand {
    font-size: 1.2rem;
  }

  .text-size-medium.text-color-alternate.heading-style-h3-2.text-color-brand {
    font-size: 1.6rem;
  }

  .heading-style-h6.team.text-color-white {
    font-size: 1.2em;
  }

  .heading-style-h6.team.text-color-white.ch {
    font-size: 1.4rem;
  }

  .heading-style-h6.text-color-brand.vn {
    font-family: Open Sans, sans-serif;
    font-size: .9rem;
  }

  .heading-style-h6.text-color-brand.icon-height-small {
    font-size: 1rem;
  }

  .heading-style-h5.text-color-brand {
    font-size: 1.2rem;
  }

  .heading-style-h5.text-color-brand.text-align-center.vn {
    font-size: 1.4rem;
  }

  .heading-style-h5.text-color-brand.chs {
    font-size: 1.2rem;
  }

  .heading-style-h5.text-color-brand.jp {
    font-size: 1.5rem;
  }

  .heading-style-h5.text-style-nowrap {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: .8rem;
  }

  .text-size-tiny.text-color-white {
    text-transform: none;
    font-size: .7rem;
  }

  .text-size-tiny.text-style-italic {
    font-size: .5rem;
  }

  .text-size-tiny.text-style-italic.text-spacing-tight {
    margin-bottom: .5rem;
  }

  .button.max-width-small.chs {
    width: 100%;
    font-size: 1.1rem;
  }

  .text-size-regular.text-color-white.text-align-left, .text-size-regular.text-color-alternate.text-align-center {
    font-size: .8rem;
  }

  .heading-style-h3.text-color-brand {
    font-size: 1.6rem;
  }

  .heading-style-h3.text-color-brand.chs {
    font-size: 4rem;
  }

  .heading-style-h3.text-color-brand.jp {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 2rem;
  }

  .heading-style-h3.text-color-brand.vn {
    font-size: 1.4rem;
  }

  .text-color-white.text-size-regular {
    font-size: .6rem;
  }

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

  .text-align-center.text-color-yellow.text-shadow {
    font-size: .9rem;
  }

  .text-size-small.title {
    font-size: .65rem;
  }

  .text-size-small.text-color-white.text-align-center.vn, .text-size-small.text-color-white.text-align-center.chs {
    font-size: .8rem;
  }

  .text-size-small.text-color-white.text-align-center.id {
    text-transform: none;
    font-family: Lato, sans-serif;
    font-size: .8rem;
    font-weight: 400;
  }

  .text-size-small.text-color-white.text-align-center.id.text-style-allcaps {
    text-transform: uppercase;
  }

  .text-size-small.text-color-white.text-align-center.text-weight-bold {
    font-size: 1rem;
  }

  .icon-1x1-medium.coins {
    width: 100vw;
  }

  .display-inlineflex.gap {
    gap: 1rem;
  }

  .display-inlineflex.gap.align-left {
    flex-flow: column;
  }

  .display-inlineflex.align-center.gap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .display-inlineflex.flex-align-center.flex-item-end {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .padding-global {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .text-color-alternate {
    font-size: .875rem;
  }

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

  .section_header30.gameverse {
    height: 30vh;
  }

  .section_header30.margin-huge {
    margin-left: 0;
    margin-right: 0;
  }

  .header30_background-image-wrapper.display-inlineflex.align-center {
    width: 90vw;
  }

  .header30_background-image-wrapper.align-center {
    width: 100%;
  }

  .header30_background-image-wrapper.align-center.coins {
    display: none;
  }

  .header30_background-image.ripple {
    height: 100%;
    inset: 0%;
  }

  .header30_background-image.scifi {
    width: 100%;
  }

  .header30_background-image.scifi._2 {
    display: block;
  }

  .text-color-brand {
    font-size: .7rem;
  }

  .grid.grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 70%;
  }

  .navbar1_container {
    max-width: none;
  }

  .navbar1_logo-link {
    width: 6rem;
  }

  .navbar1_menu.is-page-height-tablet {
    width: 100%;
  }

  .navbar1_menu-dropdown {
    flex-flow: column;
  }

  .image-2 {
    font-size: 1rem;
    inset: 0%;
  }

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

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

  .layout330_list._2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 90%;
  }

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

  .layout330_item.higher {
    margin-top: -3rem;
  }

  .section_team12.margin-custom3 {
    margin-top: -40%;
  }

  .team12_list-wrapper {
    max-width: 80vw;
  }

  .team12_list-wrapper.gamer {
    width: 100vw;
    max-width: 11em;
  }

  .team12_list-wrapper.innovation {
    width: 80vw;
  }

  .team12_list-wrapper.longframe {
    display: block;
  }

  .team12_list-wrapper.partners {
    max-width: 90vw;
  }

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

  .team12_list.partners {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 100%;
  }

  .team12_item.card {
    background-image: linear-gradient(#ffffff1a, #fff0 9% 13%, #fff3);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team12_image-wrapper {
    width: 80%;
  }

  .team12_image-wrapper.partners {
    width: 70%;
  }

  .slanted-l._2, .slanted-l._1, .slanted-l-big, .slanted-r-big {
    display: none;
  }

  .slanted-l.female {
    width: 60%;
    left: -20%;
  }

  .slanted-r {
    display: none;
  }

  .slanted-r.male {
    width: 60%;
    display: block;
    right: -20%;
  }

  .grids-card {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    padding-top: 66%;
  }

  .card_list-wrapper {
    width: 90vw;
    max-width: none;
  }

  .card_list-wrapper.team {
    width: 100%;
  }

  .card_list-wrapper.gamers {
    width: 70%;
  }

  .voyage {
    width: 90vw;
  }

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

  .footer11_social-list {
    grid-column-gap: 2rem;
  }

  .footer11_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
  }

  .footer11_link-list._1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer11_bottom-wrapper {
    padding-bottom: 1rem;
  }

  .footer11_credit-text {
    text-align: center;
    font-size: .75rem;
  }

  .image-9 {
    width: 9rem;
  }

  .image-10 {
    width: 4rem;
  }

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

  .team_list-wrapper {
    width: 90%;
  }

  .cardteam {
    padding-top: 200%;
  }

  .cardteam-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .price-ticker-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .price-ticker-coin {
    font-size: .8rem;
  }

  .price-ticker-coin.text-color-alternate {
    margin-left: 0;
    margin-right: .5rem;
  }

  .price-ticker-coin.text-color-yellow {
    font-size: .7rem;
  }

  .price-ticker-div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .price-ticker-price {
    font-size: .8rem;
  }

  .marquee-item {
    font-size: .8rem;
    line-height: 1;
  }

  .unifi_coin {
    width: 1.5rem;
  }

  .card_list-wrapper-team {
    width: 90vw;
    max-width: none;
  }

  .card_list-wrapper-team.team {
    width: 100%;
  }

  .card_list-wrapper-team.gamers {
    width: 70%;
  }

  .quick-stack-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-text {
    width: 100vw;
  }

  .hero-text.vn {
    width: 90vw;
  }

  .gameverse-male {
    max-width: 70%;
  }

  .separator {
    width: 2px;
    height: 40px;
    display: none;
  }

  .text-span-3 {
    font-size: .8rem;
  }

  .card_image_wrapper {
    width: 100%;
  }

  .card_image {
    width: 40%;
    top: -15%;
    left: auto;
  }

  .team12_item-flex.card {
    background-image: linear-gradient(#ffffff1a, #fff0 9% 13%, #fff3);
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team12_item-flex.longframe {
    display: block;
  }

  .form-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form_div-right {
    z-index: 10;
    position: relative;
  }

  .form_div-left {
    position: relative;
  }

  .form_div-left-wrapper {
    height: 100%;
  }

  .div-block-13 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-height {
    padding-top: 20%;
  }

  .image-height.td_poster {
    padding-top: 100%;
  }

  .image-wrapper.align-center {
    width: 100%;
  }

  .image-wrapper.align-center.glass_bg {
    display: none;
  }

  .image-wrapper.td_poster {
    width: 90%;
  }

  .glass_bg.card {
    background-image: linear-gradient(#ffffff1a, #fff0 9% 13%, #fff3);
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .glass_bg.longframe {
    display: block;
  }

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

  .background-video {
    min-height: 60vh;
  }

  .googleplay_img {
    max-width: 70%;
  }

  .img_height {
    padding-top: 6rem;
  }

  .img.rune {
    object-fit: cover;
    width: 100%;
    inset: 0%;
  }

  .games_title {
    font-size: 1.6rem;
  }

  .partners_logo.pirates, .partners_logo.rgames, .partners_logo.dragark {
    max-width: 100%;
  }

  .slanted-r-2 {
    display: none;
  }

  .hero-text-img.grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 70%;
  }

  .scifi-bg_wrapper {
    padding-bottom: 40%;
  }

  .div-block-20 {
    position: relative;
  }
}

#w-node-_2aee4acf-e26f-10f1-142a-361fa11cda3d-8211debc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e75-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e78-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e7b-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e7e-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e81-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e84-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e87-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e8a-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e8d-29040e73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e90-29040e73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e93-29040e73 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e96-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e99-29040e73, #w-node-d4e2e6f0-2093-76e3-62fd-cdebe655785c-29040e73, #w-node-_3fb244d4-5b89-c6e7-0a7c-95628f43723d-29040e73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2a85eb4-ab99-87cb-22ef-1ecde0e37eaf-29040e73 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-e33cbba4-3980-be9c-9125-68305a2d5462-29040e73, #w-node-fb430aed-9fb6-e505-4582-fcca06c63462-29040e73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-8211dec5, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-8211dec5, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-8211dec5, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-8211dec5, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-8211dec5, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-8211dec5, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-8211dec5, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-8211dec5, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-8211dec5, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-8211dec5, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-8211dec5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-8211dec5 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-8211dec5 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-8211dec5 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-8211dec5 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-8211dec5, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-8211dec5, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-8211dec5 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-8211dec5, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-8211dec5, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-8211dec5 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-8211dec5, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-8211dec5, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-8211dec5 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-8211dec5, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-8211dec5, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-8211dec5 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-8211dec5, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-8211dec5, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-8211dec5 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-8211dec5, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-8211dec5, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-8211dec5 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-8211dec5, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-8211dec5, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-8211dec5 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-8211dec5, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-8211dec5, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-8211dec5 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-8211dec5, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-8211dec5 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-8211dec5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-8211dec5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-8211dec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_2aee4acf-e26f-10f1-142a-361fa11cda3d-d5d2b9ca, #w-node-_2aee4acf-e26f-10f1-142a-361fa11cda3d-527a1d2a, #w-node-_2aee4acf-e26f-10f1-142a-361fa11cda3d-b8309ae1, #w-node-_2aee4acf-e26f-10f1-142a-361fa11cda3d-ccf2db9a, #w-node-_2aee4acf-e26f-10f1-142a-361fa11cda3d-b1a19d59, #w-node-_2aee4acf-e26f-10f1-142a-361fa11cda3d-ccfd1125, #w-node-_2aee4acf-e26f-10f1-142a-361fa11cda3d-834f7dc2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e7b-29040e73 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be512249-b39e-10a9-e242-e110b0f99c56-8211debc {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e75-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e78-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e7b-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e7e-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e81-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e84-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e87-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e8a-29040e73 {
    grid-column: span 1 / span 1;
  }

  #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e8d-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e90-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e93-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e96-29040e73, #w-node-_33e1ad8e-27d2-56d2-30cb-c62529040e99-29040e73, #w-node-d4e2e6f0-2093-76e3-62fd-cdebe655785c-29040e73, #w-node-_3fb244d4-5b89-c6e7-0a7c-95628f43723d-29040e73, #w-node-e2a85eb4-ab99-87cb-22ef-1ecde0e37eaf-29040e73, #w-node-e33cbba4-3980-be9c-9125-68305a2d5462-29040e73, #w-node-fb430aed-9fb6-e505-4582-fcca06c63462-29040e73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-gafin-12345-67890-abcd-efgh12345-29040e73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-gafin-12345-67890-abcd-efgh12345-29040e73 .partners_logo {
    width: 30%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0 auto;
    display: block;
  }

  #w-node-be512249-b39e-10a9-e242-e110b0f99c56-d5d2b9ca, #w-node-be512249-b39e-10a9-e242-e110b0f99c56-527a1d2a, #w-node-be512249-b39e-10a9-e242-e110b0f99c56-b8309ae1, #w-node-be512249-b39e-10a9-e242-e110b0f99c56-ccf2db9a, #w-node-be512249-b39e-10a9-e242-e110b0f99c56-b1a19d59, #w-node-be512249-b39e-10a9-e242-e110b0f99c56-ccfd1125, #w-node-be512249-b39e-10a9-e242-e110b0f99c56-834f7dc2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


@font-face {
  font-family: 'Headstone Demo';
  src: url('../fonts/HEADSTONE-DEMO.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans Variablefont Wght';
  src: url('../fonts/JosefinSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apex Mk 2';
  src: url('../fonts/apex-mk2.bold-extended.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}