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

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

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

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

body{
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p{
  margin-bottom: 0;
}

ul, ol{
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li{
  margin-bottom: .25rem;
}

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

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

blockquote{
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.utility-page_wrapper{
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form{
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image{
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2{
  margin: 2.5rem;
}

.padding-xlarge{
  padding: 4rem;
}

.margin-xlarge{
  margin: 4rem;
}

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

.padding-xhuge{
  padding: 8rem;
}

.margin-custom1{
  margin: 1.5rem;
}

.padding-0{
  padding: 0;
}

.padding-xxhuge{
  padding: 12rem;
}

.padding-huge{
  padding: 6rem;
}

.margin-large{
  margin: 3rem;
}

.padding-xxlarge{
  padding: 5rem;
}

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

.padding-custom3{
  padding: 3.5rem;
}

.padding-large{
  padding: 3rem;
}

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

.padding-small{
  padding: 1rem;
}

.padding-custom2{
  padding: 2.5rem;
}

.margin-custom3{
  margin: 3.5rem;
}

.padding-custom1{
  padding: 1.5rem;
}

.margin-huge{
  margin: 6rem;
}

.padding-medium{
  padding: 2rem;
}

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

.margin-xxlarge{
  margin: 5rem;
}

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

.margin-xhuge{
  margin: 8rem;
}

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

.margin-small{
  margin: 1rem;
}

.margin-medium{
  margin: 2rem;
}

.margin-xxhuge{
  margin: 12rem;
}

.margin-0{
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon{
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked{
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus{
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background{
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing{
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto{
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space{
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item{
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch{
  justify-items: stretch;
}

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

.fs-styleguide_item-header{
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large{
  font-size: 6rem;
}

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

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

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

.text-color-grey{
  color: gray;
}

.fs-styleguide_2-col{
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start{
  align-items: start;
}

.form_message-success{
  padding: 1.25rem;
}

.fs-styleguide_row{
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.text-rich-text ul, .text-rich-text ol{
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.fs-styleguide_section-header{
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col{
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible{
  overflow: visible;
}

.fs-styleguide_empty-box{
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

.fs-styleguide_heading-medium{
  font-size: 4rem;
}

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

.fs-styleguide_4-col{
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

.fs-styleguide_item-wrapper{
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.heading-style-h4{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Address Sans Pro Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.blue{
  color: #0bf;
  margin-bottom: 3rem;
  font-family: Address Sans Pro Bold, sans-serif;
  font-size: 1.2rem;
}

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

.form_radio-icon{
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked{
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus{
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey{
  background-color: #f5f5f5;
}

.form_input{
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area{
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

.fs-styleguide_3-col{
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start{
  align-items: start;
}

.text-style-link{
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header{
  background-color: rgba(0, 0, 0, .05);
}

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

.fs-styleguide_label{
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag{
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex{
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version{
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.container-large.v-flex{
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.overflow-scroll{
  overflow: scroll;
}

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

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

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

.form_component{
  margin-bottom: 0;
}

.main-wrapper{
  margin-top: -100vh;
  position: relative;
}

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

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

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

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

.button{
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding: .75rem 2rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
}

.button.is-text{
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is-large{
  padding: 1rem 2rem;
}

.button.is-secondary{
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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


.button.purple{
  min-width: 10rem;
  background-color: #6c00f0;
  font-family: Address Sans Pro Bold, sans-serif;
  font-weight: 700;
}

.button.pink{
  min-width: 10rem;
  background-color: #f00073;
  font-family: Address Sans Pro Bold, sans-serif;
  font-weight: 700;
}

.button.blue{
  min-width: 10rem;
  color: #070635;
  background-color: #0bf;
  font-family: Address Sans Pro Bold, sans-serif;
  font-weight: 700;
}

.button.black{
  min-width: 10rem;
  color: #fff;
  background-color: #070635;
  border: 2px solid #0bf;
  font-family: Address Sans Pro Bold, sans-serif;
  font-weight: 700;
}

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

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

.fs-styleguide_section{
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical{
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide{
  display: none;
}

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

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

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

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

.home-message_component{
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list{
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content{
  width: 100%;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block{
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.home-message_item-icon{
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo{
  width: 4rem;
}

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

.fs-styleguide_color.is-1{
  background-color: #000;
}

.fs-styleguide_color.is-2{
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3{
  background-color: #fff;
}

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

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

.fs-styleguide_spacer-box{
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.mint_component{
  z-index: 4;
  position: relative;
}

.header_component{
  z-index: 5;
  position: relative;
}

.nav_container{
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  padding-left: 1.5rem;
  padding-right: 3.75rem;
  display: flex;
}

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

.nav_arrow{
  width: 14px;
  margin-right: 1.125rem;
}

.nav_button_wrapper{
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  display: flex;
}

.nav_button_wrapper.footer{
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
}

.navbar{
  background-color: rgba(0, 0, 0, 0);
}

.bg_image_section{
  position: relative;
  overflow: hidden;
}

.dotted_image_bg{
  height: 436.38px;
  background-image: url('images1.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mint_section{
  padding-top: 3.125rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.mint_heading{
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 3.75rem;
  line-height: 1;
}

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

.mint_image_box{
  margin-bottom: 1.5rem;
  position: relative;
}

.mint_image_box.centred{
  width: 208px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mint_tier_text{
  color: #15bffd;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.mint_textblock{
  color: #ff5c00;
  -webkit-text-stroke-color: #52ff00;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.mint_textblock.green{
  color: #52ff00;
  font-family: Azonix, sans-serif;
}

.mint_textblock.aqua{
  color: #00ffc2;
}

.mint_textblock.blue{
  color: #0bf;
}

.mint_textblock.red{
  color: #c70f00;
}

.mint_textblock.purple{
  color: #5820b4;
}
.mint_textblock.gold{
  color: #ffe500;
}

.mint_textblock.silver{
  color: #c8d4da;
  font-family: Azonix, sans-serif;
}

.price_text{
  color: #fff;
  font-family: Address Sans Pro Bold, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

.line_block{
  width: 100%;
  border: 1px solid #52ff00;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.line_block.blue{
  border-color: #0bf;
  /*border-top: 2px solid rgba(0, 187, 255, .3);
  margin-bottom: 0;
  margin-left: 3rem;
  margin-right: 3rem;
  padding-bottom: 2.5rem;*/
}

.line_block.orange{
  border-color: #ff5c00;
}

.line_block.red{
  border-color: #c70f00;
}

.line_block.purple{
  border-color: #5820b4;
}

.line_block.aqua{
  border-color: #00ffc2;
}

.line_block.gold{
  border-color: #ffe500;
}

.line_block.silver{
  border-color: #c8d4da;
}

.line_block.bluish{
  border-color: #3cf;
}

.details-flex{
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 17px;
  display: flex;
}

.details-flex._11{
  /*width: 208px;*/
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 11px;
  padding-top: 0;
}

.feature-text-wrapper{
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feature-text{
  color: #fff;
  text-transform: uppercase;
  margin-left: 1rem;
  font-family: Address Sans Pro Font, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.feature-text.home{
  color: #070635;
  font-family: Address Sans Pro Bold, sans-serif;
}

.feature-text.home.no-icon{
  margin-left: 2rem;
  font-family: Address Sans Pro Bold, sans-serif;
}

.mind_grid_wrapper{
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6.25rem;
  display: grid;
}

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

.image_bg_side_block{
  width: 62.5rem;
  height: 37.5rem;
  background-image: url('images7877825.png');
  background-position: 80%;
  background-size: contain;
  margin-left: -13.75rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer_component{
  background-color: rgba(0, 0, 0, 0);
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  position: relative;
}

.footer_section{
  z-index: 1;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

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

.join_heading{
  color: #fff;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.5;
}

.join_heading.seconf{
  display: none;
}

.social-block{
  margin-top: 30px;
}

.social-grid{
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.social-link-block{
  width: 60px;
}

.copyright_text{
  color: #d9dbe1;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Address Sans Pro Font, sans-serif;
  font-size: .75rem;
  display: flex;
}

.footer_links{
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.footer_link{
  color: #d9dbe1;
  font-family: Address Sans Pro Bold, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  text-decoration: none;
}

.footer_bg_image{
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('images16.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layer_image_top{
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.image-25{
  width: 5rem;
  height: 4.75rem;
}

.bg-image-cover{
  z-index: -1;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-body-image{
  z-index: -1;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-section{
  max-height: 100vh;
  position: relative;
}

.home-hero-section.em{
  width: auto;
  max-height: none;
  max-width: none;
}

.body{
  background-color: #020114;
  font-family: Azonix, sans-serif;
}

.body.em{
  font-size: 1.11111em;
}

.hero-component{
  height: auto;
}

.home-hero-content{
  grid-template-rows: auto;
  align-items: center;
  margin-left: 2rem;
  display: flex;
  position: relative;
}

.home-hero-content.em{
  align-items: center;
}

.hero-conent-wrapper.em{
  max-width: 35.375em;
}

.hero-heading{
  color: #fff;
  font-size: 6rem;
  font-weight: 400;
}

.hero-heading.left-margin{
  margin-left: 5rem;
}

.hero-heading.em{
  font-size: 6em;
}

.hero-image-wrapper{
  width: 60%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hero-ring-image{
  z-index: -1;
  width: 29.7rem;
  height: 29.7rem;
  display: none;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.image-26{
  z-index: 1;
  width: auto;
  height: auto;
  position: static;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0%;
}

.image-26.em{
  width: auto;
  height: auto;
}

.button-wrapper{
  z-index: 0;
  height: 7rem;
  background-color: #0bf;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  align-items: center;
  margin-left: 8rem;
  padding-left: 3rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0%;
  right: 0%;
}

.button-wrapper.em{
  height: 7em;
  margin-left: 8em;
  padding-left: 3em;
}

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

.image-27{
  z-index: -1;
  object-fit: fill;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.avatar-image{
  width: 24rem;
  height: auto;
}

.paragraph{
  max-width: none;
  color: #fff;
  text-align: justify;
  margin-bottom: 2rem;
  font-family: Address Sans Pro Light, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph.avatar{
  margin-top: 1rem;
  font-family: Address Sans Pro Light, sans-serif;
  font-weight: 300;
}

.paragraph.centre{
  text-align: center;
  margin-top: 3rem;
  font-family: Address Sans Pro Light, sans-serif;
}

.paragraph.black{
  color: #000;
  margin-bottom: 1rem;
}

.paragraph.mint{
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Azonix, sans-serif;
  font-weight: 400;
}

.flex{
  max-width: 80rem;
  justify-content: space-between;
  align-items: stretch;
  margin: 129px auto 16rem;
  display: flex;
  position: relative;
}

.flex.centre{
  max-width: 80rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 16rem;
}

.flex.last{
  justify-content: space-between;
  margin-bottom: 10rem;
}

.image-side{
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3rem;
  display: flex;
  position: relative;
}

.image-side.left{
  padding-left: 0;
}

.image-side.right{
  justify-content: flex-end;
  padding-left: 0;
}

.login-button-wrapper{
  width: 180px;
  min-height: 55px;
  background-image: url('imagessvg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-button-wrapper.static{
  width: auto;
  min-height: auto;
  color: #000;
  padding: 1rem 2rem;
  text-decoration: none;
}

.text-side{
  width: 50%;
  max-width: 30.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  font-weight: 300;
  display: flex;
}

.h3{
  color: #3cf;
  font-family: Azonix, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.h3.mobile{
  display: none;
}

.shade{
  z-index: -1;
  width: 700px;
  position: absolute;
}

.text-block{
  justify-content: center;
  align-items: center;
  font-family: Azonix, sans-serif;
  display: flex;
}

.text-block-2{
  color: #fff;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Address Sans Pro Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.366;
}

.centered{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  display: flex;
}

.section-virtual-world{
  padding-top: 6.25rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.h2{
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

.h2.ch{
  max-width: 64rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3.1rem;
  font-family: Azonix, sans-serif;
  font-size: 3.0625rem;
  font-weight: 400;
  line-height: 3.3125rem;
}

.home_line{
  margin-top: 6.25rem;
  margin-bottom: 8.875rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: block;
}

.home_line.second{
  display: none;
}

.home_line.third{
  margin-bottom: 2rem;
}

.line_blue{
  border-top: 2px solid #15bffd;
}

.home_dooted_bg_img{
  z-index: -1;
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(-180deg);
}

.home_dooted_bg_img.second{
  top: 30%;
}

._3d-image{
  width: 24rem;
  height: auto;
}

.section-portfolio{
  padding-top: 6.25rem;
  position: relative;
}

.h-flex-company{
  width: 60rem;
  height: 7rem;
  background-color: #0bf;
  border-radius: 4.375rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 5rem;
  display: flex;
}

.hero-button{
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-text{
  color: #000;
  margin-right: 10px;
  font-family: Address Sans Pro Bold, sans-serif;
  font-weight: 700;
}

.section-rewards{
  padding-top: 6.25rem;
  position: relative;
}

.rewards-content-wrapper{
  align-items: flex-start;
  margin-top: 4rem;
  margin-left: 2rem;
  display: flex;
}

.text-wrapper{
  max-width: 22rem;
  padding-top: 0;
}

.rl_faq1_answer-wrapper{
  margin-bottom: 1.5rem;
  padding: 2rem 5rem 5rem;
}

.rl_faq1_icon-wrapper{
  align-self: flex-start;
}

.faq-wrapper{
  max-width: 84.72%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-section-large{
  padding-top: 0;
  padding-bottom: 0;
}

.rl_faq1_list{
  border-bottom: 1px solid #000;
}

.rl_faq1_accordion{
  border: 2px solid #0bf;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.rl_faq1_heading-wrapper{
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

.image-35{
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_faq1_answer{
  overflow: hidden;
}

.rl_faq1_question{
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Address Sans Pro, sans-serif;
  font-weight: 400;
  display: flex;
}

.rl_faq1_question-text{
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Address Sans Pro Font, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-text-style-regular {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Address Sans Pro Light, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}

.rl-text-style-regular.text{
  font-family: Address Sans Pro, sans-serif;
}

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

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

.h1{
  color: #fff;
  font-size: 60px;
  line-height: .916667;
}

.h1.blue{
  color: #3cf;
  font-weight: 400;
}

.faq_heading{
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1.7;
}

.section-debit-card{
  position: relative;
}

.debit-card-content{
  width: 64rem;
  background-color: #0bf;
  border: 2px solid #0bf;
  border-radius: 4.375rem;
  grid-template-rows: auto;
  align-items: center;
  margin: 10rem auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
  display: flex;
}

.debit-card-image-box{
  width: 31.25rem;
  height: 19.375rem;
  margin-top: -8rem;
  margin-left: -2rem;
}

.debit-card-content-box{
  max-width: 33rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-3{
  margin-bottom: 10px;
  font-family: Address Sans Pro, sans-serif;
}

.text-block-3.caed{
  font-family: Address Sans Pro Light, sans-serif;
  font-size: .9rem;
}

.section-roadmap{
  padding-top: 0;
  position: relative;
}

.roadmap-content{
  z-index: 1;
  height: auto;
  max-width: 60rem;
  border-left: 2px #0bf;
  margin-top: 7.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.roadmap-box{
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.div-block{
  width: 1.2rem;
  height: 1.2rem;
  background-color: #0bf;
  border-radius: 100%;
}

.dot-linw-wrap{
  align-items: center;
  display: flex;
}

.roadmap-line{
  width: 7.5rem;
  height: 1px;
  background-color: #0bf;
}

.roadmap-line.short{
  width: 5.3125rem;
}

.roadmap-compnent-heading{
  width: 166.021px;
  color: #fff;
  text-align: center;
  padding: .5rem 1rem;
  font-family: Address Sans Pro Bold, sans-serif;
}

.roadmap-component-sub-heading{
  width: 105.354px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Address Sans Pro Font, sans-serif;
}

.roadmap-content-card{
  width: 17rem;
  min-height: 364px;
  background-color: #0bf;
  border-radius: 3.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  display: flex;
}

.vertical-line{
  z-index: -1;
  width: .1875rem;
  height: 83rem;
  background-color: #0bf;
  position: absolute;
  top: 12rem;
  bottom: 0%;
  left: .5rem;
  right: auto;
}

.image-36{
  overflow: visible;
}

.avatar-slider{
  width: 24rem;
  height: 33.4688rem;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav{
  height: 3.75rem;
  background-color: rgba(7, 6, 53, .3);
  border-bottom-right-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow, .section-roadmap-mobile{
  display: none;
}

.image-38{
  margin-right: 0;
}

.avartar-hero-mobile-image{
  display: none;
}

.image-40{
  margin-left: 102px;
}

.image-41{
  margin-left: 96px;
}

.heading, .heading-2{
  margin-bottom: 5.5rem;
}

.stage-heading{
  color: rgba(0, 187, 255, .3);
  text-transform: uppercase;
  font-family: Address Sans Pro Bold, sans-serif;
  font-size: 4rem;
  line-height: 1.4;
}

.stage-heading.mobile{
  display: none;
}

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

@media screen and (min-width: 1280px){
  .heading-style-h4.blue{
    font-size: 1.5rem;
  }

  .main-wrapper{
    overflow: hidden;
  }

  .nav_container.em{
    height: 6em;
    max-height: 8em;
    min-height: 6em;
  }

  .mint_image_box.centred{
    width: 208px;
  }

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

  .mind_grid_wrapper.four{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-hero-section{
    height: auto;
    max-height: none;
  }

  .home-hero-section.em{
    height: 50em;
    max-height: 58em;
    min-height: 50em;
  }

  .hero-component{
    height: 44em;
    max-height: 50em;
    min-height: 44em;
  }

  .home-hero-content{
    max-height: 100%;
    margin-left: 4rem;
  }

  .home-hero-content.em{
    height: 100%;
    margin-left: 0;
  }

  .hero-heading{
    font-size: 5rem;
  }

  .hero-image-wrapper{
    max-height: 100%;
  }

  .hero-ring-image{
    width: 35rem;
    height: auto;
    right: 5%;
  }

  .image-26{
    width: auto;
    height: auto;
  }

  .button-wrapper{
    height: 9rem;
    margin-left: 10rem;
    padding-left: 4rem;
  }

  .button-wrapper.em{
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-27{
    object-fit: fill;
  }

  .avatar-image{
    width: 28rem;
  }

  .paragraph{
    text-align: justify;
  }

  .paragraph.centre{
    max-width: 56.875rem;
    text-align: center;
    margin-top: 4rem;
    font-family: Address Sans Pro, sans-serif;
  }

  .flex{
    max-width: 72rem;
    justify-content: space-between;
  }

  .flex.centre{
    max-width: 72rem;
  }

  .image-side{
    width: auto;
    height: auto;
    padding-left: 1rem;
  }

  .text-side{
    width: 60%;
  }

  .section-virtual-world{
    margin-top: 6.875rem;
    padding-top: 0;
  }

  .home_dooted_bg_img{
    display: none;
  }

  ._3d-image{
    width: 28rem;
  }

  .section-portfolio{
    margin-top: 8rem;
  }

  .h-flex-company{
    width: 74.375rem;
    height: 8.875rem;
    margin-top: 4.75rem;
  }

  .section-rewards{
    margin-top: 8.875rem;
    padding-top: 0;
  }

  .rewards-content-wrapper{
    margin-left: 4rem;
  }

  .text-wrapper{
    max-width: 27rem;
  }

  .section-debit-card{
    margin-top: 8.875rem;
  }

  .section-roadmap{
    margin-top: 8.75rem;
  }

  .roadmap-content{
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }

  .roadmap-content-card{
    width: 19rem;
  }

  .vertical-line{
    height: 83rem;
  }

  .avatar-slider{
    width: 28rem;
    height: auto;
  }

  .stage-heading{
    font-size: 4rem;
  }

  .image-45{
    width: 181px;
  }
}

@media screen and (min-width: 1440px){
  .page-wrapper{
    max-width: 120rem;
  }

  .main-wrapper{
    overflow: visible;
  }

  .nav_container{
    padding-right: 3rem;
  }

  .mint_textblock.silver{
    color: #0bf;
  }

  .mind_grid_wrapper{
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .copyright_text{
    font-size: .75rem;
  }

  .bg-image-cover{
    width: 100vw;
    height: 100vh;
  }

  .bg-body-image{
    width: 100%;
  }

  .home-hero-section{
    height: auto;
    overflow: visible;
  }

  .hero-component{
    height: auto;
  }

  .home-hero-content{
    margin-left: 4rem;
  }

  .hero-heading{
    margin-left: 3rem;
    font-size: 100px;
  }

  .hero-heading.left-margin{
    margin-left: 8rem;
  }

  .hero-ring-image{
    width: auto;
    height: 40rem;
  }

  .image-26{
    width: auto;
    height: auto;
  }

  .button-wrapper{
    width: 100%;
    height: 9.25rem;
    margin-left: 16rem;
    padding-left: 8rem;
  }

  .image-27{
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .avatar-image{
    width: 28rem;
  }

  .paragraph{
    text-align: justify;
    object-fit: fill;
    font-size: 20px;
    overflow: visible;
  }

  .paragraph.avatar{
    margin-bottom: 3.5rem;
    font-size: 18px;
    line-height: 1.6;
    font-size: 18px;
  }

  .paragraph.centre{
    margin-top: 3.875rem;
    font-family: Address Sans Pro Light, sans-serif;
  }

  .paragraph.centre.event{
    margin-top: 2.5rem;
    font-family: Address Sans Pro Light, sans-serif;
  }

  .paragraph.black{
    line-height: 1.6;
  }

  .flex{
    z-index: 5;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .login-button-wrapper{
    font-size: 20px;
  }

  .text-side{
    max-width: 32.9775rem;
    padding-right: 0;
  }

  .text-side.right{
    padding-right: 80px;
  }

  .h3{
    color: #0bf;
    margin-bottom: 1.5rem;
    font-size: 40px;
    line-height: 73px;
  }

  .shade{
    width: 900px;
    left: -142px;
  }

  .text-block-2{
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .centered{
    z-index: 5;
    position: relative;
  }

  .section-virtual-world{
    z-index: 4;
    margin-top: 6.875rem;
  }

  .h2.ch{
    font-size: 49px;
    line-height: 53px;
  }

  .home_line{
    z-index: 5;
    position: relative;
  }

  .home_line.third{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
    display: block;
  }

  .line_blue{
    border-top: 2px solid #0bf;
  }

  .home_dooted_bg_img{
    z-index: 0;
    transform: rotate(-180deg);
  }

  .home_dooted_bg_img.second{
    z-index: 1;
    top: 15%;
  }

  ._3d-image{
    width: 28rem;
  }

  .section-portfolio{
    z-index: 4;
    margin-top: 4rem;
  }

  .h-flex-company{
    margin-top: 3.5rem;
  }

  .hero-button{
    text-decoration: none;
  }

  .section-rewards{
    z-index: 4;
    margin-top: 0;
  }

  .rewards-content-wrapper{
    margin-top: 2rem;
    margin-left: 8.75rem;
  }

  .text-wrapper{
    max-width: 27rem;
    padding-top: 4rem;
  }

  .section-faq{
    margin-bottom: 9rem;
  }

  .faq-wrapper{
    margin-top: 5rem;
  }

  .rl_faq1_list{
    max-width: 90rem;
  }

  .rl_faq1_question-text{
    color: #fff;
    font-family: Address Sans Pro Light, sans-serif;
    font-size: 1.5rem;
  }

  .section-debit-card{
    z-index: 4;
    margin-top: 0;
  }

  .debit-card-content{
    width: 74rem;
  }

  .debit-card-image-box{
    width: 37.5rem;
    height: auto;
  }

  .text-block-3.caed{
    margin-bottom: 1rem;
  }

  .section-roadmap{
    z-index: 4;
    margin-top: 0;
  }

  .roadmap-content{
    margin-left: auto;
    margin-right: auto;
  }

  .caed_heading{
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .image-39{
    margin-left: 61px;
    margin-right: -200px;
  }

  .stage-heading{
    font-size: 5rem;
  }
}

@media screen and (min-width: 1920px){
  .page-wrapper{
    /*width: 120rem;*/
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }

  .container-large.v-flex{
    max-width: 120rem;
  }

  .main-wrapper{
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .bg-image-cover{
    height: 100vh;
  }

  .bg-body-image{
    width: 100%;
  }

  .home-hero-section{
    height: auto;
  }

  .home-hero-section.em, .hero-component{
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .hero-conent-wrapper{
    margin-left: 5rem;
  }

  .hero-ring-image{
    width: 748px;
    height: 50rem;
    right: 0%;
  }

  .image-26{
    width: auto;
    height: auto;
    right: -5%;
  }

  .button-wrapper{
    width: 100%;
    margin-left: 20rem;
  }

  .paragraph{
    font-family: Address Sans Pro Light, sans-serif;
  }

  .section-virtual-world{
    margin-left: auto;
    margin-right: auto;
  }

  .heading{
    text-align: center;
    font-family: Azonix, sans-serif;
    display: block;
  }

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

  .heading-2{
    text-align: center;
    font-family: Azonix, sans-serif;
  }
}

@media screen and (max-width: 1279.98px){
  .footer_wrapper{
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 991px){
  .padding-xlarge{
    padding: 3rem;
  }

  .margin-xlarge{
    margin: 3rem;
  }

  .padding-xhuge{
    padding: 6rem;
  }

  .padding-xxhuge{
    padding: 8rem;
  }

  .padding-huge{
    padding: 5rem;
  }

  .margin-large{
    margin: 2.5rem;
  }

  .padding-xxlarge{
    padding: 4rem;
  }

  .padding-large{
    padding: 2.5rem;
  }

  .margin-huge{
    margin: 5rem;
  }

  .padding-medium{
    padding: 1.5rem;
  }

  .margin-xxlarge{
    margin: 4rem;
  }

  .margin-xhuge{
    margin: 6rem;
  }

  .margin-medium{
    margin: 1.5rem;
  }

  .margin-xxhuge{
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet{
    display: none;
  }

  .fs-styleguide_2-col{
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col{
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium{
    font-size: 3rem;
  }

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

  .heading-style-h4, .heading-style-h4.blue{
    text-align: center;
  }

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

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

  .main-wrapper{
    overflow: hidden;
  }

  .fs-styleguide_section{
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge{
    padding: 5rem;
  }

  .spacer-xlarge{
    padding: 3rem;
  }

  .spacer-xxlarge{
    padding: 4rem;
  }

  .nav_container{
    padding-top: 1rem;
    padding-right: 1.5rem;
  }

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

  .mind_grid_wrapper{
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 5rem;
  }

  .mind_grid_wrapper.five{
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image_bg_side_block{
    width: 50rem;
  }

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

  .join_heading{
    font-size: 1.25rem;
  }

  .copyright_text{
    font-size: 1rem;
  }

  .footer_links{
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .bg-image-cover{
    z-index: 0;
    height: 100vh;
    max-height: none;
    position: -webkit-sticky;
    position: sticky;
    top: 1px;
  }

  .bg-body-image{
    width: 100%;
    height: 100%;
  }

  .hero-component{
    height: auto;
  }

  .hero-heading{
    font-size: 3.5rem;
  }

  .hero-heading.left-margin{
    margin-left: 3rem;
  }

  .hero-ring-image{
    width: 25rem;
    height: auto;
  }

  .image-26{
    width: 34rem;
  }

  .button-wrapper{
    margin-left: -3rem;
    padding-left: 4rem;
  }

  .avatar-image{
    width: 352px;
  }

  .paragraph{
    max-width: none;
    text-align: center;
  }

  .paragraph.mint{
    font-size: 1rem;
  }

  .flex{
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex.centre{
    align-items: center;
    margin-bottom: 0;
  }

  .flex.last{
    margin-bottom: 4rem;
  }

  .image-side{
    width: 100%;
  }

  .image-side.left, .image-side.right{
    justify-content: center;
    margin-top: 56px;
  }

  .text-side{
    width: 100%;
    order: 1;
    align-items: center;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h3{
    display: none;
  }

  .h3.mobile{
    text-align: center;
    display: block;
  }

  .shade{
    left: -23px;
  }

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

  .h2.ch{
    font-size: 30px;
  }

  .home_line{
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_line.second{
    display: block;
  }

  .line_blue{
    border-top-width: 2px;
  }

  ._3d-image{
    width: 352px;
  }

  .section-portfolio{
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h-flex-company{
    width: 80%;
    height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .section-rewards{
    background-image: url('images-1.png');
    background-position: 0%;
    background-size: cover;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rewards-content-wrapper{
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .text-wrapper{
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-wrapper{
    display: none;
  }

  .faq-wrapper{
    max-width: 95%;
  }

  .rl-padding-section-large{
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-padding-global{
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-debit-card{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .debit-card-content{
    width: auto;
    flex-direction: column;
    padding-right: 0;
  }

  .debit-card-content-box{
    align-items: center;
  }

  .text-block-3.caed{
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }

  .section-roadmap{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .roadmap-line{
    width: 4rem;
  }

  .roadmap-component-sub-heading{
    width: 84.0938px;
    text-align: center;
  }

  .vertical-line{
    height: 83rem;
  }

  .caed_heading{
    margin-bottom: 1.5rem;
  }

  .avatar-slider{
    width: 352px;
    height: auto;
  }

  .image-40, .image-41{
    margin-left: -200px;
  }

  .stage-heading{
    display: none;
  }

  .stage-heading.mobile{
    text-align: center;
    display: block;
  }

  .image-43{
    margin-top: -53px;
  }
}

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

  h2{
    font-size: 2rem;
  }

  h3{
    font-size: 1.5rem;
  }

  h4{
    font-size: 1.25rem;
  }

  h5{
    font-size: 1rem;
  }

  h6{
    font-size: .875rem;
  }

  .padding-xlarge{
    padding: 2rem;
  }

  .margin-xlarge{
    margin: 2rem;
  }

  .padding-xhuge{
    padding: 4rem;
  }

  .padding-xxhuge{
    padding: 4.5rem;
  }

  .padding-huge{
    padding: 3.5rem;
  }

  .margin-large{
    margin: 1.5rem;
  }

  .padding-xxlarge{
    padding: 3rem;
  }

  .padding-large{
    padding: 1.5rem;
  }

  .margin-huge{
    margin: 3.5rem;
  }

  .padding-medium{
    padding: 1.25rem;
  }

  .margin-xxlarge{
    margin: 3rem;
  }

  .margin-xhuge{
    margin: 4rem;
  }

  .margin-medium{
    margin: 1.25rem;
  }

  .margin-xxhuge{
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large{
    font-size: 3rem;
  }

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

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

  .padding-global{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header{
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium{
    font-size: 2rem;
  }

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

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

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

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

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

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

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

  .fs-styleguide_version, .heading-style-h5{
    font-size: .875rem;
  }

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

  .home-message_component{
    padding: 0;
  }

  .home-message_content{
    border-radius: 0;
  }

  .spacer-huge{
    padding: 3.5rem;
  }

  .spacer-xlarge{
    padding: 2rem;
  }

  .spacer-xxlarge{
    padding: 3rem;
  }

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

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

  .nav_button_wrapper.footer{
    justify-content: center;
  }

  .mint_image_box.centred{
    margin-left: auto;
    margin-right: auto;
  }

  .line_block.blue{
    display: none;
  }

  .feature-text.home{
    font-size: 10px;
  }

  .mind_grid_wrapper, .mind_grid_wrapper.five{
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .image_bg_side_block{
    display: none;
  }

  .footer_wrapper{
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: center;
  }

  .join_heading{
    display: none;
  }

  .join_heading.seconf{
    display: block;
  }

  .social-block{
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .image-24{
    width: 60px;
  }

  .footer_link_wrapper{
    margin-top: 2.5rem;
  }

  .bg-image-cover{
    top: 0;
    overflow: hidden;
  }

  .bg-body-image{
    width: auto;
    max-width: none;
  }

  .hero-component{
    height: auto;
  }

  .home-hero-content{
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .hero-ring-image, .image-26{
    bottom: -8%;
  }

  .button-wrapper{
    justify-content: center;
    margin-left: -4rem;
    display: none;
    position: relative;
  }

  .button-wrapper.mobile{
    z-index: 1;
    display: flex;
  }

  .paragraph.avatar{
    text-align: center;
    margin-top: 40px;
  }

  .paragraph.mint{
    font-size: .6rem;
  }

  .flex, .flex.centre{
    margin-bottom: 0;
  }

  .flex.last{
    margin-bottom: 4rem;
  }

  .image-side.left{
    justify-content: center;
    margin-top: 56px;
  }

  .image-side.right{
    justify-content: center;
  }

  .text-side{
    order: 1;
    align-items: center;
    margin-top: 60px;
  }

  .h3{
    display: none;
  }

  .h3.mobile{
    display: block;
  }

  .section-virtual-world{
    margin-top: 0;
  }

  .home_line{
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_line.second{
    display: block;
  }

  .section-portfolio{
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h-flex-company{
    width: auto;
    height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .rl_faq1_answer-wrapper{
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon-wrapper{
    width: 1.75rem;
  }

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

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

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

  .h1.blue{
    font-size: 40px;
  }

  .section-debit-card{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .debit-card-content{
    padding-right: 0;
  }

  .debit-card-content-box{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-3.caed{
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .section-roadmap{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .roadmap-line{
    width: 4rem;
  }

  .roadmap-component-sub-heading{
    text-align: center;
  }

  .roadmap-content-card{
    padding: 15px 10px;
  }

  .vertical-line{
    height: 58rem;
    top: 10rem;
  }

  .caed_heading{
    margin-bottom: 1rem;
  }

  .avatar-slider{
    height: auto;
  }

  .slide-nav{
    height: 3.1rem;
  }

  .section-roadmap-mobile{
    display: block;
  }

  .roadmap-image-wraper{
    margin-top: 60px;
  }

  .image-40, .image-41{
    margin-left: -2px;
  }

  .stage-heading.mobile{
    text-align: center;
  }

  .image-43{
    margin-top: -54px;
  }
}

@media screen and (max-width: 479px){
  .margin-horizontal{
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-global{
    padding-left: 16px;
    padding-right: 10px;
  }

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

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

  .heading-style-h4.blue{
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 2;
  }

  .button{
    padding: .625rem 1.375rem;
    font-size: .8125rem;
  }

  .button.pink{
    min-width: 8rem;
    font-size: 15px;
  }

  .button.pink.nav{
    min-width: 6.75rem;
    font-size: 13px;
    line-height: 15px;
  }

  .button.blue{
    min-width: 8rem;
    align-self: center;
    font-size: 15px;
    line-height: 17px;
  }

  .button.blue.product{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .button.blue.nav{
    min-width: 6.75rem;
    font-size: 13px;
    line-height: 15px;
  }

  .button.black{
    min-width: 9.875rem;
  }

  .button.black.product{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .nav_arrow{
    margin-right: .5rem;
  }

  .nav_button_wrapper{
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: 1rem;
  }

  .nav_button_wrapper.footer{
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    padding-right: 0;
  }

  .mint_section{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mint_heading{
    font-size: 2.125rem;
  }

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

  .mint_textblock{
    font-size: 1.5rem;
  }

  .price_text{
    font-size: 2rem;
  }

  .line_block{
    width: 100%;
    order: 1;
  }

  .details-flex._11{
    margin-top: 2.5rem;
  }

  .mind_grid_wrapper{
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

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

  .footer_component{
    padding-top: 1rem;
  }

  .footer_section{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-24{
    width: 60px;
  }

  .copyright_text{
    font-size: .75rem;
  }

  .footer_link{
    order: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .image-25{
    width: 3.5rem;
    height: auto;
  }

  .brand{
    padding-left: 0;
  }

  .bg-body-image{
    width: 700px;
    margin-left: -10rem;
  }

  .home-hero-section{
    height: auto;
  }

  .hero-component{
    height: auto;
    position: relative;
  }

  .home-hero-content{
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    margin-top: 1rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-heading{
    font-size: 3.25rem;
  }

  .hero-heading.left-margin{
    margin-left: 4rem;
  }

  .hero-image-wrapper{
    width: auto;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .hero-ring-image{
    z-index: -1;
    width: 18.75rem;
    height: auto;
    max-width: none;
    margin-right: -2rem;
    display: none;
    position: absolute;
    top: 20%;
    bottom: 0%;
    left: 10%;
    right: 0%;
  }

  .image-26{
    width: 25em;
    height: auto;
    max-width: none;
    margin-right: -5rem;
    display: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: -15%;
    right: auto;
  }

  .button-wrapper{
    height: 5rem;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    position: static;
  }

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

  .image-27{
    position: static;
  }

  .avatar-image{
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .paragraph{
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph.avatar{
    width: auto;
    text-align: center;
    margin-bottom: 3.375rem;
    font-size: 18px;
    line-height: 1.6;
  }

  .paragraph.centre{
    margin-top: 65px;
    margin-bottom: 0;
  }

  .paragraph.black{
    margin-bottom: 49px;
  }

  .paragraph.mint{
    font-size: 8px;
  }

  .flex{
    margin-top: 2rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex.centre, .flex.last{
    margin-bottom: 0;
  }

  .image-side{
    max-width: 346px;
    padding-left: 0;
  }

  .image-side.right{
    margin-top: 56px;
  }

  .login-button-wrapper{
    width: 100px;
    min-height: 35px;
    position: absolute;
    top: 38%;
    bottom: auto;
    left: 35%;
    right: auto;
  }

  .login-button-wrapper.static{
    height: 48px;
    min-height: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .text-side{
    order: 1;
    align-items: center;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-side.right{
    margin-top: 55px;
  }

  .h3{
    text-align: center;
    order: -1;
    margin-top: 0;
    font-size: 2rem;
  }

  .h3.mobile{
    font-size: 1.5rem;
  }

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

  .text-block-2{
    width: 271px;
    text-align: center;
  }

  .section-virtual-world{
    margin-top: 60px;
    padding-top: 2rem;
  }

  .h2.ch{
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 55px;
  }

  .home_line{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .home_line.hide{
    display: block;
  }

  .home_line.third{
    margin-top: 68px;
  }

  ._3d-image{
    width: auto;
    height: auto;
    margin-top: -9px;
  }

  .section-portfolio{
    margin-top: 75px;
    padding-top: 1rem;
  }

  .h-flex-company{
    margin-top: 75px;
  }

  .hero-button{
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 5rem;
  }

  .section-rewards{
    background-image: url('images-1.png');
    background-position: 20%;
    background-size: cover;
    margin-top: 60px;
    padding-top: 0;
  }

  .rewards-content-wrapper{
    margin-top: 2rem;
  }

  .text-wrapper{
    padding-top: 0;
  }

  .rl_faq1_answer-wrapper{
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-wrapper{
    max-width: 90%;
    margin-top: 0;
  }

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

  .rl_faq1_accordion.last{
    margin-bottom: 1rem;
  }

  .rl_faq1_question-text{
    font-size: 20px;
  }

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

  .section-debit-card{
    margin-top: 60px;
  }

  .debit-card-content{
    width: auto;
    height: auto;
    max-width: 23.5rem;
    flex-direction: column;
    margin-bottom: 80px;
    padding-bottom: 57px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .debit-card-image-box{
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .debit-card-content-box{
    max-width: none;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3.caed{
    margin-bottom: 85px;
  }

  .section-roadmap{
    margin-top: 60px;
  }

  .caed_heading{
    text-align: center;
    margin-bottom: 1rem;
    line-height: 62px;
  }

  .image-37{
    width: 480px;
    max-width: none;
  }

  .avatar-slider{
    width: auto;
    height: auto;
  }

  .slide-nav{
    height: 2.4rem;
  }

  .avartar-hero-mobile-image{
    margin-bottom: 0;
    display: block;
  }

  .image-40, .image-41{
    margin-left: -2px;
  }

  .stage-heading.mobile{
    order: -1;
    margin-bottom: .5rem;
  }

  .image-42{
    width: 50px;
  }

  .image-43{
    margin-top: -50px;
  }
}

#w-node-_73c8e2cb-86fe-e6f4-403c-c6456558a917-19dd2774, #w-node-_73c8e2cb-86fe-e6f4-403c-c6456558a919-19dd2774, #w-node-_69fcc1f7-42da-1aab-b000-39057e7e9cfe-19dd279b, #w-node-_69fcc1f7-42da-1aab-b000-39057e7e9d00-19dd279b, #w-node-_69fcc1f7-42da-1aab-b000-39057e7e9d02-19dd279b, #w-node-_0239d9ea-be2f-b92b-7f51-71edf38b3030-19dd279c, #w-node-_0239d9ea-be2f-b92b-7f51-71edf38b3032-19dd279c, #w-node-_0239d9ea-be2f-b92b-7f51-71edf38b3034-19dd279c{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-19dd279d{
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-19dd279d{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-19dd279d{
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-19dd279d{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-19dd279d{
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-19dd279d{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-19dd279d{
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-19dd279d{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-19dd279d{
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-19dd279d{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-19dd279d, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-19dd279d{
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-19dd279d{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-19dd279d{
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-19dd279d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-19dd279d{
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-19dd279d{
  justify-self: start;
}


@font-face{
  font-family: 'Address Sans Pro Font';
  src: url('../fonts/address-sans-pro-font.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Address Sans Pro';
  src: url('../fonts/FontsFree-Net-aa4-5.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Azonix';
  src: url('../fonts/Azonix.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Address Sans Pro Bold';
  src: url('../fonts/Address-Sans-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Address Sans Pro';
  src: url('../fonts/Address-Sans-Pro-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: ' Address Sans Pro';
	src: url('../fonts/Address-Sans-Pro-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}