﻿.logo_desc{
    color: #283950;
    font-size: 14px;
    display: none;
}
.logo_desc .blue{
    color: #225CFF;
}
.subtitle{
    color: #18164D;
}
.sect_2 .subtitle,
.sect_5 .subtitle,
.sect_11 .subtitle{
    margin-bottom: 27px;
}
.sect_3 .subtitle{
    margin-bottom: 22px;
}

.sect_7 .subtitle,
.sect_8 .subtitle{
    margin-bottom: 25px;
}
.sect_9 .subtitle{
    margin-bottom: 18px;
    color: #92C1FF;
}
.sect_1 .cn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}
.sect_1 .cn_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.sect_1 .cn_info .h1{
    width: 100%;
    color: #151B26;
    font-size: 33px;
    font-weight: bold;
    text-align: left;
}
.sect_1 .cn_info .h1 .blue {
    color: #2684FF;
    font-size: 54px;
    line-height: 37px;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
}
.dark-blue{
    color: #283950;
}
.sect_1 .cn_desc-btn{
    width: 100%;
    margin-top: 26px;
}
.sect_1 .cn_desc-btn .btn{
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 8px;
    height: 55px;
}
.cn_desc-btn .btn.border{
    border: 1px solid #2684FF;
    color: #2684FF;
}
.sect_1 .cn_info > p.des{
    color: #90A1B8;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    width: 100%;
    margin: 0;
}
.sect_1 .cn_img{
    position: relative;
    padding: 0;
    margin-bottom: 60px;
}
.sect_1 .visual_1,
.sect_1 .visual_2,
.sect_1 .visual_3,
.sect_1 .visual_4{
    z-index: -1;
    position: absolute;
    border-radius: 4px;
}
.sect_1 .visual_1{
    transform: translate(-50%, -40%);
    background: hsla(0, 0%, 89%, .3);
    width: calc(74px * 0.75);
    height: calc(51px * 0.75);
    top: 0;
    left: 0;
}
.sect_1 .visual_2 {
    transform: translate(35%, -65%);
    background: rgba(38, 132, 255, .3);
    width: calc(88px * 0.75);
    height: calc(60px* 0.75);
    top: 0;
    right: 0;
}
.sect_1 .visual_3 {
    transform: translate(-35%, 42%);
    background: rgba(38, 132, 255, .3);
    width: calc(132px * 0.75);
    height: calc(94px * 0.75);
    bottom: 0;
    left: 0;
}
.sect_1 .visual_4 {
    transform: translate(25%, 35%);
    background: hsla(0, 0%, 89%, .3);
    width: calc(132px * 0.75);
    height: calc(94px * 0.75);
    bottom: 0;
    right: 0;
}

.sect_1 .cn_block{
    box-shadow: 0px 5.66526px 37.7684px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    border-radius: 4px;
    max-width: 440px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.sect_1 #stepLogic.cn_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px!important;
    position: relative;
}
.sect_1 .cn_block .cn_block_item {
    background: linear-gradient(162.87deg, #4795FF 11.78%, #225CFF 88.22%);
    box-shadow: 0px 2px 2px rgba(17, 73, 146, 0.2);
    border-radius: 8px;
    width: 160px;
    height: 100px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sect_1 .cn_block .cn_block_item p {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.sect_1 .cn_block .arrow_top, .sect_1 .cn_block .arrow_mid, .sect_1 .cn_block .arrow_bot {
    position: absolute;
}
.sect_1 .cn_block .arrow_top {
    left: 50%;
    margin-left: -12px;
    top: 85px;
}
.sect_1 .cn_block .arrow_mid {
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.sect_1 .cn_block .arrow_bot {
    left: 50%;
    margin-left: -12px;
    bottom: 85px;
}
.sect_1 form.cn_block{
    box-shadow: 0 5.66526px 37.7684px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 4px;
    max-width: 440px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.sect_1 form.cn_block .h3 {
    font-size: 20px;
    line-height: 27px;
}
.sect_1 form.cn_block .des {
    font-size: 16px;
    line-height: 22px;
    padding: 0 30px;
    margin: 0;
}
.sect_1 form.cn_block input {
    width: 100%;
    height: 48px;
    border: 1px solid #2684FF;
    border-radius: 8px;
    margin-top: 10px;
    padding: 0 16px;

    font-weight: 500;
    font-size: 16px;
    line-height: 22px;

    box-sizing: border-box;

    color: #283950;
}

.sect_1 form.cn_block input::placeholder {color: #9AAEC8}
.sect_1 form.cn_block input:-ms-input-placeholder {color: #9AAEC8}
.sect_1 form.cn_block input::-ms-input-placeholder {color: #9AAEC8}
.sect_1 form.cn_block .flip-clock-wrapper {
    margin: 27px 0 0;
    display: flex;
    justify-content: center;
}
.sect_1 form.cn_block .flip-clock-wrapper .flip {
    box-shadow: 0px 2px 2px rgba(17, 73, 146, 0.2);
    background: linear-gradient(162.87deg, #4795FF 11.78%, #225CFF 88.22%);
}
.sect_1 form.cn_block .flip-clock-wrapper ul{
    width: 42px;
    height: 70px;
    margin: 3px;
}
.sect_1 form.cn_block .flip-clock-wrapper ul li a div div.inn {
    font-size: 46px;
    line-height: 70px;
    background: linear-gradient(162.87deg, #4795FF 11.78%, #225CFF 88.22%);
    box-shadow: 0px 2px 2px rgba(17, 73, 146, 0.2);
    border-radius: 8px;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.sect_1 form.cn_block .flip-clock-wrapper .flip-clock-dot {
    background: #90A1B8;
    box-shadow: none;
}
.sect_1 form.cn_block .flip-clock-wrapper .flip-clock-dot.top {
    top: 23px;
}
.sect_1 form.cn_block .flip-clock-wrapper .flip-clock-dot.bottom {
    bottom: 23px;
}
.sect_1 form.cn_block .flip-clock-wrapper .flip-clock-divider {
    height: 76px;
}
.sect_1 form.cn_block .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: linear-gradient(162.87deg, #225CFF 0%, rgba(0,0,0,0.1) 100%);
}
.sect_1 form.cn_block .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: linear-gradient(162.87deg, #225CFF 0%, rgba(0,0,0,0.1) 100%);
}
.sect_1 form.cn_block .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: linear-gradient(162.87deg, rgba(0,0,0,0.1) 0%, #225CFF 100%);
}
.sect_1 form.cn_block .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: linear-gradient(162.87deg, rgba(0,0,0,0.1) 0%, #225CFF 100%);
}
.sect_1 form.cn_block .flip-clock-wrapper ul li a div.up:after {
    top: 34px;
    background: #FFFFFF;
}
.sect_1 form.cn_block .flip-clock-wrapper ul li a div.up:after {
    top: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(38,132,255,0.4);
}

.sect_1 form.cn_block .thanks_block {
    height: 124px;
    margin: 40px 0 0;
}
.sect_1 form.cn_block .thanks_block.active {
    border: 1px solid #BDD8FD;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px 30px;
}
.sect_1 form.cn_block .thanks_block #formSuccess {
    font-size: 16px;
    line-height: 22px;
    color: #283950;
}
.sect_1 form.cn_block .thanks_block svg {
    margin-top: 5px;
}
.sect_1 form.cn_block .thanks_block #formSuccess, .sect_1 form.cn_block .thanks_block svg {
    display: none;
}
.sect_1 form.cn_block .thanks_block.active #formSuccess, .sect_1 form.cn_block .thanks_block.active svg {
    display: inline-block;
}
.sect_1 form.cn_block .thanks_block.active .des, .sect_1 form.cn_block .thanks_block.active input {
    display: none;
}
.sect_1 form.cn_block .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #90A1B8;
    font-weight: 400;
    bottom: -2em;
    top: auto;
}
.sect_1 form.cn_block .flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label {
    right: -76px;
}
.sect_1 form.cn_block .flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
    right: -70px;
}
.sect_1 form.cn_block .flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
    right: -66px;
}
.sect_1 .cn_block .cn_row > div{
    width: 110px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sect_1 .cn_block p{
    color: #283950;
    /*font-size: 18px;*/
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.sect_1 .cn_block .btn{
    color: #646F79;
    /*font-size: 18px;*/
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #646F79;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    box-shadow: none;
    width: 100%;
    /*margin-top: 27px;*/
    margin-top: 20px;
    justify-content: center;
    /*height: 50px;*/
    height: 32px;
}
.sect_1 form.cn_block .btn {
    width: 100%;
    height: 42px;
    border: none;
    margin-top: 20px!important;
    color: #F8F9FB;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cn_row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.sect_1 .cn_ico{
    background: linear-gradient(142.83deg, #4795FF 6.52%, #225CFF 89.46%);
    /*width: 70px;
    height: 70px;*/
    width: 45px;
    height: 45px;
    border: none;
    position: relative;
    border-radius: 8px;
    margin: 20px;
}
.cn_ico.masternode:before{
    content: "";
    background: url(../image/masternode.svg) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
}
.cn_ico.staking:before{
    content: "";
    background: url(../image/staking.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
}
.sect_1_1_1{
    padding-top: 50px;
    padding-bottom: 50px;
    cursor: default;
}
.sect_1_1_1 .h3.blue{
    text-align: center;
    color: #2684FF;
    font-weight: bold;
}
.sect_1_1_1 .des{
    text-align: center;
    color: #273951;
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto 0;
    max-width: 672px;
}
.sect_1_1_1 .cn{
    max-width: 1110px;
    margin: 0 auto;
}
.sect_1_1_1 .cn_el{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 200px 200px 200px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.sect_1_1_1 .el{
    display: flex;
    flex-direction: column;

    background: #FFFFFF;
    box-shadow: 0px 5.66526px 37.7684px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.sect_1_1_1 .el_content{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    color: #46576E;
}
.sect_1_1_1 .el_content p{
    width: 200px;
}
.sect_1_1_1 .el_content ul{
    margin-top: 2px;
    width: 200px;
    list-style-type: disc;
    font-size: 20px;
    text-align: left;
    padding-left: 50px;
}
.sect_1_1_1 .el_bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #2684FF;
    padding: 13px 0;
}
.sect_1_1{
    padding-top: 80px;
    padding-bottom: 50px;
}
.sect_1_2{
    padding-top: 46px;
    padding-bottom: 50px;
}
.sect_1_1 .h3.blue{
    text-align: center;
    color: #283950;
    font-weight: bold;
}
.sect_1_2{
    background: #F6F8FB;
    padding-bottom: 60px;
}
.sect_1_2 .h2.blue{
    text-align: center;
    color: #283950;
    font-weight: bold;
    font-size: 32px;
}
.sect_1_2 .des{
    margin-top: 20px;
    text-align: center;
    color: #273951;
    margin-bottom: 60px;
}
.sect_1_2 .img,
.sect_1_3 .img{
    width: 100%;
}
.sect_1_3 {
    background: #273951;
    padding-top: 46px;
    padding-bottom: 50px;
}
.sect_1_3 .cn_bl{
    height: 400px;
    max-width: 380px;
    margin: 0 auto 66px;
}
.sect_1_3 .cn_info h2{
    text-align: center;

}
.sect_1_3 .cn_info .des{
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
}
.sect_1_3 .cn_block{

}
.cn_tokens{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 38px 0;
}
.sect_1_3 .cn_token{
    display: flex;
    flex-direction: row;
    width: max-content;
    margin-bottom: 20px;
}


.sect_1_3 .cn_tokens__icon{
    background: #637DDD;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.0795403);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 17px;
}
.cn_tokens__icon[data-icon="dollar"]{
    background-image: url(../image/dollar.svg);
}
.cn_tokens__icon[data-icon="gnosis"]{
    background-image: url(../image/gnosis.svg);
}
.cn_tokens__icon[data-icon="bitcoin"]{
    background-image: url(../image/bitcoin.svg);
}
.cn_tokens__title{
    color: #637DDD;
    line-height: 15px;
    margin-bottom: 10px;
}
.cn_tokens__price{
    color: #FFFFFF;
    line-height: 15px;
}
.cn_tokens__status{
    font-size: 13px;
    line-height: 13px;
    margin-top: 10px;
}
.cn_tokens__status__inc{
    color: #38BF4C;
}
.cn_tokens__status__dec{
    color: #D0021B;
}
.cn_exchange{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn-exchange{
    border: 1px solid #00D482;
    border-radius: 4px;
    height: 47px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;

    background-repeat: no-repeat;
    background-position: center;
}
.btn-exchange[data-icon="uniswap"]{
    background-image: url(../image/uniswap.svg);
    background-position-y: 35%;
}
.btn-exchange[data-icon="hotbit"]{
    background-image: url(../image/hotbit.svg);
}
.btn-exchange[data-icon="bitfinex"]{
    background-image: url(../image/bitfinex.svg);
}
.btn-exchange[data-icon="idex"]{
    background-image: url(../image/idex.svg);
}
@media (min-width:768px) and (min-height:440px) {
    .ctg_i {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s
    }
    .ctg_i:hover {
        -webkit-box-shadow: 0 5px 34px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 34px rgba(0, 0, 0, .1)
    }
    .plyr {
        display: block;
        max-width: 454px;
        max-height: 286px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 59px;
        left: calc(50% - 218px)
    }
    .plyr:not(:-webkit-full-screen) video {
        height: 284px;
        object-fit: cover
    }
    .plyr:not(:-moz-full-screen) video {
        height: 284px;
        object-fit: cover
    }
    .plyr:not(:-ms-fullscreen) video {
        height: 284px;
        object-fit: cover
    }
    .plyr:not(:fullscreen) video {
        height: 284px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .plyr__video-wrapper {
        position: static
    }
    .plyr__poster {
        background-size: cover
    }
    .wrap {
        padding-left: 30px;
        padding-right: 30px
    }
    .wrap-big {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .head .menu>li:first-child{
        margin-right: auto;
        margin-left: 0;
    }
    .head .menu>li{
        margin: 0 40px;
    }
    .h2 {
        font-size: 38px
    }
    .sect_1_3 .h2{
        font-size: 32px;
    }
    .mob {
        display: none!important
    }
    .btn-block {
        width: 100%
    }
    .menu_li {
        display: inline-block
    }
    .menu_open {
        display: none
    }
    .nav_link {
        -webkit-transition: color .25s;
        transition: color .25s
    }
    .nav_link:hover {
        color: #2684ff
    }
    .nav_link:hover path {
        stroke: #2684ff
    }
    .nav_link.dropdown__toggle{
        font-weight: 500;
    }
    .head {
        padding-top: 30px;
        padding-left: 40px
    }
    .sect_1 .des {
        margin: 35px 0 30px
    }
    .sect_1 .cn_info {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .sect_1 .cn_img {

    }
    .sect_1 .cn_block{
        padding: 30px 45px;
    }
    .sect_1 form.cn_block{
        padding: 40px;
    }
    .sect_1 .cn_ico{
        background: linear-gradient(142.83deg, #4795FF 6.52%, #225CFF 89.46%);
        width: 70px;
        height: 70px;
        border: none;
        position: relative;
        border-radius: 8px;
        margin: 20px;
    }
    .sect_1 .cn_block p{
        font-size: 16px;
    }
    .sect_1 .cn_block .btn{
        font-size: 16px;
        height: 40px;
    }

    .sect_1 .visual_1{
        width: 74px;
        height: 51px;
    }
    .sect_1 .visual_2 {
        width: 88px;
        height: 60px;
    }
    .sect_1 .visual_3 {
        width: 132px;
        height: 94px;
    }
    .sect_1 .visual_4 {
        width: 132px;
        height: 94px;
    }
    .h1 {
        max-width: 434px;
        font-size: 46px;
        line-height: 110%
    }
    .cn_desc-btn .btn-tr{
        margin-left: 12px;
    }
    .sect_2 {
        padding-top: 170px;
        padding-bottom: 70px;
        border-radius: 140px 0 0
    }
    .sect_2 .des {
        margin-bottom: 10px
    }
    .sect_2 .cn_img {
        height: 434px
    }
    .sect_2 .img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .sect_3 {
        padding-top: 60px;
        padding-bottom: 80px
    }
    .sect_3 .des {
        margin-top: 28px
    }
    .sect_3 .cn_bl {
        margin-bottom: 100px
    }
    .sect_3 .btn-block {
        width: 100%;
        height: 88px
    }
    .sect_3 .cn_bl {
        height: 440px
    }
    .sect_3 .btn-circle:before {
        width: 184px;
        height: 184px
    }
    .sect_3 .btn-circle:after {
        width: 298px;
        height: 298px
    }
    .sect_4 {
        padding-top: 116px;
        border-radius: 140px 0 0
    }
    .sect_4 .des {
        margin-bottom: 32px
    }
    .slid {
        width: 60px;
        height: 60px
    }
    .visual-point {
        margin-top: 66px
    }
    .sect_5 {
        padding-top: 85px;
        padding-bottom: 80px
    }
    .sect_5 .cn_img {
        height: 500px
    }
    .sect_5 .cn_info {
        padding-top: 70px
    }
    .it_visual_1 {
        width: 88px;
        height: 83px;
        top: -15px;
        right: calc(50% - 171px)
    }
    .it_visual_2 {
        width: 132px;
        height: 95px;
        top: 195px;
        left: calc(50% - 140px)
    }
    .it_visual_3 {
        width: 132px;
        height: 95px;
        top: 45px;
        left: calc(50% - 195px)
    }
    .it_visual_4 {
        width: 173px;
        height: 168px
    }
    .it_visual_4.touch {
        top: 183px;
        left: calc(50% + 24px)
    }
    .it_visual_4.wallet {
        top: 96px;
        left: calc(50% - 166px)
    }
    .it_visual_4.seed {
        top: 183px;
        left: calc(50% - 165px)
    }
    .sect_6 {
        padding-top: 87px;
        padding-bottom: 150px;
        border-radius: 140px 0
    }
    .sect_6 .cn_el {
        margin-top: 42px
    }
    .sect_6 .el {
        background: #1069dd;
        border: 1px solid hsla(0, 0%, 100%, .4);
        color: #fff;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        height: 187px
    }
    .sect_6 .el:hover {
        background: #fff;
        border-color: #fff;
        -webkit-box-shadow: 0 5px 34px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 34px rgba(0, 0, 0, .1)
    }
    .sect_6 .el:hover .des,
    .sect_6 .el:hover .str {
        color: #151515
    }
    .sect_6 .des,
    .sect_6 .str {
        color: #fff
    }
    .sect_7 {
        padding-top: 80px
    }
    .sect_7 .cn_des {
        margin-top: 110px
    }
    .sect_7 .btn-block {
        width: 100%;
        height: 88px
    }
    .sect_7 .btn-block:nth-of-type(2n) {
        margin-left: 38px
    }
    .sect_7 .cn_btn {
        padding-left: 0;
        max-width: 325px;
        left: calc(50% - 155px)
    }
    .sect_8 {
        padding-top: 95px;
        padding-bottom: 80px
    }
    .bl_visual_1 {
        top: 0;
        right: calc(50% - 185px);
        width: 88px;
        height: 83px
    }
    .bl_visual_2 {
        bottom: 45px;
        left: calc(50% - 165px);
        width: 132px;
        height: 95px
    }
    .sect_9 {
        border-radius: 140px 0;
        max-width: 1050px;
        width: calc(100% - 60px);
        padding-top: 144px;
        padding-bottom: 136px;
        margin: 0 auto
    }
    .sect_9 .des {
        margin: 28px auto 38px
    }
    .sect_9 .cn_btn {
        display: flex;
        justify-content: center
    }
    .sect_9 .cn_btn .btn {
        margin: 0 4px
    }
    .sect_9 .cn_img {
        max-width: 295px
    }
    .sect_9 .cn_img2 {
        margin-top: 35px
    }
    .sect_9 .cn_img2 .img {
        height: 265px;
        margin-bottom: 0
    }
    .sect_10 {
        padding-top: 99px
    }
    .cn_ctg {
        grid-gap: 42px 62px
    }
    .sect_11 {
        padding-top: 130px
    }
    .sect_11 .des {
        margin: 28px 0 60px
    }
    .cn_visual {
        overflow: initial;
        max-width: 760px;
        width: 100%;
        margin: 0 auto 60px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-shadow: 0 10px 34.1714px rgba(0, 0, 0, .25);
        box-shadow: 0 10px 34.1714px rgba(0, 0, 0, .25)
    }
    .cn_visual.desc {
        padding: 0 17px;
        height: 405px
    }
    .cn_visual .visual_head {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        display: flex;
        align-items: center;
        top: -19px;
        left: 0;
        width: 100%;
        height: 19px;
        background: #dce1e5;
        border-radius: 2px 2px 0 0;
        padding-left: 7.5px
    }
    .cn_visual .visual_head div {
        width: 9px;
        height: 9px;
        background: #fff;
        border-radius: 50%;
        margin: 0 2.5px
    }
    @-webkit-keyframes show-handle {
        0% {
            left: 100%
        }
        to {
            left: 50%
        }
    }
    @keyframes show-handle {
        0% {
            left: 100%
        }
        to {
            left: 50%
        }
    }
    .back {
        left: 50%;
        width: 50%;
        overflow: hidden
    }
    .front_img {
        position: relative;
        overflow: hidden;
        height: inherit
    }
    .partition {
        width: 0;
        top: 0;
        left: 100%;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        border-top: none;
        border-left: 1px dashed #2684ff;
        height: 100%
    }
    .handle {
        left: 100%;
        right: 0;
        -webkit-transform: rotate(90deg) translateX(0) translateY(50%);
        transform: rotate(90deg) translateX(0) translateY(50%)
    }
    .handle,
    .range {
        top: calc(50% - 17px)
    }
    .range {
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none
    }
    .sect_12 {
        padding-top: 126px;
        padding-bottom: 125px
    }
    .sect_12 .des {
        margin-bottom: 40px
    }
    .sect_12 .img {
        -webkit-transition: .2s;
        transition: .2s
    }
    .sect_12 .img:hover {
        -webkit-filter: none;
        filter: none
    }
    .sect_13 {
        border-radius: 140px 0;
        padding-top: 81px;
        padding-bottom: 90px;
        max-width: 1050px;
        width: calc(100% - 60px);
        margin: 0 auto
    }
    .ft {
        padding: 192px 60px 37px;
        margin-top: -115px
    }
    .ft_nav {
        margin-bottom: 80px;
        grid-gap: 60px 30px
    }
    .meet_ln {
        margin-right: 25px
    }
    .plyr.active {
        max-height: none
    }
}

@media (min-width:992px) {
    .sect_10 .cn_ctg {
        grid-gap: 28px
    }
}

@media (min-width:1100px) {
    body::-webkit-scrollbar {
        -webkit-appearance: none
    }
    body::-webkit-scrollbar:vertical {
        width: 8px
    }
    body::-webkit-scrollbar-thumb {
        background: #2684ff
    }
    body::-webkit-scrollbar-track {
        border: 8px solid #edf1f2
    }
    .head {
        padding-top: 48px;
        padding-left: 85px;
        padding-right: 85px;
    }
    .head > .cn{
        max-width: 1200px;
    }
    .head .menu>li{
        margin: 0 40px;
    }
    .head .menu>li.menu_li-anchor{
        margin-right: 0;
    }
    .head .logo{
        height: 50px;
        width: 228px;
        background-size: cover;
    }
    .logo_desc{
        display: block;
        line-height: 14px;
        text-align: right;
        padding-right: 10px;
    }
    .sect_1 {
        display: flex;
        align-items: center;
        position: relative;

        padding: 100px 85px;
    }
    .sect_1 .cn_img {
        padding: 0;
    }
    .sect_1 .cn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;

        max-width: 1200px;
    }
    .sect_1 .cn_info {
        display: flex;
        flex-direction: column;
        max-width: 520px;
        align-items: start;
        margin: 0;
        padding: 0 20px 0 0;
    }
    .sect_1 .h1{
        font-size: 54px;
        line-height: 1.18;
    }
    .sect_1 .img {
        max-width: 630px;
    }
    .sect_1 .des {
        font-size: 18px;
        text-align: left;
        max-width: 552px;
        margin: 36px 0 48px;
        line-height: 1.7;
    }
    .sect_1 .cn_block{
        padding: 30px 45px;
    }
    .sect_1 form.cn_block{
        padding: 40px;
    }
    .sect_1 .cn_ico{
        background: linear-gradient(142.83deg, #4795FF 6.52%, #225CFF 89.46%);
        width: 70px;
        height: 70px;
        border: none;
        position: relative;
        border-radius: 8px;
        margin: 23px;
    }
    .sect_1 .cn_block p{
        font-size: 16px;
    }
    .sect_1 .cn_block .btn{
        font-size: 16px;
        height: 40px;
    }

    .sect_1 .visual_1{
        width: 74px;
        height: 51px;
    }
    .sect_1 .visual_2 {
        width: 88px;
        height: 60px;
    }
    .sect_1 .visual_3 {
        width: 132px;
        height: 94px;
    }
    .sect_1 .visual_4 {
        width: 132px;
        height: 94px;
    }
    .sect_1 .cn_info .h1{
        font-size: 47px;
        line-height: 110%;
    }
    .sect_1 .cn_info .h1 .blue{
        margin-bottom: 10px;
        font-size: 79px;
        line-height: 94px;
    }
    .sect_1 .cn_desc-btn{
        margin-top: 30px;
    }
    .sect_1 .cn_desc-btn .btn{
        width: 228px;
    }
    .sect_1 .cn_block .btn{
        height: 52px;
        margin-top: 33px;
    }
    .sect_1 .cn_img{
        max-width: 440px;
        width: 100%;
    }
    .sect_1 .cn_block p,
    .sect_1 .cn_block .btn{
        font-size: 18px;
        line-height: 25px;
    }
    .sect_1 .cn_info > p.des{
        margin-top: 50px;
    }
    .sect_1_1_1 {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .sect_1_1_1 .cn_el{
        margin-top: 70px;
    }
    .sect_1_2{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .sect_1_3{
        padding-top: 100px;
        padding-bottom: 90px;
    }
    .sect_1_3 .cn{
        display: flex;
        flex-direction: row-reverse;
    }
    .sect_1_3 .cn_bl{
        margin:  20px -35px 0 0;
    }
    .sect_1_3 .cn_info{

    }
    .sect_1_3 .cn_info h2,
    .sect_1_3 .cn_info .des{
        text-align: left;
    }
    .sect_1_3 .cn_tokens{
        justify-content: flex-start;
    }
    .sect_1_3 .cn_token{
        width: 170px;
    }
    .sect_1_3 .cn_bl{
        height: auto;
    }
    .sect_1_3 .cn_exchange{
        max-width: none;
        margin-left: -10px;
    }
    .sect_1_3 .btn-exchange{
        margin: 10px;
    }
    .h1 {
        font-size: 44px;
        text-align: left;
    }
    .sect_2 {
        padding-top: 142px;
        padding-bottom: 75px
    }
    .sect_2 .des {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto
    }
    .sect_3 {
        padding-top: 100px;
        padding-bottom: 90px;
        text-align: left
    }
    .sect_3 .cn {
        display: flex
    }
    .sect_3 .cn_info {
        order: 1;
        margin-top: 65px;
        max-width: 500px
    }
    .sect_3 .cn_bl {
        order: 2;
        margin: 0 -35px 0 0
    }
    .sect_3 .h2 {
        max-width: 433px
    }
    .sect_3 .cn_btn {
        margin: 0;
        justify-content: flex-start
    }
    .sect_4 {
        padding-top: 96px
    }
    .sect_4 .des2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 177%;
        text-align: center;
        color: #92c1ff;
        margin-bottom: 28px
    }
    .sect_4 .des {
        margin-bottom: 30px
    }
    .visual-point {
        margin-top: 89px
    }
    .sect_5 {
        text-align: left
    }
    .sect_5 .cn {
        display: flex;
        justify-content: space-between
    }
    .sect_5 .cn_info {
        width: 50%;
        max-width: 427px
    }
    .sect_5 .cn_img {
        width: 427px
    }
    .sect_5 .cn_tab {
        margin-left: 0
    }
    .sect_6 {
        padding-top: 69px;
        padding-bottom: 100px
    }
    .sect_7 {
        padding-top: 130px;
        text-align: left;
        overflow-x: initial
    }
    .sect_7 .cn {
        display: flex;
        justify-content: space-between
    }
    .sect_7 .cn_bl {
        order: 1
    }
    .sect_7 .cn_des {
        max-width: 445px;
        margin-top: 70px
    }
    .sect_8 {
        padding-top: 130px;
        padding-bottom: 100px;
        text-align: left
    }
    .sect_8 .cn {
        display: flex;
        justify-content: space-between
    }
    .sect_8 .cn_bl {
        margin: 0 0 0 -50px
    }
    .sect_8 .cn_info {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        max-width: 395px;
        padding-right: 20px;
        margin-top: 150px
    }
    .sect_9 {
        padding: 94px 116px 114px
    }
    .sect_9 .cn_bl {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .sect_9 .cn_img {
        width: 100%;
        margin: 0
    }
    .sect_9 .cn_img2 {
        margin: -35px 0 0
    }
    .sect_10 {
        padding-top: 127px
    }
    .sect_10 .h2 {
        text-align: left;
        position: relative
    }
    .sect_10 .h2:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: -24px;
        width: 6px;
        height: 6px;
        background: #2684ff;
        border: 4px solid #fff;
        -webkit-box-shadow: 0 0 0 1px rgba(38, 132, 255, .5);
        box-shadow: 0 0 0 1px rgba(38, 132, 255, .5);
        border-radius: 50%
    }
    .sect_10 .ctg_i:nth-child(2) {
        order: 1
    }
    .sect_11 {
        padding-top: 138px
    }
    .sect_11 .des {
        margin-bottom: 70px
    }
    .sect_12 {
        padding-top: 139px;
        padding-bottom: 130px;
        text-align: left
    }
    .sect_12 .h2 {
        position: relative
    }
    .sect_12 .h2:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: -24px;
        width: 6px;
        height: 6px;
        background: #2684ff;
        border: 4px solid #fff;
        -webkit-box-shadow: 0 0 0 1px rgba(38, 132, 255, .5);
        box-shadow: 0 0 0 1px rgba(38, 132, 255, .5)
    }
    .sect_12 .des {
        margin: 28px 0 18px
    }
    .ft {
        padding-top: 100px;
        padding-bottom: 48px;
        margin-top: -58px
    }
    .ft_nav {
        -ms-grid-columns: 3fr 3fr 3fr;
        grid-template-columns: 3fr 3fr 3fr;
        margin-bottom: 62px
    }
    .nav_it {
        -ms-grid-column-align: left;
        justify-self: left
    }
    .nav_it:nth-child(2),
    .nav_it:nth-child(3) {
        justify-self: flex-start
    }
    .nav_it.meet {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        grid-column: initial;
        justify-self: flex-end
    }
}
@media (min-width: 600px) {
    .cn_tokens{
        flex-direction: row;
        justify-content: center;
    }
    .cn_token{
        margin-right: 20px;
    }
    .cn_token:last-child{
        margin-right: 0;
    }
    .cn_exchange{
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 570px;
        margin: 0 auto;
    }
    .btn-exchange{
        margin: 0 10px 10px;
    }
    .btn-exchange:last-child{
        margin-top: 10px;
    }
    .sect_1_1_1 .cn_el{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 200px;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}
@media (min-width: 1024px) {
    .sect_1_1_1 .h3.blue {
        font-size: 36px;
        line-height: 40px;
    }
    .sect_1_1_1 .des {
        font-size: 20px;
    }
    .sect_1_1_1 .cn_el{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 200px;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}
@media (min-width: 1280px) {
    .sect_1 .cn_img{
        margin-right: 30px;
    }
    .sect_1_3{
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .sect_1_3 .cn_info .des{
        font-size: 19px;
    }
    .sect_1_3 .cn_token{
        margin-right: 30px;
        margin-bottom: 0;
    }
    .cn_tokens__price{
        font-size: 20px;
        line-height: 15px;
    }
    .cn_tokens__status{
        margin-top: 15px;
    }
    .sect_1_3 .btn-exchange{
        margin: 15px;
    }
    .sect_1_3 .cn_exchange{
        margin-left: -15px;
        margin-top: -10px;
    }
    .sect_1_3 .cn_bl{
        margin-right: -80px;
    }
}
@media (min-width: 1366px) {
    .sect_1 .cn_img{
        margin-right: 50px;
    }
}
@media (min-height:690px) {
    .arrow {
        top: calc(145px + 50vh - 15vw)
    }
    .sect_1:after {
        top: calc(75px + 50vh - 15vw)
    }
}
@media (min-width: 320px) and (max-width: 420px){
    .cn_visual{
        width: auto;
        max-width: 340px;
    }
    .cn_visual .img{
        height: auto;
    }
    .ft_nav{
        display: flex;
        flex-direction: column;
    }
}
