html {
  
    font-family: sans-serif;
}
body {
   
	background-color:#f4f0ed;
}



.container--sticky-cards
{
margin-left:10%;
}

	

.cardli1
	{
/*	padding-top:50px;
*/	width:100%;
	}
	.cardli1 li
	{
	list-style:none;
	
	}
	
	
 
 
@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: none !important;
    }
    .w-col-medium-1 {
        width: 8.33333%;
    }
    .w-col-medium-2 {
        width: 16.6667%;
    }
    .w-col-medium-3 {
        width: 25%;
    }
    .w-col-medium-4 {
        width: 33.3333%;
    }
    .w-col-medium-5 {
        width: 41.6667%;
    }
    .w-col-medium-6 {
        width: 50%;
    }
    .w-col-medium-7 {
        width: 58.3333%;
    }
    .w-col-medium-8 {
        width: 66.6667%;
    }
    .w-col-medium-9 {
        width: 75%;
    }
    .w-col-medium-10 {
        width: 83.3333%;
    }
    .w-col-medium-11 {
        width: 91.6667%;
    }
    .w-col-medium-12 {
        width: 100%;
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}
@media screen and (max-width: 767px) {

.attributes-card__card {
    min-height: 24.31em;
	width:200%;
    grid-column-gap: 1.74em;
    background-color: #ff471d;
    border: 1px solid #000;
    border-radius: 24px;
    grid-template-rows: auto;
  
  
    padding: 1.74em 0.74em 2.47em;
    display: grid;
    position: relative;
}
    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: none !important;
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
    .w-col-small-1 {
        width: 8.33333%;
    }
    .w-col-small-2 {
        width: 16.6667%;
    }
    .w-col-small-3 {
        width: 25%;
    }
    .w-col-small-4 {
        width: 33.3333%;
    }
    .w-col-small-5 {
        width: 41.6667%;
    }
    .w-col-small-6 {
        width: 50%;
    }
    .w-col-small-7 {
        width: 58.3333%;
    }
    .w-col-small-8 {
        width: 66.6667%;
    }
    .w-col-small-9 {
        width: 75%;
    }
    .w-col-small-10 {
        width: 83.3333%;
    }
    .w-col-small-11 {
        width: 91.6667%;
    }
    .w-col-small-12 {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important;
    }
    .w-hidden-tiny {
        display: none !important;
    }
    .w-col {
        width: 100%;
    }
    .w-col-tiny-1 {
        width: 8.33333%;
    }
    .w-col-tiny-2 {
        width: 16.6667%;
    }
    .w-col-tiny-3 {
        width: 25%;
    }
    .w-col-tiny-4 {
        width: 33.3333%;
    }
    .w-col-tiny-5 {
        width: 41.6667%;
    }
    .w-col-tiny-6 {
        width: 50%;
    }
    .w-col-tiny-7 {
        width: 58.3333%;
    }
    .w-col-tiny-8 {
        width: 66.6667%;
    }
    .w-col-tiny-9 {
        width: 75%;
    }
    .w-col-tiny-10 {
        width: 83.3333%;
    }
    .w-col-tiny-11 {
        width: 91.6667%;
    }
    .w-col-tiny-12 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }
    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }
    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }
    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }
    .w-lightbox-left,
    .w-lightbox-right {
        opacity: 0.5;
        display: block;
    }
    .w-lightbox-close {
        opacity: 0.8;
    }
    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }
    .w-nav-brand {
        padding-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}
.w-ix-emptyfix:after {
    content: "";
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

body {
    color: #000;
	background-color:#f4f0ed;
   
   
  /*  font-size: 1vw;*/
    font-weight: 400;
    line-height: 1.6;
    padding-top: 5px;
}

p {
    margin-bottom: 0;
    font-size: 1.11em;
    line-height: 1.63;
}



.grid--overview {
    grid-column-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.grid--overview.grid--overview--personality {
    margin-bottom: 5.21em;
}
.grid--overview__img-mask {
    height: 45.14em;
    border: 1px solid #000;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.grid--overview__img-mask.grid--overview__img-mask--full {
    margin-bottom: -1px;
    margin-left: -1px;
}
.grid--overview__img-mask.grid--overview__img-mask--scroll {
    position: relative;
}
.grid--overview__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.grid--overview__img.grid--overview__img--scroll {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grid--overview__img.grid--overview__img--hover {
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.grid--overview__content {

   
    font-family: IBM Plex Mono,sans-serif;
    font-size: 15PX;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    position: relative;
}
.grid--overview__content.grid--overview--left {
    margin-left: 0;
}

.grid--overview__content.grid--overview__content--wide.grid--overview__content--wide--light {
    border-top-color: #f6f2e4;
}
.grid--overview__content.grid--overview__content--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
}

.pixel {
    width: 1.04em;
    height: 1.04em;
    background-color: #000;
    margin-top: -1px;
    margin-right: 0.69em;
}
.pixel.pixel--white {
}
.grid--overview__content-block {
    
}

.attributes-card__description
{
width:100%;
}
.grid--overview__content-block.grid--overview__content-block--sticky-cards {
   font-family: IBM Plex Mono,sans-serif;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.attributes-card {
 font-family: IBM Plex Mono,sans-serif;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    position: -webkit-sticky;
    position: sticky;
	text-transform:uppercase;
    top: 25%;
}
.attributes-card.attributes-card--2 {
    top: 33%;
}
.attributes-card.attributes-card--3 {
    top: 37%;
}
.attributes-card.attributes-card--4 {
    top: 42%;
}
.h3--small {
margin-left:10%;
margin-top:-3px;

    margin-bottom: 1.35em;
    font-size: 1.67em;
    line-height: 1.42;
}
.attributes-card__graphic {
    margin-top: 25px;
}
.attributes-card__number {
     font-size: 1.67em;
    font-weight: 900;
    line-height: 1.63;
    position: absolute;
    top: 25px;
    left: 25px;
}
.attributes-card__card {
    height: 24.31em;
	width:700px;
    grid-column-gap: 1.74em;
    background-color: #ff471d;
    border: 1px solid #000;
    border-radius: 24px;
    grid-template-rows: auto;
  
  
    padding: 1.74em 0.74em 2.47em;
    display: grid;
    position: relative;
}
.attributes-card__attributes {
color:#FFFFFF;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #171717;
    border: 1px solid #000;
    border-radius: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    
    margin-top: 10px;
    font-style: italic;
    display: grid;
}
.attributes-card__attribute-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 1.74em 0.8em;
    font-size: 1em;
    line-height: 1.63;
    display: flex;
}
.attributes-card__attribute-item.attributes-card__attribute-item--border {
    border-right: 1px solid #000;
}
.global_background-color--black {
    color: #f6f2e4;
    background-color: #000;
}
.roadmap {
    grid-column-gap: 5.21em;
    grid-row-gap: 5.21em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.roadmap__item-number {
    color: rgba(246, 242, 228, 0.4);
    margin-bottom: 10px;
    font-family: "Code 7x5", sans-serif;
    font-size: 5.14em;
    line-height: 1;
    position: relative;
}
.roadmap__item-number.roadmap__item-number--checked {
    opacity: 1;
    color: #f6f2e4;
}
.roadmap__item-number-percentage {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    position: absolute;
}
.section-title-span--black {
    color: #000;
    margin-left: 0.25em;
}
.cafe-sign {
    width: 20.83em;
    transform-origin: 50% 0;
    position: absolute;
    top: 6.7em;
    bottom: auto;
    left: auto;
    right: 7.57em;
}

.hero-lottie {
    width: 100%;
    margin-top: -6.74em;
}
.hero-lottie-mask {
    height: 96vh;
    border: 1px solid #000;
    border-radius: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 1.04em;
    overflow: hidden;
}

.global_section-padding {
    padding-left: 5.21em;
    padding-right: 5.21em;
}
.global_section-padding.global_section-padding--height-100perc {
    height: 100%;
}
.inline-link {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.inline-link.inline-link--white {
    color: #f6f2e4;
}
.inline-link.inline-link--contract-address {
    font-weight: 400;
}
.section-title-span--white {
    color: #f6f2e4;
}
.personality-fox {
    width: 100%;
    height: 3000px;
    max-width: 1180px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}
.personality-fox__img {
    width: 41.67em;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.personality-fox__img.personality-fox__img--2,
.personality-fox__img.personality-fox__img--3,
.personality-fox__img.personality-fox__img--4,
.personality-fox__img.personality-fox__img--5 {
    position: absolute;
}
.title-marquee {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.title-marquee__wrapper {
    width: 100%;
}
.attributes-card__attribute--secret {
    background-color: #000;
    border-radius: 100px;
    transition: background-color 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.attributes-card__attribute--secret:hover {
    background-color: #f6f2e4;
}
.personality-fox__fox-text {
    width: 24.31em;
    background-color: #000;
    border: 1px solid #f6f2e4;
    border-radius: 25px;
    padding: 1.74em;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    left: -53%;
}
.personality-fox__fox-text.personality-fox__fox-text--right {
    left: auto;
    right: -53%;
}
.personality-fox__sticky {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
}
.personality-fox__name {
    font-family: "Code 7x5", sans-serif;
    position: absolute;
    top: 7%;
}
.personality-fox__fox-attribute {
    color: #000;
    background-color: #f6f2e4;
    border-radius: 100px;
    padding-left: 4px;
    padding-right: 4px;
}

.global_display-none--desktop-tablet {
    display: none;
}
.global_margin-top--normal {
    margin-top: 2.43em;
}
.paragraph-line {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: none;
    position: absolute;
    top: -1px;
    bottom: 0%;
    left: 0%;
    right: auto;
}
.announcement-bar {
    width: 100%;
    max-width: 54.93em;
    color: #f6f2e4;
    background-color: #000;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0.21em 0.21em 0.21em 2.43em;
    font-size: 0.97em;
    display: none;
}
.announcement-bar__btn {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #f6f2e4;
    border-radius: 100px;
    padding: 0.35em 1.88em;
    font-weight: 500;
    text-decoration: none;
}
.span--bold {
    font-weight: 600;
}
.button__arrow {
    z-index: 2;
    width: 0.83em;
    position: relative;
}
.button__arrow.button__arrow--hover {
    display: none;
    position: absolute;
    left: auto;
    right: 3.47em;
}
.newsletter-form-block {
    margin-bottom: 0;
}

.centered-text {
    text-align: center;
}
.note-text {
    font-size: 0.83em;
    line-height: 1.83;
}
.contract-address-text {
    text-transform: uppercase;
    font-size: 0.97em;
}
.contract-address-text__bold {
    font-weight: 500;
}
.button__txt {
    z-index: 2;
    position: relative;
}
.text-span,
.text-span-2 {
    color: #f6f2e4;
}
@media screen and (min-width: 1280px) {
    .roadmap {
        grid-column-gap: 6.94em;
    }
    .personality-fox__fox-text {
        left: -54%;
    }
    .personality-fox__fox-text.personality-fox__fox-text--right {
        right: -54%;
    }
}
@media screen and (min-width: 1440px) {
    .container {
        max-width: none;
    }
    .header__nav-list {
        grid-auto-columns: auto;
    }
}
@media screen and (max-width: 991px) {
    body {
        font-size: 17px;
    }
  
    .section.section--title-paddinig,
    .section.section--overview {
        padding-top: 14.5em;
    }
    .section.section--overview--2,
    .section.section--personality,
    .section.section--overview--3 {
        padding-top: 7.58em;
    }
    
    
   
    .section-title {
        font-size: 1.53em;
        top: -2.21em;
    }
    .section-title.section-title--hero {
        margin-bottom: 15px;
        padding-left: 1.04em;
        padding-right: 1.04em;
    }
    .section-title.section-title--3-lines,
    .section-title.section-title--2-lines {
        top: -4.22em;
    }
    
    .grid--overview.grid--overview--cards {
        grid-row-gap: 0em;
    }
 
	

	
   
   
   
}
@media screen and (max-width: 767px) {

.container--sticky-cards
	{
	margin-left:0px;
	}

.attributes-card__number {
     font-size: 1.3em;
    font-weight: 900;
    line-height: 1.63;
    position: absolute;
    top: 25px;
    left: 25px;
}
.h3--small {
margin-left:15%;
margin-top:-3px;

    margin-bottom: 1.35em;
    font-size: 1.3em;
    line-height: 1.42;
}


    .brdbottomcard {
        border-bottom: 1px solid #fff;
        width: 90%;
        padding: 5PX;
    }
    h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .section {
        padding-bottom: 6.94em;
        padding-left: 3.47em;
        padding-right: 3.47em;
    }
    .section.section--title-paddinig,
    .section.section--overview {
        padding-top: 10.96em;
    }
    .section.section--overview--2,
    .section.section--personality,
    .section.section--overview--3 {
        padding-top: 19.72em;
    }
    .section-title {
        font-size: 4.4em;
        top: -2.46em;
    }
    .section-title.section-title--hero {
        padding-left: 0.69em;
        padding-right: 0.69em;
        font-size: 3.2em;
    }
    .section-title.section-title--3-lines,
    .section-title.section-title--2-lines {
        top: -4.45em;
    }
    .grid--overview {
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
    }
    .grid--overview__content.grid--overview__content--wide {
        grid-template-columns: 1fr;
    }
    .grid--overview__content-block.grid--overview__content-block--sticky-cards {
        grid-row-gap: 3.47em;
    }
    .attributes-card__card {
	margin-left:-2%;
        height: 27.78em;
		width:100%;
    }
    .roadmap {
        grid-template-columns: 1fr;
    }
    .roadmap__item-number {
        font-size: 3.19em;
    }
    .roadmap__item-number-percentage {
        font-size: 14px;
    }
 
}

	