* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
}

a,
div,
span {
    display: inline-block;
}

html {}

body {
    font-size: 0;
    font-family: "video", serif;
    background: #000;
    background: #000000;

}

.header {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 20px;
    height: 60px;
    user-select: none;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);

}

.header__wrapper {
    position: relative;
    width: 100%;

    height: 60px;
   
}

.header__brand {

    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #fff;

    position: absolute;
    left: 0;
    top: 0;
    
    text-align: center;
    letter-spacing: 0.5px;
    pointer-events: none;
    user-select: none;
}



.header__logo {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 20px;
    pointer-events: none;
}

.header__logo svg {
    width: 100%;
    height: 100%;
}

.header__button {
    float: right;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
}

.master__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section__a {
    width: 100%;
    padding-top: 90px;


}

.width__wrapper {
    width: 100%;
    padding: 0 20px;
}

.big__words__lines__wrapper {
    width: 100%;
}

.big__words__line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;

    margin-bottom: 12px;
    white-space: nowrap;
}

.big__words__line__b {
    display: inline-block;

}

.big__words__line__c {
    display: inline-block;
    text-align: left;
    padding-left: calc(50% - 520px);
    margin-bottom: 0;
}

.big__word {
    font-size: 166px;
    height: 118px;
    line-height: 115px;
    color: #dcdedf;

    font-weight: 600;
    vertical-align: middle;

}

.big__word__gsap {
    text-transform: uppercase;
}

.big__word__outline {

    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;


    background-image: radial-gradient(#ffffff 0.5px, transparent 0);
    background-size: 5px 5px;
    background-position: center;



}

.big__word__starter::first-letter {
    margin-left: -11px;
}

.big__word__finisher span {
    letter-spacing: -11px;
}

.big__word__text__wrapper {
    vertical-align: middle;
    margin-left: 20px;
    max-width: 380px;
    white-space: normal;
}


.big__word__text {
    font-size: 16px;
    line-height: 20px;
    color: #b6bcbe;
    width: 100%;
    text-align: justify;
    font-weight: 300;


}



.big__word__button {
    text-align: left;
    font-size: 16px;
    color: #fff;

    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
}


.big__word__button svg {
    vertical-align: top;
    margin-top: -1px;
    margin-left: 3px;
    stroke: #fff;
}

.big__word__button__m {
    margin-top: 30px;
}

.big__word__button__t {
    margin-top: 20px;
}

.big__word__cursor {
    transform: translateY(12px);
    margin-left: 10px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;


    background-image: radial-gradient(#9d9d9d 0.5px, transparent 0);
    background-size: 4px 4px;
    background-position: top left;
}

.object3d {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
}

.object3d canvas {
    position: relative;
    width: 100%;
    height: 100%;
}

.section__b {
    width: 100%;

    margin-top: 22px;
    position: relative;


}

.section__b__dna {
    width: 100%;
    height: calc(100vh - 512px);
    position: relative;
    overflow: hidden;
    background: #030303;
    border: 1px solid #000000;
}


.section__b__dna__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(./5zWt.gif);
    background-size: 320px auto;
    background-position: left center;



    border-radius: 12px;

    background: #fff;
    
    display: none;


}

.section__b__dna__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 72px;
    height: 72px;

}


.section__b__dna__logo svg {
    width: 100%;
    height: 100%;
}

.section__b__dna__overlay {

    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    background-image: radial-gradient(#575757 0.5px, transparent 0);
    background-size: 5px 5px;
    background-position: center;

    border-radius: 12px;





}

.section__b__socials {
    position: absolute;
    left: 20px;
    bottom: 20px;




}

.section__b__social__item {
    width: 24px;
    height: 20px;
    margin-right: 10px;
    background: #000;
    padding: 2px 4px;
    padding-top: 0;

    vertical-align: middle;
    
}

.section__b__social__item__last {
    margin: 0;
}


.section__b__social__item svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.section__b__copyright {

    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 11px;
    line-height: 19px;
    height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;

    background-color: #000;
    padding: 0px 8px;
    letter-spacing: 0.5px;

    border-radius: 2px;
}

.section__b__description {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 11px;
    line-height: 19px;
    height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;

    background-color: #000;
    padding: 0px 8px;
    letter-spacing: 0.5px;
    border-radius: 2px;


}


.spacer__line {
    width: 100%;
    height: 1px;
    background: #202020;
    margin-top: 60px;
}

.info__section {
    width: 100%;
}

.info__section__m {
    margin-top: 60px;

}

.info__section__t {
    margin-top: 80px;

}

.info__section__p {
    margin-top: 120px;
}

.width__wrapper__m {
    text-align: right;
}




.width__wrapper__t {
    text-align: center;

}

.width__wrapper__p {
    text-align: left;

}

.width__wrapper__info__left {
    text-align: left;
}

.info__block {
    width: 50%;
    vertical-align: middle;

}


.info__block__images__wrapper {
    width: 50%;

    vertical-align: middle;
    position: relative;


}

.info__block__images {
    width: 100%;


    text-align: center;



}

.info__block__image__item {
    width: 140px;
    height: 140px;
    margin: 0 30px;
}

.info__block__image__item svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.5px;
}


.info__block__title {
    width: 100%;
    font-weight: 600;
    font-size: 100px;
    line-height: 84px;

    color: #dcdedf;
    text-transform: uppercase;
    text-align: left;

}







.info__block__text {
    font-size: 16px;
    line-height: 20px;
    color: #b6bcbe;
    width: 100%;
    text-align: justify;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
    float: left;
}


.info__block__text__m {

    max-width: 590px;
}


.info__block__text__t {
    width: 100%;
    float: left;

    max-width: 400px;
}


.info__block__text__p {

    max-width: 610px;
}








.section__s {
    width: 100%;
    position: relative;
    margin-top: 60px;

}

.section__s__top__header {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    white-space: nowrap;

    text-align: right;

    font-weight: 500;
    font-size: 100px;
    line-height: 70px;
    height: 72px;
    color: #dcdedf;
    text-transform: uppercase;


}


.section__s__top__header__last__letter {
    letter-spacing: -6px;
}

.section__s__columns {
    width: 100%;
}

.section__s__column {
    width: calc(25% - 15px);
    margin-right: 20px;
    vertical-align: top;

}

.section__s__column__prelast {
    vertical-align: middle;
}

.section__s__column__last {
    margin-right: 0;
    vertical-align: 50%;


}



.section__s__column__item {
    width: 100%;
    position: relative;

    padding: 23px 20px;


}

.section__s__column__item__margin {
    margin-bottom: 20px;
}

.section__s__column__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 0px;

    white-space: nowrap;

}

.section__s__column__header__word {
    font-size: 64px;
    font-weight: 600;
    line-height: 45px;
    height: 46px;

    color: #dcdedf;



}

.section__s__column__header__word::first-letter {
    margin-left: -4px;
}

.section__s__column__header__word span {
    letter-spacing: -2.5px;
}

.section__s__column__item__title {
    width: 100%;
    font-size: 32px;
    line-height: 26px;
    color: #dcdedf;
    font-weight: 600;
    text-transform: uppercase;

}

.section__s__column__item__tags {
    width: 100%;
    margin-top: 10px;
}

.section__s__column__item__tag__item {
    font-size: 15px;
    color: #b6bcbe;
    text-transform: uppercase;
    margin-right: 10px;
}


.section__s__column__item__text {
    font-size: 16px;
    line-height: 20px;
    color: #747474;
    width: 100%;
    text-align: justify;
    font-weight: 300;
    width: 100%;
    margin-top: 6px;
}

.section__s__column__item__number {
    position: absolute;
    right: 20px;
    top: 28px;
    color: #747474;
    font-size: 16px;
    line-height: 16px;
}


.section__s__column__item__button {
    text-align: left;
    font-size: 16px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;

}


.section__s__column__item__button svg {
    vertical-align: top;
    margin-top: -1px;
    margin-left: 3px;
    stroke: #747474;
}




.section__p {
    width: 100%;

    text-align: left;
    margin-top: 20px;
}








.section__p__line__wrapper {
    width: 100%;
    height: 40px;

    overflow: hidden;
    position: relative;
}

.section__p__line {
    position: absolute;
    top: 0;
    right: 0;

    white-space: nowrap;
}



.section__p__line__item {
    vertical-align: top;
    width: 110px;
    height: 40px;

    margin-right: 26px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.2);



    text-align: left;



}

.section__p__line__item svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.section__p__line__item__tidal {
    width: 72px;
}


.section__p__line__item__unidex {
    width: 80px;
}


.section__p__line__item__truepnl {
    width: 110px;
}





.section__p__line__item__shoal {
    width: 170px;
    background-image: url(./partners/shoal.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}


.section__p__line__item__vsfarm {
    width: 120px;
    background-image: url(./partners/vsfarm.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}



.section__p__line__item__tomero {
    width: 160px;
    background-image: url(./partners/tomero.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}


.section__p__line__item__whitelist {
    width: 90px;
    background-image: url(./partners/Whitelist_Ventures.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}



.section__p__line__item__5star {
    filter: invert(1);
    width: 120px;
    background-image: url(./partners/5star.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}


.section__p__line__item__cryptochefs {
    filter: invert(1) brightness(2);
    width: 110px;
    background-image: url(./partners/cryptochefs.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}


.section__p__line__item__ritmo {
    width: 130px;
}



.section__p__line__item__bonsai {
    width: 70px;
}

.section__p__line__item__bonsai svg {
    margin-top: -2px;
}


.section__p__line__item__technova {
    width: 125px;
}

.section__p__line__item__pounder {
    width: 80px;
    background-image: url(./partners/pounder.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}



.section__p__line__item__cloque {
    width: 85px;
    background-image: url(./partners/cloque.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}





.section__t {
    width: 100%;
    text-align: right;
    margin-top: 30px;
    position: relative;
}



.section__t__team__wrapper {
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;

    /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer and Edge */
}

.section__t__team__wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.section__t__team__wrapper__overlay__left {
    position: absolute;
    height: 100%;
    width: 90px;
    background: linear-gradient(to right, #000000, #00000000);
    left: 0;
    top: 0;
    text-align: left;
    padding-left: 30px;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}

.section__t__team__wrapper__overlay__right {
    position: absolute;
    height: 100%;
    width: 100px;
    background: linear-gradient(to left, #000000, #00000000);
    right: 0;
    top: 0;
    text-align: right;
    padding-right: 30px;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}

.section__t__team__wrapper__overlay__left svg {
    position: absolute;

    height: 100%;
    left:20px;
    top: 0;

    width: 30px;

}

.section__t__team__wrapper__overlay__right svg {
    position: absolute;

    height: 100%;
    right: 20px;
    top: 0;

    width: 30px;

}


.section__t__items {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
    filter: saturate(0);
}


.section__t__item {

    width: 340px;
    margin-right: 20px;
    position: relative;
    padding: 20px;
    text-align: left;
    white-space: normal;
}

.section__t__item__image {
    width: 100%;

    height: 185px;
    position: relative;

    border-radius: 8px;
    background: #fff;
}

.section__t__item__image__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#575757 1px, transparent 0);
    background-size: 5px 5px;
    background-position: center;
}

.section__t__item__image__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.section__t__item__image__glitch {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    animation: glitch 0.125s linear infinite;
}


@keyframes glitch {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


.section__t__item__title {
    width: 100%;
    font-size: 32px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    vertical-align: middle;
    position: relative;

}




.section__t__item__qr {
    width: 84px;
    height: 84px;

    vertical-align: middle;

    font-size: 0;

    position: absolute;
    top: 0;
    right: 0;

}

.section__t__item__qr svg {
    width: 100%;
    height: 100%;



}


.section__t__item__role {
    font-size: 20px;
    line-height: 20px;
    color: #b6bcbe;
    text-transform: uppercase;
    margin-top: 6px;
}

.section__t__item__xp {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    color: #747474;
    text-transform: uppercase;
    margin-top: 10px;
}




.section__j {
    width: 100%;
    margin-top: 120px;
}

.section__j__art {
    width: 100%;

    border-radius: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;

}

.section__j__art__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    opacity: 0.65;

    display: none;

}

.object3d__cube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.object3d__cube canvas {
    width: 100%;
    height: 100%;
}

.section__j__art__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    background-image: radial-gradient(#d0d0d0 0.5px, transparent 0);
    background-size: 5px 5px;
    background-position: top;

    display: none;


}


.section__j__lines {
    width: 100%;
    position: relative;

}


.section__j__line {
    width: 100%;
    text-align: right;
    margin-bottom: 12px;

}

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

.section__j__line__c {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}


.section__j__line__word {
    font-size: 166px;
    height: 118px;
    line-height: 115px;


    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase;




    color: #fff;

}

.section__j__line__word svg {
    height: 118px;
}


.section__j__line__word__white {
    color: #dcdedf;
}


.section__j__button {
    float: right;
    text-align: center;
    font-size: 16px;
    line-height: 118px;
    height: 118px;
    color: #fff;

    font-weight: 500;
    text-transform: uppercase;



    width: 100%;



    position: relative;



}


.section__j__button svg {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 3px;
    stroke: #fff;
}



.section__f {
    width: 100%;
    margin-top: 120px;

}


.width__wrapper__f {}


.section__f__pad {
    width: 100%;

    text-align: center;
    border-top: 1px solid #242424;

}


.section__f__pad__column__l {
    vertical-align: top;
    margin-top: 40px;
    width: 100%;

}

.section__f__pad__column__l__logo {


    text-align: center;

}


.section__f__pad__column__l__logo svg {

    height: 55px;
}

.section__f__pad__column__l__text {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 17px;
}

.section__f__pad__column__a {

    width: 100%;
    vertical-align: top;
    margin-top: 30px;
    text-align: center;


}


.section__f__pad__column__title {
    width: 100%;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;

    margin-bottom: 10px;
    text-align: center;

}


.section__f__pad__column__email {
    width: 100%;
    font-size: 32px;
    line-height: 20px;
    color: #dcdedf;
    font-weight: 600;
    text-transform: uppercase;

}


.section__f__pad__column__item {

    font-size: 15px;
    color: #b6bcbe;

    margin: 0 10px;


    user-select: none;
    cursor: pointer;

    text-transform: uppercase;
}

.section__f__pad__column__item svg {
    width: 18fpx;
    height: 18px;
    vertical-align: top;

    margin-right: 5px;
}

.section__f__pad__column__item__social {
    margin: 0 5px;
}

.section__f__pad__column__item__info {
    max-width: 632px;
    margin: 0;
    margin-top: 30px;
    font-weight: 300;
    color: #747474;
    font-size: 15px;
    text-align: justify;
    text-align-last: center;

}

.section__f__pad__column__b {

    width: 200px;
    vertical-align: top;
    margin-top: 20px;
    text-align: left;




}

.section__f__pad__column__с {
    width: 100%;
    vertical-align: top;

    text-align: center;
    margin-top: 30px;

}



.section__f__pad__column__d {
    width: 138px;
    vertical-align: top;
    margin-top: 20px;
    text-align: left;

}

.section__f__pad__column__item__text {
    text-align: justify;

    text-transform: unset;




}




.section__f__pad__copyright {
    width: 100%;
    font-weight: 300;
    color: #404040;
    font-size: 12px;
    height: 29px;
    line-height: 28px;
    text-transform: uppercase;
    border-top: 1px solid #242424;

    margin-top: 30px;
}




.corners {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
}

.tl {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
}

.tr {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
}

.bl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}

.br {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}


.dist__appear {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.big__menu{
    z-index: 999999;
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    left: 0;
    top: 60px;
    background: #000;

    transform: translateY(calc(-100% - 60px));

    transition: 0.3s ease-out;

 
    border-top: 1px solid #202020;
}


.big__menu__item{
    padding: 0 20px;
    width: 100%;
    border-bottom: 1px solid #202020;
    user-select: none;
    cursor: pointer;
    

}

.big__menu__item:hover .big__menu__item__text{
    opacity: 0.5;
}

.big__menu__item__number{
    height: calc((100vh - 60px)/6);
    height: calc((100svh - 60px)/6);

    line-height: calc((100vh - 60px)/6);
     line-height: calc((100svh - 60px)/6);
    width: 50px;
    color: #202020;
     vertical-align: top;
    
    font-size: 42px;
    text-align: left;
}

.big__menu__item__text{
    width: calc(100% - 50px);
    height: calc((100vh - 60px)/6);
    height: calc((100svh - 60px)/6);

    line-height: calc((100vh - 60px)/6);
     line-height: calc((100svh - 60px)/6);
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    vertical-align: top;
    padding-left: 10px;
     transition: 0.3s ease-out;
}