.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.paragraph {
  opacity: 1;
  outline-offset: 0px;
  color: #878897;
  outline: 3px #878897;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.paragraph.blur {
  filter: blur(6px);
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  height: 2.5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

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

.image.image_cover {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  right: -30px;
  overflow: visible;
}

.paragraph-4 {
  text-align: left;
  margin-bottom: 40px;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  position: relative;
  overflow: clip;
}

.cart-item {
  cursor: pointer;
  background-color: #141318;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 105px;
  padding-bottom: 105px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-block {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  background-color: #100f13;
  padding-top: 44px;
  padding-bottom: 44px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-block:hover {
  background-image: linear-gradient(90deg, #c7326f, #5e23b1);
}

.link-block.twitter:hover {
  background-color: #03a9f4;
  background-image: none;
}

.link-block.discord:hover {
  background-color: #5865f2;
  background-image: none;
}

.link-block.tekegram:hover {
  background-color: #039be5;
  background-image: none;
}

.roadmap-item {
  width: 17.5vw;
  max-width: 260px;
}

.roadmap-item.down {
  width: 29.5%;
  max-width: none;
  margin-left: 11%;
}

.roadmap-item.down-item {
  width: 40%;
  max-width: none;
  margin-left: 2%;
  padding-left: 0%;
}

.bold-text {
  color: #fff;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.roadmap-up {
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.grid_3-col.roadmap-down {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-2 {
  height: 450px;
  position: relative;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: 0 solid #b60adc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:hover {
  color: #fff;
  background-color: #3f818b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:active {
  background-color: #fff;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #fff;
}

.button.border-primary {
  min-width: 171px;
  box-shadow: none;
  background-color: #0000;
  border-width: 1px;
  transition: all .2s;
}

.button.border-primary:hover {
  border-color: #b60adc;
  box-shadow: 0 4px 4px #fff3;
}

.button.on-accent-primary {
  width: 100%;
  min-width: 171px;
  max-width: 171px;
  max-height: none;
  box-shadow: none;
  color: #fff;
  background-color: #dae4e500;
  background-image: linear-gradient(90deg, #0861a9, #b60adc);
  border-width: 0;
  border-color: #fff;
  font-size: 16px;
  transition: all .2s, background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.button.on-accent-primary:hover {
  background-color: #dae4e580;
  border-color: #0000;
  box-shadow: 0 1px 1px #fff3, 0 4px 4px #fff3;
}

.button.on-accent-primary:active {
  background-color: #dae4e500;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button.on-accent-primary.mobile-btn {
  padding-top: 16px;
}

.button.on-accent-primary.custom-buuton {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-image: linear-gradient(225deg, #0861a9, #b60adc 63%);
  width: 100%;
  min-width: 340px;
  margin-top: 24px;
  display: inline-flex;
}

.footer {
  color: #fff;
  background-color: #0d0c0f;
  padding-top: 48px;
  padding-bottom: 48px;
}

.bold-text-2 {
  text-align: left;
  color: #dfdfe2;
  font-size: 24px;
  line-height: 32px;
}

.container-link_title {
  justify-content: flex-start;
  align-items: center;
}

.content-block-link {
  color: inherit;
  text-decoration: none;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease-in-out;
  display: block;
  position: relative;
}

.content-block-link:hover {
  color: color-mix(in srgb, currentColor 65%, transparent);
}

.roadmap-mobile {
  display: none;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.divider.margin-bottom_small.margin-top_small {
  border-bottom-color: #1e1b24;
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon {
  color: #a6ced2;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon.on-accent-primary {
  color: inherit;
  position: relative;
  top: -1px;
  left: -1px;
}

.bold-text-3 {
  display: block;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #2c5a611a;
}

.nav_link.on-accent-primary {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav_link.on-accent-primary:hover {
  background-color: color-mix(in srgb, currentColor 15%, transparent);
}

.nav_link.on-accent-primary.w--current {
  background-color: color-mix(in srgb, currentColor 30%, transparent);
}

.image-4 {
  position: absolute;
  inset: 24px 24px auto auto;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal.flex-align_center {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #a9a8ac;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 28px;
}

.number-item {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: left;
  align-items: flex-start;
  padding-bottom: 28px;
  position: relative;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.heading_h4 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3em;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.image-8 {
  margin-right: 16px;
}

.image-8:active {
  filter: drop-shadow(0 2px 5px #000000b3);
}

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

.text-color_secondary {
  color: #ffffffb3;
  font-size: 16px;
  line-height: 24px;
}

.text-color_secondary.footer_link {
  color: #ffffffb3;
  text-decoration: none;
  display: block;
}

.text-color_secondary.footer_link:hover {
  text-decoration: underline;
}

.margin-left_auto {
  color: #ffffffb3;
  align-self: auto;
  margin-left: 0;
}

.container {
  object-fit: fill;
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

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

.image-ratio_4x3 {
  aspect-ratio: 4 / 3;
  border-radius: .75rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.nav_left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-right: 48px;
  display: flex;
}

.bold-text-4 {
  display: block;
}

.header {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.image-2 {
  display: block;
}

.heading {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
}

.grid_9-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_9-col.position_relative.z-index_2 {
  display: block;
}

.box-with-icon {
  color: #a9a8ac;
  text-align: center;
  min-width: auto;
  max-width: 366px;
  font-size: 18px;
  line-height: 28px;
}

.nav_container {
  background-color: #ddd0;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.5rem;
  display: flex;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-group.margin-top_none {
  justify-content: flex-start;
}

.button-group.margin-top_none.margin-left_auto {
  margin-top: 0;
}

.nav {
  z-index: 99;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  display: flex;
  position: relative;
}

.nav.is-accent-primary {
  color: #fff;
  background-color: #100f13;
  font-weight: 400;
  line-height: 24px;
}

.box-with-icon-secondary {
  background-color: #141318;
  border-radius: 24px;
  width: 100%;
  padding: 32px;
}

.heading_h2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.heading_h2.text-align_center {
  text-align: center;
  width: 100%;
  margin-top: 0;
  display: block;
}

.heading_h2.second-title {
  text-align: left;
  margin-top: 145px;
}

.number-item_number {
  color: #fff;
  background-color: #151319;
  border: 1px solid #b60adc;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.number-item_number.nth-2 {
  border-color: #0861a9;
}

.number-item_line {
  border-right: 1px dashed #222027;
  width: 24px;
  height: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading_h6 {
  letter-spacing: 0;
  margin-bottom: .5em;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.heading_h1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  letter-spacing: -.01em;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  display: block;
}

.ratio_anamorphic {
  aspect-ratio: 2.39;
  border-radius: .75rem;
  position: relative;
  overflow: clip;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.nav_mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button.w--open:hover {
  color: #2c5a6199;
}

.heading-2 {
  color: #dfdfe2;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 64px;
  line-height: 72px;
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.image-6 {
  margin-top: 12px;
}

.image-6.down-item {
  margin-top: 0;
  margin-bottom: 12px;
  transform: rotate(180deg);
}

.image-5 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.nav_right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.header-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.section {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: center;
  background-color: #100f13;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 0;
  overflow: clip;
}

.section.overflow_clip {
  background-color: #100f13;
  border-top: 0 #751010;
  max-height: none;
}

.section.is-secondary {
  background-color: #2b3233;
  background-image: linear-gradient(#131217, #100f13);
  padding-bottom: 16px;
}

.section.is-accent-primary {
  color: #fff;
  background-color: #100f13;
}

.grid-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.number-item_desc {
  line-height: 20px;
}

.div-block {
  background-color: #2a2832;
  border-radius: 50%;
  flex: 0 auto;
  align-self: flex-start;
  width: 4px;
  height: 4px;
  margin-top: 14px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.position_relative {
  position: relative;
}

.position_relative.flex_horizontal {
  height: 100%;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.bold-text-5 {
  display: inline-block;
}

.header-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.image-3 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-3 {
  margin-top: 16px;
}

.paragraph_large {
  color: #878897;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.nav_menu-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 0 auto;
  margin-top: 14px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.image-9 {
  filter: invert();
  display: block;
}

.image-9:active {
  filter: invert();
}

.nav_menu-list-item {
  margin-bottom: 0;
  display: flex;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 2.5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.subheading {
  color: #a9a8ac;
  letter-spacing: 0;
  text-indent: -.5px;
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.flex-block-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 100px;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: visible;
}

.roadmap-item_title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.div-block-3 {
  max-width: 822px;
}

.bold-text-7 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.body {
  background-color: #100f13;
  font-family: Inter, sans-serif;
}

@media screen and (max-width: 991px) {
  .cart-item {
    padding: 85px 20px;
  }

  .link-block {
    padding-top: 34px;
    padding-bottom: 34px;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-2 {
    height: 300px;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
  }

  .nav_link:hover {
    color: #a6ced2;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover {
    background-color: #2c5a611a;
  }

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

  .flex_horizontal.flex-align_center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col.gap-xxlarge {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer_bottom.footer_tablet {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .grid_9-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .nav {
    height: auto;
  }

  .nav_mobile-menu-button {
    width: 40px;
    height: 40px;
    color: inherit;
    background-color: #0000;
    border: 1px solid #b60adc;
    border-radius: 8px;
    align-self: center;
    margin-left: 10px;
    padding: 0 5px 0 0;
  }

  .nav_mobile-menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav_mobile-menu-button.w--open:hover {
    color: #a6ced2;
  }

  .nav_menu {
    background-color: #100f13;
    border-radius: .5rem;
    height: 85vh;
    max-height: 100vh;
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .nav_menu-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 25px;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .flex-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .roadmap-item_line {
    background-color: #292630;
    width: 4px;
    height: calc(100% - 28px);
    position: absolute;
    inset: 28px auto auto 8px;
  }

  .roadmap-item_line.first {
    background-image: linear-gradient(#c7326f, #292630 72%);
  }

  .paragraph.blur.last-item {
    position: relative;
    top: -10px;
  }

  .cart-item {
    padding: 65px 10vw;
  }

  .link-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .roadmap-item.down-item {
    width: 100%;
    min-height: 145px;
    margin-left: 0%;
    padding-left: 44px;
    position: relative;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .grid_3-col.roadmap-up, .grid_3-col.roadmap-down {
    display: none;
  }

  .div-block-2 {
    height: 300px;
  }

  .button.border-primary {
    width: 100%;
  }

  .button.on-accent-primary.custom-buuton {
    width: 100%;
    max-width: none;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .roadmap-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .bold-text-6 {
    font-size: 20px;
    line-height: 28px;
  }

  .flex_horizontal.flex-align_center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    margin-bottom: 10px;
  }

  .flex-block {
    max-width: 80%;
    margin-left: 0;
  }

  .number-item {
    padding-bottom: 28px;
  }

  .number-item.last-item {
    padding-bottom: 76px;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .flex-block-3 {
    margin-bottom: 12px;
  }

  .footer_bottom {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .header {
    margin-bottom: 40px;
  }

  .grid_9-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .box-with-icon {
    text-align: left;
    align-self: auto;
    max-width: 100%;
  }

  .road-item_date {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }

  .button-group.margin-top_none.margin-left_auto {
    margin-left: auto;
  }

  .bold-text-14 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-6.down-item {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .image-5 {
    display: none;
  }

  .header-2 {
    margin-bottom: 40px;
  }

  .bold-text-11 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .grid-50 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .bold-text-13 {
    font-size: 16px;
    line-height: 24px;
  }

  .header-3 {
    margin-bottom: 40px;
  }

  .paragraph-3 {
    margin-top: 24px;
  }

  .flex-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 48px;
    margin-bottom: 60px;
  }

  .bold-text-12 {
    font-size: 16px;
    line-height: 24px;
  }

  .roadmap-item_title {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
  }

  .roadmap-item_title.last-item {
    position: relative;
    top: -10px;
  }

  .bold-text-7 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    color: inherit;
  }

  .bold-text {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-2 {
    height: 200px;
  }

  .button {
    white-space: nowrap;
  }

  .button.on-accent-primary.mobile-btn {
    min-width: 0;
    max-width: 147px;
    max-height: 40px;
  }

  .button.on-accent-primary.custom-buuton {
    min-width: 0;
    max-width: none;
    position: static;
  }

  .button.on-accent-primary.custom-buuton.position-absolute {
    position: absolute;
  }

  .content-block-link.mobile-hide {
    display: none;
  }

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

  .nav_link.on-accent-primary.mobile-nav_link {
    background-color: #141318;
  }

  .flex-block-3 {
    text-align: left;
  }

  .container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

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

  .grid_9-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .nav_container {
    padding-bottom: 60px;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.margin-top_none.margin-left_auto {
    align-items: flex-end;
  }

  .button-group.margin-top_none.margin-left_auto.mobile-header-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    inset: auto 0% 10px;
  }

  .heading_h2.text-align_center {
    font-size: 36px;
    line-height: 40px;
  }

  .heading_h2.second-title {
    font-size: 34px;
    line-height: 40px;
  }

  .heading_h1 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 40px;
  }

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

  .section.is-secondary {
    padding-top: 2rem;
  }

  .grid-50 {
    margin-bottom: -20px;
  }

  .bold-text-5 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-10 {
    min-width: 0;
  }

  .image_cover {
    overflow: visible;
  }
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b66f-d6d4b66c.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e33d-5ca01106 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b679-d6d4b66c.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e353-5ca01106 {
  place-self: center end;
}

#w-node-cffaef48-2b4e-5eda-7d8d-768fd6d4b67b-d6d4b66c.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e355-5ca01106 {
  grid-area: 2 / 2 / 6 / 9;
}

#w-node-_97feb396-ac99-42f6-ffad-e5ea3d14d7b6-3b2b8438.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e35a-5ca01106 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-dda60c4e-4e3c-8be7-31e0-938a5d500c20-3b2b8438.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e36b-5ca01106 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a136ccc0-dd3d-2a7f-d1f9-7fc85f7d08ad-5f7d08ab.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e387-5ca01106, #w-node-a136ccc0-dd3d-2a7f-d1f9-7fc85f7d08ad-5f7d08ab.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e3d9-5ca01106, #w-node-a136ccc0-dd3d-2a7f-d1f9-7fc85f7d08ad-5f7d08ab.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e3e6-5ca01106, #w-node-a136ccc0-dd3d-2a7f-d1f9-7fc85f7d08ad-5f7d08ab.w-node-fd14eed9-7ce2-ec6e-d679-caa8feb6c68f-5ca01106 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-bc39367a-c1a4-bbc1-9d49-b6714d89d1ac-4d89d1a9 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_97feb396-ac99-42f6-ffad-e5ea3d14d7b6-3b2b8438.w-node-_857ee0d4-609d-d140-0b91-dbb064b0e35a-5ca01106 {
    grid-column: 1 / 6;
  }
}


