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

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

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

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

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

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

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

body {
  color: #030303;
  background-color: #fdfcf9;
  font-family: Chivo, sans-serif;
  font-size: 1rem;
  line-height: 1.5;

  overflow-x: hidden;
}

h1 {
  letter-spacing: -0.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trispace, sans-serif;
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: #030303;
  letter-spacing: -0.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trispace, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  color: #030303;
  letter-spacing: -0.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trispace, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: #6c6c6c;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  line-height: 1.5;
}

ol {
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  list-style-type: decimal;
}

li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

figure {
  font-size: 0.875rem;
}

.section {
  display: block;
}

.section.is--roadmap {
  overflow: hidden;
}

.section.is--footer {
  z-index: 2;
  background-color: #fdfcf9;
  position: relative;
}

.section.is--footer.is-alternate {
  background-color: rgba(0, 0, 0, 0);
}

.section.is--cta {
  position: relative;
}

.section.is--cta2 {
  z-index: 2;
  position: relative;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container.is--hero {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.is--nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container.is--cta {
  z-index: 1;
  text-align: center;
  padding-top: 8em;
  padding-bottom: 10em;
  position: relative;
}

.container.is-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero_wrap {
  height: auto;
  max-height: 74vh;
  min-height: 44rem;
  color: #fdfcf9;
  text-align: center;
  background-color: #030303;
  background-image: linear-gradient(#2c3ad7, #b8a5e1);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 5rem 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_wrap.is-team {
  max-height: 70vh;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/magpie-team-meet-blurred.webp");
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.hero_wrap.is-v1 {
  background-image: none;
}

.hero_wrap.is-media {
  min-height: auto;
  background-color: #fdfcf9;
  background-image: none;
  padding-bottom: 4rem;
}

.global_css {
  z-index: 100;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  z-index: 10;
  background-color: #fdfcf9;
  padding-left: 5%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
}

.navbar.is-lalternate {
  color: #fdfcf9;
  background-color: #030303;
}

.brand {
  width: 8rem;
}

.brand.alpha {
  grid-column-gap: 1rem;
  display: flex;
}

.nav_menu {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.primary_social_flex {
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.primary_social_flex.is--footer {
  grid-column-gap: 1.5rem;
  margin-top: 1.5rem;
}

.primary_social_flex.is-alternate {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fdfcf9;
}

.primary_social_link {
  width: 1.5rem;
  height: 1.5rem;
  color: #030303;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s, opacity 0.2s;
  display: flex;
}

.primary_social_link:hover {
  opacity: 0.8;
  transform: scale(1.2);
}

.primary_social_link.facebook,
.primary_social_link.youtube {
  display: none;
}

.primary_social_link.is-alternate {
  color: #fdfcf9;
}

.social_icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social_icon.is--btn {
  width: 1.25em;
}

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

.nav_link {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s;
  display: flex;
}

.nav_link:hover {
  opacity: 0.8;
}

.nav_link.is-alternate {
  color: #fdfcf9;
  background-color: #7138eb;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.nav_link.is-purple {
  color: #7138eb;
}

.body-18px {
  font-size: 1.13em;
  line-height: 1.5;
}

.body-18px.is--membertitle {
  color: #7138eb;
  letter-spacing: 0.1em;
}

.hero_content_wrap {
  z-index: 4;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button_text {
  letter-spacing: -0.04rem;
  font-family: Trispace, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.button_text:hover {
  opacity: 0.8;
}

.button_text.w--current {
  color: #7138eb;
  transition: opacity 0.2s;
}

.button_text.w--current:hover {
  opacity: 0.8;
}

.button_text.disabled {
  cursor: default;
  transition-property: none;
}

.button_text.disabled:hover {
  opacity: 1;
}

.spacer {
  width: 1rem;
  height: 1rem;
}

.spacer._24px {
  width: 1.5em;
  height: 1.5em;
}

.spacer._32px {
  width: 2em;
  height: 2em;
}

.spacer._8px {
  width: 0.5em;
  height: 0.5em;
}

.hero_btns_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  padding-top: 3rem;
  display: flex;
}

.button-old {
  color: #fdfcf9;
  cursor: pointer;
  background-color: #7138eb;
  border: 2px solid #7138eb;
  border-radius: 0.5em;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-block;
}

.button-old:hover {
  opacity: 0.8;
}

.button_flex {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  align-items: center;
  display: flex;
}

.arrow_icon {
  width: 1rem;
  display: flex;
}

.p_flex {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partners_flex {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-top: 1rem;
  display: grid;
}

.partners_item {
  justify-content: center;
  align-items: center;
}

.partners_item.disabled {
  display: none;
}

.partner_logo {
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.partner_logo.wormhole {
  width: 8.9rem;
  margin-left: 0;
}

.partner_logo.wormhole.muted {
  opacity: 0.5;
}

.trade_flex {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.trade_content_block {
  width: 50%;
  position: relative;
}

.trade_image_wrap {
  width: 35%;
  justify-content: center;
  align-items: flex-start;
  margin-right: 3rem;
  display: flex;
  position: relative;
  top: -4.5rem;
}

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

.feature_column {
  width: 32%;
  color: #000;
  background-color: #f5f4f1;
  border-radius: 1rem;
  padding: 1.5rem;
}

.feature_icon {
  width: 4.5rem;
}

.invest_heading_wrap {
  width: 40rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.coins_flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.coin_wrap {
  width: 4rem;
}

.coin_wrap.luna {
  display: none;
}

.coin_wrap.soon {
  opacity: 0.6;
  filter: grayscale();
  font-family: Chivo, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
}

.coin_logo {
  width: 100%;
  border-radius: 100vw;
}

.more_coins_link {
  width: 4rem;
  height: 4rem;
  border: 0.15rem solid #030303;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s, color 0.2s;
  display: flex;
}

.plus_icon {
  width: 0.88em;
  display: flex;
}

.about_wrap {
  color: #fdfcf9;
  text-align: center;
  background-color: #030303;
  border-radius: 1rem;
  padding: 6rem;
  position: relative;
  overflow: hidden;
}

.h3 {
  letter-spacing: -0.04em;
  font-size: 1.75em;
  line-height: 1.2;
}

.h3.white {
  color: #fdfcf9;
}

.about_inner_wrap {
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about_links_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.about_link_text {
  letter-spacing: -0.04em;
  white-space: nowrap;
  font-family: Trispace, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.r_title_wrap {
  width: 50%;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
}

.roadmap_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 8em;
}

.roadmap_slider_mask {
  width: 32%;
  overflow: visible;
}

.roadmap_slide {
  background-color: #f5f4f1;
  border-radius: 1rem;
  margin-right: 1.5rem;
  padding: 1.5rem;
}

.title-18px {
  letter-spacing: -0.04em;
  font-family: Trispace, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.list {
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-left: 1.5em;
}

.roadmap_slide_nav {
  display: none;
}

.right_arrow {
  width: 1.5em;
  height: 1.5em;
  color: #030303;
  border: 0.15rem solid #dcd8d3;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: color 0.2s, border-color 0.2s;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 2.1em;
  right: 0%;
}

.right_arrow:hover {
  color: #7138eb;
  border-color: #7138eb;
}

.left_arrow {
  width: 1.5em;
  height: 1.5em;
  color: #030303;
  border: 0.15rem solid #dcd8d3;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: border-color 0.2s, color 0.2s;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 2.1em;
}

.left_arrow:hover {
  color: #7138eb;
  border-color: #7138eb;
}

.slider_arrow {
  width: 0.75rem;
  display: flex;
}

.team_title_wrap {
  width: 50%;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.team_flex {
  width: 100%;
  grid-column-gap: 4.06em;
  grid-row-gap: 4.06em;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.member_column {
  margin-left: 4.78em;
  margin-right: 4.78em;
}

.member_image {
  width: 8.75em;
  margin-bottom: 1.81em;
  transition: filter 0.3s;
  transform: perspective(373px);
}

.member_image:hover {
  filter: saturate(200%);
}

.member_name {
  letter-spacing: -0.04em;
  font-size: 1.5em;
  line-height: 1.2;
}

.social_wrap {
  color: #fdfcf9;
  background-color: #030303;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social_title_wrap {
  z-index: 2;
  width: 36rem;
  max-width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.social_flex-items {
  z-index: 2;
  max-width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.social_link {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #030303;
  background-color: #fdfcf9;
  border-radius: 0.5em;
  align-items: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 20ms, box-shadow 0.2s, background-color 20ms,
    transform 0.25s;
  display: flex;
  transform: translate(0);
}

.social_link:hover {
  opacity: 1;
  color: #fdfcf9;
  background-color: #7138eb;
  transform: translate(0, -5px);
  box-shadow: 0 1px #000, 0 5px 0 -1px #dcd8d3;
}

.social_link.facebook,
.social_link.youtube {
  display: none;
}

.social_link.dark:hover {
  color: #fdfcf9;
  background-color: #7138eb;
}

.cta_wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.form_block {
  margin-top: 3rem;
  margin-bottom: 0;
}

.form {
  position: relative;
}

.text_field {
  min-height: 4rem;
  background-color: #fff;
  border: 0.1rem solid #dcd8d3;
  border-radius: 1rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 4rem;
  font-size: 1rem;
  transition: all 0.2s;
  box-shadow: 3px 4px 1px -1px rgba(0, 0, 0, 0.1);
}

.text_field:hover {
  outline-offset: 0.125rem;
  border-color: #7138eb;
  outline: 0.5rem solid rgba(113, 56, 235, 0.05);
  box-shadow: 5px 7px 9px 2px rgba(0, 0, 0, 0.1);
}

.text_field:focus {
  box-shadow: none;
  outline-offset: 0.125rem;
  border-color: #7138eb;
  outline: 0.5rem solid rgba(113, 56, 235, 0.1);
}

.text_field:focus-visible {
  border-color: #7138eb;
}

.text_field[data-wf-focus-visible] {
  border-color: #7138eb;
}

.submit_button {
  width: 2.5rem;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/arrow.svg");
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  padding: 0;
  transition: background-position 0.2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.submit_button:hover {
  background-position: 80%;
}

.submit_button.icon-search {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/icon-search.svg");
  background-size: 1.5rem 1.5rem;
}

.success_message {
  color: #fdfcf9;
  background-color: #7138eb;
  border-radius: 1em;
  padding: 1.5em;
}

.text-style-success {
  font-size: 1em;
  line-height: 1.2;
}

.footer_flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.footer_flex.is-alternate {
  color: #fdfcf9;
}

.footer_column {
  width: 30%;
}

.footer_column.links,
.footer_column.socials {
  width: auto;
}

.footer_logo {
  width: 7rem;
  margin-bottom: 1em;
}

.body-14px {
  font-size: 0.88em;
  line-height: 1.5;
}

.body-14px.soon {
  color: #6c6c6c;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-family: Chivo, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
}

.footer_title {
  letter-spacing: -0.04rem;
  font-family: Trispace, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.footer_flex-legal {
  color: #6c6c6c;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  display: flex;
}

.copyright_text {
  color: #6c6c6c;
  line-height: 1.5;
}

.copyright_text.is-cookies {
  display: none;
}

.copyright_flex {
  align-items: stretch;
  display: flex;
}

.copyright_link {
  text-decoration: none;
  transition: opacity 0.2s;
}

.copyright_link:hover {
  opacity: 0.8;
}

.separator {
  width: 0.6px;
  height: 0.8em;
  background-color: #030303;
  flex: none;
  margin: auto 10px auto 8px;
}

.separator.hide {
  display: none;
}

.separator.is-alternate {
  background-color: #6c6c6c;
}

.bottom_sections {
  background-image: url("../images/background-newsletter.svg");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero_vector1 {
  z-index: 2;
  width: 115%;
  height: 116%;
  object-fit: contain;
  object-position: 0% 100%;
  background-image: url("../images/hero-vector-1.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 25%;
  display: block;
  position: absolute;
  top: -5%;
  bottom: 0;
  left: -7%;
  right: 0%;
}

.hero_vector2 {
  width: 15%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 14%;
  left: auto;
  right: -5%;
}

.hero_vector3 {
  z-index: 2;
  width: 115%;
  height: 116%;
  object-fit: contain;
  object-position: 0% 100%;
  background-image: url("../images/hero-vector-3.svg");
  background-position: 86% -3%;
  background-repeat: no-repeat;
  background-size: 13%;
  display: block;
  position: absolute;
  top: -8%;
  bottom: 0;
  left: -7%;
  right: 0%;
}

.about_background {
  width: 110%;
  height: 120%;
  background-image: url("../images/img-section-readaboutus.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 28rem;
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: -5%;
  right: 0%;
}

.cta_vector1 {
  width: 21%;
  position: absolute;
  top: auto;
  bottom: -21%;
  left: 3.5%;
  right: auto;
}

.cta_vector2 {
  width: 15.5%;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: -5.7%;
}

.powered_wrap {
  color: #6c6c6c;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  display: flex;
}

.powered {
  min-width: 6.2rem;
  opacity: 0.88;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.accordion_wrapper {
  max-width: 60rem;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.accordion_item {
  box-shadow: none;
  background-color: #f5f4f1;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 24px 30px;
}

.accordion_item_trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon--faq {
  font-size: 1.5rem;
}

.accordion_heading {
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trispace, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.accordion_item_content {
  margin-right: 3rem;
  padding-top: 1rem;
  overflow: hidden;
}

.hero_highlight {
  color: #6c6c6c;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.5;
}

.hero_highlight.lighter {
  opacity: 0.7;
  color: #dcd8d3;
}

.hero-overlay {
  height: 100vh;
  color: #fff;
  background-image: linear-gradient(rgba(3, 3, 3, 0.6), rgba(3, 3, 3, 0.6)),
    linear-gradient(309deg, #fce35d, #7138eb 18%, #030303 74%);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  max-width: 80%;
  text-align: center;
  flex: 1;
}

.herosymbol {
  mix-blend-mode: normal;
  margin-bottom: 30px;
}

.text-block {
  opacity: 1;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Trispace, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.html-embed {
  margin-top: 60px;
  display: block;
}

.error_message {
  background-color: #ffbdbd;
  border-radius: 8px;
}

.text-style-error {
  color: #030303;
  line-height: 150%;
}

.legal_flex {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2px;
  display: flex;
}

.legal {
  color: #6c6c6c;
}

.legal.is-terms h2 {
  font-size: 2rem;
}

.legal_content_block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.by-cc5_component {
  z-index: 100;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.by-cc5_wrapper {
  background-color: #030303;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.text-weight-light-old {
  color: #fdfcf9;
  font-weight: 400;
}

.by-cc5_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  margin-left: 1rem;
  display: grid;
}

.by-cc5_link {
  color: #fdfcf9;
  white-space: nowrap;
  cursor: pointer;
}

.by-cc5_link:hover {
  color: #ffe24a;
}

.by-cc5_button {
  color: #030303;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffe24a;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
}

.by-cc5_button:hover {
  background-color: #fdfcf9;
}

.by-cc5_button.is-secondary {
  color: #fdfcf9;
  background-color: #030303;
  border-radius: 8px;
  box-shadow: inset 0 0 0 0.1rem #fdfcf9;
}

.by-cc5_button.is-secondary:hover {
  color: #030303;
  background-color: #fdfcf9;
}

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

.culture_image_wrap {
  width: 14rem;
  margin-right: 4rem;
}

.team_columns {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.column_content {
  padding-left: 0;
  padding-right: 2em;
}

.column_team-list {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
}

.team_content_wrap {
  position: -webkit-sticky;
  position: sticky;
}

.grid {
  width: 100%;
  grid-column-gap: 0.5rem;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  justify-content: flex-end;
  align-items: flex-start;
  justify-items: end;
  display: flex;
}

.team-member_item {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.team-role {
  color: #6c6c6c;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: break-spaces;
  margin-bottom: 1em;
  font-size: 0.75rem;
  line-height: 120%;
}

.team-name {
  text-align: center;
  letter-spacing: -0.04em;
  white-space: normal;
  margin-bottom: 0.5rem;
  font-family: Trispace, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
}

.team-name.culture {
  color: #fdfcf9;
  font-family: Trispace, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.image_bird {
  z-index: 2;
  min-height: 258px;
  min-width: 145px;
  opacity: 1;
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.5s;
  display: block;
  position: relative;
}

.image_bird:hover {
  opacity: 0;
}

.team-member_wrap {
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.team-member_wrap.disabled {
  display: none;
}

.image_human {
  z-index: 1;
  width: 145px;
  height: 258px;
  min-height: 258px;
  min-width: 145px;
  opacity: 1;
  border-radius: 8px;
  margin: -258px auto 2em;
  padding-top: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.partners-full_grid {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.columns {
  max-width: 80rem;
  background-color: #030303;
  border-radius: 16px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  display: flex;
}

.column_left_heading {
  padding-left: 0;
  padding-right: 2rem;
}

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

.flyhigh_content_block {
  width: 100%;
}

.perks_grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  display: grid;
}

.perk_wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.perk_icon {
  width: 4rem;
  height: 4rem;
  background-color: rgba(220, 216, 211, 0.1);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.menu_links {
  grid-column-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.soon_link {
  grid-column-gap: 0.5rem;
  color: #6c6c6c;
  cursor: default;
  justify-content: center;
  align-items: center;
  display: flex;
}

.soon {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Trispace, sans-serif;
  font-size: 8px;
  font-weight: 600;
}

.coming-soon {
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 2px;
  font-family: Trispace, sans-serif;
  font-size: 0.675rem;
  font-weight: 600;
}

.spacing-partner {
  display: none;
}

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

.text-style-quote {
  border-left: 0.1875rem solid #000;
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-letterspacing-xtight {
  letter-spacing: -0.03em;
}

.text-letterspacing-wide {
  letter-spacing: 0.025em;
}

.margin-large {
  margin: 3rem;
}

.show-tablet {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

.show {
  display: block;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: -0.04rem;
  background-color: #7138eb;
  border: 1px solid #7138eb;
  border-radius: 0.5rem;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-family: Trispace, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.button.is-alternate {
  color: #030303;
  background-color: #ffe24a;
  border-color: #ffe24a;
}

.button.is-button-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 150%;
}

.button.with-icon {
  grid-column-gap: 0.75rem;
  align-items: center;
  transition: all 0.25s;
  display: flex;
}

.button.with-icon:hover {
  opacity: 0.8;
}

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

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

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f5f4f1;
}

.styleguide_color-sample.is-white {
  background-color: #fdfcf9;
}

.styleguide_color-sample.is-black {
  background-color: #030303;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: 0.25rem 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

.padding-huge {
  padding: 6rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
    0 2px 4px -2px rgba(16, 24, 40, 0.06);
}

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

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 1rem;
}

.icon-medium {
  height: 3rem;
}

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

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

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

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

.button-secondary {
  color: #000;
  text-align: center;
  letter-spacing: -0.04rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0.15rem solid #000;
  border-radius: 0.5rem;
  padding: 1rem 2.5rem 1rem 2.5em;
  font-family: Trispace, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  transition: opacity 0.25s;
}

.button-secondary:hover {
  opacity: 0.8;
}

.button-secondary.with-icon {
  grid-column-gap: 0.75rem;
  align-items: center;
  display: flex;
}

.button-secondary.is-alternate {
  grid-column-gap: 0.75rem;
  color: #fff;
  border-color: #fff;
  display: inline-block;
}

.button-secondary.is-button-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 150%;
}

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

.image-wrapper_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl-styleguide_classes {
  display: none;
}

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

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

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

.background-color-black {
  color: #f5f5f5;
  background-color: #030303;
}

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

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

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

.text-size-large.text-color-white.text-faded {
  opacity: 1;
  color: #dcd8d3;
}

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

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.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;
}

.margin-xhuge {
  margin: 7rem;
}

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

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

.margin-medium {
  margin: 2rem;
}

.margin-xxsmall {
  margin: 0.5rem;
}

.rl-styleguide_extension {
  display: none;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}

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

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

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

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

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

.padding-medium {
  padding: 2rem;
}

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

.icon-large {
  height: 5rem;
}

.padding-tiny {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 1rem;
}

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

.icon-small {
  height: 2rem;
}

.margin-small {
  margin: 1.5rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.padding-xxsmall {
  padding: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-tiny {
  margin: 0.25rem;
}

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

.text-size-tiny.text-style-allcaps.text-letterspacing-xxwide {
  width: 6.2rem;
  letter-spacing: 0.12rem;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
}

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

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
}

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

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

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

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

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

.text-style-link:hover {
  color: #fdfcf9;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.text-size-regular.text-color-grey {
  color: #6c6c6c;
}

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

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08),
    0 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.margin-huge {
  margin: 6rem;
}

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

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

.icon-xsmall {
  height: 1.5rem;
}

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

.margin-bottom.margin-medium {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.margin-bottom.margin-custom1,
.margin-bottom.margin-xxsmall,
.margin-bottom.margin-xxhuge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

.rl-styleguide_shadow-wrapper {
  height: 8rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.page-padding {
  z-index: -1;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.padding-medium {
  padding-right: 5%;
}

.page-padding.padding-custom1 {
  padding-top: 5rem;
  padding-bottom: 8rem;
}

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

.max-width-large {
  z-index: 1;
  width: 100%;
  max-width: 48rem;
  position: relative;
}

.text-color-white {
  color: #fdfcf9;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.background-color-white {
  background-color: #fdfcf9;
}

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

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

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

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

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

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

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

.text-color-black {
  color: #030303;
}

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

.text-size-medium.text-color-white.text-faded {
  color: #dcd8d3;
}

.text-size-medium.text-weight-bold.text-style-heading {
  letter-spacing: -0.04rem;
  font-family: Trispace, sans-serif;
}

.text-size-medium.text-color-grey {
  color: #6c6c6c;
}

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

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

.margin-xxhuge {
  margin: 10rem;
}

.icon-xlarge {
  height: 6.5rem;
}

.padding-large {
  padding: 3rem;
}

.text-letterspacing-xwide {
  letter-spacing: 0.05em;
}

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

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.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;
}

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.heading-xlarge {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  padding: 1rem;
}

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

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  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;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

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

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

.heading-large {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.padding-small {
  padding: 1.5rem;
}

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

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

.heading-xsmall {
  letter-spacing: -0.04em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.icon-xxsmall {
  height: 1rem;
}

.margin-0 {
  margin: 0;
}

.button-link {
  color: #000;
  letter-spacing: -0.04rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0.25rem 0;
  font-family: Trispace, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-link.with-icon {
  grid-column-gap: 0.5rem;
  transition: all 0.25s;
}

.button-link.with-icon:hover {
  color: #6c6c6c;
}

.button-link.is-alternate {
  color: #fff;
}

.heading-xxlarge {
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-xxlarge.text-color-white.text-style-gradient {
  -webkit-text-fill-color: transparent;
  background-color: #fdfcf9;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
}

.padding-xhuge {
  padding: 7rem;
}

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

.padding-vertical.padding-custom2 {
  padding: 2rem 0 4rem;
}

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

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(
      135deg,
      rgba(255, 116, 72, 0.15),
      rgba(255, 72, 72, 0.15) 50%,
      rgba(98, 72, 255, 0.15)
    ),
    linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  display: flex;
}

.background-color-lightgrey {
  background-color: #f5f4f1;
}

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

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

.button-tertiary {
  color: #7138eb;
  text-align: center;
  letter-spacing: -0.04rem;
  background-color: rgba(184, 165, 225, 0.3);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
  padding: 1rem 2.5rem;
  font-family: Trispace, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.button-tertiary.is-button-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 150%;
}

.button-tertiary.with-icon {
  grid-column-gap: 0.75rem;
  align-items: center;
  display: flex;
}

.button-tertiary.is-alternate {
  color: #ffe24a;
  background-color: rgba(255, 241, 167, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-letterspacing-tight {
  letter-spacing: -0.015em;
}

.hide {
  display: none;
}

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

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

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

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 0.25rem 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-header26 {
  z-index: 9;
  height: 80vh;
  position: relative;
}

.header26_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.header26_image-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.button-row.is-button-row-center {
  justify-content: center;
}

.gallery3_feature-wrapper {
  width: 100%;
  color: #13131a;
  background-color: #18171f;
  background-image: url("../images/image-trade.svg");
  background-position: 50% 150%;
  background-repeat: no-repeat;
  background-size: 20rem;
  border-radius: 1rem;
  transition: all 0.25s;
}

.gallery3_feature-wrapper:hover {
  filter: brightness(120%);
  transform: translate(0, -0.5rem);
}

.gallery3_feature-wrapper.feature-swap {
  background-image: url("../images/img-chains.svg");
  background-position: 50% 104%;
  background-size: 22rem;
  padding-bottom: 10rem;
}

.gallery3_feature-wrapper.feature-login {
  background-image: url("../images/img-connectwallet.svg");
  background-position: 50% 120%;
  background-size: 13rem;
  padding-bottom: 11rem;
  transition: all 0.3s;
}

.gallery3_feature-wrapper.feature-test {
  background-image: url("../images/img-battletesting.svg");
  background-position: 50% 130%;
  background-size: 16rem;
  padding-bottom: 10rem;
}

.gallery3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.cta7_content {
  flex: 1;
}

.cta7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  background-color: #18171f;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 4rem;
  display: grid;
}

.cta7_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.darkmode {
  background-color: #030303;
}

.list-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.lottie-animation {
  z-index: -1;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.button-group.is-center {
  justify-content: center;
}

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

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

.text-color-app {
  color: #87868a;
}

.text-style-highlight {
  color: #6c6c6c;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: Chivo, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.text-style-highlight.text-color-white {
  color: #fdfcf9;
}

.hero-gradient {
  z-index: 0;
  width: 100%;
  height: 70vh;
  background-image: linear-gradient(rgba(3, 3, 3, 0.8) 40%, rgba(3, 3, 3, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-2 {
  font-family: Chivo, sans-serif;
  font-weight: 700;
}

.teammp_image-wrapper {
  width: 100%;
  object-fit: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link {
  opacity: 1;
  color: #6c6c6c;
  transition: color 0.25s;
}

.social-link:hover {
  color: #030303;
}

.teammp_social {
  grid-column-gap: 0.875rem;
  grid-row-gap: 0.875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.layoutmp_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.team-birds {
  object-fit: contain;
}

.banner5_component {
  z-index: 12;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.banner5_wrapper {
  color: #fdfcf9;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    to right,
    #2c3ad7,
    #7138eb 50%,
    #7138eb 80%,
    #ffe24a
  );
  border-radius: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 1rem;
  font-family: Trispace, sans-serif;
  transition: all 0.25s;
  display: flex;
  position: relative;
}

.banner5_wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    to right,
    #2c3ad7,
    #7138eb 25%,
    #7138eb 68%,
    #ffe24a
  );
  border-radius: 2rem;
}

.banner5_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner5_close-button {
  margin-left: 1rem;
}

.image {
  filter: invert();
}

.alpha-logo {
  opacity: 0.6;
}

.faq1_icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.faq1_icon.is-alternate {
  filter: invert();
}

.faq1_answer {
  overflow: hidden;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_accordion.disabled {
  display: none;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #dcd8d3;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_question.is-alternate {
  border-top-color: #18171f;
}

.faq1_component {
  border-bottom: 1px solid #dcd8d3;
}

.faq1_component.is-alternate {
  border-bottom-color: #6c6c6c;
}

.faq1_component.is-alternate.text-color-white {
  border-bottom-color: #18171f;
}

.blog46_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.blog46_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog46_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog46_category-link {
  background-color: #f5f4f1;
  border-radius: 0.5rem;
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.blog46_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog46_meta-wrapper {
  margin-bottom: 1rem;
}

.blog46_image-wrapper {
  width: 100%;
  border-radius: 1rem;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog46_title-link {
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: block;
}

.blog46_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.phase-item {
  background-image: linear-gradient(50deg, #2c3ad7, #7138eb 61%, #ffe24a);
  border-radius: 2rem;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
}

.app-gradient {
  background-color: #030303;
  background-image: radial-gradient(
      circle at 50% 160%,
      rgba(0, 0, 0, 0),
      #030303 70%
    ),
    linear-gradient(
      to right,
      rgba(113, 56, 235, 0.2),
      rgba(113, 56, 235, 0.6) 0%,
      rgba(184, 141, 155, 0) 40%,
      rgba(225, 190, 108, 0) 60%,
      rgba(255, 226, 74, 0.6)
    ),
    linear-gradient(100deg, #627eea 15%, #50af95 40%, #8247e5 60%, #627eea 85%);
}

.icon-about {
  width: 70%;
  height: 70%;
}

.chains_flex {
  width: 54rem;
  max-width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.chain-item {
  width: 8rem;
  height: 5rem;
  position: relative;
}

.chain-item.disabled {
  opacity: 0.5;
  mix-blend-mode: luminosity;
}

.chain-img {
  width: 5rem;
  min-width: 0;
}

.tooltip {
  z-index: 10;
  width: 8rem;
  min-width: 8rem;
  background-color: #030303;
  border: 0.1rem solid rgba(113, 56, 235, 0.1);
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  position: absolute;
  top: auto;
  bottom: -60%;
  left: 0%;
  right: 0%;
  box-shadow: 8px 13px 13px -7px rgba(0, 0, 0, 0.1), 2px 2px 8px -5px #000;
}

.tooltip.big {
  min-width: 4rem;
  bottom: -60%;
  left: -20%;
  right: -20%;
}

.tooltip-arrow {
  z-index: 1;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #030303;
  border-top: 0.1rem solid rgba(113, 56, 235, 0.05);
  border-left: 0.1px solid rgba(113, 56, 235, 0.05);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -0.35rem;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.text-style-tooltip {
  color: #fdfcf9;
  font-size: 0.875rem;
}

.about_icon-doc {
  width: 1.25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter_background {
  z-index: -1;
  height: 32rem;
  max-width: 1920px;
  background-image: url("../images/background-newsletter-items.svg"),
    radial-gradient(circle at 50% 170%, #b2b7f6, #fff 67%);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social_background-left {
  width: 16rem;
  height: 20rem;
  background-image: url("../images/background-socials-left.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -3%;
  right: auto;
}

.social_background-right {
  width: 21rem;
  height: 20rem;
  background-image: url("../images/background-social-right.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -3%;
}

.hero_item-cloud-single {
  width: 8.5rem;
  height: 7rem;
  background-image: url("../images/hero-cloud-single.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  position: absolute;
  top: 16rem;
  bottom: 0%;
  left: 2rem;
  right: auto;
}

.hero_item-bird {
  z-index: 2;
  width: 25rem;
  height: 12rem;
  background-image: url("../images/hero-bird-plane.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25rem;
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -26rem;
  right: auto;
}

.hero-v2 {
  z-index: 0;
  width: 100%;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: -0.5rem;
  left: 0%;
  right: 0%;
}

.hero_item-cloud-duo {
  width: 8.5rem;
  height: 7rem;
  background-image: url("../images/hero-cloud-single.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  position: absolute;
  top: 16rem;
  bottom: 0%;
  left: 2rem;
  right: auto;
}

.footer_list {
  margin-top: 1.5rem;
  padding-left: 0;
  list-style-type: none;
}

.list_icon {
  opacity: 0.8;
  align-items: center;
  transition: opacity 0.2s;
  display: flex;
}

.list_icon:hover {
  opacity: 1;
}

.link-icon {
  margin-left: 0.25rem;
}

.layout31_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout31_item {
  border-radius: 1rem;
  padding: 1rem;
}

.layout31_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mediakit_image {
  opacity: 0.5;
}

.header63_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input-2::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.header63_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.table1_page-button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  display: flex;
}

.table1_page-button.w--current {
  border-color: rgba(0, 0, 0, 0);
}

.section_table1 {
  background-image: url("../images/background-table-wave.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.table1_content {
  background-color: #fff;
  border: 0.1rem solid #dcd8d3;
  border-radius: 1rem;
  flex-direction: column;
  overflow: auto;
}

.table1_header-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.table1_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.table1_pagination {
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.table1_header-link {
  align-items: center;
  display: flex;
  position: relative;
}

.table1_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table1_item {
  color: #6c6c6c;
  border-bottom: 0.1rem solid #dcd8d3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.table1_item.first {
  color: #7138eb;
  background-color: rgba(113, 56, 235, 0.3);
}

.table1_item.second {
  color: #7138eb;
  background-color: rgba(113, 56, 235, 0.15);
}

.table1_item.third {
  color: #7138eb;
  background-color: rgba(113, 56, 235, 0.05);
}

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

.table1_component {
  max-width: 56rem;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.table1_button {
  min-height: 2.5rem;
  min-width: 6.5rem;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.table1_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.table1_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.table1_column {
  min-height: 4.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  display: flex;
}

.table1_column.is-header-column {
  min-height: auto;
}

.table1_column.is-width-medium {
  max-width: 12rem;
  min-width: 8rem;
  align-items: flex-end;
}

.table1_column.is-width-large {
  max-width: 16rem;
  min-width: 12rem;
}

.table1_column.is-width-small {
  max-width: 8rem;
  min-width: 6rem;
}

.image-overlay-layer {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-color-white-2 {
  color: rgba(0, 0, 0, 0);
}

.cta27_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_cta27 {
  height: 33.75rem;
  background-image: url("../images/background-cta-wave.svg"),
    url("../images/background-cta-app-min.svg"),
    linear-gradient(#fff1a7, #b8a5e1);
  background-position: 50% 100%, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 120%, contain, auto;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  display: flex;
  position: relative;
}

.cta27_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-field {
  min-height: 4rem;
  background-color: #fff;
  border: 0.1rem solid #dcd8d3;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 4rem;
  font-size: 1rem;
  transition: all 0.2s;
  box-shadow: 2px 4px 1px -1px rgba(0, 0, 0, 0.1);
}

.search-field:hover {
  outline-offset: 0.125rem;
  border-color: #7138eb;
  outline: 0.5rem solid rgba(113, 56, 235, 0.05);
  box-shadow: 4px 8px 9px 2px rgba(0, 0, 0, 0.05);
}

.search-field:focus {
  box-shadow: none;
  outline-offset: 0.125rem;
  color: #7138eb;
  border-color: #7138eb;
  outline: 0.5rem solid rgba(113, 56, 235, 0.1);
}

.search {
  position: relative;
}

.hero_item-points-1 {
  z-index: -1;
  opacity: 0.7;
  background-image: url("../images/background-hero-points-1.svg");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_item-points-2 {
  z-index: -1;
  background-image: url("../images/background-hero-points-2.svg");
  background-position: 30% 30%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rank-leaderboard {
  width: 2rem;
  height: 2rem;
  color: #030303;
  background-color: #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rank-leaderboard.first {
  color: #030303;
  background-color: #ffe24a;
  border: 0.1rem solid #c9ac18;
}

.rank-leaderboard.second {
  background-color: #dfd8d8;
  border: 0.1rem solid #6c6c6c;
}

.rank-leaderboard.third {
  background-color: #ebcea8;
  border: 0.1rem solid #a0896b;
}

.text-span {
  color: #b8a5e1;
}

.hero-image-waitlist-1 {
  z-index: -1;
  background-image: url("../images/hero-waitlist-1.svg");
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image-waitlist-2 {
  z-index: -2;
  background-image: url("../images/hero-waitlist-2.svg");
  background-position: 340%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  .container.is--hero,
  .container.is--nav {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--cta {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .hero_wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brand {
    width: 8rem;
  }

  .nav_menu {
    height: auto;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-color: #fdfcf9;
    justify-content: space-around;
    padding: 4rem 1rem 6rem;
  }

  .primary_social_flex.is-alternate {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .social_icon.is--btn {
    width: 1.4em;
  }

  .body-18px {
    font-size: 1.25em;
  }

  .hero_content_wrap {
    width: 100%;
  }

  .button-old {
    font-size: 1.25em;
  }

  .arrow_icon {
    width: 1rem;
  }

  .p_flex {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .partners_flex {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0.5rem;
  }

  .trade_flex {
    margin-bottom: 4rem;
  }

  .trade_content_block {
    width: 52%;
  }

  .trade_image_wrap {
    width: 40%;
  }

  .features_flex {
    flex-direction: column;
  }

  .feature_column {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .invest_heading_wrap {
    margin-bottom: 6em;
  }

  .coins_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .coin_wrap {
    width: 3rem;
  }

  .coin_wrap.soon {
    font-size: 0.75rem;
  }

  .more_coins_link {
    width: 3rem;
    height: 3rem;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .about_wrap {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .about_link_text {
    font-size: 1rem;
  }

  .r_title_wrap {
    width: 55%;
  }

  .roadmap_slide {
    width: 18rem;
  }

  .title-18px {
    font-size: 1rem;
  }

  .right_arrow {
    width: 1.2em;
    height: 1.2em;
    left: 1.5em;
  }

  .left_arrow {
    width: 1.2em;
    height: 1.2em;
    right: 1.5em;
  }

  .slider_arrow {
    width: 0.25em;
  }

  .team_title_wrap {
    width: 55%;
    margin-bottom: 7em;
  }

  .member_name {
    font-size: 1.7em;
  }

  .social_wrap {
    background-image: none;
    flex-direction: row;
    align-items: center;
    padding: 4rem;
  }

  .social_title_wrap {
    width: 16rem;
    text-align: left;
    margin-bottom: 0;
  }

  .social_flex-items {
    width: 20rem;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-wrap: wrap;
  }

  .social_link {
    width: 8rem;
  }

  .cta_wrapper {
    width: 70%;
  }

  .submit_button {
    width: 2.7em;
    height: 1.2em;
  }

  .text-style-success {
    font-size: 1.2em;
  }

  .footer_column {
    width: 50%;
  }

  .footer_column.links {
    width: 50%;
    margin-left: 2rem;
  }

  .body-14px {
    font-size: 1.15em;
  }

  .body-14px.soon {
    font-size: 0.75rem;
  }

  .cta_vector2 {
    width: 17%;
  }

  .legal.is-terms {
    font-size: 1rem;
  }

  .legal.is-terms h2 {
    font-size: 1.75rem;
  }

  .legal_content_block {
    width: 100%;
    padding-top: 0;
  }

  .culture_content_block {
    width: 64%;
  }

  .culture_image_wrap {
    max-width: 230px;
  }

  .grid {
    justify-content: center;
  }

  .image_bird {
    min-height: 258px;
    min-width: 145px;
  }

  .team-member_wrap {
    width: 40%;
  }

  .image_human {
    height: auto;
    min-height: 258px;
    min-width: 145px;
  }

  .columns {
    flex-flow: column wrap;
    justify-content: center;
    padding-right: 4rem;
    overflow: hidden;
  }

  .column_left_heading {
    justify-content: center;
    margin-bottom: 4rem;
    padding-right: 0;
    display: flex;
  }

  .flyhigh_content_block {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .perks_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    justify-items: center;
  }

  .menu_links {
    width: 100%;
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-bottom: 2rem;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .show-tablet {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .text-size-tiny.text-style-highlight.text-color-app {
    color: #87868a;
  }

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

  .heading-medium {
    font-size: 1.75rem;
  }

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

  .margin-huge {
    margin: 5rem;
  }

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

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

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

  .heading-large {
    font-size: 2.25rem;
  }

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

  .heading-xxlarge {
    font-size: 2.75rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

  .cta7_content {
    margin-right: 3rem;
  }

  .cta7_component {
    grid-column-gap: 3rem;
  }

  .cta7_button-row {
    flex: none;
  }

  .lottie-animation {
    top: 4rem;
  }

  .button-group {
    justify-content: center;
  }

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

  .teammp_image-wrapper {
    width: 24rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .layoutmp_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .team-birds {
    flex: 1;
  }

  .blog46_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    font-size: 2.75rem;
  }

  .app-gradient {
    background-image: radial-gradient(
        circle at 50% 160%,
        rgba(0, 0, 0, 0),
        #030303 70%
      ),
      linear-gradient(
        to right,
        rgba(113, 56, 235, 0.2),
        rgba(113, 56, 235, 0.6) 0%,
        rgba(184, 141, 155, 0) 40%,
        rgba(225, 190, 108, 0) 60%,
        rgba(255, 226, 74, 0.6)
      ),
      linear-gradient(
        100deg,
        #627eea 15%,
        #50af95 40%,
        #8247e5 60%,
        #627eea 85%
      );
  }

  .chains_flex {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .newsletter_background {
    background-position: 59% 100%, 0 0;
    background-size: auto 25rem, auto;
  }

  .social_background-left {
    min-height: 100%;
    opacity: 0.5;
    background-size: contain;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .social_background-right {
    min-height: 100%;
    min-width: 100%;
    opacity: 0.5;
    background-size: contain;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .hero-v2 {
    width: 170%;
    left: auto;
    right: auto;
  }

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

  .layout31_image-wrapper {
    width: 18rem;
  }

  .table1_item {
    min-width: 30rem;
  }

  .table1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section_cta27 {
    background-size: 120%, 160%, auto;
  }

  .search {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_item-points-1 {
    background-position: 50% 22%;
    background-size: 80%;
  }

  .hero_item-points-2 {
    background-position: 30% 15%;
    background-size: 120%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container.is--cta {
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .container.is-small {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_wrap {
    padding: 12em 3em 6em;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 8em;
  }

  .primary_social_flex {
    grid-column-gap: 5em;
    margin-bottom: 3em;
  }

  .primary_social_flex.is--footer {
    justify-content: center;
    padding-right: 0;
  }

  .primary_social_flex.is-alternate {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1rem;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .social_icon {
    width: 1.25rem;
  }

  .button_text {
    font-size: 0.875rem;
  }

  .hero_btns_wrap {
    z-index: 3;
    flex-flow: column wrap;
    align-items: center;
    position: relative;
  }

  .button-old {
    white-space: nowrap;
  }

  .p_flex {
    max-width: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .partners_flex {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-content: flex-start;
    justify-content: center;
    margin-top: 1rem;
  }

  .partners_item {
    width: 8rem;
  }

  .trade_flex {
    width: auto;
    max-width: 500px;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .trade_content_block {
    width: auto;
    max-width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .trade_image_wrap {
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
  }

  .features_flex {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_column {
    margin-bottom: 1rem;
  }

  .invest_heading_wrap {
    max-width: 90%;
  }

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

  .about_wrap {
    padding: 4em 3em;
  }

  .about_inner_wrap {
    width: auto;
  }

  .about_links_flex {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .r_title_wrap {
    width: auto;
    max-width: 350px;
    margin-bottom: 4em;
  }

  .roadmap_slider {
    padding-top: 8em;
  }

  .roadmap_slider_mask {
    width: 50%;
  }

  .right_arrow {
    width: 1em;
    height: 1em;
    left: 1.2em;
  }

  .left_arrow {
    width: 1em;
    height: 1em;
    right: 1.2em;
  }

  .slider_arrow {
    width: 0.2em;
  }

  .team_title_wrap {
    width: auto;
    max-width: 350px;
  }

  .team_flex {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .member_column {
    margin-left: 3em;
    margin-right: 3em;
  }

  .social_wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    padding: 4em 2em;
    overflow: hidden;
  }

  .social_title_wrap {
    width: 20rem;
    text-align: center;
  }

  .social_flex-items {
    justify-content: center;
    margin-top: 1rem;
  }

  .cta_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .text-style-success {
    font-size: 1.3em;
  }

  .footer_flex {
    flex-wrap: wrap;
    margin-bottom: 5.5em;
  }

  .footer_column {
    width: 100%;
    max-width: 16rem;
  }

  .footer_column.links {
    width: 35%;
    margin-left: 0;
    font-size: 1rem;
  }

  .footer_column.socials {
    width: auto;
    text-align: center;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .body-14px {
    font-size: 1.2em;
  }

  .footer_flex-legal {
    flex-direction: column;
  }

  .copyright_flex {
    margin-top: 1rem;
  }

  .cta_vector1 {
    width: 34%;
  }

  .cta_vector2 {
    width: 30%;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .legal_flex {
    flex-direction: column;
  }

  .by-cc5_component {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .by-cc5_wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .by-cc5_buttons-wrapper {
    margin-top: 1rem;
    margin-left: 0;
  }

  .culture_flex {
    width: auto;
    max-width: 500px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .culture_content_block {
    width: auto;
    max-width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .culture_image_wrap {
    width: 100%;
  }

  .team_content_wrap {
    margin-bottom: 4em;
  }

  .image_human {
    height: 258px;
  }

  .partners-full_grid {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: flex-start;
    justify-content: center;
  }

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

  .column_left_heading {
    padding-right: 0;
  }

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

  .flyhigh_content_block {
    width: auto;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .menu_links {
    width: 100%;
    flex-direction: column;
    margin-bottom: 3em;
  }

  .menu-button.w--open {
    background-color: #7138eb;
    border-radius: 32px;
    padding: 1rem;
  }

  .spacing-partner {
    display: none;
  }

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

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

  .margin-large {
    margin: 2rem;
  }

  .button.with-icon.button-size-full {
    width: 100%;
    justify-content: center;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xsmall {
    margin: 0.75rem;
  }

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xsmall {
    padding: 0.75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .heading-small {
    font-size: 1.25rem;
  }

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

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

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

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .heading-large {
    font-size: 2rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

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

  .button-link.with-icon {
    font-size: 1rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

  .gallery3_feature-wrapper.feature-swap {
    height: 27rem;
  }

  .gallery3_feature-wrapper.feature-login,
  .gallery3_feature-wrapper.feature-test {
    height: 24rem;
  }

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

  .cta7_content {
    margin-right: 0;
  }

  .cta7_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta7_button-row {
    width: 100%;
    justify-content: flex-start;
  }

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

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

  .teammp_image-wrapper {
    height: 100%;
  }

  .banner5_wrapper {
    padding-right: 0.5rem;
  }

  .banner5_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner5_close-button {
    margin-left: 0;
  }

  .faq1_icon {
    width: 1.75rem;
  }

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

  .blog46_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .app-gradient {
    background-image: radial-gradient(
        circle at 50% 150%,
        rgba(0, 0, 0, 0),
        #030303 69%
      ),
      linear-gradient(to right, #627eea, #50af95 33%, #8247e5 66%, #627eea);
  }

  .newsletter_background {
    background-size: auto 15rem, auto;
  }

  .social_background-left {
    min-width: 20rem;
    opacity: 1;
    display: block;
    left: -4rem;
  }

  .social_background-right {
    opacity: 1;
    right: -15rem;
  }

  .hero_item-cloud-single {
    z-index: 1;
    background-size: contain;
    display: block;
    top: auto;
    bottom: 23%;
    left: auto;
    right: -9rem;
  }

  .hero_item-bird {
    width: 20rem;
    height: 11rem;
    background-image: url("../images/hero-bird-mobile.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    top: -0.2rem;
    bottom: auto;
    left: 15%;
    right: auto;
  }

  .hero-v2 {
    display: none;
  }

  .hero_item-cloud-duo {
    z-index: 1;
    background-image: url("../images/hero-clouds-pair.svg");
    background-size: contain;
    display: block;
    top: 10%;
    bottom: auto;
    left: auto;
    right: -9rem;
  }

  .layout31_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .table1_pagination-page-button-wrapper {
    display: none;
  }

  .table1_component {
    grid-row-gap: 3rem;
  }

  .section_cta27 {
    background-size: 120%, 220%, auto;
  }

  .hero_item-points-1 {
    background-position: -10% 22%;
    background-size: 80%;
  }

  .hero_item-points-2 {
    background-position: 65% 15%;
    background-size: 140%;
  }
}

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

  h3 {
    font-size: 1.25rem;
  }

  ul {
    padding-left: 1rem;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.is--hero {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--cta {
    padding: 6em 0 8em;
  }

  .hero_wrap {
    max-height: 85vh;
    border-radius: 0;
    padding: 10em 2em 2em;
  }

  .hero_wrap.is-media {
    padding-bottom: 1rem;
  }

  .brand {
    width: 7rem;
  }

  .brand.w--current {
    width: 7em;
  }

  .brand.alpha {
    width: 7rem;
  }

  .nav_menu.is-alternate {
    background-color: #000;
    border-bottom: 0.15rem solid rgba(253, 252, 249, 0.1);
  }

  .primary_social_flex {
    grid-column-gap: 3em;
    justify-content: center;
    margin-bottom: 3em;
    padding-right: 1.7em;
  }

  .primary_social_flex.is--footer {
    padding-right: 0;
  }

  .primary_social_flex.is-alternate {
    display: flex;
  }

  .navbar_flex {
    align-items: center;
  }

  .hero_btns_wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em;
  }

  .button-old {
    padding: 1.4em 3em;
  }

  .button_flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
  }

  .partners_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1.25rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .partners_item {
    width: auto;
    margin-top: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .partner_logo.wormhole,
  .partner_logo.wormhole.muted {
    width: 8rem;
    margin-right: 0;
  }

  .trade_flex {
    align-items: center;
  }

  .trade_image_wrap {
    width: 17rem;
    max-width: 100%;
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

  .features_flex {
    max-width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .feature_column {
    margin-bottom: 1rem;
  }

  .invest_heading_wrap {
    margin-bottom: 4em;
  }

  .coins_flex {
    max-width: 100%;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .coin_wrap {
    width: 2.5rem;
  }

  .more_coins_link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .about_wrap {
    background-image: url("../images/about-bg.svg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8em 2em;
  }

  .about_links_flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
  }

  .r_title_wrap {
    margin-bottom: 3.5em;
  }

  .roadmap_slider {
    padding-top: 7.5em;
  }

  .roadmap_slider_mask {
    width: 85%;
  }

  .title-18px {
    font-size: 1rem;
  }

  .right_arrow,
  .left_arrow {
    border-width: 1px;
  }

  .team_title_wrap {
    margin-bottom: 5em;
  }

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

  .social_wrap {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    align-items: center;
  }

  .social_flex-items {
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
  }

  .social_link {
    width: 100%;
    justify-content: center;
  }

  .social_link.dark {
    flex-wrap: wrap;
  }

  .text_field {
    min-height: 4rem;
    font-size: 1rem;
  }

  .submit_button {
    width: 2rem;
    height: 1rem;
  }

  .footer_flex {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    margin-bottom: 2em;
  }

  .footer_flex.is-alternate {
    margin-bottom: 2em;
  }

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

  .footer_column.links {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer_title {
    letter-spacing: -0.04em;
  }

  .footer_flex-legal {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .copyright_flex {
    margin-top: 1rem;
  }

  .hero_vector1 {
    background-position: -20% 100%;
    background-size: 50%;
    bottom: -4%;
  }

  .hero_vector2 {
    width: 8rem;
    bottom: -8%;
    right: -15%;
  }

  .hero_vector3 {
    width: 106%;
    height: 100%;
    background-position: -16% -4%;
    background-size: 30%;
    top: 0%;
    left: -3%;
  }

  .about_background {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(3, 3, 3, 0.5), rgba(3, 3, 3, 0.5)),
      url("../images/img-section-readaboutus.svg");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 60rem;
    top: 0%;
    left: 0%;
  }

  .cta_vector1 {
    width: 26%;
  }

  .cta_vector2 {
    width: 24%;
  }

  .powered_wrap {
    max-width: 100%;
    justify-content: center;
  }

  .icon--faq {
    padding-left: 2rem;
  }

  .accordion_heading {
    font-size: 1rem;
  }

  .accordion_item_content {
    margin-right: 0;
  }

  .centered-container {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .legal.is-terms {
    text-align: left;
  }

  .legal_content_block {
    margin-bottom: 40px;
  }

  .by-cc5_buttons-wrapper {
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .culture_content_block {
    margin-bottom: 40px;
  }

  .culture_image_wrap {
    width: 100%;
    max-width: 200px;
    order: -1;
    margin: 20px auto;
  }

  .team_columns {
    padding-left: 1em;
    padding-right: 1em;
  }

  .column_content {
    padding-right: 10px;
  }

  .column_team-list {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    margin-left: 0;
  }

  .team-member_item {
    width: 145px;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .team-name.culture {
    font-size: 1rem;
  }

  .image_bird {
    width: 8rem;
    height: 258px;
    min-height: 258px;
    min-width: 145px;
  }

  .team-member_wrap {
    width: 145px;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .image_human {
    width: 145px;
    height: 258px;
    min-height: 258px;
    min-width: 145px;
    object-fit: fill;
  }

  .partners-full_grid {
    max-width: 100%;
    grid-column-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .flyhigh_content_block {
    margin-bottom: 40px;
  }

  .perks_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .menu_links {
    width: 100%;
    flex-flow: column wrap;
    margin-bottom: 3em;
  }

  .soon_link {
    margin-bottom: 3em;
  }

  .menu-button {
    border-radius: 0.5rem;
  }

  .menu-button.w--open {
    background-color: #7138eb;
    border-radius: 30px;
  }

  .spacing-partner {
    display: none;
  }

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

  .button.with-icon {
    font-size: 0.875rem;
  }

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

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

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

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

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

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

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

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

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

  .page-padding.is-hero {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

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

  .show-mobile-portrait {
    display: block;
  }

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

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

  .padding-vertical.padding-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-header26 {
    height: 50rem;
  }

  .header26_component {
    margin-top: 0;
  }

  .header26_image-wrapper {
    background-image: linear-gradient(#030303 33%, rgba(0, 0, 0, 0) 100%, #fff),
      url("../images/magpie-alpha-hero-mobile.svg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gallery3_feature-wrapper.feature-swap {
    background-position: 50% 143%;
  }

  .gallery3_feature-wrapper.feature-login {
    background-position: 50% 160%;
  }

  .gallery3_feature-wrapper.feature-test {
    background-position: 50% 155%;
  }

  .gallery3_component {
    grid-row-gap: 3rem;
  }

  .cta7_component {
    justify-items: center;
    padding: 2rem 1rem;
  }

  .lottie-animation {
    z-index: -1;
    display: none;
    position: static;
    left: -46%;
    overflow: hidden;
  }

  .hero-gradient {
    height: 50vh;
    display: none;
  }

  .teammp_image-wrapper {
    width: 100%;
  }

  .teammp_social {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .banner5_component {
    z-index: 11;
    display: block;
    position: fixed;
    top: 8%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .banner5_wrapper {
    background-image: linear-gradient(45deg, #2c3ad7 18%, #7138eb 64%, #ffe24a);
  }

  .banner5_wrapper:hover {
    background-image: linear-gradient(45deg, #2c3ad7 14%, #7138eb 66%, #ffe24a);
    border-radius: 0.5rem;
  }

  .alpha-logo {
    width: 5rem;
  }

  .blog46_button-wrapper {
    justify-content: center;
  }

  .blog46_image-wrapper {
    border-radius: 0.5rem;
  }

  .heading {
    font-size: 2.5rem;
  }

  .phase-wrapper {
    flex-direction: column;
  }

  .phase-item {
    margin-top: 0.5rem;
    margin-left: 0;
  }

  .app-gradient {
    background-image: radial-gradient(
        circle at 50% 150%,
        rgba(0, 0, 0, 0),
        #030303 69%
      ),
      linear-gradient(to right, #50af95, #627eea 90%);
  }

  .chains_flex {
    grid-column-gap: 0.5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter_background {
    background-position: 92% 100%, 0 0;
    background-size: auto 16rem, auto;
  }

  .social_background-left {
    min-height: auto;
    min-width: auto;
    background-position: 0 100%;
    background-size: auto;
    left: -3rem;
  }

  .social_background-right {
    height: 14rem;
    min-height: auto;
    min-width: auto;
    background-position: 100% 0;
    right: -4rem;
  }

  .hero_item-cloud-single {
    bottom: 16%;
    right: -7rem;
  }

  .hero_item-bird {
    width: 20rem;
    height: 10rem;
    background-size: contain;
    top: -0.5rem;
    left: auto;
  }

  .hero_item-cloud-duo {
    right: -7rem;
  }

  .list_icon {
    justify-content: center;
  }

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

  .layout31_image-wrapper {
    width: 10rem;
    margin-bottom: -2rem;
  }

  .layout31_item {
    text-align: center;
  }

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

  .header63_form {
    grid-row-gap: 0.75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .table1_item {
    min-width: 16rem;
  }

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

  .table1_column.is-width-medium {
    min-width: 4rem;
    padding-left: 0.5rem;
  }

  .table1_column.is-width-large {
    min-width: 8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .table1_column.is-width-small {
    min-width: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_cta27 {
    background-position: 50% 100%, 44% 100%, 0 0;
    background-size: 120%, 390%, auto;
  }

  .search {
    width: 100%;
  }
}

#w-node-fa503f7e-5afe-f14e-8fae-7df8ad7b4e3d-4350486c,
#w-node-_8bb9d17b-de91-b679-7d45-48c06edc318c-4350486c,
#w-node-_3e41174c-f8c3-f36e-04f2-c1aa88c4d78b-4350486c,
#w-node-a4740115-cf9e-9780-fc76-d87c9ca2b599-4350486c,
#w-node-_9ee76a27-3300-99bc-92b5-4a4dde2dddb8-4350486c,
#w-node-_2350ad67-98b3-97e3-c3b3-bbda14f6a36e-4350486c,
#w-node-f4ed59f8-7220-a0a2-c937-c9b6e85c0348-4350486c,
#w-node-c0423596-eb00-f1ed-d77c-b23c1be63a06-4350486c,
#w-node-_24b32373-d66a-5624-1437-8315ce3da287-4350486c,
#w-node-_8f8d7d7b-5caa-9ede-c284-7b87c263f113-4350486c,
#w-node-_7f5dccf1-8031-78bb-977d-73e43b982213-4350486c,
#w-node-_74ffeffa-4ff8-07ec-1188-1a18984569ae-4350486c {
  align-self: center;
  justify-self: center;
}

#w-node-_97fa8dc9-49fb-e27b-d7bd-ebb8dd31f5ed-4350486c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1420acfe-3b82-c908-f147-584533f46c1e-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c23-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c27-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c2c-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c31-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c35-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c41-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c3d-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c39-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c5d-faef1720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1420acfe-3b82-c908-f147-584533f46c51-faef1720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_1420acfe-3b82-c908-f147-584533f46c59-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c61-faef1720,
#w-node-_1420acfe-3b82-c908-f147-584533f46c4d-faef1720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fa503f7e-5afe-f14e-8fae-7df8ad7b4e3d-faef1720,
#w-node-_8bb9d17b-de91-b679-7d45-48c06edc318c-faef1720,
#w-node-_3e41174c-f8c3-f36e-04f2-c1aa88c4d78b-faef1720,
#w-node-_9ee76a27-3300-99bc-92b5-4a4dde2dddb8-faef1720,
#w-node-_2350ad67-98b3-97e3-c3b3-bbda14f6a36e-faef1720,
#w-node-_24b32373-d66a-5624-1437-8315ce3da287-faef1720,
#w-node-c0423596-eb00-f1ed-d77c-b23c1be63a06-faef1720,
#w-node-_74ffeffa-4ff8-07ec-1188-1a18984569ae-faef1720,
#w-node-_2a75994f-a606-e6c4-d16f-fac748153cd1-faef1720 {
  align-self: center;
  justify-self: center;
}

#w-node-_6de5c347-4a63-146c-6134-603e87013ffd-faef1720,
#w-node-_0c3e4451-5bef-8be5-0ce7-57562007971f-faef1720,
#w-node-bedf2390-1e9e-351e-c72f-73d30b5558a9-faef1720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f4ed59f8-7220-a0a2-c937-c9b6e85c0348-faef1720,
#w-node-_8f8d7d7b-5caa-9ede-c284-7b87c263f113-faef1720 {
  align-self: center;
  justify-self: center;
}

#w-node-bcbf3db0-d29e-87eb-d713-714474ec0eff-faef1720,
#w-node-_90b0cfcc-55de-acbe-ad74-f6c9ddddce4d-ddddce4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cc9f1-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cc9f3-33ce32cd {
  justify-self: center;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca08-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca09-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca0d-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca0e-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca12-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca13-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca17-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca18-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca1c-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca1d-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca21-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca22-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca29-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca2a-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca2e-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca2f-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca33-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca34-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca38-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca39-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca3d-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca3e-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca42-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca43-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca4a-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca4b-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca4f-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca50-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca54-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca55-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca59-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca5a-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca63-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca64-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca6d-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca6e-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca7d-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca7e-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca82-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca83-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca87-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca88-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca8c-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca8d-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca91-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca92-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca99-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca9a-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca9e-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cca9f-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaa3-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaa4-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaa8-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaa9-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaad-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaae-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccab2-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccab3-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaba-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccabb-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccabf-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccac0-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccac4-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccac5-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccac9-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaca-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccace-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccacf-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccad6-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccad7-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccadb-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccadc-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccae0-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccae1-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccae5-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccae6-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaea-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaeb-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaef-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaf0-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaf7-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccaf8-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccafc-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccafd-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb01-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb02-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb06-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb07-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb0b-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb0c-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb10-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb11-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb15-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb16-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb1a-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb1b-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb1f-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb20-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb27-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb28-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb2c-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb2d-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb31-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb32-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb39-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb3a-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb81-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccb9e-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccba3-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccba4-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccba8-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccba9-33ce32cd {
  justify-self: start;
}

#w-node-_50c2a645-2b5f-7f9d-ef44-772612c500fb-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50c2a645-2b5f-7f9d-ef44-772612c500fc-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbb9-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbc5-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbcf-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbd0-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbd3-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbd4-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbd7-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbd8-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbdb-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbdc-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbdf-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbe0-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbe3-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbe4-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbe7-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbe8-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbf2-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbf3-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbf5-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbf8-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbf9-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbfa-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccbfe-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc01-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc02-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc04-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc07-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc08-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc09-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc0d-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc10-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc11-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc13-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc16-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc17-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc18-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc1c-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc1f-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc20-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc22-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc25-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc2a-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc2b-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc2c-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc30-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc33-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc34-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc35-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc3b-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc3e-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc3f-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc40-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc44-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc47-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc48-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc49-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc4f-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc52-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc53-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc54-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc58-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc5b-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc5c-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc5d-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc63-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc66-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc67-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc68-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc6c-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc73-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc74-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc75-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc79-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc7a-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc82-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc83-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc84-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc8a-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc93-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc94-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccc99-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccca2-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccca3-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccaa-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccb3-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccb4-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccb9-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccc2-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccc3-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccca-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccccb-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccd3-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccd4-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccd9-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccce7-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccce8-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccce9-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccea-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccec-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccef-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccf3-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccf4-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccf5-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccf6-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066cccf8-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd01-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd02-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd03-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd04-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd06-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd0f-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd10-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd11-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd12-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd14-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd17-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd1e-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd1f-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd20-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd21-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd23-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd26-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd27-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd2d-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd2e-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd2f-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd30-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd32-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccd98-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf03-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf04-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf08-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf09-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf0d-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf0e-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf12-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf13-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf17-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf18-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf1f-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf20-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf24-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf25-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf29-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf2a-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf2e-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf2f-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf33-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf34-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf38-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf39-33ce32cd {
  justify-self: start;
}

#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf4e-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf5e-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf6e-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf78-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf79-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf7c-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf7d-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf80-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf81-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf84-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf85-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf88-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf89-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf8c-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf8d-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf90-33ce32cd,
#w-node-_0cc02be4-90ae-3081-089b-e5cb066ccf91-33ce32cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dba81b5d-a7c1-bf9b-f4d2-8db54ad05501-77d8911d {
  align-self: center;
}

#w-node-_1420acfe-3b82-c908-f147-584533f46c1e-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c23-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c27-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c2c-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c31-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c35-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c41-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c3d-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c39-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c45-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c49-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c5d-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c55-bfefada1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1420acfe-3b82-c908-f147-584533f46c51-bfefada1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_1420acfe-3b82-c908-f147-584533f46c59-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c61-bfefada1,
#w-node-_1420acfe-3b82-c908-f147-584533f46c4d-bfefada1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fa503f7e-5afe-f14e-8fae-7df8ad7b4e3d-bfefada1,
#w-node-_8bb9d17b-de91-b679-7d45-48c06edc318c-bfefada1,
#w-node-_3e41174c-f8c3-f36e-04f2-c1aa88c4d78b-bfefada1,
#w-node-_9ee76a27-3300-99bc-92b5-4a4dde2dddb8-bfefada1,
#w-node-_2350ad67-98b3-97e3-c3b3-bbda14f6a36e-bfefada1,
#w-node-_24b32373-d66a-5624-1437-8315ce3da287-bfefada1,
#w-node-c0423596-eb00-f1ed-d77c-b23c1be63a06-bfefada1,
#w-node-_74ffeffa-4ff8-07ec-1188-1a18984569ae-bfefada1,
#w-node-_2a75994f-a606-e6c4-d16f-fac748153cd1-bfefada1 {
  align-self: center;
  justify-self: center;
}

#w-node-_6de5c347-4a63-146c-6134-603e87013ffd-bfefada1,
#w-node-_0c3e4451-5bef-8be5-0ce7-57562007971f-bfefada1,
#w-node-bedf2390-1e9e-351e-c72f-73d30b5558a9-bfefada1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f4ed59f8-7220-a0a2-c937-c9b6e85c0348-bfefada1,
#w-node-_8f8d7d7b-5caa-9ede-c284-7b87c263f113-bfefada1 {
  align-self: center;
  justify-self: center;
}

#w-node-bcbf3db0-d29e-87eb-d713-714474ec0eff-bfefada1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f829e338-6b26-15d3-3ddb-fcc6533757e3-3948e4ff,
#w-node-f829e338-6b26-15d3-3ddb-fcc6533757f1-3948e4ff,
#w-node-_20d98cc1-c4d5-4ef2-368d-150d56411600-3948e4ff,
#w-node-_80decec5-2a31-3e07-4c1d-aa449e9bcc86-3948e4ff {
  align-self: start;
}

#w-node-_4d6750e0-79e4-a290-758c-80008f57e66c-2f6a760e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_38772beb-ef4c-274b-c181-1db9a74b3869-4350486c {
    order: -9999;
  }

  #w-node-f829e338-6b26-15d3-3ddb-fcc65337581b-3948e4ff {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_97fa8dc9-49fb-e27b-d7bd-ebb8dd31f5ed-4350486c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_97fa8dc9-49fb-e27b-d7bd-ebb8dd31f5ed-4350486c,
  #w-node-fe960920-bf0a-d5f0-3ea1-16ee4b20dea6-4350486c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6de5c347-4a63-146c-6134-603e87013ffd-faef1720,
  #w-node-_0c3e4451-5bef-8be5-0ce7-57562007971f-faef1720,
  #w-node-bedf2390-1e9e-351e-c72f-73d30b5558a9-faef1720 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-fe960920-bf0a-d5f0-3ea1-16ee4b20dea6-faef1720 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6de5c347-4a63-146c-6134-603e87013ffd-bfefada1,
  #w-node-_0c3e4451-5bef-8be5-0ce7-57562007971f-bfefada1,
  #w-node-bedf2390-1e9e-351e-c72f-73d30b5558a9-bfefada1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-fe960920-bf0a-d5f0-3ea1-16ee4b20dea6-bfefada1,
  #w-node-fe960920-bf0a-d5f0-3ea1-16ee4b20dea6-3948e4ff,
  #w-node-fe960920-bf0a-d5f0-3ea1-16ee4b20dea6-2f6a760e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
