@font-face {
  font-family: Mrdumdum;
  src: url('../fonts/MrDumDum-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--dark-blue: #14002f;
  --color--white: white;
  --color--black: black;
  --color--blue: #1919ad;
  --color--grey: #ccc;
  --color--violet: #7f39c6;
  --color--orange: #ffbe0b;
  --color--light-blue: #03ffff;
  --color--transparent: transparent;
  --button--left-orange: #36209980;
  --button--right-orange: #e8622c80;
  --button--left-blue: #03ffff61;
  --button--i_right-blue: #212eb8;
  --button--i_left-blue: #5097ff;
  --button--right-blue: #72eff112;
  --button--i_top-pink: #ff006e;
  --button--i_bottom-pink: #8338ec;
  --accessible-components-dark-grey: #9b9b9b;
  --button--i_left-orange: #e9a118;
  --button--i_right-orange: #ed7700;
  --radius--1-875rem: 1.875rem;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--color--dark-blue);
  color: var(--color--white);
  font-family: Mrdumdum, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--color--black);
  color: var(--color--black);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-left.padding-medium.is-mobile-adj {
  padding-left: 0;
}

.padding-left.padding-medium.is-mobile-adj.is-mw-30 {
  max-width: 30rem;
}

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

.padding-vertical.padding-xxhuge.is-adj {
  padding-top: 3.5rem;
}

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

.padding-vertical.padding-large.footer-adj {
  padding-bottom: 1.5rem;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  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;
}

.sr-styleguide_heading {
  z-index: 4;
  background-color: var(--color--blue);
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.sr-styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--color--grey);
}

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

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

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

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

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

.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(--color--black);
  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 {
  font-size: .75rem;
}

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

.button {
  border: 1px solid var(--color--black);
  background-color: var(--color--black);
  color: var(--color--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: var(--color--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

.button.is-secondary {
  color: var(--color--black);
  background-color: #0000;
}

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

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

.button.is-alternate {
  background-color: var(--color--white);
  color: #000;
}

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

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

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

.sr-styleguide_label {
  background-color: var(--color--blue);
  color: var(--color--white);
  white-space: nowrap;
  cursor: context-menu;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.sr-styleguide_label.is-html-tag {
  background-color: var(--color--violet);
}

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

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

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

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

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

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

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

.form-input {
  border: 1px solid var(--color--black);
  background-color: var(--color--white);
  color: var(--color--black);
  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;
}

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

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

.sr-styleguide_color {
  padding-bottom: 8rem;
}

.sr-styleguide_color.is-black {
  background-color: var(--color--black);
}

.sr-styleguide_color.is-white {
  background-color: var(--color--white);
}

.sr-styleguide_color.is-dark-blue {
  background-color: var(--color--dark-blue);
}

.sr-styleguide_color.is-blue {
  background-color: var(--color--blue);
}

.sr-styleguide_color.is-violet {
  background-color: var(--color--violet);
}

.sr-styleguide_color.is-orange {
  background-color: var(--color--orange);
}

.sr-styleguide_color.is-light-blue {
  background-color: var(--color--light-blue);
}

.sr-styleguide_color.is-grey {
  background-color: var(--color--grey);
}

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

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

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

.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(--color--black);
  color: var(--color--white);
}

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

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

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

.sr-styleguide_subheading {
  z-index: 3;
  background-color: var(--color--violet);
  color: var(--color--white);
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.sr-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 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

.form-field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.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 {
  opacity: .8;
  margin-bottom: 1rem;
  font-size: .875rem;
}

.text-rich-text a {
  text-decoration: underline;
}

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

.text-rich-text.is-legals li {
  opacity: .8;
}

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

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

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

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

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

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

.sr-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.sr-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

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

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

.section_hero {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-circle {
  border-radius: 100rem;
}

.text-letterspacing-xwide {
  letter-spacing: .05rem;
}

.text-letterspacing-wide {
  letter-spacing: .025rem;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015rem;
}

.text-letterspacing-xtight {
  letter-spacing: -.03rem;
}

.text-lineheight-xtall {
  line-height: 2;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.text-lineheight-short {
  line-height: 1.3;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.text-lineheight-none {
  line-height: 1;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

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

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.sr-stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.opacity-10 {
  opacity: .1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: .2;
}

.opacity-30 {
  opacity: .3;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-70 {
  opacity: .7;
}

.opacity-80 {
  opacity: .8;
}

.opacity-90 {
  opacity: .9;
}

.padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-section-xlarge.no-bottom {
  padding-bottom: 0;
}

.section_about {
  margin-top: -65vh;
  position: relative;
}

.about_component {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

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

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

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

.section_scrolling-hero {
  z-index: 1;
  height: 250vh;
}

.section_scrolling-hero.is-v2 {
  height: 120vh;
  position: relative;
}

.scrolling-hero_component {
  height: 100vh;
  position: sticky;
  top: 0;
}

.scrolling-hero_logo-big {
  z-index: 3;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.scrolling-hero_fix-background {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.scrolling-hero_fix-background.is-pc {
  opacity: 1;
  display: block;
}

.scrolling-hero_fix-background.is-mobile {
  opacity: 1;
  display: none;
}

.scrolling-hero_overlay {
  z-index: 2;
  background-color: var(--color--dark-blue);
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section_navbar {
  z-index: 100;
  background-color: #fff0;
  position: fixed;
  inset: 0 0% auto;
}

.section_navbar.z-index-100 {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_component {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
  position: relative;
}

.navbar_menu-w {
  z-index: 0;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--color--transparent);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar_burger-button {
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  display: flex;
}

.navbar_burger-button.w--open {
  background-color: var(--color--transparent);
}

.navbar_brand-logo {
  object-fit: contain;
  width: 11.125rem;
  height: 5.875rem;
}

.background-color-dark-blue {
  background-color: var(--color--dark-blue);
  color: var(--color--white);
  position: relative;
}

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

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

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

.background-color-light-blue {
  background-color: var(--color--light-blue);
}

.button-blue_component {
  background-image: linear-gradient(to right, #70eff1bd, #72eff126);
  border-radius: .90625rem;
  padding: .2rem;
  line-height: 1;
  transition: background-color .25s;
}

.button-blue_component:hover {
  background-image: linear-gradient(270deg, var(--button--left-orange), var(--button--right-orange));
}

.button-blue_component.is-burger {
  opacity: .1;
  width: 100%;
  height: 100%;
  padding: .2rem;
}

.button-blue_component.is-zealy {
  border-radius: 1.88rem;
  justify-content: center;
  align-items: center;
  transition: opacity .25s, background-color .25s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-blue_component.is-big {
  font-size: 1.5rem;
}

.button-blue_component.social-bar {
  z-index: 99;
  margin-right: 20px;
  position: fixed;
  inset: 40% auto auto .5rem;
}

.button-blue_wrapper {
  border: 2.4px solid var(--color--light-blue);
  background-image: linear-gradient(to right, var(--button--left-blue), var(--button--i_right-blue));
  color: var(--color--white);
  white-space: nowrap;
  border-radius: .90625rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem .65rem;
  display: flex;
  position: relative;
}

.button-blue_wrapper.is-burger {
  width: 100%;
  height: 100%;
  padding: .75rem;
}

.button-blue_wrapper.is-big {
  padding-left: 4rem;
  padding-right: 4rem;
}

.button-blue_wrapper.is-zealy {
  border-radius: 1.88rem;
  position: absolute;
  inset: 0%;
}

.button-blue_wrapper.social-bar-buttons {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-text-shadow {
  z-index: 0;
  color: var(--color--blue);
  -webkit-text-stroke-width: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: .3rem 0% 0% .6875px;
}

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

.button-text.is-wishlist {
  text-align: center;
  top: auto;
}

.navbar_right-w {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_anchor-w {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-pink_component {
  background-image: linear-gradient(to right, #70eff1bd, #72eff126);
  border-radius: .90625rem;
  padding: .2rem;
  line-height: 1;
  transition: background-color .25s;
}

.button-pink_component:hover {
  background-image: linear-gradient(270deg, var(--button--left-orange), var(--button--right-orange));
}

.button-pink_component.is-unactive {
  filter: grayscale(75%);
}

.button-pink_wrapper {
  border: 2.4px solid var(--color--light-blue);
  color: var(--color--black);
  white-space: nowrap;
  background-color: #fff;
  border-radius: .90625rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.75rem .65rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-pink_wrapper.is-wishlist {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none;
  padding-bottom: .65rem;
}

.button-left-dot {
  height: 100%;
  margin-left: .15rem;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: rotate(180deg);
}

.button-left-dot.is-wishlist {
  filter: grayscale();
  margin-left: 0;
}

.button-right-dot {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-right-dot.is-step {
  margin-right: .15rem;
}

.button-right-dot.is-wishlist {
  filter: grayscale();
}

.navbar_icon {
  object-fit: contain;
  width: 1.15rem;
  height: 1.2rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.scrolling-hero_frame-w {
  z-index: 3;
  height: 200vh;
  position: relative;
}

.hero_button-wrapper {
  display: none;
}

.scrolling-hero_fix-wrapper {
  opacity: 1;
}

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

.about_right {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.about_portal-img {
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  width: 60rem;
  max-width: 60rem;
  height: auto;
  position: absolute;
  left: 0;
}

.about_portal-img.is-relative {
  z-index: 1;
  opacity: .6;
  left: 0;
}

.scrolling-hero_background-overlay {
  z-index: 1;
  background-color: var(--color--dark-blue);
  position: fixed;
  inset: 0%;
}

.about_heading-w {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.about_heading-1 {
  z-index: 1;
  font-size: 5rem;
  position: relative;
}

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

.heading-wrapper.is-top-about {
  left: 10rem;
}

.heading-wrapper.is-how-to {
  margin-left: 5rem;
  display: inline-block;
}

.heading-wrapper.is-number {
  transform: rotate(-2deg);
}

.heading-wrapper.is-roadmap {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.heading-wrapper.is-navbar {
  -webkit-text-stroke-color: var(--color--transparent);
  transition: -webkit-text-stroke-color .25s;
  display: inline-block;
}

.heading-wrapper.is-navbar:hover {
  -webkit-text-stroke-color: var(--color--violet);
}

.heading-wrapper.is-navbar.w--current {
  -webkit-text-stroke-color: var(--color--blue);
}

.heading-wrapper.is-navbar.w--current:hover {
  -webkit-text-stroke-color: var(--color--violet);
}

.heading-wrapper.is-typedjs {
  height: 6rem;
}

.heading-wrapper.is-cta {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  display: flex;
}

.about_heading-1-shadow {
  z-index: 0;
  color: var(--color--blue);
  -webkit-text-stroke-width: 20px;
  font-size: 5rem;
  position: absolute;
  inset: .25rem 0% 0%;
}

.about_heading-2 {
  z-index: 1;
  white-space: normal;
  font-size: 2.5rem;
  display: block;
  position: relative;
}

.about_heading-2-shadow {
  z-index: -1;
  opacity: 1;
  pointer-events: none;
  color: var(--color--white);
  -webkit-text-stroke-width: 7px;
  -webkit-text-stroke-color: var(--color--violet);
  font-size: 2.5rem;
  position: absolute;
  inset: .25rem 0% 0%;
}

.about_heading-2-shadow.is-white-16 {
  color: #ffffff29;
}

.home-text_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 25rem;
  display: flex;
}

.home-text_wrapper.right-to-left {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 40rem;
  padding-top: 7.5rem;
}

.home-text_wrapper.right-to-left.is-adj {
  border: 2px none var(--color--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  height: 25rem;
  min-height: 100%;
  padding: 1.5rem;
}

.home-text_wrapper.is-vertical {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.home-text_p-w {
  color: var(--color--grey);
}

.home-text_p-w.is-big {
  font-size: 1.25rem;
}

.about_right-background {
  pointer-events: none;
  object-fit: contain;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_featured {
  position: relative;
}

.featured_component {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.featured_left {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.featured_left-background {
  object-fit: contain;
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.featured_left-background.is-relative-left {
  z-index: -1;
  width: auto;
  inset: 22% auto 0% 0%;
}

.sparkle_component {
  position: absolute;
  inset: 0%;
}

.sparkle-element {
  width: 8rem;
  height: 8rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sparkle-element.is-about-2 {
  width: 6rem;
  height: 6rem;
  top: 10.3rem;
  left: 9.3rem;
}

.sparkle-element.is-about-3 {
  width: 4rem;
  height: 4rem;
  inset: 0% 5vw auto auto;
}

.sparkle-element.is-featured-2 {
  width: 6rem;
  height: 6rem;
  inset: auto auto 30% 42%;
}

.sparkle-element.is-featured-3 {
  width: 4rem;
  height: 4rem;
  inset: 0% 0% auto auto;
}

.sparkle-element.is-exclusive-1 {
  inset: auto auto 22% 8%;
}

.sparkle-element.is-exclusive-2 {
  width: 6rem;
  height: 6rem;
  top: 10.3rem;
  left: 9.3rem;
}

.sparkle-element.is-exclusive-3 {
  width: 4rem;
  height: 4rem;
  inset: 0% 5vw auto auto;
}

.sparkle-element.is-how-to-1 {
  inset: auto auto 22% 5%;
}

.sparkle-element.is-how-to-2 {
  width: 6rem;
  height: 6rem;
  inset: 5rem 8rem auto auto;
}

.sparkle-element.is-how-to-3 {
  width: 4rem;
  height: 4rem;
  inset: 0% 5vw auto auto;
}

.sparkle-element.is-how-to-4 {
  width: 2rem;
  height: 2rem;
  inset: 3.6rem 18.1rem auto auto;
}

.sparkle-element.is-roadmap-1 {
  inset: auto auto 22% 2%;
}

.sparkle-element.is-roadmap-2 {
  width: 6rem;
  height: 6rem;
  inset: 5rem 8rem auto auto;
}

.sparkle-element.is-roadmap-3 {
  inset: 0% auto auto 0%;
}

.sparkle-element.is-about-hero-2 {
  width: 4rem;
  height: 4rem;
  inset: 20rem 12.5rem auto auto;
}

.sparkle-element.is-about-hero-1 {
  width: 10rem;
  height: 10rem;
  inset: 20rem auto auto 10rem;
}

.sparkle-element.is-team-1 {
  inset: auto auto 28% 8%;
}

.sparkle-element.is-team-2 {
  width: 6rem;
  height: 6rem;
  inset: auto 6% 0% auto;
}

.sparkle-element.is-team-3 {
  width: 4rem;
  height: 4rem;
  inset: 0% 5vw auto auto;
}

.sparkle-element.is-faq-3 {
  width: 4rem;
  height: 4rem;
  inset: auto 7rem 20% auto;
}

.sparkle-element.is-faq-2 {
  width: 4rem;
  height: 4rem;
  inset: 20rem 12.5rem auto auto;
}

.sparkle-element.is-faq-1 {
  width: 10rem;
  height: 10rem;
  inset: 20rem auto auto 10rem;
}

.featured_bg-img {
  object-fit: contain;
  height: 45rem;
  position: relative;
  left: -1.1rem;
}

.section_exclusive {
  position: relative;
}

.section_exclusive.is-adj {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.exclusive_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.exclusive_component.is-vertical {
  flex-flow: column;
  display: flex;
}

.exclusive_component.is-adj {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -20vw;
}

.exclusive_left {
  pointer-events: none;
  align-items: center;
  display: flex;
  position: relative;
}

.exclusive_left.is-static {
  position: relative;
  bottom: -5.7rem;
}

.exclusive_left.is-center {
  justify-content: center;
  align-items: center;
}

.exclusive_right {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.exclusive_right.is-vertical {
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.exclusive_portal-img {
  pointer-events: none;
  object-fit: contain;
  width: 50rem;
  max-width: 50vw;
  height: 65rem;
  position: relative;
  left: -1.1vw;
}

.exclusive_portal-img.is-carrousel {
  opacity: .7;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: 0%;
}

.exclusive_right-background {
  pointer-events: none;
  object-fit: contain;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.featured_cards-w {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.featured_cards {
  max-width: 25rem;
  max-height: 25rem;
}

.featured_cards.is-1 {
  object-fit: contain;
  min-width: 20rem;
  min-height: 20rem;
  position: relative;
  inset: 0 auto auto;
}

.featured_cards.is-2 {
  object-fit: contain;
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  inset: auto;
}

.featured_cards.is-3 {
  z-index: 1;
  object-fit: contain;
  width: 15rem;
  max-width: 15rem;
  height: 10rem;
  position: absolute;
  inset: 2rem auto auto;
}

.featured_cards.is-4 {
  object-fit: contain;
  width: 10rem;
  height: 5rem;
  position: absolute;
  inset: auto;
}

.about_3d-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  margin-right: 5rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto -10rem;
}

.exclusive_3d-wrapper {
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  margin: auto;
  display: flex;
}

.section_how-to {
  position: relative;
}

.modalviewer-embed {
  width: 100%;
  height: 100%;
}

.hero_3d-wrapper {
  width: 100vw;
  height: 100vh;
}

.how-top_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.how-to_cards {
  border-radius: 2.75rem;
  width: 23rem;
  padding: 1rem 1rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.how-to_background {
  background-image: linear-gradient(to right, var(--button--i_left-blue), var(--button--i_right-blue));
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.how-to_c-w {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.how-to_text {
  opacity: .8;
  text-align: left;
  max-width: 34ch;
}

.how-to_text.is-100 {
  opacity: 1;
}

.how-to_text.is-100.is-big {
  font-size: 1.125rem;
}

.how-to_text.is-big {
  color: var(--color--white);
  font-size: 1.125rem;
}

.how-to_step-heading {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--color--light-blue);
  background-image: linear-gradient(to right, var(--button--i_left-blue), var(--button--i_right-blue));
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1.5rem .75rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.how-to_step-number {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 2.75rem;
  line-height: 1;
  position: relative;
}

.how-to_step-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}

.how-to_step-text.is-hero {
  font-size: 2rem;
}

.how-to_step-number-shadow {
  color: var(--color--blue);
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: var(--color--blue);
  justify-content: center;
  align-items: center;
  font-size: 2.75rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: .25rem 0% 0%;
}

.how-to_step-text-shadow {
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: var(--color--blue);
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: .25rem 0% 0%;
}

.how-to_step-text-shadow.is-hero {
  font-size: 2rem;
}

.section_roadmap {
  position: relative;
}

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

.roadmap_left {
  pointer-events: none;
  width: 100vw;
  padding-left: 5vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.roadmap_right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.how-to_heading-2 {
  z-index: 1;
  font-size: 2.5rem;
  position: relative;
}

.how-tp_heading-2-shadow {
  z-index: 0;
  color: var(--color--violet);
  -webkit-text-stroke-width: 7px;
  font-size: 2.5rem;
  position: absolute;
  inset: .25rem 0% 0%;
}

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

.roadmap_step.is-first {
  text-align: center;
  padding-top: 10rem;
}

.roadmap_line {
  opacity: .2;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.roadmap_line-w {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 10rem;
}

.roadmap_star-point {
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: -5% auto auto 17%;
}

.is-relative {
  pointer-events: none;
  width: 100%;
  position: relative;
}

.section_cta {
  justify-content: center;
  align-items: center;
  min-height: 35rem;
  display: flex;
  position: relative;
}

.cta_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  box-shadow: none;
  border-radius: 1.88rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 0 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_step-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
}

.cta_step-text-shadow {
  z-index: 0;
  opacity: .2;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: .25rem 0% 0%;
}

.cta_options-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 2rem;
  display: flex;
  overflow: visible;
}

.cta_options-wrapper.is-center {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cta_cards {
  border: 1px solid var(--color--light-blue);
  border-radius: 1.88rem;
  justify-content: flex-start;
  padding: 2rem 10rem 2rem 2rem;
  display: flex;
}

.cta_cards.is-premint {
  background-image: url('../images/rectangle_9612_4x.webp');
  background-position: 50%;
  background-size: cover;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
}

.cta_cards.is-premint:hover {
  transform: scale(1.05);
}

.cta_cards.is-zealy {
  background-image: url('../images/rectangle_9611_4x.webp');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  width: 20rem;
  height: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.cta_cards.is-zealy:hover {
  transform: scale(1.05);
}

.cta_cards.is-hero {
  background-image: none;
  background-size: auto;
  border-style: none;
  width: 20rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem 1.5rem;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.cta_cards.is-hero:hover {
  transform: scale(1.05);
}

.cta_background {
  z-index: 0;
  filter: blur(20px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.navbar_background {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--color--dark-blue), var(--color--transparent));
  position: absolute;
  inset: 0%;
}

.section_footer {
  z-index: 10;
  background-image: none;
  position: relative;
}

.footer_background-img {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.footer_component {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

.footer_social-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.footer_social-w.hide {
  display: none;
}

.footer_heading-w {
  margin-bottom: 5rem;
}

.footer_heading {
  font-size: 2.5rem;
  transform: rotate(-5deg);
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.footer_social-link.is-big {
  width: 8rem;
  height: 8rem;
  padding: 2rem;
}

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

.footer_social-icon.is-instagram {
  width: 2.5rem;
}

.footer_social-icon.is-big {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.footer_social-icon.is-big.x-icon {
  height: 70px;
}

.footer-pink_wrapper {
  border: 2.4px solid var(--color--white);
  background-image: linear-gradient(to bottom, var(--button--i_top-pink), var(--button--i_bottom-pink));
  outline-offset: 0px;
  color: var(--color--white);
  white-space: nowrap;
  border-radius: 30%;
  outline: 5px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.75rem .65rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer_top-overlay {
  background-image: linear-gradient(to bottom, var(--color--dark-blue), var(--color--transparent) 15%), linear-gradient(to bottom, var(--color--dark-blue), var(--color--transparent) 25%);
  position: absolute;
  inset: 0%;
}

.footer_grid-nav-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer_grid-nav-w.is-legals {
  justify-content: center;
  align-items: center;
  font-size: .75rem;
}

.footer-link {
  opacity: .6;
}

.footer-link:hover, .footer-link.w--current {
  opacity: 1;
}

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

.navbar_inner-w {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar_menu-background {
  z-index: 0;
  background-color: var(--color--dark-blue);
  position: absolute;
  inset: 0%;
}

.navbar_inner-link-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 7.5rem;
  display: flex;
}

.navbar_social-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: -4rem;
  margin-bottom: 4rem;
  display: flex;
}

.navbar_icon-close {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.navbar_heading-2 {
  z-index: 1;
  font-size: 6.5rem;
  font-weight: 900;
  position: relative;
}

.navbar_heading-2-shadow {
  z-index: 0;
  color: var(--color--violet);
  -webkit-text-stroke-width: 7px;
  font-size: 6.5rem;
  position: absolute;
  inset: .25rem 0% 0%;
}

.roadmap_kart-left {
  width: 7.8rem;
}

.roadmap_kart-left.is-1 {
  object-fit: contain;
  height: 4.5rem;
  position: relative;
  top: 6.4rem;
  left: 3.5rem;
}

.roadmap_kart-left.is-3 {
  object-fit: contain;
  height: 4.5rem;
  position: relative;
  top: -2rem;
  left: 4.7rem;
}

.roadmap_kart-left.is-4 {
  object-fit: contain;
  height: 4.5rem;
  position: relative;
  top: -5.7rem;
}

.roadmap_kart-right {
  width: 7.8rem;
}

.roadmap_kart-right.is-2 {
  object-fit: contain;
  height: 4.5rem;
  position: relative;
  top: 2.4rem;
}

.roadmap_kart-w {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 6%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section_about-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.about-hero_component {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
  position: relative;
}

.about-hero_background-w {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-hero_heading-1 {
  z-index: 1;
  font-size: 5rem;
  position: relative;
}

.about-hero_heading-1-shadow {
  z-index: 0;
  color: var(--button--i_left-blue);
  -webkit-text-stroke-width: 20px;
  font-size: 5rem;
  position: absolute;
  inset: .25rem 0% 0%;
}

.about-hero_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -17rem;
  display: flex;
}

.about-hero_background-0 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.about-hero_background-1 {
  object-fit: contain;
  width: 85%;
  max-width: 85%;
  max-height: 75vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0;
}

.section_planete {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.planete_component {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 60vw;
  height: 60vw;
  display: flex;
  position: relative;
}

.planete_1-1, .planete_1-wrapper {
  position: absolute;
  inset: 0%;
}

.planete_2-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planete_2, .planete_2-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.planete_4-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planete_4, .planete_4-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.planete_3-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planete_3, .planete_3-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.planete_5-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planete_5 {
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.section_faq {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_component {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
}

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

.faq_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 2.5rem;
  display: flex;
  transform: rotate(-5.5deg);
}

.faq_heading-1 {
  z-index: 1;
  font-size: 10rem;
  position: relative;
}

.faq_heading-1-shadow {
  z-index: 0;
  color: var(--button--i_left-blue);
  -webkit-text-stroke-width: 20px;
  -webkit-text-stroke-color: var(--button--i_bottom-pink);
  font-size: 10rem;
  position: absolute;
  inset: .25rem 0% 0%;
}

.faq_background-w {
  z-index: -1;
  opacity: .2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.faq_background-0 {
  opacity: .2;
  object-fit: cover;
  width: 100%;
  height: 150%;
}

.exclusive_slider {
  background-color: var(--color--transparent);
  pointer-events: auto;
  height: 30rem;
  position: absolute;
  inset: auto 0%;
}

.exclusive_slider.is-big {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 50rem;
}

.exclusive_slider.is-static {
  height: 25rem;
  position: relative;
}

.exclusive_mask {
  height: 100%;
}

.exclusive_slide {
  width: 100%;
  height: 100%;
}

.section_team {
  position: relative;
}

.team_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.team_heading {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.team_content-w {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.team_left {
  font-size: 1.25rem;
}

.team_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--color--dark-blue);
  text-align: center;
  border-radius: 1.88rem;
  flex-direction: column;
  padding: 1.75rem;
  display: flex;
  box-shadow: inset 0 0 100px 47px #0e041b, 0 0 10px 1px #ffffff4d;
}

.team_card-image-w {
  border-radius: 1.25rem;
  overflow: hidden;
}

.team_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team_card-p-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #ff81b7, #b581ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.team_left-background {
  object-fit: contain;
  height: 50rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team_quote {
  z-index: 1;
  font-size: 10rem;
  position: relative;
  inset: 0% auto auto 0%;
}

.team_quote-absolute {
  border: 1px solid #000;
  position: absolute;
  inset: -5rem auto auto 5rem;
}

.team_quote-absolute.no-border {
  border-style: none;
}

.team_quote-absolute.no-border.is-invert {
  inset: auto 3rem -2.5rem auto;
  transform: rotate(180deg);
}

.team_quote-shadow {
  z-index: 0;
  color: var(--color--violet);
  -webkit-text-stroke-width: 10px;
  font-size: 10rem;
  position: absolute;
  inset: .25rem 0% 0%;
}

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

.picture_left {
  text-align: right;
}

.picture_middle {
  border: 4px solid var(--color--light-blue);
  border-radius: 3.25rem;
  overflow: hidden;
}

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

.picture_text-wrapper.is-left {
  transform: rotate(-5deg);
}

.picture_text-wrapper.is-right {
  transform: rotate(5deg);
}

.picture_name {
  text-shadow: 0 4px 8px var(--button--i_bottom-pink), 0 -4px 8px var(--button--i_top-pink);
  font-size: 2.5rem;
}

.picture_arrow {
  width: 7rem;
  position: relative;
}

.picture_arrow.is-left {
  transform-style: preserve-3d;
  top: 2rem;
  left: 5rem;
}

.picture_arrow.is-right {
  transform-style: preserve-3d;
  top: 2rem;
  left: -5rem;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.team_dot-backdground {
  width: 100%;
  height: 40vh;
  position: absolute;
  inset: auto 0% -20vh;
}

.team_right-background {
  object-fit: contain;
  width: auto;
  height: 50rem;
  position: absolute;
  inset: auto 0% -30rem auto;
}

.faq_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.fs_accordion-2_paragraph {
  opacity: .7;
  margin-bottom: 0;
}

.fs_accordion-2_body {
  padding: 1rem 0 0;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  opacity: .05;
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  margin-top: 1rem;
  margin-bottom: auto;
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.5rem;
  font-weight: 900;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_item {
  background-color: var(--color--dark-blue);
  cursor: pointer;
  border-radius: .88rem;
  margin-bottom: 1.5rem;
  transition: transform .25s;
  box-shadow: inset 0 0 25px 15px #0003, 0 0 10px 1px #ffffff29;
}

.fs_accordion-2_item:hover {
  outline-color: var(--color--light-blue);
  outline-offset: 0px;
  outline-width: 2.4px;
  outline-style: solid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 45rem;
  max-width: 45rem;
  display: grid;
}

.faq_gradient-bottom {
  background-image: linear-gradient(to top, var(--color--dark-blue), var(--color--transparent) 50%), linear-gradient(to top, var(--color--dark-blue), var(--color--transparent));
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.is-anchor {
  height: 0;
  position: absolute;
  inset: -5rem 0% auto;
}

.is-anchor.is-relative {
  position: relative;
}

.is-anchor.is-how-to-play, .is-anchor.is-roadmap, .is-anchor.is-picture {
  top: -12rem;
}

.is-anchor.is-hero {
  top: -100vh;
}

.section_background-star {
  z-index: -1;
  object-fit: contain;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-star_img {
  opacity: .05;
  object-fit: cover;
  width: 100%;
}

.right-arrow {
  opacity: .3;
  width: 3rem;
  height: 3rem;
  transition: opacity .25s;
  inset: auto 35% 0% auto;
  overflow: visible;
}

.right-arrow:hover {
  opacity: 1;
}

.left-arrow {
  opacity: .3;
  width: 3rem;
  height: 3rem;
  transition: opacity .25s;
  inset: auto auto 0% 35%;
  overflow: visible;
}

.left-arrow:hover {
  opacity: 1;
}

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

.faq_sub-cat {
  margin-top: 0;
  padding-top: 6rem;
}

.faq_sub-cat.is-first {
  margin-top: 2rem;
}

.faq_sub-cat.is-last {
  margin-bottom: 4rem;
}

.roadmap_p {
  color: var(--color--white);
  text-align: center;
  min-height: 7rem;
  font-size: 1.25rem;
}

.roadmap_p.is-big {
  color: var(--color--white);
  text-align: left;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: var(--color--violet);
  font-size: 1rem;
}

.faq_sticky-menu {
  z-index: 12;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  height: 10rem;
  margin-top: -15rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.faq_sticky-link {
  opacity: .6;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  padding: .75rem 1rem .5rem;
  font-size: .875rem;
  line-height: 1;
  transition: opacity .25s;
  display: flex;
}

.faq_sticky-link:hover {
  opacity: 1;
}

.faq_sticky-link.w--current {
  background-image: linear-gradient(135deg, var(--button--i_top-pink), var(--button--i_bottom-pink));
  opacity: 1;
  outline-color: var(--color--light-blue);
  outline-offset: 0px;
  text-shadow: 0 1px 5px var(--color--blue);
  border-radius: .90625rem;
  outline-width: 2.4px;
  outline-style: solid;
  position: relative;
}

.about-hero_degrade {
  background-image: linear-gradient(to bottom, var(--color--transparent), var(--color--dark-blue) 50%, var(--color--transparent));
  height: 5rem;
  position: absolute;
  inset: auto 0% -2.5rem;
}

.featured_form {
  filter: blur(15px);
  background-image: url('../images/5532919.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2rem;
  width: 20rem;
  height: 20rem;
  box-shadow: 0 2px 15px #ffffff0d, inset 0 2px 5px #fff3;
}

.cta_zealy-logo {
  z-index: 1;
  object-fit: fill;
  width: 12rem;
  position: relative;
}

.how-to_bg-decorative {
  z-index: -1;
  opacity: .15;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.arrow-icon {
  object-fit: contain;
  height: 2.5rem;
}

.section_planete-v2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.planete-v2_component {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 65vw;
  height: 65vw;
  display: flex;
  position: relative;
}

.planete-v2_asset-1 {
  z-index: 1;
  width: 6rem;
  height: 6rem;
  position: absolute;
}

.planete-v2_lign-1 {
  z-index: 0;
  opacity: .9;
  width: 100%;
  height: 100%;
  padding: 5vw;
  position: relative;
}

.planete-v2_circle-1, .planete-v2_circle-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planete-v2_asset-2 {
  z-index: 1;
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
}

.planete-v2_lign-2 {
  width: 100%;
  height: 100%;
  padding: 12vw;
}

.planete-v2_circle-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planete-v2_asset-3 {
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
}

.planete-v2_lign-3 {
  width: 100%;
  height: 100%;
  padding: 20vw;
}

.planete-v2_circle-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planete-v2_asset-4 {
  z-index: 1;
  width: 3rem;
  height: 3rem;
  position: absolute;
}

.planete-v2_lign-4 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25vw;
}

.planete-v2_asset-5 {
  z-index: 1;
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
}

.scrolling-hero_img {
  z-index: 5;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.scrolling-hero_img.is-2 {
  z-index: 5;
}

.scrolling-hero_img.is-1 {
  z-index: 4;
}

.scrolling-hero_img.is-3 {
  z-index: 4;
  display: none;
}

.scrolling-hero_img.is-3.is-smallcar {
  display: block;
}

.scrolling-hero_img.is-4 {
  z-index: 6;
  display: none;
}

.scrolling-hero_img.is-4.is-vitesse, .scrolling-hero_img.is-5, .scrolling-hero_img.is-5.is-bigcar-right {
  display: block;
}

.scrolling-hero_img-bg {
  z-index: 3;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.planete-v2_background-image {
  opacity: .1;
  position: absolute;
  inset: auto 0% 0%;
}

.scrolling-hero_arrow {
  z-index: 7;
  height: 2.5rem;
  margin-bottom: 2rem;
  transform: rotate(-90deg);
}

.scrolling-hero_arrow-w {
  z-index: 7;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

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

.global-wrapper_bg {
  z-index: 0;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.global-wrapper_bg-img {
  z-index: -1;
  object-fit: none;
  object-position: 50% 0%;
  position: absolute;
  inset: 0%;
}

.global-wrapper_bg-layer {
  z-index: 0;
  background-color: #14002fe6;
  position: absolute;
  inset: 0%;
}

.navbar_menu-background-image {
  opacity: .2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw6 {
  align-self: center;
}

.wg-dropdown-1-opti {
  background-color: var(--color--transparent);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5rem;
  font-weight: 700;
}

.wg-element-opti {
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element-opti:hover {
  background-color: #fff0;
}

.wg-element-opti.is-pc {
  position: absolute;
  top: auto;
  bottom: auto;
  right: -3vw;
}

.wg-element-opti.is-pc:hover {
  background-color: var(--color--transparent);
}

.wg-dd-1-togle-opti {
  z-index: 1;
  background-color: #fff0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.wg-dd-1-togle-opti:hover {
  color: #fff;
  background-color: #fff0;
}

.wg-dd-1-togle-opti.w--open {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
}

.wg-dd-1-togle-opti.is-toggle {
  height: 2.5rem;
  display: flex;
}

.wg-dd-1-togle-opti.is-toggle:hover {
  background-color: var(--color--transparent);
}

.wg-dd-1-togle-opti.is-toggle.w--open {
  display: flex;
}

.wg-flag-opti {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0;
  display: flex;
}

.wg-dropdown-1-link-opti {
  color: #000;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.wg-selector-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-code {
  display: none;
}

.wg-flag-ico {
  object-fit: cover;
  border-radius: 100rem;
  width: 100%;
  max-width: none;
  height: 100%;
}

.hero_hover-text {
  text-align: center;
  position: absolute;
  inset: -2rem 0% auto;
}

.hero_hover-text.is-nav {
  z-index: -1;
  top: 0;
}

.featured_form-wrapper {
  border-radius: 2rem;
  overflow: hidden;
}

.paragraph {
  color: var(--color--white);
  font-size: 1rem;
}

.paragraph-5 {
  color: var(--color--white);
  font-size: 1.5rem;
  display: block;
}

.bold-text, .exclusive_p {
  color: var(--color--white);
}

.exclusive_p.is-shadow {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--button--i_right-blue);
  text-shadow: 1px 2px 1px #000;
}

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

.bold-text-2 {
  color: var(--color--white);
}

.button-pink_relative {
  position: relative;
}

.fs_accordion-2_text-container {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}

.fs_accordion-2_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.fs_accordion-2_header-2:focus-visible, .fs_accordion-2_header-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

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

.social-social-icon.social-bar {
  width: 30px;
}

.company-logos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: ". . . . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.image {
  margin-top: 20px;
  padding-left: 0;
}

.image-2 {
  padding-left: 10px;
}

.image-3 {
  width: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #14002fe6;
  border: 1px solid #7f39c680;
  border-radius: 1rem;
  margin: 2.5rem;
  padding: 1.5rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  margin-right: 24px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--color--violet);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  background-color: var(--color--violet);
  color: #fff;
  text-align: center;
  border: 2px #000;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--color--violet);
  background-color: var(--color--dark-blue);
  color: var(--color--white);
}

.fs-cc-banner_close {
  border: 1px solid var(--color--violet);
  background-color: var(--color--dark-blue);
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  position: absolute;
  inset: -1rem -1rem auto auto;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  border: 1px solid #7f39c680;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  border: 1px solid var(--color--violet);
  background-color: var(--color--dark-blue);
  color: var(--color--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.fs-cc-prefs_content {
  background-color: var(--color--dark-blue);
  border-radius: 1rem;
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text {
  font-size: 12px;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: var(--color--violet);
  border: 2px #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--color--violet);
  background-color: var(--color--transparent);
  color: var(--color--white);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_label {
  color: var(--color--violet);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.about-description_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-description_background-video {
  border: 3px solid var(--color--light-blue);
  border-radius: 1.625rem;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}

.about-description_background-video.is-img {
  background-color: var(--color--black);
}

.paragraph-7 {
  color: var(--color--white);
}

.footer_logo-content {
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 5rem;
  display: flex;
}

.exclusive_img {
  width: 100%;
  height: 100%;
}

.bold-text-3 {
  color: var(--color--white);
  font-size: 1rem;
  font-weight: 900;
}

.bold-text-3.is-subcat {
  -webkit-text-stroke-width: 0px;
  font-size: 1.33rem;
}

.text-span {
  color: var(--color--light-blue);
}

.steam-iframe {
  z-index: 10;
  border-radius: .5rem;
  width: auto;
  height: 10rem;
  margin-top: auto;
  margin-bottom: auto;
  position: fixed;
  inset: auto auto 5.75rem 1.25rem;
}

.wishlist-button_component {
  border-radius: .90625rem;
  padding: .2rem 0;
  line-height: 1;
  transition: transform .2s ease-out, background-color .25s;
}

.wishlist-button_component:hover {
  background-image: linear-gradient(270deg, var(--button--left-orange), var(--button--right-orange));
  transform: scale(1.05);
}

.wishlist-button_component.is-unactive {
  filter: grayscale(75%);
}

.button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.is-mobile {
  display: none;
}

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

.modalviewer-embed-copy {
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 1.625rem;
  width: 100%;
  height: 100%;
}

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

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

.exclusive_background-overlay {
  z-index: 1;
  background-color: var(--color--dark-blue);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.exclusive_background-overlay-degrade {
  z-index: 1;
  background-image: linear-gradient(180deg, transparent, var(--color--dark-blue) 30%, var(--color--dark-blue) 70%, transparent 99%);
  pointer-events: none;
  height: 20rem;
  position: absolute;
  inset: 0%;
  transform: translate(0, -50%);
}

.exclusive_background-overlay-degrade.is-bottom {
  inset: auto 0% 0%;
  transform: translate(0, 50%);
}

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

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-large.footer-adj {
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .section_hero {
    z-index: 3;
  }

  .padding-section-xlarge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section_about {
    margin-bottom: 7rem;
  }

  .about_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_scrolling-hero.is-v2 {
    height: 100vh;
  }

  .scrolling-hero_component {
    z-index: 0;
  }

  .scrolling-hero_fix-background.is-pc {
    display: none;
  }

  .scrolling-hero_fix-background.is-mobile {
    z-index: 1;
    display: block;
  }

  .navbar_component {
    justify-content: space-between;
    display: flex;
  }

  .navbar_anchor-w {
    display: none;
  }

  .hero_button-wrapper {
    z-index: 10;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: fixed;
    inset: 75vh 0% auto;
  }

  .about_right {
    justify-content: center;
  }

  .about_portal-img {
    width: 90vw;
    max-width: 90vw;
    height: 40rem;
    margin-top: 10rem;
    position: relative;
    left: 0;
  }

  .about_portal-img.is-relative {
    left: -10vw;
  }

  .about_heading-w {
    margin-bottom: -15rem;
  }

  .about_heading-1 {
    font-size: 3rem;
  }

  .heading-wrapper.is-top-about {
    left: 0;
  }

  .about_heading-1-shadow {
    font-size: 3rem;
  }

  .home-text_wrapper.right-to-left {
    min-height: auto;
    padding-top: 0;
  }

  .featured_component {
    flex-direction: column-reverse;
    display: flex;
  }

  .featured_right {
    justify-content: center;
  }

  .sparkle-element.is-about-2 {
    left: -1.5rem;
  }

  .section_exclusive {
    margin-top: 10em;
    margin-bottom: 7rem;
  }

  .exclusive_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .exclusive_component.is-adj {
    left: 0;
  }

  .exclusive_left {
    width: 90vw;
    max-width: 90vw;
    height: 100vw;
  }

  .exclusive_left.is-static {
    height: 50vw;
  }

  .exclusive_right {
    justify-content: center;
    padding-right: 0%;
  }

  .exclusive_portal-img {
    height: 80vh;
  }

  .featured_cards.is-1 {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .about_3d-wrapper {
    margin-right: 0;
    left: 20vw;
    right: 20vw;
  }

  .exclusive_3d-wrapper {
    width: 65vw;
    height: 65vw;
  }

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

  .roadmap_left {
    height: 100%;
  }

  .roadmap_line {
    opacity: .5;
    object-position: 0% 50%;
  }

  .roadmap_line-w {
    height: 100%;
    top: 0;
  }

  .is-relative {
    height: 100%;
  }

  .cta_options-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_component {
    flex-flow: column;
    display: flex;
  }

  .footer_grid-nav-w {
    flex-direction: row;
  }

  .roadmap_kart-left.is-1 {
    top: 11.9rem;
  }

  .roadmap_kart-left.is-3 {
    position: relative;
    top: 1.3rem;
  }

  .roadmap_kart-left.is-4 {
    top: -10.7rem;
  }

  .planete_component {
    width: 100vw;
    height: 100vw;
  }

  .section_faq {
    z-index: 2;
  }

  .exclusive_slider {
    height: auto;
  }

  .exclusive_slider.is-static {
    margin-left: auto;
    margin-right: auto;
  }

  .team_content-w {
    flex-direction: column;
    display: flex;
  }

  .team_quote-absolute.no-border {
    top: -7rem;
    left: 0;
  }

  .team_quote-absolute.no-border.is-invert {
    bottom: -3rem;
    right: 0;
  }

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

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

  .fs_accordion-2_item:hover {
    outline-offset: 0px;
    outline: 1px solid #ffffff1a;
  }

  .faq_sub-cat, .faq_sub-cat.is-first {
    margin-top: -8rem;
    padding-top: 10rem;
  }

  .faq_sticky-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 85vw;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    top: 0;
    overflow: scroll;
  }

  .faq_sticky-link {
    font-size: 1.125rem;
  }

  .faq_sticky-link.w--current {
    white-space: nowrap;
  }

  .planete-v2_component {
    width: 100vw;
    height: 100vw;
  }

  .planete-v2_asset-1, .planete-v2_asset-2, .planete-v2_asset-3 {
    width: 3rem;
    height: 3rem;
  }

  .planete-v2_lign-4 {
    padding: 30vw;
  }

  .planete-v2_asset-5 {
    width: 3rem;
    height: 3rem;
  }

  .scrolling-hero_img.is-2 {
    object-fit: cover;
    height: 50vh;
    margin-top: 25vh;
  }

  .z-index-tablet {
    z-index: 100;
    position: relative;
  }

  .global-wrapper_bg-img {
    object-fit: cover;
    object-position: 50% 0%;
    height: 110%;
  }

  .wg-element-wrapper.sw6 {
    width: 3rem;
    height: 3rem;
  }

  .wg-element-opti {
    width: 50%;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .wg-element-opti.is-pc {
    width: 3.5rem;
    margin-top: 0;
    top: 5rem;
    right: 0%;
  }

  .wg-flag-opti {
    width: 2rem;
    height: 2rem;
  }

  .legals_component {
    padding-top: 4rem;
  }

  .company-logos {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    object-fit: contain;
    grid-auto-flow: column;
  }

  .image {
    margin-top: 45px;
  }

  .image-2 {
    width: 150px;
    height: 150px;
    padding-left: 0;
  }

  .image-3 {
    width: 170px;
    height: 170px;
    line-height: 1.5;
  }

  .company-footer-image {
    object-fit: contain;
    width: 8rem;
    height: 8rem;
    padding-left: 0;
    position: static;
  }

  .steam-iframe {
    display: none;
  }

  .button-wrapper {
    position: fixed;
  }

  .button-wrapper.is-mobile {
    margin-top: auto;
    margin-bottom: 5rem;
    display: flex;
  }

  .button-wrapper.is-nav, .button-wrapper.is-pc {
    display: none;
  }

  .button-wrapper.is-mobile {
    z-index: 10;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-wrapper.is-mobile-adj {
    text-align: center;
    max-width: 30rem;
  }

  .about_heading-2 {
    white-space: normal;
  }

  .about_3d-wrapper {
    left: 10vw;
    right: 10vw;
  }

  .footer_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .footer_grid-nav-w {
    justify-content: center;
  }

  .team_quote-absolute.no-border.is-invert {
    bottom: -5rem;
  }

  .faq_wrapper {
    max-width: 90vw;
  }

  .fs_accordion-2_component {
    flex-direction: column;
    width: auto;
    max-width: 90vw;
    display: flex;
  }

  .planete-v2_lign-1 {
    padding: 1.5rem;
  }

  .planete-v2_lign-2 {
    padding: 5rem;
  }

  .planete-v2_lign-3 {
    padding: 9rem;
  }

  .planete-v2_lign-4 {
    padding: 12rem;
  }

  .wg-element-opti {
    width: 100%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }
}

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

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

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

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

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

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

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

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

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

  .padding-top.padding-xxhuge.is-mobile-adj {
    padding-top: 2.5rem;
  }

  .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-medium.is-mobile-adj {
    margin-left: auto;
    margin-right: auto;
    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;
  }

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

  .sr-styleguide_grid-colours {
    flex-direction: column;
    display: flex;
  }

  .sr-styleguide_item-row {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .sr-styleguide_header {
    flex-direction: column;
  }

  .sr-styleguide_shadows-list {
    flex-direction: column;
    display: flex;
  }

  .sr-stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .button-blue_component.social-bar {
    display: none;
  }

  .navbar_right-w {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about_right {
    padding-right: 0%;
    top: -6.7rem;
  }

  .about_portal-img.is-relative {
    width: 100vw;
    max-width: 100vw;
    margin-top: 5rem;
  }

  .scrolling-hero_background-overlay {
    min-height: 100vh;
  }

  .about_heading-w {
    margin-bottom: -20rem;
  }

  .about_heading-1 {
    font-size: 4rem;
  }

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

  .heading-wrapper.is-how-to {
    justify-content: center;
    align-items: center;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-wrapper.is-typedjs {
    height: 12rem;
  }

  .about_heading-1-shadow {
    font-size: 4rem;
  }

  .home-text_wrapper.right-to-left {
    align-items: center;
  }

  .home-text_wrapper.left-to-right {
    justify-content: center;
    align-items: center;
  }

  .home-text_p-w {
    text-align: center;
  }

  .section_featured {
    margin-top: 4rem;
  }

  .sparkle-element.is-featured-2 {
    left: -1.7rem;
  }

  .sparkle-element.is-exclusive-1 {
    inset: 57% -7% 0% auto;
  }

  .sparkle-element.is-exclusive-2 {
    left: -2.9rem;
  }

  .sparkle-element.is-how-to-2 {
    right: .1rem;
  }

  .sparkle-element.is-how-to-4 {
    right: 26.2rem;
  }

  .sparkle-element.is-roadmap-1 {
    left: -10%;
  }

  .sparkle-element.is-roadmap-1.is-cta {
    bottom: 25%;
    left: -11%;
  }

  .sparkle-element.is-roadmap-2 {
    right: .4rem;
  }

  .sparkle-element.is-roadmap-2.is-cta {
    right: -2.8rem;
  }

  .sparkle-element.is-about-hero-2 {
    right: .5rem;
  }

  .sparkle-element.is-about-hero-1 {
    left: -4.4rem;
  }

  .sparkle-element.is-team-1 {
    left: -11%;
  }

  .sparkle-element.is-faq-3 {
    right: .3rem;
  }

  .sparkle-element.is-faq-2 {
    right: 1.4rem;
  }

  .sparkle-element.is-faq-1 {
    left: -.2rem;
  }

  .section_exclusive {
    margin-top: 0;
    padding-bottom: 4em;
  }

  .exclusive_right {
    padding-right: 0%;
  }

  .exclusive_right.is-vertical {
    top: 2.5rem;
  }

  .exclusive_portal-img.is-carrousel {
    width: 300vw;
    max-width: 300vw;
    height: auto;
    top: 5.8rem;
  }

  .about_3d-wrapper {
    width: 90vw;
    height: 90vw;
    margin-right: 0;
    left: 0;
    right: 0;
  }

  .how-to_component {
    padding-top: 2rem;
  }

  .how-top_wrapper {
    align-items: center;
  }

  .how-to_cards.is-step-2, .how-to_cards.is-step-1, .how-to_cards.is-step-3 {
    width: 100%;
  }

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

  .roadmap_left {
    opacity: .1;
  }

  .roadmap_step.is-first {
    padding-top: 5rem;
  }

  .section_cta {
    top: -4rem;
  }

  .cta_content-wrapper {
    width: 95vw;
  }

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

  .cta_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_background-img {
    width: 100%;
    height: 100%;
  }

  .footer_social-w {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .footer_social-w.is-big {
    flex-flow: column;
  }

  .footer_social-icon.is-big {
    object-fit: contain;
  }

  .footer_grid-nav-w {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .navbar_inner-link-w {
    padding-top: 10rem;
  }

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

  .navbar_heading-2, .navbar_heading-2-shadow {
    font-size: 5rem;
  }

  .roadmap_kart-left.is-1 {
    top: 15.4rem;
  }

  .roadmap_kart-left.is-3 {
    top: 3.8rem;
  }

  .roadmap_kart-left.is-4 {
    top: -13.6rem;
  }

  .roadmap_kart-right.is-2 {
    top: 1rem;
  }

  .about-hero_heading-1, .about-hero_heading-1-shadow {
    font-size: 4rem;
  }

  .about-hero_heading {
    transform: rotate(-2deg);
  }

  .about-hero_background-1 {
    width: 200%;
    max-width: 200%;
  }

  .section_planete {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .planete_component {
    width: 120vw;
    height: 120vw;
    margin-left: auto;
    margin-right: auto;
  }

  .faq_component {
    margin-top: 4rem;
  }

  .faq_heading-1, .faq_heading-1-shadow {
    font-size: 6rem;
  }

  .exclusive_slider.is-big {
    object-fit: cover;
    object-position: 100% 50%;
    width: 100vw;
    max-width: 100vw;
    height: 40rem;
    margin-left: -5vw;
    margin-right: -5vw;
    inset: -7.7rem auto 0% 0%;
  }

  .exclusive_slider.is-static {
    object-fit: contain;
    height: 20rem;
  }

  .section_team {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team_left {
    text-align: center;
  }

  .team_quote-absolute.no-border.is-invert {
    bottom: -5rem;
  }

  .picture_component {
    flex-direction: column;
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .picture_left {
    position: relative;
    top: 3.9rem;
  }

  .picture_middle {
    width: 90vw;
    height: auto;
  }

  .picture_text-wrapper.is-right {
    flex-direction: column-reverse;
    display: flex;
  }

  .picture_arrow.is-left {
    left: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(77deg)translate(.2rem);
  }

  .picture_arrow.is-right {
    top: -3.3rem;
    left: 8rem;
    transform: rotate(-61deg);
  }

  .fs_accordion-2_component {
    width: 90vw;
    max-width: 90vw;
  }

  .picture_middile-team {
    width: 100%;
    height: 100%;
  }

  .roadmap_p {
    min-height: 4rem;
  }

  .faq_sticky-menu {
    max-width: 95vw;
    margin-left: 0;
    margin-right: 0;
  }

  .section_planete-v2 {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .planete-v2_component {
    width: 100vw;
    height: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .planete-v2_lign-1 {
    padding: 0;
  }

  .planete-v2_lign-2 {
    padding: 3rem;
  }

  .planete-v2_lign-3 {
    padding: 6rem;
  }

  .planete-v2_lign-4 {
    padding: 9rem;
  }

  .scrolling-hero_img.is-2 {
    width: 100%;
    height: 40vh;
    margin-top: 30vh;
  }

  .wg-dropdown-1-opti {
    height: 2rem;
  }

  .wg-dd-1-togle-opti.w--open {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wg-dd-1-togle-opti.is-list.w--open {
    justify-content: flex-end;
    align-items: center;
    padding-top: 2.5rem;
    inset: 0% 0% auto;
  }

  .company-logos {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    display: flex;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-manager_component {
    display: flex;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .company-footer-image {
    object-fit: contain;
    width: 5rem;
    height: 5rem;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .button-wrapper.is-nav {
    display: none;
  }
}

#w-node-_0e290313-e722-5736-b9cf-7c976dc36023-2936be50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dccac06-06bc-4063-ce51-7635fb5dac27-2936be50, #w-node-_4cdb9335-3b43-6191-fe2a-57bb1a5fa960-2936be50, #w-node-_4cdb9335-3b43-6191-fe2a-57bb1a5fa95d-2936be50, #w-node-c3b981c5-7734-557b-4985-30825fa71572-2936be50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c3b981c5-7734-557b-4985-30825fa71584-2936be50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e75e274-3f95-0bcf-4af2-fcbaced78a57-30f15ba9 {
  align-self: center;
}

#w-node-_33ca9fa7-6c49-33fc-ec8f-8f2830f15bac-30f15ba9 {
  justify-self: center;
}

#w-node-ec29e102-417a-e2a9-185f-14d5435bf3d0-30f15ba9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb6b81a3-8307-5f85-7605-44c8fe209c20-30f15ba9 {
  align-self: center;
}

#w-node-_49188c5d-3400-df8b-2baf-db6b5275eb48-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d0e-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d0f-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d11-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d12-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d14-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d15-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d17-3cf62cf7, #w-node-_31df3309-b156-23da-f6fc-3a593f87e417-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d1a-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d1b-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d1d-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d1e-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d20-3cf62cf7, #w-node-d379f5c8-bc47-13f1-95c0-8c403cf62d21-3cf62cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36be-3cf62cf7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36bf-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36c0-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36c2-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36c3-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36c5-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36c6-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36c8-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36c9-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36cc-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36cd-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36cf-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36d0-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36d2-3cf62cf7, #w-node-e2ad96ad-d1e0-b431-fa83-0300a9cf36d3-3cf62cf7, #w-node-d5144489-e723-956c-ba9d-fd36ba339dcd-2936be59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5144489-e723-956c-ba9d-fd36ba339dce-2936be59 {
  justify-self: start;
}

#w-node-d5144489-e723-956c-ba9d-fd36ba339dd0-2936be59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d5144489-e723-956c-ba9d-fd36ba339dd6-2936be59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5144489-e723-956c-ba9d-fd36ba339dd7-2936be59 {
  justify-self: start;
}

#w-node-d5144489-e723-956c-ba9d-fd36ba339dd9-2936be59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a487e7d3-e13b-26c0-3a91-c4ba00a27a9a-00a27a99 {
  justify-self: start;
}

#w-node-a487e7d3-e13b-26c0-3a91-c4ba00a27a9c-00a27a99 {
  justify-self: center;
}

#w-node-_70b88915-84c4-a2aa-d921-52bfa609d97d-2936be5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70b88915-84c4-a2aa-d921-52bfa609d97e-2936be5e {
  justify-self: start;
}

#w-node-_70b88915-84c4-a2aa-d921-52bfa609d980-2936be5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2879243a-2d2d-8022-f636-5afa1c54ea9f-2936be5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2879243a-2d2d-8022-f636-5afa1c54eaa0-2936be5e {
  justify-self: start;
}

#w-node-f421cde5-c13a-e7e7-6185-0f0f255b5dbb-2936be5e {
  justify-self: center;
}

#w-node-f421cde5-c13a-e7e7-6185-0f0f255b5ddd-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbae-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbaf-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbb1-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbb2-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbb4-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbb5-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbb7-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbb8-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbbb-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbbc-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbbe-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbbf-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbc1-2936be5e, #w-node-_8c02362f-e5a2-21a4-18df-dad45526bbc2-2936be5e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a96c-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a96d-2936be70 {
  justify-self: start;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a971-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a972-2936be70 {
  justify-self: start;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a976-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a977-2936be70 {
  justify-self: start;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a97b-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a97c-2936be70 {
  justify-self: start;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a980-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a24127e7-1ee4-f705-fc92-31d12c58a981-2936be70 {
  justify-self: start;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf43c-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf43d-2936be70 {
  justify-self: start;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf441-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf442-2936be70 {
  justify-self: start;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf446-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf447-2936be70 {
  justify-self: start;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf44b-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf44c-2936be70 {
  justify-self: start;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf450-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7c4062-4930-4437-c183-6d1dfa5bf451-2936be70 {
  justify-self: start;
}

#w-node-_0389687a-85dd-7c56-0835-cd8d0da82fab-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0389687a-85dd-7c56-0835-cd8d0da82fac-2936be70 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-2936be70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-2936be70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-2936be70, #w-node-_50f3703c-8697-6222-e222-2adb4c27872c-2936be70, #w-node-_50f3703c-8697-6222-e222-2adb4c27872f-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099a0-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099a3-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099a4-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099a7-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099a8-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099ab-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099ac-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099b0-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099b3-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099b4-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099b7-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099b8-2936be70, #w-node-_92cac5e5-f799-3639-95bd-2e8c3fc099bb-2936be70, #w-node-_66e06ca8-a015-b3c0-9092-9ebe328717e9-2936be70, #w-node-_66e06ca8-a015-b3c0-9092-9ebe328717ec-2936be70, #w-node-ceba9883-c36d-ae81-a104-c36f62f3530b-2936be70, #w-node-ceba9883-c36d-ae81-a104-c36f62f3530e-2936be70, #w-node-f943211d-f8bb-7c8a-0030-aac64915862a-2936be70, #w-node-f943211d-f8bb-7c8a-0030-aac64915862d-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-2936be70, #w-node-e4f0015d-3491-0132-6984-03bcbffe88f6-2936be70, #w-node-e4f0015d-3491-0132-6984-03bcbffe88f7-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4f0015d-3491-0132-6984-03bcbffe88f8-2936be70 {
  justify-self: start;
}

#w-node-e4f0015d-3491-0132-6984-03bcbffe88fa-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-2936be70, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-a5e2c6db-d7ff-a2c0-ba8b-0c81d59a9c1b-2936be70, #w-node-a5e2c6db-d7ff-a2c0-ba8b-0c81d59a9c1c-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5e2c6db-d7ff-a2c0-ba8b-0c81d59a9c1d-2936be70 {
  justify-self: start;
}

#w-node-f8a34f9e-d441-a613-c79f-3f893efcfcec-2936be70, #w-node-a8fe857a-2a91-8c49-88d7-7438e55f2a81-2936be70, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-2936be70, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-eb2310cb-659a-248a-19b1-d22abd37f178-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb2310cb-659a-248a-19b1-d22abd37f179-2936be70 {
  justify-self: start;
}

#w-node-eb2310cb-659a-248a-19b1-d22abd37f17b-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-2936be70, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-2936be70, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-2936be70, #w-node-_79747664-e46b-ea67-015d-efbb66790f99-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79747664-e46b-ea67-015d-efbb66790f9a-2936be70 {
  justify-self: start;
}

#w-node-_79747664-e46b-ea67-015d-efbb66790f9c-2936be70, #w-node-_79747664-e46b-ea67-015d-efbb66790f9d-2936be70, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-2936be70, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-2936be70, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-2936be70, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-2936be70 {
  justify-self: start;
}

#w-node-_2107be60-6707-0fda-bc42-e63365556fa1-2936be70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2107be60-6707-0fda-bc42-e63365556fa2-2936be70 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_4f4961b3-98ed-ad93-a692-5f6e10b5e282-09488aa5, #w-node-a817e42f-1083-85dd-1246-aa419a849d65-09488aa5, #w-node-_7cc51adc-4504-ed62-6b9c-b2f568b84759-09488aa5, #w-node-_7ae51088-3f51-b0cb-f5ec-fe9a517b5094-09488aa5, #w-node-_77911900-7a73-9695-b226-d5831640bea4-09488aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbdc426c-2fd5-c580-8e19-9b2cd89fbb6d-9c636ddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#about-the-game.w-node-_6d214b81-5217-7de2-569c-f961c49d2748-9c636ddc {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_791049cc-f719-9906-344d-d3c970cd5583-9c636ddc {
  align-self: center;
}

#supernova-collection.w-node-_2d29a1c3-5b08-c7fc-b74d-7f88da7c16dc-9c636ddc, #whitelist.w-node-fcb706d8-73f5-c8f4-fc4f-a96f9798dce4-9c636ddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcb706d8-73f5-c8f4-fc4f-a96f9798dd10-9c636ddc {
  align-self: center;
}

#season-pass.w-node-_52b8590c-784f-148a-dc18-765c43f3449a-9c636ddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52b8590c-784f-148a-dc18-765c43f344c7-9c636ddc {
  align-self: center;
}

#rewardator.w-node-b6160cc1-3f32-dc5e-8194-b9807ef181c0-9c636ddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6160cc1-3f32-dc5e-8194-b9807ef181dd-9c636ddc {
  align-self: center;
}

#leveling-up-kart.w-node-_5742db3e-5f21-e01b-f9ce-5318f6bf3a64-9c636ddc, #events.w-node-_90ca0ec1-188a-a5f0-21f0-fe4cd7c37e11-9c636ddc, #bug-report.w-node-b7733c5a-8e1d-9a81-2650-c4c0eecb7a31-9c636ddc, #w-node-_46c923ce-ef7f-dc5f-71ff-4ba529757d47-9c636ddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ec29e102-417a-e2a9-185f-14d5435bf3d0-30f15ba9 {
    justify-self: stretch;
  }

  #w-node-bb6b81a3-8307-5f85-7605-44c8fe209c20-30f15ba9 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Mrdumdum';
  src: url('../fonts/MrDumDum-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}