h1, h2, h3, h4, h5 {
    margin: 0;
}
.d-none {display: none !important;}
.d-flex {display: flex !important;}
.d-inline{display:inline !important}
.flex-row {flex-direction: row;}
.flex-row-reverse {flex-direction: row-reverse;}
.flex-column {flex-direction: column;}
.flex-column-reverse {flex-direction: column-reverse;}
.justify-start{justify-content: flex-start;}
.justify-end{justify-content: flex-end;}
.justify-center{justify-content: center;}
.justify-space-between{justify-content: space-between;}
.justify-space-around{justify-content: space-around;}
.align-start{align-items: flex-start;}
.align-end{align-items: flex-end;}
.align-center{align-items: center;}
.align-baseline{align-items: baseline;}
.align-stretch{align-items: stretch;}
.align-self-start{align-self: flex-start;}
.align-self-end{align-self: flex-end;}
.align-self-center{align-self: center;}
.align-self-baseline{align-self: baseline;}
.align-self-auto{align-self: auto;}
.align-self-stretch{align-self: stretch;}
.flex-nowrap{flex-wrap: nowrap;}
.flex-wrap{flex-wrap: wrap;}
.flex-wrap-reverse{flex-wrap: wrap-reverse;}
.align-content-start{align-content: flex-start;}
.align-content-end{align-content: flex-end;}
.align-content-center{align-content: center;}
.align-content-space-between{align-content: space-between;}
.align-content-space-around{align-content: space-around;}
.align-content-stretch{align-content: stretch;}
.flex-grow-0{flex-grow: 0;}
.flex-grow-1{flex-grow: 1;}
.flex-shrink-0{flex-shrink: 0;}
.flex-shrink-1{flex-shrink: 1;}
.mb-auto{margin-bottom: auto;}
.m-0{margin:0;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-35{margin-bottom: 35px;}
.mb-40{margin-bottom: 40px;}
.mb-45{margin-bottom: 45px;}
.mb-50{margin-bottom: 50px;}
.mb-55{margin-bottom: 55px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mb-130{margin-bottom:130px;}
.mt-auto{margin-top: auto;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mt-45{margin-top: 45px;}
.mt-50{margin-top: 50px;}
.mt-55{margin-top: 55px;}
.mt-60{margin-top: 60px;}
.mt-80{margin-top: 80px;}
.mt-130{margin-top:130px;}
.p-0{padding:0;}
.pt-15,.py-15{padding-top: 15px;}
.pt-20,.py-20{padding-top: 20px;}
.pt-25,.py-25{padding-top: 25px;}
.pt-30,.py-30{padding-top: 30px;}
.pt-35,.py-35{padding-top: 35px;}
.pt-40,.py-40{padding-top: 40px;}
.pt-45,.py-45{padding-top: 45px;}
.pt-50,.py-50{padding-top: 50px;}
.pt-60,.py-60{padding-top: 60px;}
.pr-15,.px-15{padding-right: 15px;}
.pr-20,.px-20{padding-right: 20px;}
.pr-25,.px-25{padding-right: 25px;}
.pr-30,.px-30{padding-right: 30px;}
.pr-35,.px-35{padding-right: 35px;}
.pr-40,.px-40{padding-right: 40px;}
.pr-45,.px-45{padding-right: 45px;}
.pr-50,.px-50{padding-right: 50px;}
.pr-60,.px-60{padding-right: 60px;}
.pb-10,.py-10{padding-bottom: 10px;}
.pb-15,.py-15{padding-bottom: 15px;}
.pb-20,.py-20{padding-bottom: 20px;}
.pb-25,.py-25{padding-bottom: 25px;}
.pb-30,.py-30{padding-bottom: 30px;}
.pb-35,.py-35{padding-bottom: 35px;}
.pb-40,.py-40{padding-bottom: 40px;}
.pb-45,.py-45{padding-bottom: 45px;}
.pb-50,.py-50{padding-bottom: 50px;}
.pb-60,.py-60{padding-bottom: 60px;}
.pl-5,.px-5{padding-left: 5px;}
.pl-15,.px-15{padding-left: 15px;}
.pl-20,.px-20{padding-left: 20px;}
.pl-25,.px-25{padding-left: 25px;}
.pl-30,.px-30{padding-left: 30px;}
.pl-35,.px-35{padding-left: 35px;}
.pl-40,.px-40{padding-left: 40px;}
.pl-45,.px-45{padding-left: 45px;}
.pl-50,.px-50{padding-left: 50px;}
.pl-60,.px-60{padding-left: 60px;}
/* lg */
@media (min-width: 1200px) { 
    .d-lg-none {display: none !important}
    .d-lg-flex{display:flex !important}
    .d-lg-inline{display:inline !important}
    .flex-lg-row{flex-direction:row}
    .flex-lg-row-reverse{flex-direction:row-reverse}
    .flex-lg-column{flex-direction:column}
    .flex-lg-column-reverse{flex-direction:column-reverse}
    .justify-lg-start{justify-content: flex-start;}
    .justify-lg-end{justify-content: flex-end;}
    .justify-lg-center{justify-content: center;}
    .justify-lg-space-between{justify-content: space-between;}
    .justify-lg-space-around{justify-content: space-around;}
    .align-lg-start{align-items: flex-start;}
    .align-lg-end{align-items: flex-end;}
    .align-lg-center{align-items: center;}
    .align-lg-baseline{align-items: baseline;}
    .align-lg-stretch{align-items: stretch;}
    .align-lg-self-start{align-self: flex-start;}
    .align-lg-self-end{align-self: flex-end;}
    .align-lg-self-center{align-self: center;}
    .align-lg-self-baseline{align-self: baseline;}
    .align-lg-self-auto{align-self: auto;}
    .align-lg-self-stretch{align-self: stretch;}
    .flex-lg-nowrap{flex-wrap: nowrap;}
    .flex-lg-wrap{flex-wrap: wrap;}
    .flex-lg-wrap-reverse{flex-wrap: wrap-reverse;}
    .align-lg-content-start{align-content: flex-start;}
    .align-lg-content-end{align-content: flex-end;}
    .align-lg-content-center{align-content: center;}
    .align-lg-content-space-between{align-content: space-between;}
    .align-lg-content-space-around{align-content: space-around;}
    .align-lg-content-stretch{align-content: stretch;}
    .flex-lg-grow-0{flex-grow: 0;}
    .flex-lg-grow-1{flex-grow: 1;}
    .flex-lg-shrink-0{flex-shrink: 0;}
    .flex-lg-shrink-1{flex-shrink: 1;}
    .mb-lg-10{margin-bottom: 10px;}
    .mb-lg-15{margin-bottom: 15px;}
    .mb-lg-20{margin-bottom: 20px;}
    .mb-lg-25{margin-bottom: 25px;}
    .mb-lg-30{margin-bottom: 30px;}
    .mb-lg-35{margin-bottom: 35px;}
    .mb-lg-40{margin-bottom: 40px;}
    .mb-lg-45{margin-bottom: 45px;}
    .mb-lg-50{margin-bottom: 50px;}
    .mb-lg-55{margin-bottom: 55px;}
    .mb-lg-60{margin-bottom: 60px;}
    .mb-lg-80{margin-bottom: 80px;}
    .mb-lg-130{margin-bottom:130px;}
    .mt-lg-10{margin-top: 10px;}
    .mt-lg-15{margin-top: 15px;}
    .mt-lg-20{margin-top: 20px;}
    .mt-lg-25{margin-top: 25px;}
    .mt-lg-30{margin-top: 30px;}
    .mt-lg-35{margin-top: 35px;}
    .mt-lg-40{margin-top: 40px;}
    .mt-lg-45{margin-top: 45px;}
    .mt-lg-50{margin-top: 50px;}
    .mt-lg-55{margin-top: 55px;}
    .mt-lg-60{margin-top: 60px;}
    .mt-lg-80{margin-top: 80px;}
    .mt-lg-130{margin-top:130px;}
    .p-lg-0{padding:0;}
    .pt-lg-15,.py-lg-15{padding-top: 15px;}
    .pt-lg-20,.py-lg-20{padding-top: 20px;}
    .pt-lg-25,.py-lg-25{padding-top: 25px;}
    .pt-lg-30,.py-lg-30{padding-top: 30px;}
    .pt-lg-35,.py-lg-35{padding-top: 35px;}
    .pt-lg-40,.py-lg-40{padding-top: 40px;}
    .pt-lg-45,.py-lg-45{padding-top: 45px;}
    .pt-lg-50,.py-lg-50{padding-top: 50px;}
    
    .pr-lg-15,.px-lg-15{padding-right: 15px;}
    .pr-lg-20,.px-lg-20{padding-right: 20px;}
    .pr-lg-25,.px-lg-25{padding-right: 25px;}
    .pr-lg-30,.px-lg-30{padding-right: 30px;}
    .pr-lg-35,.px-lg-35{padding-right: 35px;}
    .pr-lg-40,.px-lg-40{padding-right: 40px;}
    .pr-lg-45,.px-lg-45{padding-right: 45px;}
    .pr-lg-50,.px-lg-50{padding-right: 50px;}
    
    .pb-lg-15,.py-lg-15{padding-bottom: 15px;}
    .pb-lg-20,.py-lg-20{padding-bottom: 20px;}
    .pb-lg-25,.py-lg-25{padding-bottom: 25px;}
    .pb-lg-30,.py-lg-30{padding-bottom: 30px;}
    .pb-lg-35,.py-lg-35{padding-bottom: 35px;}
    .pb-lg-40,.py-lg-40{padding-bottom: 40px;}
    .pb-lg-45,.py-lg-45{padding-bottom: 45px;}
    .pb-lg-50,.py-lg-50{padding-bottom: 50px;}
    
    .pl-lg-15,.px-lg-15{padding-left: 15px;}
    .pl-lg-20,.px-lg-20{padding-left: 20px;}
    .pl-lg-25,.px-lg-25{padding-left: 25px;}
    .pl-lg-30,.px-lg-30{padding-left: 30px;}
    .pl-lg-35,.px-lg-35{padding-left: 35px;}
    .pl-lg-40,.px-lg-40{padding-left: 40px;}
    .pl-lg-45,.px-lg-45{padding-left: 45px;}
    .pl-lg-50,.px-lg-50{padding-left: 50px;}
}
/* md */
@media (max-width: 1199px) {
    .d-md-none {display: none !important;}
    .d-md-flex{display:flex !important}
    .d-md-inline{display:inline !important}
    .flex-md-row{flex-direction:row}
    .flex-md-row-reverse{flex-direction:row-reverse}
    .flex-md-column{flex-direction:column}
    .flex-md-column-reverse{flex-direction:column-reverse}
    .justify-md-start{justify-content: flex-start;}
    .justify-md-end{justify-content: flex-end;}
    .justify-md-center{justify-content: center;}
    .justify-md-space-between{justify-content: space-between;}
    .justify-md-space-around{justify-content: space-around;}
    .align-md-start{align-items: flex-start;}
    .align-md-end{align-items: flex-end;}
    .align-md-center{align-items: center;}
    .align-md-baseline{align-items: baseline;}
    .align-md-stretch{align-items: stretch;}
    .align-md-self-start{align-self: flex-start;}
    .align-md-self-end{align-self: flex-end;}
    .align-md-self-center{align-self: center;}
    .align-md-self-baseline{align-self: baseline;}
    .align-md-self-auto{align-self: auto;}
    .align-md-self-stretch{align-self: stretch;}
    .flex-md-nowrap{flex-wrap: nowrap;}
    .flex-md-wrap{flex-wrap: wrap;}
    .flex-md-wrap-reverse{flex-wrap: wrap-reverse;}
    .align-md-content-start{align-content: flex-start;}
    .align-md-content-end{align-content: flex-end;}
    .align-md-content-center{align-content: center;}
    .align-md-content-space-between{align-content: space-between;}
    .align-md-content-space-around{align-content: space-around;}
    .align-md-content-stretch{align-content: stretch;}
    .flex-md-grow-0{flex-grow: 0;}
    .flex-md-grow-1{flex-grow: 1;}
    .flex-md-shrink-0{flex-shrink: 0;}
    .flex-md-shrink-1{flex-shrink: 1;}
    .mb-md-10{margin-bottom: 10px;}
    .mb-md-15{margin-bottom: 15px;}
    .mb-md-20{margin-bottom: 20px;}
    .mb-md-25{margin-bottom: 25px;}
    .mb-md-30{margin-bottom: 30px;}
    .mb-md-35{margin-bottom: 35px;}
    .mb-md-40{margin-bottom: 40px;}
    .mb-md-45{margin-bottom: 45px;}
    .mb-md-50{margin-bottom: 50px;}
    .mb-md-55{margin-bottom: 55px;}
    .mb-md-60{margin-bottom: 60px;}
    .mb-md-80{margin-bottom: 80px;}
    .mb-md-130{margin-bottom:130px;}
    .mt-md-10{margin-top: 10px;}
    .mt-md-15{margin-top: 15px;}
    .mt-md-20{margin-top: 20px;}
    .mt-md-25{margin-top: 25px;}
    .mt-md-30{margin-top: 30px;}
    .mt-md-35{margin-top: 35px;}
    .mt-md-40{margin-top: 40px;}
    .mt-md-45{margin-top: 45px;}
    .mt-md-50{margin-top: 50px;}
    .mt-md-55{margin-top: 55px;}
    .mt-md-60{margin-top: 60px;}
    .mt-md-80{margin-top: 80px;}
    .mt-md-130{margin-top:130px;}
    .p-md-0{padding:0;}
    .pt-md-15,.py-md-15{padding-top: 15px;}
    .pt-md-20,.py-md-20{padding-top: 20px;}
    .pt-md-25,.py-md-25{padding-top: 25px;}
    .pt-md-30,.py-md-30{padding-top: 30px;}
    .pt-md-35,.py-md-35{padding-top: 35px;}
    .pt-md-40,.py-md-40{padding-top: 40px;}
    .pt-md-45,.py-md-45{padding-top: 45px;}
    .pt-md-50,.py-md-50{padding-top: 50px;}
    .pr-md-15,.px-md-15{padding-right: 15px;}
    .pr-md-20,.px-md-20{padding-right: 20px;}
    .pr-md-25,.px-md-25{padding-right: 25px;}
    .pr-md-30,.px-md-30{padding-right: 30px;}
    .pr-md-35,.px-md-35{padding-right: 35px;}
    .pr-md-40,.px-md-40{padding-right: 40px;}
    .pr-md-45,.px-md-45{padding-right: 45px;}
    .pr-md-50,.px-md-50{padding-right: 50px;}
    .pb-md-15,.py-md-15{padding-bottom: 15px;}
    .pb-md-20,.py-md-20{padding-bottom: 20px;}
    .pb-md-25,.py-md-25{padding-bottom: 25px;}
    .pb-md-30,.py-md-30{padding-bottom: 30px;}
    .pb-md-35,.py-md-35{padding-bottom: 35px;}
    .pb-md-40,.py-md-40{padding-bottom: 40px;}
    .pb-md-45,.py-md-45{padding-bottom: 45px;}
    .pb-md-50,.py-md-50{padding-bottom: 50px;}
    .pl-md-15,.px-md-15{padding-left: 15px;}
    .pl-md-20,.px-md-20{padding-left: 20px;}
    .pl-md-25,.px-md-25{padding-left: 25px;}
    .pl-md-30,.px-md-30{padding-left: 30px;}
    .pl-md-35,.px-md-35{padding-left: 35px;}
    .pl-md-40,.px-md-40{padding-left: 40px;}
    .pl-md-45,.px-md-45{padding-left: 45px;}
    .pl-md-50,.px-md-50{padding-left: 50px;}
}
/* sm */
@media (max-width: 991px) {
    .d-sm-none {display: none !important;}
    .d-sm-flex{display:flex !important}
    .d-sm-inline{display:inline !important}
    .flex-sm-row{flex-direction:row}
    .flex-sm-row-reverse{flex-direction:row-reverse}
    .flex-sm-column{flex-direction:column}
    .flex-sm-column-reverse{flex-direction:column-reverse}
    .justify-sm-start{justify-content: flex-start;}
    .justify-sm-end{justify-content: flex-end;}
    .justify-sm-center{justify-content: center;}
    .justify-sm-space-between{justify-content: space-between;}
    .justify-sm-space-around{justify-content: space-around;}
    .align-sm-start{align-items: flex-start;}
    .align-sm-end{align-items: flex-end;}
    .align-sm-center{align-items: center;}
    .align-sm-baseline{align-items: baseline;}
    .align-sm-stretch{align-items: stretch;}
    .align-sm-self-start{align-self: flex-start;}
    .align-sm-self-end{align-self: flex-end;}
    .align-sm-self-center{align-self: center;}
    .align-sm-self-baseline{align-self: baseline;}
    .align-sm-self-auto{align-self: auto;}
    .align-sm-self-stretch{align-self: stretch;}
    .flex-sm-nowrap{flex-wrap: nowrap;}
    .flex-sm-wrap{flex-wrap: wrap;}
    .flex-sm-wrap-reverse{flex-wrap: wrap-reverse;}
    .align-sm-content-start{align-content: flex-start;}
    .align-sm-content-end{align-content: flex-end;}
    .align-sm-content-center{align-content: center;}
    .align-sm-content-space-between{align-content: space-between;}
    .align-sm-content-space-around{align-content: space-around;}
    .align-sm-content-stretch{align-content: stretch;}
    .flex-sm-grow-0{flex-grow: 0;}
    .flex-sm-grow-1{flex-grow: 1;}
    .flex-sm-shrink-0{flex-shrink: 0;}
    .flex-sm-shrink-1{flex-shrink: 1;}
    .mb-sm-10{margin-bottom: 10px;}
    .mb-sm-15{margin-bottom: 15px;}
    .mb-sm-20{margin-bottom: 20px;}
    .mb-sm-25{margin-bottom: 25px;}
    .mb-sm-30{margin-bottom: 30px;}
    .mb-sm-35{margin-bottom: 35px;}
    .mb-sm-40{margin-bottom: 40px;}
    .mb-sm-45{margin-bottom: 45px;}
    .mb-sm-50{margin-bottom: 50px;}
    .mb-sm-55{margin-bottom: 55px;}
    .mb-sm-60{margin-bottom: 60px;}
    .mb-sm-80{margin-bottom: 80px;}
    .mb-sm-130{margin-bottom:130px;}
    .mt-sm-10{margin-top: 10px;}
    .mt-sm-15{margin-top: 15px;}
    .mt-sm-20{margin-top: 20px;}
    .mt-sm-25{margin-top: 25px;}
    .mt-sm-30{margin-top: 30px;}
    .mt-sm-35{margin-top: 35px;}
    .mt-sm-40{margin-top: 40px;}
    .mt-sm-45{margin-top: 45px;}
    .mt-sm-50{margin-top: 50px;}
    .mt-sm-55{margin-top: 55px;}
    .mt-sm-60{margin-top: 60px;}
    .mt-sm-80{margin-top: 80px;}
    .mt-sm-130{margin-top:130px;}
    .p-sm-0{padding:0;}
    .pt-sm-15,.py-sm-15{padding-top: 15px;}
    .pt-sm-20,.py-sm-20{padding-top: 20px;}
    .pt-sm-25,.py-sm-25{padding-top: 25px;}
    .pt-sm-30,.py-sm-30{padding-top: 30px;}
    .pt-sm-35,.py-sm-35{padding-top: 35px;}
    .pt-sm-40,.py-sm-40{padding-top: 40px;}
    .pt-sm-45,.py-sm-45{padding-top: 45px;}
    .pt-sm-50,.py-sm-50{padding-top: 50px;}
    .pr-sm-15,.px-sm-15{padding-right: 15px;}
    .pr-sm-20,.px-sm-20{padding-right: 20px;}
    .pr-sm-25,.px-sm-25{padding-right: 25px;}
    .pr-sm-30,.px-sm-30{padding-right: 30px;}
    .pr-sm-35,.px-sm-35{padding-right: 35px;}
    .pr-sm-40,.px-sm-40{padding-right: 40px;}
    .pr-sm-45,.px-sm-45{padding-right: 45px;}
    .pr-sm-50,.px-sm-50{padding-right: 50px;}
    .pb-sm-15,.py-sm-15{padding-bottom: 15px;}
    .pb-sm-20,.py-sm-20{padding-bottom: 20px;}
    .pb-sm-25,.py-sm-25{padding-bottom: 25px;}
    .pb-sm-30,.py-sm-30{padding-bottom: 30px;}
    .pb-sm-35,.py-sm-35{padding-bottom: 35px;}
    .pb-sm-40,.py-sm-40{padding-bottom: 40px;}
    .pb-sm-45,.py-sm-45{padding-bottom: 45px;}
    .pb-sm-50,.py-sm-50{padding-bottom: 50px;}
    .pl-sm-15,.px-sm-15{padding-left: 15px;}
    .pl-sm-20,.px-sm-20{padding-left: 20px;}
    .pl-sm-25,.px-sm-25{padding-left: 25px;}
    .pl-sm-30,.px-sm-30{padding-left: 30px;}
    .pl-sm-35,.px-sm-35{padding-left: 35px;}
    .pl-sm-40,.px-sm-40{padding-left: 40px;}
    .pl-sm-45,.px-sm-45{padding-left: 45px;}
    .pl-sm-50,.px-sm-50{padding-left: 50px;}
}
/* xs */
@media (max-width: 767px) {
    .d-xs-none {display: none !important;}
    .d-xs-flex{display:flex !important}
    .d-xs-inline{display:inline !important}
    .flex-xs-row{flex-direction:row}
    .flex-xs-row-reverse{flex-direction:row-reverse}
    .flex-xs-column{flex-direction:column}
    .flex-xs-column-reverse{flex-direction:column-reverse}
    .justify-xs-start{justify-content: flex-start;}
    .justify-xs-end{justify-content: flex-end;}
    .justify-xs-center{justify-content: center;}
    .justify-xs-space-between{justify-content: space-between;}
    .justify-xs-space-around{justify-content: space-around;}
    .align-xs-start{align-items: flex-start;}
    .align-xs-end{align-items: flex-end;}
    .align-xs-center{align-items: center;}
    .align-xs-baseline{align-items: baseline;}
    .align-xs-stretch{align-items: stretch;}
    .align-xs-self-start{align-self: flex-start;}
    .align-xs-self-end{align-self: flex-end;}
    .align-xs-self-center{align-self: center;}
    .align-xs-self-baseline{align-self: baseline;}
    .align-xs-self-auto{align-self: auto;}
    .align-xs-self-stretch{align-self: stretch;}
    .flex-xs-nowrap{flex-wrap: nowrap;}
    .flex-xs-wrap{flex-wrap: wrap;}
    .flex-xs-wrap-reverse{flex-wrap: wrap-reverse;}
    .align-xs-content-start{align-content: flex-start;}
    .align-xs-content-end{align-content: flex-end;}
    .align-xs-content-center{align-content: center;}
    .align-xs-content-space-between{align-content: space-between;}
    .align-xs-content-space-around{align-content: space-around;}
    .align-xs-content-stretch{align-content: stretch;}
    .flex-xs-grow-0{flex-grow: 0;}
    .flex-xs-grow-1{flex-grow: 1;}
    .flex-xs-shrink-0{flex-shrink: 0;}
    .flex-xs-shrink-1{flex-shrink: 1;}
    .mb-xs-0{margin-bottom: 0;}
    .mb-xs-10{margin-bottom: 10px;}
    .mb-xs-15{margin-bottom: 15px;}
    .mb-xs-20{margin-bottom: 20px;}
    .mb-xs-25{margin-bottom: 25px;}
    .mb-xs-30{margin-bottom: 30px;}
    .mb-xs-35{margin-bottom: 35px;}
    .mb-xs-40{margin-bottom: 40px;}
    .mb-xs-45{margin-bottom: 45px;}
    .mb-xs-50{margin-bottom: 50px;}
    .mb-xs-55{margin-bottom: 55px;}
    .mb-xs-60{margin-bottom: 60px;}
    .mb-xs-80{margin-bottom: 80px;}
    .mb-xs-130{margin-bottom:130px;}
    .mt-xs-10{margin-top: 10px;}
    .mt-xs-15{margin-top: 15px;}
    .mt-xs-20{margin-top: 20px;}
    .mt-xs-25{margin-top: 25px;}
    .mt-xs-30{margin-top: 30px;}
    .mt-xs-35{margin-top: 35px;}
    .mt-xs-40{margin-top: 40px;}
    .mt-xs-45{margin-top: 45px;}
    .mt-xs-50{margin-top: 50px;}
    .mt-xs-55{margin-top: 55px;}
    .mt-xs-60{margin-top: 60px;}
    .mt-xs-80{margin-top: 80px;}
    .mt-xs-130{margin-top:130px;}
    .mx-xs-n16{margin-left:-16px;margin-right:-16px;}
    .p-xs-0{padding:0;}
    .pt-xs-15,.py-xs-15{padding-top: 15px;}
    .pt-xs-20,.py-xs-20{padding-top: 20px;}
    .pt-xs-25,.py-xs-25{padding-top: 25px;}
    .pt-xs-30,.py-xs-30{padding-top: 30px;}
    .pt-xs-35,.py-xs-35{padding-top: 35px;}
    .pt-xs-40,.py-xs-40{padding-top: 40px;}
    .pt-xs-45,.py-xs-45{padding-top: 45px;}
    .pt-xs-50,.py-xs-50{padding-top: 50px;}
    .pr-xs-15,.px-xs-15{padding-right: 15px;}
    .pr-xs-20,.px-xs-20{padding-right: 20px;}
    .pr-xs-25,.px-xs-25{padding-right: 25px;}
    .pr-xs-30,.px-xs-30{padding-right: 30px;}
    .pr-xs-35,.px-xs-35{padding-right: 35px;}
    .pr-xs-40,.px-xs-40{padding-right: 40px;}
    .pr-xs-45,.px-xs-45{padding-right: 45px;}
    .pr-xs-50,.px-xs-50{padding-right: 50px;}
    .pb-xs-15,.py-xs-15{padding-bottom: 15px;}
    .pb-xs-20,.py-xs-20{padding-bottom: 20px;}
    .pb-xs-25,.py-xs-25{padding-bottom: 25px;}
    .pb-xs-30,.py-xs-30{padding-bottom: 30px;}
    .pb-xs-35,.py-xs-35{padding-bottom: 35px;}
    .pb-xs-40,.py-xs-40{padding-bottom: 40px;}
    .pb-xs-45,.py-xs-45{padding-bottom: 45px;}
    .pb-xs-50,.py-xs-50{padding-bottom: 50px;}
    .pl-xs-15,.px-xs-15{padding-left: 15px;}
    .pl-xs-20,.px-xs-20{padding-left: 20px;}
    .pl-xs-25,.px-xs-25{padding-left: 25px;}
    .pl-xs-30,.px-xs-30{padding-left: 30px;}
    .pl-xs-35,.px-xs-35{padding-left: 35px;}
    .pl-xs-40,.px-xs-40{padding-left: 40px;}
    .pl-xs-45,.px-xs-45{padding-left: 45px;}
    .pl-xs-50,.px-xs-50{padding-left: 50px;}
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.hide {
    display: none !important;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./fonts/ProximaNova/ProximaNova-Light.eot');
    src: local('ProximaNova Light'), local('ProximaNova-Light'),
        url('./fonts/ProximaNova/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova/ProximaNova-Light.woff') format('woff'),
        url('./fonts/ProximaNova/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./fonts/ProximaNova/ProximaNova-Regular.eot');
    src: local('ProximaNova Regular'), local('ProximaNova-Regular'),
        url('./fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
        url('./fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./fonts/ProximaNova/ProximaNova-Semibold.eot');
    src: local('ProximaNova Semibold'), local('ProximaNova-Semibold'),
        url('./fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff'),
        url('./fonts/ProximaNova/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./fonts/ProximaNova/ProximaNova-Bold.eot');
    src: local('ProximaNova Bold'), local('ProximaNova-Bold'),
        url('./fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
        url('./fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./fonts/ProximaNova/ProximaNova-Extrabld.eot');
    src: local('ProximaNova Extrabld'), local('ProximaNova-Extrabld'),
        url('./fonts/ProximaNova/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova/ProximaNova-Extrabld.woff') format('woff'),
        url('./fonts/ProximaNova/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./fonts/ProximaNova/ProximaNova-Black.eot');
    src: local('ProximaNova Black'), local('ProximaNova-Black'),
        url('./fonts/ProximaNova/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ProximaNova/ProximaNova-Black.woff') format('woff'),
        url('./fonts/ProximaNova/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
html, 
body {
    height: 100%;
}
body {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'ProximaNova', sans-serif;
    background: #0D0D0D;
}
a {
    color: #3EF2D0;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: all .2s ease;
}
a:hover {
    color: #49f9d9;
}
b {
    font-weight: 800;
}
label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #7B7B7B;
}
input, textarea {
    display: block;
    padding: 14px 12px;
    font-size: 14px;
    color: #fff;
    background: #181818;
    border: 1px solid #343434;
    border-radius: 8px;
    box-sizing: border-box  ;
    outline: none;
    transition: all .2s ease;
}
select {
    position: relative;
    display: block;
    padding: 14px 32px 14px 12px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #343434;
    box-sizing: border-box;
    border-radius: 8px;
    outline: none;
    background-color: #181818;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDUuNUwxMCAwLjVMMCAwLjVMNSA1LjVaIiBmaWxsPSIjMDMwRDJGIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    resize: none;
}
input::placeholder, textarea::placeholder {
    font-family: 'ProximaNova', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #7B7B7B;
}
input:focus, textarea:focus {
    border: 1px solid #696969;
}
input:hover, textarea:hover, select:hover {
    border: 1px solid #5c5c5c;
}
.switch {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 56px;
}
.switch input {
    display: none;
}
.slider {
    background-color: #303030;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.slider::before {
    background-color: #D7D7D7;
    bottom: 4px;
    content: "";
    height: 24px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 24px;
}
input:checked+.slider::before {
    background-color: #6868FE;
    transform: translateX(24px);
}
.slider.round {
    border-radius: 32px;
}
.slider.round:before {
    border-radius: 50%;
}
  
.field-full {
    width: 100%;
    box-sizing: border-box;
}
.unscroll {
    margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.container {
    width: 100%;
    max-width: 1248px;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box;
}
.container-lines {
    position: relative;
}
.container-lines::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../images/home/home-lines.svg") repeat-y;
    background-position: 24px top;
    background-size: auto;
}
button {
    font-family: 'ProximaNova', sans-serif;
    -webkit-tap-highlight-color: transparent;
}
.btn-primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 32px;
    color: #101010;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #3EF2D0;
    border-radius: 0;
    border: 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}
.btn-primary:hover {
    color: #101010;
    background: #49f9d9;
    box-shadow: 0px 12px 24px rgba(73, 249, 217, 0.2);
}
.btn-primary:focus, .btn-primary:active, .btn-primary:target {
    color: #101010;
    background: #49f9d9;
}
.btn-secondary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 32px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #191919;
    border-radius: 0;
    border: 1px solid #6868FE;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}
.btn-secondary:hover {
    color: #fff;
    background: #101010;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:target {
    color: #fff;
    background: #101010;
}
.btn-purple {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    background: #6868FE;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}
.btn-purple:hover {
    color: #FFFFFF;
    background: #7777FF;
}
.btn-purple:focus, .btn-primary:active, .btn-primary:target {
    color: #FFFFFF;
    background: #6868FE;
}
.btn-purple:hover .ta {
    filter: none;
}
.btn-sm {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
}
.title-1 {
    font-weight: 300;
    font-size: 48px;
    line-height: 64px;
    text-transform: uppercase;
}
.title-2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}
.title-3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}
.title-4 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
}
.caption {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #3EF2D0;
}
.text-bold {
    font-weight: 800;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-nowrap {
    white-space: nowrap;
}
.text-purple {
    color: #6868FE;
}
.text-primary {
    color: #3EF2D0;
}
.text-grey {
    color: #999;
}
.text-dark-grey {
    color: #4C4C4C;
}
.text-red {
    color: #E93D5C;
}
a.text-purple {
    color: #6868FE;
}
a.text-purple:hover {
    color: #4b4be2;
}
.invalid-field input {
    background: #181818;
    border: 1px solid #E93D5C;
}
.form-field .form-error {
    display: none;
    max-height: 0;
    padding-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #E93D5C;
    transition: all .2s .1s ease;
}
.form-field.invalid-field .form-error {
    display: block;
    max-height: 100%;
}
.invalid-field .form-error a {
    color: #3EF2D0;
}
.invalid-field .form-error a:hover {
    color: #49f9d9;
}
.form-help {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7B7B7B;
}
/* icons */
.ta {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .1s ease-in;
}
a:hover .ta {
    filter: invert(48%) sepia(101%) saturate(3433%) hue-rotate(224deg) brightness(100%) contrast(100%);
}
.ta-sm {
    width: 16px;
    height: 16px;
}
.ta-discord {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5535 2.81854C12.5178 2.33396 11.4104 1.98178 10.2526 1.78125C10.1104 2.03832 9.94429 2.38409 9.82976 2.65915C8.599 2.47406 7.37956 2.47406 6.17144 2.65915C6.05693 2.38409 5.88704 2.03832 5.74357 1.78125C4.58454 1.98178 3.47584 2.33525 2.44013 2.8211C0.351095 5.97791 -0.215207 9.0563 0.0679444 12.091C1.4535 13.1257 2.79627 13.7542 4.11638 14.1655C4.44233 13.7169 4.73302 13.2401 4.98345 12.7375C4.5065 12.5563 4.04969 12.3326 3.61805 12.073C3.73256 11.9882 3.84457 11.8995 3.95279 11.8082C6.58546 13.0396 9.44593 13.0396 12.0472 11.8082C12.1566 11.8995 12.2686 11.9882 12.3819 12.073C11.949 12.3339 11.4909 12.5576 11.014 12.7388C11.2644 13.2401 11.5538 13.7182 11.881 14.1668C13.2024 13.7555 14.5464 13.127 15.932 12.091C16.2642 8.57301 15.3644 5.52289 13.5535 2.81854ZM5.34212 10.2247C4.55181 10.2247 3.9037 9.48688 3.9037 8.58843C3.9037 7.68998 4.53797 6.95091 5.34212 6.95091C6.14628 6.95091 6.79437 7.68868 6.78053 8.58843C6.78178 9.48688 6.14628 10.2247 5.34212 10.2247ZM10.6578 10.2247C9.86752 10.2247 9.21941 9.48688 9.21941 8.58843C9.21941 7.68998 9.85366 6.95091 10.6578 6.95091C11.462 6.95091 12.1101 7.68868 12.0962 8.58843C12.0962 9.48688 11.462 10.2247 10.6578 10.2247Z' fill='white'/%3E%3C/svg%3E%0A");
}
.ta-discord-dark {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5535 2.81854C12.5178 2.33396 11.4104 1.98178 10.2526 1.78125C10.1104 2.03832 9.94429 2.38409 9.82976 2.65915C8.599 2.47406 7.37956 2.47406 6.17144 2.65915C6.05693 2.38409 5.88704 2.03832 5.74357 1.78125C4.58454 1.98178 3.47584 2.33525 2.44013 2.8211C0.351095 5.97791 -0.215207 9.0563 0.0679444 12.091C1.4535 13.1257 2.79627 13.7542 4.11638 14.1655C4.44233 13.7169 4.73302 13.2401 4.98345 12.7375C4.5065 12.5563 4.04969 12.3326 3.61805 12.073C3.73256 11.9882 3.84457 11.8995 3.95279 11.8082C6.58546 13.0396 9.44593 13.0396 12.0472 11.8082C12.1566 11.8995 12.2686 11.9882 12.3819 12.073C11.949 12.3339 11.4909 12.5576 11.014 12.7388C11.2644 13.2401 11.5538 13.7182 11.881 14.1668C13.2024 13.7555 14.5464 13.127 15.932 12.091C16.2642 8.57301 15.3644 5.52289 13.5535 2.81854ZM5.34212 10.2247C4.55181 10.2247 3.9037 9.48688 3.9037 8.58843C3.9037 7.68998 4.53797 6.95091 5.34212 6.95091C6.14628 6.95091 6.79437 7.68868 6.78053 8.58843C6.78178 9.48688 6.14628 10.2247 5.34212 10.2247ZM10.6578 10.2247C9.86752 10.2247 9.21941 9.48688 9.21941 8.58843C9.21941 7.68998 9.85366 6.95091 10.6578 6.95091C11.462 6.95091 12.1101 7.68868 12.0962 8.58843C12.0962 9.48688 11.462 10.2247 10.6578 10.2247Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}
.ta-hacken {
    width: 308px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='308' height='33' viewBox='0 0 308 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.314 0V11.8011H7.82811V0H-1V32.4534H7.82811V20.6523H34.314V32.4534H43.1429V0H34.314Z' fill='%233EF2D0'/%3E%3Cpath d='M202.056 20.6523H193.228V32.4534H202.056V20.6523Z' fill='%233EF2D0'/%3E%3Cpath d='M202.057 0H193.228V11.8011H166.743V0H157.914V32.4534H166.743V20.6523H193.228L202.057 11.8011V0Z' fill='%233EF2D0'/%3E%3Cpath d='M90.2285 0H51.9713V32.4534H60.8001V20.6523H87.2861V32.4534H96.1142V0H90.2285ZM60.8001 8.8512H87.2861V11.8019H60.8001V8.8512Z' fill='%233EF2D0'/%3E%3Cpath d='M149.086 8.8512V0H113.772H110.828H104.943V32.4534H110.828H113.772H149.086V23.603H113.772V8.8512H149.086Z' fill='%233EF2D0'/%3E%3Cpath d='M255.029 8.8512V0H219.714H216.772H210.886V32.4534H216.772H219.714H255.029V23.603H219.714V20.6523H255.029V11.8019H219.714V8.8512H255.029Z' fill='%233EF2D0'/%3E%3Cpath d='M299.171 0V20.6523L272.685 0H263.857V32.4534H272.685V11.8011L299.171 32.4534H308V0H299.171Z' fill='%233EF2D0'/%3E%3C/svg%3E%0A");
}
.ta-lg.ta-hacken {
    width: 308px;
    height: 32px;
}
.ta-binance {
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='64' viewBox='0 0 180 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cpath d='M39.0918 17.5784H45.5367C47.1743 17.5784 48.3717 18.0187 49.1465 18.7758C49.9037 19.4274 50.2382 20.3078 50.2382 21.1706C50.2382 21.5052 50.2382 21.9278 50.1326 22.2624C49.9213 22.8083 49.5867 23.3541 49.1465 23.7944C48.9352 24.0057 48.7063 24.1289 48.4949 24.2346C49.2521 24.4459 49.9213 24.8861 50.4671 25.432C50.9074 25.9779 51.1187 26.6294 51.1187 27.6155C51.1187 28.1614 51.013 28.8129 50.7841 29.2531C50.5728 29.6934 50.1326 30.1336 49.6924 30.4505C49.1465 30.7851 48.6006 30.9964 48.0547 31.2077C47.4032 31.419 46.6284 31.419 45.8712 31.419H39.1975V17.5432H39.0918V17.5784ZM44.9908 23.2485C45.5367 23.2485 46.0825 23.1428 46.6284 22.9139C47.0686 22.7026 47.2799 22.2624 47.2799 21.8222C47.2799 21.382 47.0686 20.9417 46.7341 20.7304C46.2938 20.3959 45.748 20.2902 45.2021 20.3959H42.1381V23.3365H44.9732V23.2485H44.9908ZM45.748 28.8305C46.2938 28.8305 46.8397 28.7249 47.3856 28.4959C47.8258 28.2846 48.0371 27.8444 47.9315 27.2985C47.9315 26.8583 47.7202 26.4181 47.3856 26.2068C47.051 25.9955 46.3995 25.7666 45.6423 25.7666H42.0325V28.8305H45.748Z' fill='%23999999'/%3E%3Cpath d='M54.9222 17.5784H57.9862V31.5598H54.9222V17.5784Z' fill='%23999999'/%3E%3Cpath d='M62.6879 17.5784H65.5229L72.0734 26.2067V17.5784H75.1197V31.5598H72.5136L65.6285 22.7026V31.5598H62.6879V17.5784Z' fill='%23999999'/%3E%3Cpath d='M84.4172 17.4727H87.2523L93.2569 31.5598H90.0873L88.7842 28.3902H82.8853L81.5822 31.5598H78.4126L84.4172 17.4727ZM87.6925 25.7664L85.8436 21.1881L83.9946 25.7664H87.6925Z' fill='%23999999'/%3E%3Cpath d='M96.5321 17.5784H99.3671L105.918 26.2067V17.5784H108.982V31.5598H106.358L99.5785 22.7026V31.5598H96.5321V17.5784Z' fill='%23999999'/%3E%3Cpath d='M120.11 31.7711C119.124 31.7711 118.138 31.5598 117.275 31.2253C115.532 30.4681 114.212 29.1474 113.454 27.4041C113.12 26.5237 112.908 25.5552 112.908 24.5691C112.908 22.7202 113.666 20.8536 114.986 19.4449C115.638 18.7934 116.413 18.2475 117.275 17.9129C118.262 17.4727 119.248 17.3671 120.216 17.3671C120.762 17.3671 121.414 17.3671 121.959 17.4727C122.505 17.5784 122.946 17.684 123.386 17.9129C123.826 18.1242 124.266 18.3532 124.583 18.5645C124.918 18.7758 125.34 19.1103 125.675 19.4449L123.826 21.7341C123.28 21.2939 122.734 20.8536 122.188 20.5367C121.642 20.2197 120.991 20.0964 120.339 20.0964C119.794 20.0964 119.248 20.2021 118.702 20.431C118.156 20.6423 117.716 20.9769 117.399 21.4171C117.082 21.8573 116.747 22.2976 116.518 22.8434C116.307 23.3893 116.184 23.9352 116.184 24.4811C116.184 25.0269 116.289 25.6785 116.518 26.2243C116.747 26.7702 116.958 27.2104 117.399 27.6507C118.156 28.5311 119.248 28.9537 120.339 28.9537C120.991 28.9537 121.766 28.8481 122.417 28.5135C122.963 28.1789 123.615 27.7563 124.055 27.3161L126.009 29.2707C125.675 29.6052 125.252 30.0279 124.918 30.3624C124.477 30.697 124.037 30.9083 123.615 31.1196C123.174 31.3309 122.629 31.5598 122.083 31.6655C121.308 31.7711 120.656 31.7711 120.11 31.7711Z' fill='%23999999'/%3E%3Cpath d='M129.514 17.5784H139.991V20.3077H132.454V23.1428H139.111V25.8722H132.454V28.8305H140.097V31.5598H129.514V17.5784Z' fill='%23999999'/%3E%3Cpath d='M43.0186 45.3124C42.2614 45.3124 41.4866 45.2067 40.8351 44.8721C40.1836 44.6608 39.5321 44.2206 38.8629 43.6747L39.9547 42.4773C40.3949 42.9176 40.8351 43.1289 41.381 43.4634C41.9269 43.6747 42.4727 43.798 43.0186 43.798C43.4588 43.798 43.8991 43.6924 44.3217 43.4634C44.6562 43.2521 44.7619 42.9176 44.7619 42.583C44.7619 42.4773 44.7619 42.2484 44.6562 42.1428C44.5506 42.0371 44.4449 41.8082 44.3217 41.7025C44.1104 41.5969 43.8814 41.4912 43.6701 41.368C43.3356 41.2623 42.913 41.1567 42.5784 41.0334C42.1382 40.9278 41.5923 40.8221 41.1521 40.5932C40.8175 40.4875 40.3949 40.2586 40.166 40.0473C39.9547 39.836 39.7257 39.6071 39.5144 39.2901C39.3031 38.8499 39.3031 38.4097 39.3031 38.0927C39.3031 37.6525 39.4088 37.3355 39.5144 36.8953C39.6201 36.5607 39.9547 36.2438 40.166 36.0149C40.5005 35.8036 40.8175 35.5747 41.2577 35.469C41.6979 35.3633 42.1382 35.2577 42.5608 35.2577C43.2123 35.2577 43.8638 35.3633 44.533 35.5923C45.0789 35.8036 45.6247 36.1381 46.1706 36.4727L45.2902 37.7758C44.8499 37.4412 44.4097 37.2299 43.9871 37.0186C43.5469 36.8073 43.1067 36.8073 42.684 36.8073C42.2438 36.8073 41.8036 36.9129 41.4866 37.1418C41.2753 37.3532 41.0464 37.6877 41.0464 38.0223C41.0464 38.2336 41.0464 38.3569 41.1521 38.5682C41.2577 38.6738 41.3634 38.9027 41.4866 39.0084C41.6979 39.114 41.9269 39.2197 42.2438 39.343C42.5784 39.4486 42.8954 39.5543 43.4412 39.6775C43.8814 39.7832 44.3217 39.8888 44.8675 40.1177C45.2021 40.2234 45.5191 40.4523 45.8536 40.6636C46.0649 40.8749 46.2939 41.2095 46.3995 41.4208C46.5052 41.7554 46.6108 42.0723 46.6108 42.5126C46.6108 42.9528 46.5052 43.393 46.3995 43.71C46.1882 44.0445 45.9593 44.3615 45.6423 44.6961C45.3078 44.9074 44.9908 45.1363 44.5506 45.2419C44.0047 45.2067 43.4588 45.3124 43.0186 45.3124Z' fill='%23999999'/%3E%3Cpath d='M48.4775 35.3809H50.3441L53.2848 39.9592L56.3487 35.3809H58.1976V45.2066H56.4544V38.1102L53.3904 42.6886H53.2848L50.2384 38.1102V45.2066H48.4775V35.3809Z' fill='%23999999'/%3E%3Cpath d='M64.0965 35.2751H65.7342L69.9955 45.1009H68.1466L67.1605 42.7061H62.5822L61.5961 45.1009H59.8528L64.0965 35.2751ZM66.6146 41.2798L64.8713 37.353L63.2337 41.2798H66.6146Z' fill='%23999999'/%3E%3Cpath d='M71.7387 35.3809H76.1057C76.6516 35.3809 77.1975 35.4865 77.7433 35.5922C78.1836 35.6978 78.6238 36.0324 78.9407 36.3493C79.1521 36.5607 79.381 36.8952 79.5923 37.3354C79.6979 37.67 79.8036 38.0926 79.8036 38.5329C79.8036 38.8674 79.6979 39.29 79.5923 39.6246C79.4866 39.9592 79.2577 40.1705 79.1521 40.505C78.9408 40.7164 78.7118 40.9453 78.3949 41.1566C78.0603 41.3679 77.7433 41.4911 77.4088 41.5968L80.0325 45.3123H77.9546L75.5598 41.9314H73.3763V45.3123H71.6331L71.7387 35.3809ZM76.0001 40.1881C76.5459 40.1881 77.0918 40.0824 77.4264 39.7479C77.7609 39.4133 77.9723 38.9907 77.9723 38.5505C77.9723 38.1102 77.7609 37.67 77.4264 37.3531C76.9862 37.0185 76.4403 36.9128 75.8944 36.9128H73.3763V40.1881H76.0001Z' fill='%23999999'/%3E%3Cpath d='M84.294 36.9128H81.1244V35.3809H89.1012V36.9128H85.9316V45.2066H84.1883L84.294 36.9128Z' fill='%23999999'/%3E%3Cpath d='M99.7017 45.3123C99.0502 45.3123 98.3987 45.2067 97.7295 44.8721C96.5321 44.3262 95.546 43.4458 95.1058 42.2484C94.8945 41.5969 94.6656 40.9453 94.7712 40.2762C94.7712 39.6247 94.8769 38.9731 95.1058 38.304C95.546 37.1066 96.5321 36.1205 97.7295 35.5746C98.3811 35.3633 99.0326 35.1344 99.8074 35.1344C100.248 35.1344 100.688 35.1344 101.005 35.2401C101.339 35.3457 101.656 35.4514 101.991 35.5746C102.325 35.6803 102.537 35.9092 102.871 36.0148C103.083 36.2262 103.417 36.4551 103.629 36.6664L102.537 37.9694C102.202 37.6349 101.78 37.3179 101.339 37.089C100.899 36.8777 100.353 36.7544 99.8074 36.7544C99.3672 36.7544 98.9269 36.8601 98.5043 36.9657C98.0641 37.177 97.7471 37.4059 97.4126 37.7229C97.078 38.0575 96.8667 38.3744 96.7611 38.8147C96.6554 39.2549 96.5498 39.6951 96.5498 40.1177C96.5498 40.5579 96.6554 40.9982 96.7611 41.4208C96.8667 41.8434 97.0956 42.178 97.4126 42.5125C97.7471 42.8471 98.0641 43.0584 98.5043 43.2697C98.9446 43.481 99.3848 43.6043 99.8074 43.481C100.353 43.481 100.899 43.3754 101.339 43.1464C101.78 42.9351 102.22 42.6006 102.642 42.1604L103.734 43.2521C103.523 43.4634 103.188 43.798 102.977 44.0093C102.642 44.2206 102.431 44.4495 102.097 44.5552C101.762 44.6608 101.445 44.8897 101.005 44.8897C100.565 45.3123 100.124 45.3123 99.7017 45.3123Z' fill='%23999999'/%3E%3Cpath d='M105.477 35.3809H107.115V39.4133H111.817V35.3809H113.56V45.2066H111.817V41.0509H107.115V45.2066H105.477V35.3809Z' fill='%23999999'/%3E%3Cpath d='M119.565 35.2751H121.202L125.464 45.1009H123.615L122.628 42.7061H118.05L117.064 45.1009H115.321L119.565 35.2751ZM121.977 41.2798L120.339 37.353L118.702 41.2798H121.977Z' fill='%23999999'/%3E%3Cpath d='M127.207 35.3809H128.968V45.2066H127.207V35.3809Z' fill='%23999999'/%3E%3Cpath d='M131.574 35.3809H133.106L138.353 42.1427V35.3809H140.096V45.2066H138.67L133.335 38.2159V45.2066H131.574V35.3809Z' fill='%23999999'/%3E%3Cpath d='M19.8806 44.5551V48.8165L16.1651 51L12.5553 48.8165V44.5551L16.1651 46.7386L19.8806 44.5551ZM0.00012207 29.8165L3.60995 32V39.3077L9.82589 43.0232V47.2845L0.00012207 41.4912V29.8165ZM32.3301 29.8165V41.5088L22.3986 47.3021V43.0408L28.6146 39.3253V32.0176L32.3301 29.8165ZM22.381 24.0232L26.0965 26.2067V30.468L19.8806 34.1835V41.5968L16.2707 43.7803L12.6785 41.5968V34.1659L6.23367 30.4504V26.1891L9.94915 24.0056L16.1651 27.721L22.381 24.0232ZM6.23367 33.5144L9.8435 35.6979V39.9592L6.23367 37.7757V33.5144ZM26.0965 33.5144V37.7757L22.4867 39.9592V35.6979L26.0965 33.5144ZM3.60995 20.3077L7.32542 22.4912L3.60995 24.6747V28.9361L0.00012207 26.7525V22.4912L3.60995 20.3077ZM28.7202 20.3077L32.4357 22.4912V26.7525L28.7202 28.9361V24.6747L25.1104 22.4912L28.7202 20.3077ZM16.1651 20.3077L19.8806 22.4912L16.1651 24.6747L12.5553 22.4912L16.1651 20.3077ZM16.1651 13L26.0965 18.7933L22.4867 20.9768L16.2707 17.2613L9.93154 20.9768L6.32172 18.7933L16.1651 13Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ta-zksync {
    background-image: url("data:image/svg+xml,%3Csvg width='178' height='64' viewBox='0 0 178 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64' clip-path='url(%23clip0_45_756)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.7757 32.3293L34.3742 18.7725V28.7009L21.0679 38.6415L34.3742 38.6508V45.8861L47.7757 32.3293Z' fill='%23999999'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.533325 32.3244L13.9348 45.8812V36.0578L27.1437 26.1107L13.9348 26.1015V18.7676L0.533325 32.3244Z' fill='%23999999'/%3E%3Cpath d='M68.4057 40.3121H58.1233V37.322L64.0097 30.6772H58.2749V27.7383H68.3046V30.5751L62.2412 37.3475H68.4057V40.3121Z' fill='%23999999' fill-opacity='0.9'/%3E%3Cpath d='M82.4383 27.7387L77.4613 33.029L82.5393 40.3126H78.4214L75.1371 35.508L73.7476 36.9902V40.3126H70.3875V21.8096H73.7476V32.4156L78.0424 27.7387H82.4383Z' fill='%23999999' fill-opacity='0.9'/%3E%3Cpath d='M97.0525 26.512L93.9198 27.4832C93.802 26.8357 93.4817 26.248 92.9599 25.7198C92.4381 25.1916 91.671 24.9276 90.6605 24.9276C89.8359 24.9276 89.1623 25.1575 88.6395 25.6175C88.1177 26.0606 87.8568 26.5972 87.8568 27.2276C87.8568 28.3351 88.5051 29.0166 89.8019 29.2721L92.3028 29.7577C93.8857 30.0644 95.1152 30.7033 95.9914 31.6745C96.8676 32.6456 97.3056 33.7871 97.3056 35.099C97.3056 36.5984 96.7157 37.9102 95.5368 39.0348C94.3744 40.1422 92.808 40.6959 90.8377 40.6959C89.7094 40.6959 88.6901 40.5255 87.7809 40.1848C86.8712 39.844 86.1386 39.3925 85.5828 38.8303C85.027 38.251 84.589 37.6461 84.269 37.0158C83.9659 36.3683 83.7806 35.7038 83.7133 35.0223L86.947 34.1534C87.0313 35.1246 87.4022 35.9338 88.0583 36.5813C88.732 37.2287 89.6675 37.5525 90.863 37.5525C91.7722 37.5525 92.48 37.348 92.9852 36.9391C93.507 36.5302 93.7679 35.9935 93.7679 35.329C93.7679 34.8008 93.5742 34.3494 93.1867 33.9745C92.8168 33.5826 92.2862 33.3186 91.596 33.1823L89.0941 32.6711C87.6455 32.3644 86.5007 31.7596 85.6585 30.8566C84.8164 29.9536 84.3954 28.8292 84.3954 27.4832C84.3954 25.8816 85.0017 24.5357 86.2144 23.4453C87.444 22.3548 88.9179 21.8096 90.6352 21.8096C91.6632 21.8096 92.5812 21.9544 93.3892 22.244C94.1972 22.5337 94.8466 22.9255 95.3343 23.4196C95.823 23.8968 96.2017 24.3909 96.4713 24.9019C96.741 25.4131 96.9347 25.9498 97.0525 26.512Z' fill='%23999999' fill-opacity='0.9'/%3E%3Cpath d='M102.966 45.2701H99.4035L102.334 38.7276L97.0535 27.7383H100.818L104.128 35.0986L107.185 27.7383H110.772L102.966 45.2701Z' fill='%23999999' fill-opacity='0.9'/%3E%3Cpath d='M115.41 33.0798V40.3123H112.049V27.7385H115.309V29.2975C115.662 28.6841 116.167 28.2155 116.824 27.8918C117.482 27.5681 118.172 27.4062 118.896 27.4062C120.361 27.4062 121.473 27.8748 122.231 28.8118C123.006 29.7319 123.394 30.9245 123.394 32.3898V40.3123H120.033V32.9776C120.033 32.2279 119.839 31.623 119.452 31.163C119.081 30.7031 118.509 30.4731 117.734 30.4731C117.027 30.4731 116.462 30.7201 116.042 31.2142C115.62 31.7082 115.41 32.3302 115.41 33.0798Z' fill='%23999999' fill-opacity='0.9'/%3E%3Cpath d='M131.629 30.499C130.736 30.499 129.986 30.8142 129.381 31.4446C128.774 32.0749 128.471 32.9354 128.471 34.0258C128.471 35.1162 128.774 35.9851 129.381 36.6325C130.004 37.2629 130.761 37.5781 131.654 37.5781C132.445 37.5781 133.077 37.3737 133.549 36.9647C134.02 36.5389 134.341 36.0362 134.509 35.4569L137.465 36.4537C137.162 37.6122 136.505 38.6089 135.494 39.4438C134.484 40.2786 133.204 40.696 131.654 40.696C129.801 40.696 128.244 40.0657 126.98 38.8049C125.734 37.5271 125.111 35.934 125.111 34.0258C125.111 32.1005 125.725 30.5075 126.955 29.2467C128.202 27.9859 129.734 27.3555 131.553 27.3555C133.137 27.3555 134.433 27.773 135.444 28.6078C136.454 29.4256 137.103 30.4223 137.389 31.5979L134.383 32.6202C133.979 31.206 133.061 30.499 131.629 30.499Z' fill='%23999999' fill-opacity='0.9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_45_756'%3E%3Crect width='178' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ta-venom {
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='64' viewBox='0 0 180 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cg clip-path='url(%23clip0_1_174)'%3E%3Cpath d='M24.4701 17.066C23.648 16.9336 22.8058 17.0094 22.0206 17.2865C21.2353 17.5637 20.5321 18.0332 19.9751 18.6522C18.9139 19.836 18.5839 21.3797 18.8389 22.9247C19.0701 24.3197 19.3764 25.7347 19.4451 27.0772C19.5414 29.1005 19.2324 31.1225 18.5364 33.0247C17.9064 34.746 17.0089 36.081 15.0864 36.376C14.9439 36.3985 14.4251 36.4147 14.2776 36.4235C14.0245 36.4237 13.7715 36.4086 13.5201 36.3785C11.5976 36.0822 10.6926 34.7472 10.0651 33.016C9.36899 31.1134 9.06003 29.0909 9.15638 27.0672C9.22513 25.7297 9.53138 24.3135 9.76138 22.916C10.0164 21.3697 9.68638 19.8272 8.62638 18.641C8.06806 18.0218 7.36287 17.5531 6.5758 17.2781C5.78873 17.003 4.94509 16.9305 4.12263 17.0672C1.65638 17.466 0.0151331 19.6485 0.000133098 21.9372C-0.00648507 22.819 0.23383 23.685 0.693883 24.4372C1.46138 25.6997 2.72013 26.6185 3.81888 27.5747C4.54638 28.2122 5.80513 30.0247 6.42138 31.9897C6.79513 33.1797 7.09888 34.3847 7.40013 35.6022C7.82263 37.2985 8.40513 41.0447 8.78763 42.7447C9.55138 46.1497 11.8914 46.921 14.2351 46.9997H14.3176C16.6614 46.921 19.0389 46.1485 19.8039 42.7435C20.1851 41.0435 20.7651 37.2947 21.1914 35.601C21.4939 34.3897 21.7964 33.1785 22.1701 31.9885C22.7864 30.0235 24.0451 28.2047 24.7714 27.5722C25.8714 26.6147 27.1289 25.6972 27.8964 24.4347C28.3568 23.6826 28.5976 22.8166 28.5914 21.9347C28.5789 19.6422 26.9414 17.4597 24.4701 17.066ZM55.4026 21.1497L47.5464 42.0035H43.5726L35.6876 21.1497H39.3601L45.5601 38.4922L51.7914 21.1497H55.4039H55.4026ZM73.4726 33.3322C73.4726 33.9522 73.4326 34.5122 73.3514 35.0122H60.6801C60.7801 36.3322 61.2714 37.3922 62.1551 38.1922C63.0376 38.9922 64.1214 39.3922 65.4051 39.3922C67.2514 39.3922 68.5551 38.6222 69.3176 37.0822H73.0214C72.5189 38.6022 71.6064 39.8522 70.2814 40.8322C68.9776 41.7935 67.3526 42.2735 65.4064 42.2735C63.8201 42.2735 62.3951 41.9235 61.1314 41.2235C59.8937 40.5101 58.8738 39.473 58.1814 38.2235C57.4789 36.9235 57.1276 35.4235 57.1276 33.7222C57.1276 32.0222 57.4689 30.531 58.1526 29.251C58.8539 27.951 59.8276 26.951 61.0714 26.251C62.3351 25.551 63.7801 25.201 65.4051 25.201C66.9714 25.201 68.3651 25.541 69.5901 26.221C70.7997 26.8868 71.7921 27.8865 72.4489 29.101C73.1314 30.3222 73.4726 31.7322 73.4726 33.3322ZM69.8901 32.2522C69.8701 30.9922 69.4189 29.981 68.5364 29.221C67.6526 28.461 66.5589 28.081 65.2551 28.081C64.0714 28.081 63.0576 28.461 62.2151 29.221C61.3726 29.961 60.8701 30.971 60.7101 32.2522H69.8901ZM85.2164 25.1997C86.5214 25.1997 87.6851 25.471 88.7089 26.011C89.746 26.5452 90.5962 27.3822 91.1464 28.411C91.7289 29.471 92.0189 30.7522 92.0189 32.2522V42.0022H88.6189V32.7622C88.6189 31.2822 88.2476 30.1522 87.5051 29.371C86.7614 28.571 85.7489 28.171 84.4639 28.171C83.1801 28.171 82.1564 28.571 81.3939 29.371C80.6514 30.151 80.2814 31.2822 80.2814 32.7622V42.0035H76.8489V25.471H80.2801V27.361C80.8571 26.6697 81.5896 26.1248 82.4176 25.771C83.3019 25.3906 84.255 25.1966 85.2176 25.201L85.2164 25.1997ZM103.59 42.2735C102.025 42.2735 100.61 41.9235 99.3464 41.2235C98.0957 40.5171 97.0644 39.4789 96.3664 38.2235C95.6439 36.9235 95.2826 35.4235 95.2826 33.7222C95.2826 32.0422 95.6539 30.551 96.3964 29.251C97.1057 27.9837 98.1598 26.9435 99.4364 26.251C100.72 25.551 102.155 25.201 103.741 25.201C105.326 25.201 106.761 25.551 108.045 26.251C109.322 26.9435 110.376 27.9837 111.085 29.251C111.828 30.551 112.198 32.0422 112.198 33.7222C112.198 35.4022 111.818 36.8922 111.055 38.1922C110.313 39.4732 109.229 40.5227 107.925 41.2235C106.62 41.9235 105.175 42.2735 103.59 42.2735ZM103.59 39.3022C104.473 39.3022 105.296 39.0922 106.059 38.6722C106.841 38.2522 107.473 37.6222 107.955 36.7822C108.436 35.9422 108.678 34.9222 108.678 33.7222C108.678 32.5222 108.446 31.5122 107.985 30.691C107.523 29.851 106.91 29.221 106.148 28.801C105.393 28.383 104.543 28.166 103.68 28.171C102.798 28.171 101.975 28.381 101.213 28.801C100.47 29.221 99.8776 29.851 99.4376 30.691C98.9951 31.5122 98.7751 32.5222 98.7751 33.7222C98.7751 35.5022 99.2251 36.8822 100.129 37.8622C101.051 38.8222 102.204 39.3022 103.59 39.3022ZM135.668 25.1997C136.971 25.1997 138.135 25.471 139.159 26.011C140.196 26.5451 141.047 27.3821 141.598 28.411C142.199 29.471 142.5 30.7522 142.5 32.2522V42.0022H139.099V32.7622C139.099 31.2822 138.728 30.1522 137.985 29.371C137.243 28.571 136.229 28.171 134.945 28.171C133.661 28.171 132.638 28.571 131.875 29.371C131.133 30.151 130.761 31.2822 130.761 32.7622V42.0035H127.36V32.7622C127.36 31.2822 126.989 30.1522 126.246 29.371C125.504 28.571 124.49 28.171 123.206 28.171C121.921 28.171 120.899 28.571 120.136 29.371C119.394 30.151 119.023 31.2822 119.023 32.7622V42.0035H115.591V25.471H119.023V27.361C119.6 26.6697 120.332 26.1248 121.16 25.771C122.033 25.3889 122.976 25.1947 123.929 25.201C125.253 25.201 126.436 25.481 127.48 26.041C128.511 26.5881 129.351 27.4355 129.889 28.471C130.39 27.471 131.173 26.681 132.236 26.101C133.282 25.5058 134.465 25.1942 135.668 25.1997Z' fill='%23999999'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_174'%3E%3Crect width='142.5' height='30' fill='white' transform='translate(0 17)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ta-coinmarket {
    background-image: url("data:image/svg+xml,%3Csvg width='178' height='64' viewBox='0 0 178 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cpath d='M24.3059 34.9647C23.811 35.2671 23.2336 35.3221 22.7937 35.0747C22.2438 34.7447 21.9138 34.0023 21.9138 32.985V29.878C21.9138 28.3933 21.3364 27.3209 20.3466 27.046C18.6694 26.5511 17.4046 28.6132 16.9372 29.3831L13.9677 34.1398V28.2833C13.9402 26.936 13.5003 26.1386 12.6754 25.8912C12.1255 25.7262 11.3006 25.8087 10.5033 27.0185L3.87685 37.6317C2.997 35.9545 2.52958 34.0848 2.52958 32.1876C2.52958 25.7812 7.67122 20.5846 13.9677 20.5846C20.2641 20.5846 25.4058 25.7812 25.4058 32.1876V32.2151V32.2426C25.4608 33.4799 25.0758 34.4698 24.3059 34.9647ZM27.9353 32.1876V32.1601V32.1326C27.9079 24.3514 21.6389 18 13.9677 18C6.26896 18 0 24.3514 0 32.1876C0 39.9963 6.26896 46.3753 13.9677 46.3753C17.5146 46.3753 20.869 45.028 23.4536 42.5809C23.976 42.086 24.0035 41.2886 23.5086 40.7662C23.0412 40.2438 22.2438 40.2163 21.7214 40.6837C21.7214 40.6837 21.7214 40.6837 21.6939 40.7112C19.6042 42.6909 16.7997 43.8182 13.9127 43.8182C10.5307 43.8182 7.50625 42.3334 5.4166 39.9688L11.3831 30.4004V34.8272C11.3831 36.9443 12.208 37.6317 12.8954 37.8242C13.5827 38.0167 14.6276 37.8792 15.7549 36.092L19.0268 30.7854C19.1368 30.6204 19.2193 30.4554 19.3293 30.3454V33.04C19.3293 35.0197 20.1266 36.6144 21.5014 37.3843C22.7387 38.0991 24.306 38.0167 25.5982 37.2193C27.193 36.1745 28.0453 34.3598 27.9353 32.1876ZM47.4021 27.3484C47.7321 27.5409 48.0345 28.0083 48.0345 28.4208C48.0345 29.0807 47.4846 29.6306 46.8522 29.6306C46.6872 29.6306 46.5497 29.5756 46.4123 29.5481C45.6699 28.9982 44.735 28.6407 43.7452 28.6407C41.4081 28.6407 39.8134 30.5379 39.8134 32.9025C39.8134 35.2671 41.4356 37.1368 43.7452 37.1368C44.9 37.1368 45.9448 36.6694 46.7147 35.927C46.9072 35.7895 47.1546 35.707 47.4021 35.707C48.0345 35.707 48.5294 36.202 48.5294 36.8344C48.5294 37.2468 48.282 37.6042 47.9795 37.7967C46.8522 38.759 45.3399 39.3914 43.7727 39.3914C40.1983 39.3914 37.2838 36.4494 37.2838 32.82C37.2838 29.1906 40.1983 26.2486 43.7727 26.2486C45.0925 26.2211 46.3573 26.6336 47.4021 27.3484ZM53.946 30.098C56.3931 30.098 58.4278 32.1601 58.4278 34.7172C58.4278 37.2468 56.3656 39.4189 53.946 39.4189C51.3889 39.4189 49.2718 37.2743 49.2718 34.7172C49.2718 32.1601 51.3889 30.098 53.946 30.098ZM53.9185 37.1368C54.9908 37.1368 55.8982 36.1195 55.8982 34.7447C55.8982 33.3699 54.9908 32.4901 53.9185 32.4901C52.7637 32.4901 51.8014 33.3424 51.8014 34.7447C51.8014 36.092 52.7637 37.1368 53.9185 37.1368ZM59.9675 37.9892V31.5002C59.9675 30.7854 60.5174 30.208 61.2323 30.208C61.9197 30.208 62.4971 30.7854 62.4971 31.5002V37.9892C62.4971 38.7041 61.9197 39.2814 61.2323 39.2814C60.5449 39.2814 59.9675 38.6766 59.9675 37.9892ZM59.775 27.7609C59.775 26.9085 60.4349 26.2486 61.2323 26.2486C62.0572 26.2486 62.7171 26.936 62.7171 27.7609C62.7171 28.5857 62.0572 29.2456 61.2323 29.2456C60.4074 29.2181 59.775 28.5582 59.775 27.7609ZM67.3363 34.4698V37.9892C67.3363 38.7041 66.7589 39.2814 66.0715 39.2814C65.3841 39.2814 64.8067 38.7041 64.8067 37.9892V31.1978C64.8067 30.6479 65.2466 30.208 65.7965 30.208C66.3464 30.208 66.7589 30.6754 66.7589 31.1978C67.7762 30.2355 68.6836 30.098 69.5359 30.098C72.0655 30.098 73.1928 31.9952 73.1928 34.1673V37.9892C73.1928 38.7041 72.6154 39.2814 71.928 39.2814C71.2406 39.2814 70.6632 38.7041 70.6632 37.9892V34.4698C70.6632 33.3699 70.5258 32.4351 68.931 32.4351C67.8037 32.4351 67.3363 33.3699 67.3363 34.4698ZM81.3864 35.817C81.084 35.817 80.8915 35.6796 80.7265 35.4871L77.7845 32.2976V37.9892C77.7845 38.7041 77.2071 39.2814 76.5198 39.2814C75.8324 39.2814 75.255 38.7041 75.255 37.9892V26.716C75.3374 26.5236 75.5299 26.3861 75.7224 26.3861C75.9423 26.3861 76.1348 26.5786 76.2723 26.716L80.974 31.9952C81.1115 32.1601 81.2765 32.2426 81.3864 32.2426C81.4689 32.2426 81.6614 32.1601 81.7989 31.9952L86.5006 26.716C86.6381 26.5786 86.803 26.3861 87.0505 26.3861C87.2705 26.3861 87.4629 26.5236 87.5179 26.716V37.9892C87.5179 38.7041 86.968 39.2814 86.2531 39.2814C85.5657 39.2814 84.9883 38.7041 84.9883 37.9892V32.2976L82.0463 35.4871C81.8264 35.6796 81.6339 35.817 81.3864 35.817ZM93.5394 37.1368C94.6667 37.1368 95.6291 36.1195 95.6291 34.7447C95.6291 33.3699 94.6392 32.4626 93.5394 32.4626C92.4396 32.4626 91.5323 33.3974 91.5323 34.7447C91.5323 36.0645 92.4121 37.1368 93.5394 37.1368ZM96.234 38.2916L96.179 37.9892C95.6841 38.9515 94.1168 39.3914 93.127 39.3914C90.7624 39.3914 89.0027 37.2468 89.0027 34.6897C89.0027 32.1601 90.7899 30.0705 93.2645 30.0705C93.6769 30.0705 95.1067 30.1805 96.2065 31.4728L96.2615 31.1703C96.2615 30.6204 96.6739 30.1805 97.2238 30.1805C97.7737 30.1805 98.2136 30.6479 98.2136 31.1703V38.2641C98.2136 38.814 97.7737 39.254 97.2238 39.254C96.6464 39.2815 96.234 38.814 96.234 38.2916ZM105.17 32.4351H104.895C103.3 32.5176 102.998 33.4249 102.998 34.4698V37.9892C102.998 38.7041 102.42 39.2814 101.733 39.2814C101.046 39.2814 100.468 38.7041 100.468 37.9892V31.1978C100.468 30.6479 100.908 30.208 101.458 30.208C102.008 30.208 102.42 30.6754 102.42 31.1978C103.355 30.3179 104.125 30.1255 104.895 30.098H105.142C105.747 30.098 106.297 30.6204 106.297 31.2803C106.325 31.8852 105.775 32.4351 105.17 32.4351ZM114.931 37.3843C115.041 37.5767 115.123 37.7692 115.123 37.9892C115.123 38.6491 114.518 39.254 113.859 39.254C113.419 39.254 113.034 38.924 112.731 38.5391L109.817 35.1571V37.9617C109.817 38.6766 109.239 39.254 108.552 39.254C107.865 39.254 107.287 38.6766 107.287 37.9617V27.6509C107.287 26.936 107.837 26.3586 108.552 26.3586C109.267 26.3586 109.817 26.936 109.817 27.6509V34.0848L112.731 30.8679C113.034 30.5379 113.391 30.1805 113.831 30.1805C114.463 30.1805 115.041 30.7579 115.041 31.4178C115.041 31.6102 114.986 31.8302 114.876 31.9952L112.566 34.5247L114.931 37.3843ZM119.88 32.4626C119.193 32.4626 118.065 32.82 118.065 33.8924H121.722C121.695 32.82 120.54 32.4626 119.88 32.4626ZM123.179 35.5146H118.065C118.065 37.0268 119.523 37.2743 120.155 37.2743C120.622 37.2743 121.282 37.1918 121.805 36.9443C121.97 36.8344 122.217 36.7519 122.465 36.7519C123.015 36.7519 123.482 37.2193 123.482 37.7967C123.482 38.1816 123.234 38.5116 122.932 38.7041C122.162 39.2815 121.145 39.4189 120.182 39.4189C117.625 39.4189 115.508 38.0442 115.508 34.8272C115.508 32.2976 116.801 30.098 119.825 30.098C122.272 30.098 124.114 31.6927 124.169 34.5247C124.169 35.0472 123.729 35.5146 123.179 35.5146ZM130.218 39.3914H129.531C127.606 39.3914 126.479 38.5391 126.479 35.5421V32.4351H125.819C125.214 32.4351 124.692 31.8852 124.692 31.2803C124.692 30.6204 125.242 30.098 125.819 30.098H126.479V27.7059C126.479 26.991 127.029 26.4136 127.744 26.4136C128.431 26.4136 129.009 26.991 129.009 27.7059V30.098H130.053C130.658 30.098 131.181 30.6204 131.181 31.2803C131.181 31.8852 130.631 32.4351 130.053 32.4351H129.009V35.0472C129.009 36.7794 129.091 37.1368 129.861 37.1368H130.218C130.823 37.1368 131.346 37.6317 131.346 38.2641C131.346 38.869 130.823 39.3914 130.218 39.3914ZM142.454 27.3484C142.784 27.5409 143.086 28.0083 143.086 28.4208C143.086 29.0807 142.536 29.6306 141.904 29.6306C141.739 29.6306 141.601 29.5756 141.464 29.5481C140.722 28.9982 139.787 28.6407 138.797 28.6407C136.46 28.6407 134.865 30.5379 134.865 32.9025C134.865 35.2671 136.487 37.1368 138.797 37.1368C139.952 37.1368 140.997 36.6694 141.766 35.927C141.959 35.7895 142.206 35.707 142.454 35.707C143.086 35.707 143.581 36.202 143.581 36.8344C143.581 37.2468 143.334 37.6042 143.031 37.7967C141.904 38.759 140.392 39.3914 138.824 39.3914C135.25 39.3914 132.335 36.4494 132.335 32.82C132.335 29.1906 135.25 26.2486 138.824 26.2486C140.144 26.2211 141.436 26.6336 142.454 27.3484ZM148.86 37.1368C149.988 37.1368 150.95 36.1195 150.95 34.7447C150.95 33.3699 149.96 32.4626 148.86 32.4626C147.733 32.4626 146.853 33.3974 146.853 34.7447C146.853 36.0645 147.76 37.1368 148.86 37.1368ZM151.555 38.2916L151.5 37.9892C151.005 38.9515 149.438 39.3914 148.448 39.3914C146.083 39.3914 144.323 37.2468 144.323 34.6897C144.323 32.1601 146.111 30.0705 148.585 30.0705C148.998 30.0705 150.427 30.1805 151.527 31.4728L151.582 31.1703C151.582 30.6204 151.995 30.1805 152.545 30.1805C153.094 30.1805 153.534 30.6479 153.534 31.1703V38.2641C153.534 38.814 153.094 39.254 152.545 39.254C151.967 39.2815 151.555 38.814 151.555 38.2916ZM160.436 37.1368C161.563 37.1368 162.443 36.0645 162.443 34.7447C162.443 33.3699 161.536 32.4626 160.436 32.4626C159.308 32.4626 158.346 33.3699 158.346 34.7447C158.346 36.1195 159.308 37.1368 160.436 37.1368ZM158.346 38.6491V41.866C158.346 42.5809 157.769 43.1583 157.081 43.1583C156.394 43.1583 155.817 42.5809 155.817 41.866V31.1978C155.817 30.6479 156.256 30.208 156.806 30.208C157.356 30.208 157.769 30.6754 157.769 31.3078C158.704 30.3454 159.858 30.098 160.738 30.098C163.185 30.098 165 32.1601 165 34.7172C165 37.2468 163.268 39.4189 160.876 39.4189C160.133 39.3914 159.033 39.1715 158.346 38.6491Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ta-coingecko {
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='64' viewBox='0 0 180 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cg clip-path='url(%23clip0_1_153)'%3E%3Cpath d='M26.7961 23.4517C26.7486 23.3151 26.6952 23.1859 26.6329 23.064C26.716 23.202 26.7694 23.3327 26.7961 23.4517Z' fill='%23999999'/%3E%3Cpath d='M66.2331 27.6324C65.7994 25.9539 64.7072 24.7262 62.5613 24.7262C59.4061 24.7262 58.086 27.4885 58.086 30.2934C58.086 33.0983 59.4061 35.8606 62.5613 35.8606C64.8508 35.8606 66.1087 34.1615 66.3145 32.0336H68.8304C68.6246 35.5331 66.128 37.9488 62.5599 37.9488C58.1467 37.9488 55.5065 34.4699 55.5065 30.2949C55.5065 26.1198 58.1467 22.6409 62.5599 22.6409C65.8808 22.6614 68.5003 24.4824 68.8096 27.6339H66.2331V27.6324Z' fill='%23999999'/%3E%3Cpath d='M70.3591 32.2982C70.3591 29.0645 72.3186 26.731 75.7417 26.731C79.1648 26.731 81.1242 29.0645 81.1242 32.2982C81.1242 35.5524 79.1648 37.8859 75.7417 37.8859C72.3186 37.8859 70.3591 35.5524 70.3591 32.2982ZM78.7741 32.2982C78.7741 30.4772 77.8461 28.574 75.7417 28.574C73.6372 28.574 72.7093 30.4772 72.7093 32.2982C72.7093 34.1397 73.6372 36.0429 75.7417 36.0429C77.8461 36.0444 78.7741 34.1397 78.7741 32.2982Z' fill='%23999999'/%3E%3Cpath d='M83.1473 22.9862H85.499V25.1963H83.1473V22.9862ZM83.1473 27.0188H85.499V37.5996H83.1473V27.0188Z' fill='%23999999'/%3E%3Cpath d='M88.0563 27.0188H90.2836V28.574L90.325 28.6151C91.0265 27.4491 92.243 26.7324 93.646 26.7324C95.9562 26.7324 97.4198 27.9601 97.4198 30.3347V37.5996H95.0682V30.9486C95.0268 29.2906 94.3667 28.574 92.9845 28.574C91.4172 28.574 90.4064 29.8017 90.4064 31.3568V37.5996H88.0563V27.0188Z' fill='%23999999'/%3E%3Cpath d='M113.075 37.5996H111.424L111.032 35.8799C109.65 37.4351 108.392 37.9476 106.598 37.9476C102.185 37.9476 99.5449 34.4687 99.5449 30.2936C99.5449 26.1186 102.185 22.6396 106.598 22.6396C109.816 22.6396 112.518 24.3387 112.91 27.6327H110.394C110.147 25.7089 108.456 24.7264 106.6 24.7264C103.445 24.7264 102.124 27.4887 102.124 30.2936C102.124 33.0985 103.445 35.8608 106.6 35.8608C109.24 35.902 110.683 34.3262 110.724 31.8488H106.805V29.9045H113.076V37.5996H113.075Z' fill='%23999999'/%3E%3Cpath d='M117.386 32.912C117.386 34.57 118.293 36.0429 120.252 36.0429C121.614 36.0429 122.438 35.4496 122.851 34.2821H125.078C124.563 36.5951 122.583 37.8845 120.252 37.8845C116.91 37.8845 115.034 35.5715 115.034 32.3173C115.034 29.3082 117.014 26.7295 120.19 26.7295C123.552 26.7295 125.614 29.7385 125.222 32.9105H117.386V32.912ZM122.872 31.3774C122.789 29.9045 121.778 28.574 120.19 28.574C118.561 28.574 117.446 29.8017 117.386 31.3774H122.872Z' fill='%23999999'/%3E%3Cpath d='M134.216 30.5594C134.031 29.27 133.081 28.574 131.783 28.574C130.566 28.574 128.854 29.2084 128.854 32.4215C128.854 34.1823 129.638 36.0444 131.679 36.0444C133.041 36.0444 133.989 35.1442 134.216 33.6286H136.567C136.134 36.3719 134.423 37.8859 131.679 37.8859C128.337 37.8859 126.502 35.5319 126.502 32.4215C126.502 29.2289 128.256 26.7324 131.762 26.7324C134.236 26.7324 136.341 27.9601 136.567 30.5594H134.216V30.5594Z' fill='%23999999'/%3E%3Cpath d='M138.547 22.9862H140.899V31.2952L145.148 27.0173H148.035L143.952 30.906L148.427 37.5981H145.561L142.302 32.4612L140.899 33.8122V37.5981H138.547V22.9862Z' fill='%23999999'/%3E%3Cpath d='M149.067 32.2982C149.067 29.0645 151.026 26.731 154.451 26.731C157.874 26.731 159.833 29.0645 159.833 32.2982C159.833 35.5524 157.874 37.8859 154.451 37.8859C151.026 37.8859 149.067 35.5524 149.067 32.2982ZM157.482 32.2982C157.482 30.4772 156.554 28.574 154.449 28.574C152.345 28.574 151.417 30.4772 151.417 32.2982C151.417 34.1397 152.345 36.0429 154.449 36.0429C156.554 36.0444 157.482 34.1397 157.482 32.2982Z' fill='%23999999'/%3E%3Cpath d='M21.1409 10.9281C9.41238 10.9809 -0.0518304 20.4559 -3.25333e-05 32.0955C0.0532453 43.7336 9.60477 53.1248 21.3318 53.0734C33.0603 53.0206 42.5245 43.5441 42.4727 31.9075C42.4194 20.2679 32.8694 10.8767 21.1409 10.9281ZM18.4518 30.9662C16.3548 30.9662 14.6543 29.2803 14.6543 27.1994C14.6543 25.12 16.3548 23.4326 18.4518 23.4326C20.5474 23.4326 22.2479 25.12 22.2479 27.1994C22.2494 29.2803 20.5489 30.9662 18.4518 30.9662ZM21.4798 35.0399L21.499 35.0164L21.5198 34.9929C22.6031 35.686 23.8403 35.9313 25.076 35.9665C26.3133 35.9988 27.5742 35.9063 28.8144 35.6581C30.0531 35.4026 31.2711 35.0252 32.4476 34.5435C33.1077 34.2733 33.7648 33.9781 34.3908 33.6316C34.3952 33.6286 34.3982 33.6272 34.4026 33.6242C34.7918 33.3922 35.1722 33.1469 35.5466 32.8944C35.628 32.8371 35.7064 32.7769 35.7834 32.7152L35.7923 32.7255L35.8248 32.7637C34.8703 33.6257 33.7337 34.266 32.5764 34.8314C31.4072 35.3776 30.1878 35.8255 28.9283 36.1486C27.6733 36.4702 26.3636 36.714 25.0376 36.5936C23.7337 36.4776 22.3589 36.0238 21.4798 35.0399ZM31.2237 30.9662C31.2222 30.5139 31.5893 30.1497 32.0421 30.1453C32.4979 30.1438 32.865 30.5065 32.8694 30.9574C32.8709 31.4082 32.5039 31.7768 32.051 31.7783C31.5967 31.7812 31.2267 31.417 31.2237 30.9662ZM24.7194 51.1776C23.8995 45.4753 28.918 39.8904 31.7476 37.0327C32.3899 36.3851 33.3829 35.4922 34.3064 34.5435C37.9796 31.1351 38.7107 27.0628 31.1926 25.0274C29.7675 24.6177 28.2905 24.0376 26.7943 23.4517C26.7469 23.3151 26.6936 23.1859 26.6315 23.064C26.4598 22.7703 26.1594 22.4325 25.705 22.0493C24.7283 21.2078 22.8917 21.2298 21.3066 21.6028C19.5544 21.1931 17.8258 21.0477 16.1639 21.4428C8.8944 23.4297 7.72525 26.9483 7.44258 31.1879C7.05779 35.7697 6.83284 39.1841 5.08504 43.0845C2.90361 39.9624 1.61754 36.1751 1.59978 32.0881C1.55094 21.3267 10.3033 12.564 21.1483 12.5155C31.9933 12.4671 40.8241 21.1505 40.8729 31.9119C40.9173 41.5234 33.9364 49.5431 24.7194 51.1776Z' fill='%23999999'/%3E%3Cpath d='M21.1216 27.2347C21.1216 28.6988 19.9258 29.8839 18.4518 29.8839C16.9763 29.8839 15.7805 28.6988 15.7805 27.2347C15.7805 25.7706 16.9763 24.5855 18.4518 24.5855C19.9258 24.584 21.1216 25.7706 21.1216 27.2347Z' fill='%23999999'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_153'%3E%3Crect width='159.833' height='42' fill='white' transform='translate(0 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ta-klaytn {
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='64' viewBox='0 0 180 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cpath d='M20.1289 31.8936L33.2287 44.9508C36.4451 41.5427 38.4047 36.9418 38.4047 31.8936C38.4047 26.8454 36.4451 22.2445 33.2287 18.8364L20.1289 31.8936Z' fill='%23999999'/%3E%3Cpath d='M19.213 32.7882L6.28357 45.675L19.213 51.0001L32.1423 45.675L19.213 32.7882Z' fill='%23999999'/%3E%3Cpath d='M18.7444 31.4249L32.1424 18.0908L19.8094 13L7.47644 42.6715L18.7444 31.4249Z' fill='%23999999'/%3E%3Cpath d='M0 31.8937C0 36.9206 1.95964 41.5002 5.13341 44.9083L17.9989 13.9587L0 31.8937Z' fill='%23999999'/%3E%3Cpath d='M122.052 28.2297C118.622 28.2297 117.366 30.7645 117.366 30.7645V28.5279H114.81V43.417H117.366V33.6827C117.366 32.362 118.601 30.5089 121.328 30.5089C123.862 30.5089 125.268 32.0425 125.268 34.8329V43.417H127.824V34.3856C127.803 30.658 125.545 28.2297 122.052 28.2297Z' fill='%23999999'/%3E%3Cpath d='M108.206 23.5862H105.65V26.547C105.65 27.6333 104.756 28.5279 103.669 28.5279H100.794L96.0438 39.9449L91.2938 28.5279H88.6738L94.7445 43.1187L93.1895 46.8889H89.8454V49.1041H92.444C93.935 49.1041 95.2557 48.2095 95.8308 46.8463L102.519 30.7644H105.672V39.6467C105.672 41.9472 107.035 43.4169 109.144 43.4169H112.658V41.2017H108.206V30.7644H112.658V28.5279H108.206V23.5862V23.5862Z' fill='%23999999'/%3E%3Cpath d='M87.055 33.6401C87.055 30.3172 84.6694 28.2297 80.8566 28.2297C77.3207 28.2297 74.8499 30.4237 74.3813 33.8957H76.8734C77.4059 31.3183 79.1952 30.3811 80.7927 30.3811C83.1145 30.3811 84.5203 31.6804 84.5203 33.8744V34.8755H81.0057C76.064 34.8755 73.934 36.4517 73.934 39.1569C73.934 41.9259 76.1279 43.63 79.5786 43.63C82.3476 43.63 83.9452 42.6075 84.6694 40.9887C84.8611 42.3519 85.6279 43.3957 87.6089 43.3957H89.2916V41.1591H87.0763V33.6401H87.055ZM84.499 39.0291C84.499 40.5414 82.6245 41.7342 80.0046 41.7342C77.8958 41.7342 76.5965 40.9248 76.5965 39.4125V38.8161C76.5965 37.3889 77.9597 36.6008 80.9844 36.6008H84.499V39.0291Z' fill='%23999999'/%3E%3Cpath d='M69.8655 22.4999H67.3094V39.6254C67.3094 41.9259 68.6727 43.3956 70.7814 43.3956H72.0808V41.1804H69.8442V22.4999H69.8655Z' fill='%23999999'/%3E%3Cpath d='M52.3565 22.4999H49.8004V43.3956H52.3565V22.4999Z' fill='%23999999'/%3E%3Cpath d='M65.5415 22.4999H62.3678L54.4866 30.3597C53.7411 31.1053 53.6772 32.2768 54.3375 33.1075L62.5808 43.3956H65.7971L56.3823 31.6378L65.5415 22.4999Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ta-polygon {
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='64' viewBox='0 0 180 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cpath d='M28.6416 25.3826C27.9375 24.953 27.0305 24.953 26.2668 25.3826L20.801 28.6883L17.0895 30.8484L11.6237 34.1541C10.9196 34.5837 10.0126 34.5837 9.24886 34.1541L4.90488 31.5644C4.20077 31.1348 3.71148 30.3471 3.71148 29.476V24.3801C3.71148 23.5209 4.12917 22.7332 4.90488 22.2917L9.17726 19.7736C9.88136 19.344 10.7883 19.344 11.5521 19.7736L15.8245 22.2917C16.5286 22.7213 17.0179 23.509 17.0179 24.3801V27.6859L20.7294 25.4542V22.1485C20.7294 21.2892 20.3117 20.5016 19.536 20.06L11.6237 15.3222C10.9196 14.8926 10.0126 14.8926 9.24886 15.3222L1.1934 20.06C0.41769 20.4896 0 21.2773 0 22.1485V31.7076C0 32.5669 0.41769 33.3545 1.1934 33.7961L9.24886 38.5339C9.95297 38.9635 10.86 38.9635 11.6237 38.5339L17.0895 35.2998L20.801 33.0681L26.2668 29.834C26.9709 29.4044 27.8779 29.4044 28.6416 29.834L32.914 32.3521C33.6181 32.7817 34.1074 33.5693 34.1074 34.4405V39.5483C34.1074 40.4075 33.6897 41.1952 32.914 41.6367L28.6416 44.2264C27.9375 44.656 27.0305 44.656 26.2668 44.2264L21.9944 41.7083C21.2903 41.2787 20.801 40.4911 20.801 39.6199V36.3141L17.0895 38.5458V41.8515C17.0895 42.7108 17.5072 43.4984 18.2829 43.94L26.3384 48.6778C27.0425 49.1074 27.9495 49.1074 28.7132 48.6778L36.7687 43.94C37.4728 43.5104 37.9621 42.7227 37.9621 41.8515V32.2924C37.9621 31.4331 37.5444 30.6455 36.7687 30.2039L28.6536 25.3945L28.6416 25.3826Z' fill='%23999999'/%3E%3Cpath d='M52.7364 45.9331V37.997C53.5957 39.083 55.1352 39.6916 56.9372 39.6916C61.5199 39.6916 64.6227 36.4098 64.6227 31.4094C64.6227 26.4091 61.7824 23.1272 57.3191 23.1272C55.2665 23.1272 53.6792 23.891 52.7364 25.1321V23.3778H48.3447V45.9331H52.7364ZM56.4002 35.8608C54.0253 35.8608 52.4739 34.0707 52.4739 31.3975C52.4739 28.6884 54.0253 26.9103 56.4002 26.9103C58.7034 26.9103 60.2907 28.7004 60.2907 31.3975C60.2907 34.0707 58.7154 35.8608 56.4002 35.8608Z' fill='%23999999'/%3E%3Cpath d='M74.6114 39.6916C79.5162 39.6916 83.0248 36.183 83.0248 31.4094C83.0248 26.6358 79.5162 23.1272 74.6114 23.1272C69.7065 23.1272 66.1979 26.6358 66.1979 31.4094C66.1979 36.183 69.7065 39.6916 74.6114 39.6916ZM74.6114 35.8727C72.2365 35.8727 70.6254 34.0588 70.6254 31.4094C70.6254 28.7362 72.2365 26.9222 74.6114 26.9222C76.9862 26.9222 78.5973 28.7362 78.5973 31.4094C78.5973 34.0588 76.9862 35.8727 74.6114 35.8727Z' fill='%23999999'/%3E%3Cpath d='M90.066 39.4409V16.3964H85.6743V39.4409H90.066Z' fill='%23999999'/%3E%3Cpath d='M103.277 23.3777L99.9593 33.7364L96.6058 23.3777H92.1187L97.9066 39.3096L95.5676 45.933H99.7684L102.012 39.3693L107.8 23.3777H103.277Z' fill='%23999999'/%3E%3Cpath d='M120.152 24.9648C119.269 23.8549 117.681 23.115 115.76 23.115C111.106 23.115 108.301 26.3968 108.301 31.3972C108.301 36.3975 111.118 39.6794 115.832 39.6794C117.693 39.6794 119.376 38.9753 120.199 37.7938V39.8942C120.199 41.3979 119.221 42.4481 117.896 42.4481H110.557V45.9209H118.588C122.192 45.9209 124.591 43.725 124.591 40.3716V23.3537H120.164V24.9528L120.152 24.9648ZM116.512 35.8605C114.173 35.8605 112.621 34.1062 112.621 31.3972C112.621 28.6882 114.173 26.91 116.512 26.91C118.887 26.91 120.438 28.7001 120.438 31.3972C120.438 34.1062 118.887 35.8605 116.512 35.8605Z' fill='%23999999'/%3E%3Cpath d='M135.654 39.6916C140.559 39.6916 144.067 36.183 144.067 31.4094C144.067 26.6358 140.559 23.1272 135.654 23.1272C130.749 23.1272 127.24 26.6358 127.24 31.4094C127.24 36.183 130.749 39.6916 135.654 39.6916ZM135.654 35.8727C133.279 35.8727 131.668 34.0588 131.668 31.4094C131.668 28.7362 133.279 26.9222 135.654 26.9222C138.029 26.9222 139.64 28.7362 139.64 31.4094C139.64 34.0588 138.029 35.8727 135.654 35.8727Z' fill='%23999999'/%3E%3Cpath d='M150.894 39.441V30.6456C150.894 28.5691 152.254 27.0774 154.187 27.0774C156.025 27.0774 157.254 28.4736 157.254 30.4189V39.441H161.682V29.4403C161.682 25.7407 159.343 23.1272 155.739 23.1272C153.555 23.1272 151.789 24.0461 150.906 25.6095V23.3778H146.478V39.441H150.906H150.894Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ta-vechain {
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='64' viewBox='0 0 180 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cpath d='M100.185 35.0748C99.2129 37.4534 96.7762 39.0924 94.0059 38.8603C91.0471 38.5993 88.6685 36.1625 88.4799 33.2038C88.2624 29.6793 91.0616 26.735 94.5426 26.735C97.0952 26.735 99.2853 28.316 100.185 30.5496C100.286 30.7962 100.156 31.0717 99.8944 31.1588L99.5463 31.2748C99.3143 31.3473 99.0822 31.2313 98.9807 31.0138C98.2265 29.1572 96.3265 27.8809 94.1654 28.0404C91.9028 28.2145 90.0319 30.013 89.7708 32.2756C89.4516 35.1619 91.7143 37.613 94.5281 37.613C96.5296 37.613 98.241 36.3802 98.9663 34.6397C99.0533 34.4222 99.2998 34.3062 99.5319 34.3787L99.88 34.4947C100.156 34.5527 100.286 34.8282 100.185 35.0748ZM63.4317 35.8145L59.095 27.2137C58.95 26.9381 58.6019 26.8366 58.3409 27.0106L58.1378 27.1411C57.9057 27.2862 57.8332 27.5763 57.9492 27.8228L63.4317 38.6863C63.5767 38.9619 63.9683 38.9619 64.1133 38.6863L69.5958 27.8228C69.7118 27.5763 69.6393 27.2862 69.4072 27.1411L69.2042 27.0106C68.9431 26.8511 68.595 26.9381 68.45 27.2137L64.1133 35.8145C63.9684 36.1046 63.5767 36.1046 63.4317 35.8145ZM129.207 29.0847C128.003 27.5328 126.06 26.5755 123.899 26.7495C120.911 26.9815 118.518 29.3892 118.285 32.3625C118.01 35.945 120.853 38.9473 124.377 38.9473C126.335 38.9473 128.076 38.0191 129.192 36.5832V38.5122C129.192 38.7298 129.366 38.8893 129.57 38.8893H130.092C130.309 38.8893 130.469 38.7152 130.469 38.5122V28.4465C130.469 28.229 130.295 28.0694 130.092 28.0694H129.57C129.352 28.0694 129.192 28.2435 129.192 28.4465V29.0847H129.207ZM124.392 37.6564C121.737 37.6564 119.576 35.4954 119.576 32.8412C119.576 30.1869 121.737 28.0259 124.392 28.0259C127.046 28.0259 129.207 30.1869 129.207 32.8412C129.207 35.4954 127.046 37.6564 124.392 37.6564ZM137.039 38.8893H137.561C137.779 38.8893 137.938 38.7153 137.938 38.5122V28.4466C137.938 28.229 137.764 28.0695 137.561 28.0695H137.039C136.822 28.0695 136.662 28.2435 136.662 28.4466V38.5122C136.662 38.7298 136.836 38.8893 137.039 38.8893ZM109.279 27.2282C107.538 27.1847 105.972 27.9679 104.942 29.2007V25.4297C104.942 25.2122 104.768 25.0526 104.565 25.0526H104.043C103.825 25.0526 103.666 25.2267 103.666 25.4297V38.5122C103.666 38.7298 103.84 38.8893 104.043 38.8893H104.565C104.782 38.8893 104.942 38.7152 104.942 38.5122V32.8267C104.942 30.4625 106.871 28.4755 109.235 28.519C111.527 28.5625 113.383 30.4335 113.383 32.7396V38.5122C113.383 38.7298 113.557 38.8893 113.76 38.8893H114.282C114.5 38.8893 114.66 38.7152 114.66 38.5122V32.8412C114.674 29.8244 112.295 27.2862 109.279 27.2282ZM137.039 26.6915H137.561C137.779 26.6915 137.938 26.5175 137.938 26.3144V25.4441C137.938 25.2266 137.764 25.067 137.561 25.067H137.039C136.822 25.067 136.662 25.2411 136.662 25.4441V26.3144C136.662 26.5175 136.836 26.6915 137.039 26.6915ZM149.498 27.2426C147.757 27.1992 146.191 27.9824 145.161 29.2152V28.4465C145.161 28.2289 144.987 28.0694 144.784 28.0694H144.262C144.045 28.0694 143.885 28.2434 143.885 28.4465V38.5121C143.885 38.7297 144.059 38.8892 144.262 38.8892H144.784C145.002 38.8892 145.161 38.7152 145.161 38.5121V32.8411C145.161 30.477 147.09 28.49 149.454 28.5335C151.746 28.577 153.603 30.448 153.603 32.7541V38.5121C153.603 38.7297 153.777 38.8892 153.98 38.8892H154.502C154.719 38.8892 154.879 38.7152 154.879 38.5121V32.8557C154.893 29.8389 152.515 27.3007 149.498 27.2426ZM84.651 35.0168C84.738 34.7992 84.6219 34.5381 84.3899 34.4801L83.9402 34.335C83.7371 34.2771 83.5196 34.3786 83.4471 34.5816C82.7219 36.4091 80.9814 37.613 78.9944 37.613C76.3547 37.613 74.1936 35.4664 74.1936 32.8122C74.1936 32.4931 74.2226 32.1596 74.2952 31.8405C74.7448 29.6214 76.7318 28.0115 78.9944 28.0115C80.851 28.0115 82.5189 29.0992 83.3166 30.7092C83.4326 30.9558 83.3021 31.2459 83.041 31.2893L79.212 32.087C78.9944 32.1305 78.8494 32.3481 78.8929 32.5656L78.9944 33.0298C79.0379 33.2473 79.2555 33.3924 79.4731 33.3488L84.68 32.2755C84.8975 32.2321 85.0426 32.0144 84.9991 31.7969L84.9556 31.5649C84.3754 28.7657 81.8662 26.7351 78.9944 26.7351C76.1226 26.7351 73.6135 28.7801 73.0333 31.5939C72.9463 32 72.9028 32.4061 72.9028 32.8122C72.9028 36.1626 75.6295 38.8893 78.9799 38.8893C81.5326 38.8893 83.7517 37.3519 84.651 35.0168Z' fill='%23999999'/%3E%3Cpath d='M45.044 10C44.6694 10 44.3365 10.2081 44.1701 10.541L29.6578 40.0026C28.3574 42.645 24.6019 42.645 23.3015 40.0026L8.74747 10.5514C8.58106 10.2185 8.24811 10.0104 7.87363 10.0104H0.976369C0.258593 10.0104 -0.21998 10.7699 0.102532 11.4148L20.0245 52.0182C21.3249 54.6606 25.0804 54.6606 26.3808 52.0182L46.5108 10.9883C46.7293 10.541 46.4068 10.0104 45.897 10.0104H45.044V10H45.044Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ta-crypto {
    background-image: url("data:image/svg+xml,%3Csvg width='178' height='64' viewBox='0 0 178 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.64'%3E%3Cpath d='M19.14 41.7376H17.1875L14.85 39.572V38.4614L17.27 36.1292V32.4365L20.4325 30.3542L24.035 33.1029L19.14 41.7376ZM11.055 35.9071L11.4125 32.4365L10.23 29.3269H17.215L16.06 32.4365L16.39 35.9071H13.695H11.055ZM12.65 39.572L10.3125 41.7654H8.3325L3.41 33.1029L7.04 30.382L10.23 32.4365V36.1292L12.65 38.4614V39.572ZM8.305 22.9133H19.1125L20.405 28.4662H7.04L8.305 22.9133ZM13.7225 16L0 23.9962V39.9885L13.7225 47.9846L27.445 39.9885V23.9962L13.7225 16Z' fill='%23999999'/%3E%3Cpath d='M42.845 39.4055C39.215 39.4055 36.5475 36.5457 36.5475 33.0197C36.5475 29.4936 39.2425 26.5505 42.8725 26.5505C45.1825 26.5505 46.6125 27.4112 47.74 28.6606L46.0075 30.5486C45.155 29.6324 44.2475 29.0216 42.845 29.0216C40.81 29.0216 39.325 30.7985 39.325 32.9641C39.325 35.1853 40.8375 36.9622 42.9825 36.9622C44.3025 36.9622 45.265 36.3236 46.145 35.4352L47.8225 37.1288C46.6125 38.4337 45.21 39.4055 42.845 39.4055Z' fill='%23999999'/%3E%3Cpath d='M53.13 39.4053H50.325V26.5781H53.13V29.5767C53.9 27.7442 55.3025 26.4671 57.4475 26.5781V29.5767H57.2825C54.835 29.5767 53.13 31.187 53.13 34.4632V39.4053Z' fill='%23999999'/%3E%3Cpath d='M72.105 26.5226L65.9175 42.8481H63.085L64.4325 39.4053L59.125 26.5226H62.1225L65.725 36.0458L69.19 26.5226H72.105Z' fill='%23999999'/%3E%3Cpath d='M80.355 28.9936C78.4575 28.9936 76.8075 30.5484 76.8075 32.9639C76.8075 35.3794 78.485 36.9342 80.355 36.9342C82.28 36.9342 83.8475 35.4072 83.8475 32.9639C83.8475 30.5207 82.2525 28.9936 80.355 28.9936ZM80.9875 39.3775C78.98 39.3775 77.715 38.3502 76.8625 37.2119V42.8481H74.0575V26.5226H76.8625V28.827C77.77 27.5499 79.035 26.5226 80.9875 26.5226C83.875 26.5226 86.68 28.827 86.68 32.9362C86.68 37.0453 83.9025 39.3775 80.9875 39.3775Z' fill='%23999999'/%3E%3Cpath d='M92.8124 29.2158V35.2685C92.8124 36.3513 93.3624 36.7955 94.3249 36.7955H95.4249V39.3221H93.4999C91.4649 39.3221 90.0074 38.4059 90.0074 35.7127V29.2158H88.4674V26.8003H90.0074V23.4131H92.8124V26.8003H95.4249V29.2158H92.8124Z' fill='%23999999'/%3E%3Cpath d='M104.252 28.9938C101.997 28.9938 100.567 30.7707 100.567 32.9364C100.567 35.1297 102.107 36.9344 104.28 36.9344C106.535 36.9344 107.965 35.1575 107.965 32.9919C108.02 30.7985 106.452 28.9938 104.252 28.9938ZM104.252 39.4055C100.54 39.4055 97.7899 36.5457 97.7899 33.0197C97.7899 29.4658 100.567 26.5505 104.307 26.5505C108.047 26.5505 110.797 29.4103 110.797 32.9641C110.797 36.4624 108.047 39.4055 104.252 39.4055Z' fill='%23999999'/%3E%3Cpath d='M137.555 28.9938C135.3 28.9938 133.87 30.7707 133.87 32.9364C133.87 35.1297 135.41 36.9344 137.583 36.9344C139.838 36.9344 141.268 35.1575 141.268 32.9919C141.295 30.7985 139.755 28.9938 137.555 28.9938ZM137.555 39.4055C133.843 39.4055 131.093 36.5457 131.093 33.0197C131.093 29.4658 133.87 26.5505 137.61 26.5505C141.35 26.5505 144.1 29.4103 144.1 32.9641C144.1 36.4624 141.323 39.4055 137.555 39.4055Z' fill='%23999999'/%3E%3Cpath d='M160.71 26.5226C163.378 26.5226 165 28.2162 165 31.2425V39.3775H162.195V32.1032C162.195 30.132 161.288 29.1047 159.72 29.1047C158.208 29.1047 157.108 30.1875 157.108 32.1588V39.4053H154.303V32.1032C154.303 30.1875 153.368 29.1047 151.828 29.1047C150.288 29.1047 149.215 30.2708 149.215 32.1865V39.4053H146.41V26.5503H149.215V28.6604C150.013 27.5776 151.058 26.5503 152.928 26.5503C154.688 26.5503 155.898 27.411 156.558 28.716C157.575 27.3833 158.868 26.5226 160.71 26.5226Z' fill='%23999999'/%3E%3Cpath d='M115.94 36.7956V38.2393L115.857 38.3781L114.62 39.0723H114.455L113.245 38.3781L113.162 38.2393V36.7956L113.245 36.6568L114.455 35.9626H114.62L115.857 36.6568L115.94 36.7956Z' fill='%23999999'/%3E%3Cpath d='M124.437 39.3777C120.807 39.2944 118.195 36.3791 118.25 32.853C118.305 29.327 121.055 26.4395 124.712 26.5228C127.022 26.5783 128.452 27.4667 129.552 28.7439L127.792 30.6041C126.967 29.6879 126.06 29.0216 124.657 28.9938C122.622 28.966 121.11 30.6874 121.082 32.8808C121.027 35.102 122.512 36.9066 124.657 36.9344C125.977 36.9622 126.967 36.3514 127.847 35.4629L129.497 37.1843C128.26 38.4892 126.83 39.4332 124.437 39.3777Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ta-appstore {
    background-image: url("data:image/svg+xml,%3Csvg width='167' height='44' viewBox='0 0 167 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='165' height='42' stroke='%23202020' stroke-width='2'/%3E%3Cpath d='M75.394 26H73.532L72.846 24.208H68.562L67.876 26H66.014L69.682 16.662H71.726L75.394 26ZM72.384 22.766L70.704 18.314L69.024 22.766H72.384ZM80.0119 26.168C79.1159 26.168 78.3926 25.7993 77.8419 25.062V28.576H76.3719V19.238H77.8419V20.162C78.3833 19.434 79.1066 19.07 80.0119 19.07C80.8986 19.07 81.6173 19.3873 82.1679 20.022C82.7279 20.6567 83.0079 21.52 83.0079 22.612C83.0079 23.704 82.7279 24.572 82.1679 25.216C81.6173 25.8507 80.8986 26.168 80.0119 26.168ZM79.5779 24.866C80.1566 24.866 80.6186 24.656 80.9639 24.236C81.3093 23.816 81.4819 23.2747 81.4819 22.612C81.4819 21.9493 81.3093 21.4127 80.9639 21.002C80.6186 20.582 80.1566 20.372 79.5779 20.372C79.2419 20.372 78.9106 20.4607 78.5839 20.638C78.2573 20.8153 78.0099 21.03 77.8419 21.282V23.956C78.0099 24.208 78.2573 24.4227 78.5839 24.6C78.9106 24.7773 79.2419 24.866 79.5779 24.866ZM88.1057 26.168C87.2097 26.168 86.4863 25.7993 85.9357 25.062V28.576H84.4657V19.238H85.9357V20.162C86.477 19.434 87.2003 19.07 88.1057 19.07C88.9923 19.07 89.711 19.3873 90.2617 20.022C90.8217 20.6567 91.1017 21.52 91.1017 22.612C91.1017 23.704 90.8217 24.572 90.2617 25.216C89.711 25.8507 88.9923 26.168 88.1057 26.168ZM87.6717 24.866C88.2503 24.866 88.7123 24.656 89.0577 24.236C89.403 23.816 89.5757 23.2747 89.5757 22.612C89.5757 21.9493 89.403 21.4127 89.0577 21.002C88.7123 20.582 88.2503 20.372 87.6717 20.372C87.3357 20.372 87.0043 20.4607 86.6777 20.638C86.351 20.8153 86.1037 21.03 85.9357 21.282V23.956C86.1037 24.208 86.351 24.4227 86.6777 24.6C87.0043 24.7773 87.3357 24.866 87.6717 24.866ZM99.3891 26.168C97.7838 26.168 96.5191 25.6733 95.5951 24.684L96.5051 23.424C97.3078 24.2827 98.2925 24.712 99.4591 24.712C100.084 24.712 100.551 24.586 100.859 24.334C101.176 24.082 101.335 23.7833 101.335 23.438C101.335 23.0833 101.148 22.8033 100.775 22.598C100.402 22.3833 99.9491 22.2153 99.4171 22.094C98.8851 21.9727 98.3485 21.828 97.8071 21.66C97.2751 21.492 96.8225 21.2073 96.4491 20.806C96.0758 20.4047 95.8891 19.8867 95.8891 19.252C95.8891 18.468 96.2018 17.8193 96.8271 17.306C97.4618 16.7833 98.2831 16.522 99.2911 16.522C100.728 16.522 101.895 16.956 102.791 17.824L101.853 19.042C101.144 18.3327 100.243 17.978 99.1511 17.978C98.6658 17.978 98.2785 18.0853 97.9891 18.3C97.7091 18.5053 97.5691 18.7853 97.5691 19.14C97.5691 19.3733 97.6671 19.5693 97.8631 19.728C98.0685 19.8867 98.3298 20.0173 98.6471 20.12C98.9645 20.2133 99.3145 20.3067 99.6971 20.4C100.089 20.4933 100.476 20.61 100.859 20.75C101.251 20.8807 101.606 21.044 101.923 21.24C102.24 21.436 102.497 21.7067 102.693 22.052C102.898 22.3973 103.001 22.808 103.001 23.284C103.001 24.124 102.698 24.8147 102.091 25.356C101.484 25.8973 100.584 26.168 99.3891 26.168ZM106.293 26.168C105.723 26.168 105.289 26.0187 104.991 25.72C104.701 25.4213 104.557 24.992 104.557 24.432V20.526H103.437V19.238H104.557V17.39H106.027V19.238H107.399V20.526H106.027V24.068C106.027 24.3107 106.083 24.5067 106.195 24.656C106.307 24.796 106.465 24.866 106.671 24.866C106.969 24.866 107.189 24.7867 107.329 24.628L107.679 25.734C107.371 26.0233 106.909 26.168 106.293 26.168ZM111.785 26.168C110.74 26.168 109.9 25.8273 109.265 25.146C108.631 24.4553 108.313 23.6107 108.313 22.612C108.313 21.6133 108.631 20.7733 109.265 20.092C109.9 19.4107 110.74 19.07 111.785 19.07C112.84 19.07 113.685 19.4107 114.319 20.092C114.954 20.7733 115.271 21.6133 115.271 22.612C115.271 23.62 114.954 24.4647 114.319 25.146C113.685 25.8273 112.84 26.168 111.785 26.168ZM111.785 24.866C112.392 24.866 112.868 24.6513 113.213 24.222C113.568 23.7833 113.745 23.2467 113.745 22.612C113.745 21.9867 113.568 21.4593 113.213 21.03C112.868 20.5913 112.392 20.372 111.785 20.372C111.188 20.372 110.712 20.5913 110.357 21.03C110.012 21.4593 109.839 21.9867 109.839 22.612C109.839 23.2467 110.012 23.7833 110.357 24.222C110.712 24.6513 111.188 24.866 111.785 24.866ZM118.229 26H116.759V19.238H118.229V20.232C118.49 19.896 118.817 19.6207 119.209 19.406C119.601 19.1913 120.007 19.084 120.427 19.084V20.54C120.296 20.512 120.142 20.498 119.965 20.498C119.657 20.498 119.325 20.5913 118.971 20.778C118.625 20.9553 118.378 21.1607 118.229 21.394V26ZM124.734 26.168C123.707 26.168 122.858 25.8413 122.186 25.188C121.523 24.5253 121.192 23.6667 121.192 22.612C121.192 21.6227 121.514 20.7873 122.158 20.106C122.811 19.4153 123.633 19.07 124.622 19.07C125.621 19.07 126.423 19.4153 127.03 20.106C127.646 20.7967 127.954 21.6787 127.954 22.752V23.102H122.732C122.788 23.634 123.007 24.0773 123.39 24.432C123.773 24.7867 124.272 24.964 124.888 24.964C125.233 24.964 125.579 24.8987 125.924 24.768C126.279 24.6373 126.573 24.4553 126.806 24.222L127.478 25.188C126.797 25.8413 125.882 26.168 124.734 26.168ZM126.526 22.066C126.507 21.5993 126.335 21.184 126.008 20.82C125.691 20.456 125.229 20.274 124.622 20.274C124.043 20.274 123.591 20.456 123.264 20.82C122.937 21.1747 122.755 21.59 122.718 22.066H126.526Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.774 10C51.8629 11.1611 51.4957 12.3112 50.7503 13.206C50.0272 14.1054 48.9315 14.6234 47.7775 14.6116C47.7041 13.4838 48.082 12.3732 48.828 11.5243C49.5834 10.6638 50.6352 10.1196 51.774 10ZM55.422 16.8223C54.0946 17.6384 53.2777 19.0777 53.2576 20.6358C53.2595 22.3986 54.3152 23.9895 55.9388 24.6762C55.6266 25.6906 55.1559 26.6492 54.5442 27.5165C53.7228 28.7453 52.8615 29.9458 51.4945 29.968C50.8443 29.983 50.4055 29.7961 49.9482 29.6013C49.4712 29.3981 48.9741 29.1863 48.1963 29.1863C47.3714 29.1863 46.8521 29.4049 46.3512 29.6157C45.9184 29.7978 45.4994 29.9742 44.9088 29.9987C43.6069 30.0469 42.612 28.6872 41.7607 27.4699C40.0592 24.984 38.7342 20.4643 40.5105 17.3889C41.3446 15.89 42.9042 14.9389 44.6187 14.8835C45.357 14.8683 46.0655 15.1529 46.6867 15.4024C47.1618 15.5932 47.5857 15.7635 47.9329 15.7635C48.2381 15.7635 48.6502 15.5999 49.1305 15.4093C49.8871 15.109 50.8129 14.7416 51.7563 14.8406C53.2223 14.8865 54.5808 15.6209 55.422 16.8223Z' fill='white'/%3E%3C/svg%3E%0A");
}
.ta-google-play {
    background-image: url("data:image/svg+xml,%3Csvg width='168' height='44' viewBox='0 0 168 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='166' height='42' stroke='%23202020' stroke-width='2'/%3E%3Cpath d='M67.474 26.182C66.0927 26.182 64.9307 25.734 63.988 24.838C63.0453 23.942 62.574 22.7753 62.574 21.338C62.574 19.9007 63.0453 18.7387 63.988 17.852C64.9307 16.956 66.0927 16.508 67.474 16.508C69.0793 16.508 70.3347 17.1567 71.24 18.454L69.896 19.21C69.6347 18.846 69.2893 18.5473 68.86 18.314C68.44 18.0807 67.978 17.964 67.474 17.964C66.55 17.964 65.78 18.2813 65.164 18.916C64.5573 19.5507 64.254 20.358 64.254 21.338C64.254 22.318 64.5573 23.13 65.164 23.774C65.78 24.4087 66.55 24.726 67.474 24.726C67.9127 24.726 68.328 24.642 68.72 24.474C69.1213 24.306 69.4433 24.11 69.686 23.886V22.43H66.9V20.988H71.324V24.488C70.3067 25.6173 69.0233 26.182 67.474 26.182ZM76.0392 26.168C74.9938 26.168 74.1538 25.8273 73.5192 25.146C72.8845 24.4553 72.5672 23.6107 72.5672 22.612C72.5672 21.6133 72.8845 20.7733 73.5192 20.092C74.1538 19.4107 74.9938 19.07 76.0392 19.07C77.0938 19.07 77.9385 19.4107 78.5732 20.092C79.2078 20.7733 79.5252 21.6133 79.5252 22.612C79.5252 23.62 79.2078 24.4647 78.5732 25.146C77.9385 25.8273 77.0938 26.168 76.0392 26.168ZM76.0392 24.866C76.6458 24.866 77.1218 24.6513 77.4672 24.222C77.8218 23.7833 77.9992 23.2467 77.9992 22.612C77.9992 21.9867 77.8218 21.4593 77.4672 21.03C77.1218 20.5913 76.6458 20.372 76.0392 20.372C75.4418 20.372 74.9658 20.5913 74.6112 21.03C74.2658 21.4593 74.0932 21.9867 74.0932 22.612C74.0932 23.2467 74.2658 23.7833 74.6112 24.222C74.9658 24.6513 75.4418 24.866 76.0392 24.866ZM84.0645 26.168C83.0192 26.168 82.1792 25.8273 81.5445 25.146C80.9099 24.4553 80.5925 23.6107 80.5925 22.612C80.5925 21.6133 80.9099 20.7733 81.5445 20.092C82.1792 19.4107 83.0192 19.07 84.0645 19.07C85.1192 19.07 85.9639 19.4107 86.5985 20.092C87.2332 20.7733 87.5505 21.6133 87.5505 22.612C87.5505 23.62 87.2332 24.4647 86.5985 25.146C85.9639 25.8273 85.1192 26.168 84.0645 26.168ZM84.0645 24.866C84.6712 24.866 85.1472 24.6513 85.4925 24.222C85.8472 23.7833 86.0245 23.2467 86.0245 22.612C86.0245 21.9867 85.8472 21.4593 85.4925 21.03C85.1472 20.5913 84.6712 20.372 84.0645 20.372C83.4672 20.372 82.9912 20.5913 82.6365 21.03C82.2912 21.4593 82.1185 21.9867 82.1185 22.612C82.1185 23.2467 82.2912 23.7833 82.6365 24.222C82.9912 24.6513 83.4672 24.866 84.0645 24.866ZM91.7819 28.744C90.6339 28.744 89.6913 28.408 88.9539 27.736L89.6399 26.672C90.1439 27.2507 90.8579 27.54 91.7819 27.54C92.3419 27.54 92.8133 27.3907 93.1959 27.092C93.5879 26.8027 93.7839 26.3407 93.7839 25.706V24.894C93.2053 25.6407 92.4819 26.014 91.6139 26.014C90.7273 26.014 90.0039 25.706 89.4439 25.09C88.8933 24.474 88.6179 23.6247 88.6179 22.542C88.6179 21.4687 88.8933 20.624 89.4439 20.008C90.0039 19.3827 90.7273 19.07 91.6139 19.07C92.5006 19.07 93.2239 19.4387 93.7839 20.176V19.238H95.2539V25.65C95.2539 26.2287 95.1513 26.728 94.9459 27.148C94.7499 27.5773 94.4793 27.8993 94.1339 28.114C93.7886 28.338 93.4199 28.4967 93.0279 28.59C92.6453 28.6927 92.2299 28.744 91.7819 28.744ZM92.0479 24.712C92.3839 24.712 92.7153 24.6233 93.0419 24.446C93.3686 24.2687 93.6159 24.054 93.7839 23.802V21.282C93.6159 21.03 93.3686 20.8153 93.0419 20.638C92.7153 20.4607 92.3839 20.372 92.0479 20.372C91.4693 20.372 91.0073 20.5727 90.6619 20.974C90.3166 21.366 90.1439 21.8887 90.1439 22.542C90.1439 23.1953 90.3166 23.7227 90.6619 24.124C91.0073 24.516 91.4693 24.712 92.0479 24.712ZM98.629 26H97.159V16.662H98.629V26ZM103.658 26.168C102.631 26.168 101.782 25.8413 101.11 25.188C100.447 24.5253 100.116 23.6667 100.116 22.612C100.116 21.6227 100.438 20.7873 101.082 20.106C101.735 19.4153 102.557 19.07 103.546 19.07C104.545 19.07 105.347 19.4153 105.954 20.106C106.57 20.7967 106.878 21.6787 106.878 22.752V23.102H101.656C101.712 23.634 101.931 24.0773 102.314 24.432C102.697 24.7867 103.196 24.964 103.812 24.964C104.157 24.964 104.503 24.8987 104.848 24.768C105.203 24.6373 105.497 24.4553 105.73 24.222L106.402 25.188C105.721 25.8413 104.806 26.168 103.658 26.168ZM105.45 22.066C105.431 21.5993 105.259 21.184 104.932 20.82C104.615 20.456 104.153 20.274 103.546 20.274C102.967 20.274 102.515 20.456 102.188 20.82C101.861 21.1747 101.679 21.59 101.642 22.066H105.45ZM113.605 26H111.967V16.662H116.069C117.011 16.662 117.753 16.942 118.295 17.502C118.845 18.062 119.121 18.7573 119.121 19.588C119.121 20.4093 118.845 21.1047 118.295 21.674C117.753 22.234 117.011 22.514 116.069 22.514H113.605V26ZM115.845 21.072C116.311 21.072 116.694 20.9367 116.993 20.666C117.291 20.3953 117.441 20.036 117.441 19.588C117.441 19.14 117.291 18.7807 116.993 18.51C116.694 18.2393 116.311 18.104 115.845 18.104H113.605V21.072H115.845ZM121.912 26H120.442V16.662H121.912V26ZM129.419 26H127.949V25.272C127.427 25.8693 126.699 26.168 125.765 26.168C125.149 26.168 124.603 25.972 124.127 25.58C123.651 25.1787 123.413 24.628 123.413 23.928C123.413 23.2093 123.647 22.6633 124.113 22.29C124.589 21.9167 125.14 21.73 125.765 21.73C126.727 21.73 127.455 22.0193 127.949 22.598V21.59C127.949 21.198 127.805 20.89 127.515 20.666C127.226 20.442 126.843 20.33 126.367 20.33C125.611 20.33 124.944 20.6147 124.365 21.184L123.763 20.162C124.529 19.434 125.476 19.07 126.605 19.07C127.436 19.07 128.113 19.266 128.635 19.658C129.158 20.05 129.419 20.6707 129.419 21.52V26ZM126.339 25.16C127.077 25.16 127.613 24.9267 127.949 24.46V23.438C127.613 22.9713 127.077 22.738 126.339 22.738C125.919 22.738 125.574 22.85 125.303 23.074C125.033 23.298 124.897 23.592 124.897 23.956C124.897 24.32 125.033 24.614 125.303 24.838C125.574 25.0527 125.919 25.16 126.339 25.16ZM131.031 28.646L131.255 27.33C131.423 27.4047 131.61 27.442 131.815 27.442C132.291 27.442 132.613 27.246 132.781 26.854L133.117 26.084L130.345 19.238H131.913L133.887 24.306L135.861 19.238H137.443L134.181 27.218C133.78 28.2167 133.005 28.7253 131.857 28.744C131.549 28.744 131.274 28.7113 131.031 28.646Z' fill='white'/%3E%3Cg clip-path='url(%23clip0_1700_2642)'%3E%3Cpath d='M30.9261 12.9443C30.8783 13.1121 30.8457 13.2931 30.8457 13.4998V30.5022C30.8457 30.7058 30.8783 30.8848 30.9242 31.0508L40.4668 22.0102C40.4668 22.0101 30.9261 12.9443 30.9261 12.9443Z' fill='white'/%3E%3Cpath d='M44.1904 18.482L33.0488 12.2844C32.6046 12.0143 32.1673 11.9458 31.7979 12.04L41.3807 21.1453L44.1904 18.482Z' fill='white'/%3E%3Cpath d='M48.2991 20.7676L45.3253 19.1133L42.2793 21.9984L45.3818 24.9477L48.2752 23.3587C49.6876 22.5539 49.1724 21.2583 48.2991 20.7676Z' fill='white'/%3E%3Cpath d='M31.7695 31.9523C32.1446 32.0572 32.5926 31.9944 33.0481 31.7173L44.2237 25.5813L41.3631 22.8633C41.3631 22.8634 31.7695 31.9523 31.7695 31.9523Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1700_2642'%3E%3Crect width='20' height='20' fill='white' transform='translate(30 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ta-close {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ta-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.20504 12.1185L10.1478 13.0613L15.3333 7.87587L10.1478 2.69042L9.20504 3.63323L12.781 7.2092L0.666656 7.20922L0.666656 8.54255L12.781 8.54254L9.20504 12.1185Z' fill='%233EF2D0'/%3E%3C/svg%3E%0A");
}
.ta-arrow-main {
    background-image: url("data:image/svg+xml,%3Csvg width='181' height='65' viewBox='0 0 181 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 26.0001V38.0001H158.784L132.492 64.2926H148.478L180.452 32.3193L180.418 32.286L180.452 32.2526L174.199 26.0001L148.478 0.279297H132.492L158.212 26.0001H0Z' fill='%236868FE'/%3E%3C/svg%3E%0A");
}
.ta-arrow-small {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13.0612L8.94281 12.1184L6.48112 9.66673L4.81445 7.87578L6.48112 6.00006L8.94281 3.63314L8 2.69033L2.81455 7.87578L8 13.0612Z' fill='white'/%3E%3C/svg%3E%0A");
}
/* angles */
.angle-rt, .angle-lt, .angle-rb, .angle-lb {
    position: relative;
}
.angle-rt {
    background:  -moz-linear-gradient(225deg, transparent 26px, #191919 26px);
    background: -o-linear-gradient(225deg, transparent 26px, #191919 26px);
    background: -webkit-linear-gradient(225deg, transparent 26px, #191919 26px);
    background-position: top right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.angle-rb {
    background:  -moz-linear-gradient(135deg, transparent 26px, #191919 26px);
    background: -o-linear-gradient(135deg, transparent 26px, #191919 26px);
    background: -webkit-linear-gradient(135deg, transparent 26px, #191919 26px);
    background-position: bottom right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.angle-lt {
    background:  -moz-linear-gradient(315deg, transparent 26px, #191919 26px);
    background: -o-linear-gradient(315deg, transparent 26px, #191919 26px);
    background: -webkit-linear-gradient(315deg, transparent 26px, #191919 26px);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.angle-lb {
    background:  -moz-linear-gradient(45deg, transparent 26px, #191919 26px);
    background: -o-linear-gradient(45deg, transparent 26px, #191919 26px);
    background: -webkit-linear-gradient(45deg, transparent 26px, #191919 26px);
    background-position: bottom left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* tooltip component */
.tooltip {
    position: relative;
}
.tooltip-toggle {
    cursor: pointer;
}
.tooltip .tooltip-text {
    position: absolute;
    bottom: 100%;
    left: 50%;
    max-width: 200px;
    width: auto;
    background: #343434;
    border: 1px solid #343434;
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #D7D7D7;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    white-space: normal;
    transform: translate(-50%, -5px);
    transition: all 0.2s ease-in-out;
}
.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #343434;
    transform: translateX(-50%) rotate(45deg);
}
/* alert */
.alert-info {
    position: relative;
    padding: 16px 16px 16px 52px;
    background: rgba(104, 104, 254, 0.1);
    border: 2px solid #6868FE;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
}
.alert-info::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%236868FE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16V12' stroke='%236868FE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8H12.01' stroke='%236868FE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.alert-title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}
.alert-info li {
    font-size: 14px;
    line-height: 28px;
}
/* modal - component */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
}
.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.15);
}
.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: none;
    cursor: pointer;
    transition: all .2s ease-in;
}
.modal__close:hover {
    opacity: 0.6;
}
.modal__container {
    position: relative;
    z-index: 22;
    max-width: 400px;
    width: 90%;
    max-height: 95vh;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #141414;
    border-radius: 0;
    box-sizing: border-box;
    overflow-y: auto;
}
.modal__container .ta {
    margin-bottom: 12px;
    width: 24px;
    height: 24px;
}
.modal__container .btn-primary {
    width: 100%;
    margin-top: 16px;
}
/* ----------------------------------------------------------- */
/* ----------------- header  ----------------- */
.header {
    padding: 22px 0;
    background: #3EF2D0;
    border-bottom: 1px solid #0D0D0D;
}
.header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-logo img {
    height: 24px;
    vertical-align: top;
}
.header-powered {
    margin-left: 12px;
}
.header-powered img {
    height: 24px;
}
.header-user {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header-link {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 20px;
    color: #0D0D0D;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    cursor: pointer;
}
.header-link:hover {
    color: #6868FE;
}
.header .btn-purple {
    margin-left: 12px;
}
/* ----------------- header end ----------------- */
/* ---------------------------------------------- */
/* -------------------- main -------------------- */
.main {
    position: relative;
    background: url("../images/home/main-bg.png") no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #3EF2D0;
}
.main .container {
    position: relative;
    min-height: calc(100vh - 80px);
    padding-top: 60px;
    padding-bottom: 120px;
}
.main .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #3EF2D0 url("../images/home/main-lines.svg") repeat-y;
    background-position: 24px top;
    background-size: auto;
}
.main-left {
    max-width: 650px;
}
.main-title {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #0D0D0D;
}
.main-title .ta {
    margin-bottom: -5px;
    width: 180px;
    height: 64px;
    display: inline-block;
}
.main-subtitle {
    margin-bottom: 24px;
    margin-left: 224px;
    font-size: 20px;
    line-height: 32px;
    color: #0D0D0D;
}
.main-btn-group {
    margin-left: 224px;
}
.main-btn-group .btn-purple {
    display: inline-block;
}
/* ------------------ main end ------------------ */
/* ---------------------------------------------- */
/* -------------------- chart ------------------- */
.chart {
    background: url("../images/home/chart-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.chart .container {
    padding-top: 140px;
}
.chart-card {
    max-width: 996px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.chart-left {
    padding: 40px 64px;
    border-right: 1px solid rgba(76, 76, 76, 0.32);
}
.chart-right {
    width: 100%;
    padding: 40px 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.chart-number {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
}
.chart-text {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.circle-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
}
.pc1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(0.86);
}
.pc1 svg:before {
    content: rgba(76, 76, 76, 0.32);
    display: block;
}
.pc1 svg {
    width: 300px;
    height: 300px;
    transform: rotate(-90deg) scaleY(-1);
}
.pc1 svg .percent-circle-inner {
    fill: transparent;
    stroke: rgba(76, 76, 76, 0.32);
    stroke-width: 75px;
    stroke-dasharray: 0 942.477px;
    transition: stroke-dasharray 1s ease-out;
}
.pc2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(0.86);
}
.pc2 svg:before {
    content: #191919;
    display: block;
}
.pc2 svg {
    width: 300px;
    height: 300px;
    transform: rotate(-85deg) scaleY(-1);
}
.pc2 svg .percent-circle-inner {
    fill: transparent;
    stroke: #191919;
    stroke-width: 75px;
    stroke-dasharray: 0 942.477px;
    transition: stroke-dasharray 1s ease-out;
}
.pc3 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.pc3 svg:before {
    content: rgba(76, 76, 76, 0.32);
    display: block;
}
.pc3 svg {
    width: 300px;
    height: 300px;
    transform: rotate(-90deg) scaleY(-1);
}
.pc3 svg .percent-circle-inner {
    fill: transparent;
    stroke: #6868FE;
    stroke-width: 107px;
    stroke-dasharray: 0 942.477px;
    transition: stroke-dasharray 1s ease-out;
}
.pc3 .percent-counter {
    opacity: 0;
    display: block;
    width: 180px;
    height: 180px;
    background: transparent;
    position: absolute;
    top: 60px;
    left: 60px;
    border-radius: 50%;
    font-weight: 800;
    font-size: 48px;
    line-height: 180px;
    text-align: center;
    text-transform: uppercase;
}
.hidden-svg {
    display: none;
}
/* ------------------ chart end ------------------ */
/* ----------------------------------------------- */
/* --------------------- why --------------------- */
.why .container {
    padding-top: 140px;
}
.why-title {
    margin-bottom: 64px;
}
.why-content {
    max-width: 996px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.why-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.why-left img {
    width: 334px;
    height: 334px;
    object-fit: contain;
    object-position: center;
    margin-top: -130px;
    margin-left: 100px;
    margin-bottom: -20px;
}
.why-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.why-card {
    margin: 12px 0;
    padding: 40px;
}
.why-left .why-card {
    margin-right: 12px;
    height: 100%;
}
.why-right .why-card {
    margin-left: 12px;
    height: 100%;
}
.why-card .caption {
    margin-bottom: 40px;
}
.why-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.why-card_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.why-card_bottom img {
    width: 400px;
    height: 400px;
    object-fit: contain;
    object-position: center;
    margin-top: -90px;
    margin-bottom: -90px;
    margin-left: -40px;
    margin-right: -40px;
}
.why-card_bottom .why-card_content {
    padding: 40px;
}
.why-button a {
    display: inline-block;
}
/* ------------------- why end ------------------- */
/* ----------------------------------------------- */
/* --------------------- how --------------------- */
.how {
    background: url("../images/home/how-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.how .container {
    padding-top: 110px;
    padding-bottom: 140px;
}
.how-title {
    margin-bottom: 64px;
}
.how-swiper {
    max-width: 996px;
    margin: 0 auto;
}
.how-item {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    background: #191919;
}
.how-item-content {
    width: 40%;
    padding: 40px 24px 94px 40px;
    box-sizing: border-box;
}
.how-item-title {
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}
.how-item-text {
    margin-bottom: 20px;
    color: #999;
}
.how-item-image {
    width: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.how-item-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
    vertical-align: bottom;
}
.how-item .btn-purple {
    display: inline-block;
}
.swiper-nav {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.how-swiper .swiper-wrapper {
    align-items: stretch;
}
.how-swiper .swiper-slide {
    height: auto;
}
.how-swiper .swiper-pagination-fraction {
    position: unset;
    display: inline-block;
    width: unset;
    line-height: 24px;
}
.how-swiper .swiper-button-next {
    position: unset;
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-left: 8px;
}
.how-swiper .swiper-button-prev {
    position: unset;
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 8px;
}
.how-swiper .swiper-button-prev:after, .how-swiper .swiper-button-next:after {
    font-size: 11px;
    font-weight: 800;
    color: #fff;
}
/* ------------------- how end ------------------- */
/* ----------------------------------------------- */
/* ------------------- numbers ------------------- */
.numbers {
    background: #141414 url("../images/home/numbers-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.numbers .container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.numbers-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}
.numbers-content {
    max-width: 996px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.numbers-item:not(:last-child) { 
    margin-bottom: 32px;
}
.numbers-left {
    position: relative;
    z-index: 2;
    margin-right: 12px;
    padding: 40px;
    width: 60%;
    box-sizing: border-box;
}
.numbers-left::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, transparent 26px, #141414 26px), -moz-linear-gradient(225deg, transparent 26px, #141414 26px);
    background: -o-linear-gradient(45deg, transparent 26px, #141414 26px), -o-linear-gradient(225deg, transparent 26px, #141414 26px);
    background: -webkit-linear-gradient(45deg, transparent 26px, #141414 26px), -webkit-linear-gradient(225deg, transparent 26px, #141414 26px);
    background-position: bottom left, top right;
    background-size: 51% 100%;
    background-repeat: no-repeat;
}
.numbers-left::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -moz-linear-gradient(45deg, transparent 26px, #4C4C4C 26px), -moz-linear-gradient(225deg, transparent 26px, #4C4C4C 26px);
    background: -o-linear-gradient(45deg, transparent 26px, #4C4C4C 26px), -o-linear-gradient(225deg, transparent 26px, #4C4C4C 26px);
    background: -webkit-linear-gradient(45deg, transparent 26px, #4C4C4C 26px), -webkit-linear-gradient(225deg, transparent 26px, #4C4C4C 26px);
    background-position: bottom left, top right;
    background-size: 51% 100%;
    background-repeat: no-repeat;
}
.numbers-left .numbers-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.numbers-left .numbers-item {
    width: 50%;
}
.numbers-left .numbers-number {
    margin-bottom: 8px;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}
.numbers-left .numbers-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #999999;
}
.numbers-right {
    margin-left: 12px;
    padding: 40px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #3EF2D0;
    box-sizing: border-box;
}
.numbers-right {
    background: -moz-linear-gradient(45deg, transparent 26px, #3EF2D0 26px), -moz-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
    background: -o-linear-gradient(45deg, transparent 26px, #3EF2D0 26px), -o-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
    background: -webkit-linear-gradient(45deg, transparent 26px, #3EF2D0 26px), -webkit-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
    background-position: bottom left, top right;
    background-size: 51% 100%;
    background-repeat: no-repeat;
}
.numbers-right .numbers-number {
    margin-bottom: 8px;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #0D0D0D;
}
.numbers-right .numbers-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #0D0D0D;
}
.numbers-btn-mob {
    display: none;
}
/* ----------------- numbers end ----------------- */
/* ----------------------------------------------- */
/* --------------------- web3 -------------------- */
.web3 .container {
    padding-top: 140px;
}
.web3-title {
    margin-bottom: 64px;
}
/* ------------------- web3 end ------------------ */
/* ----------------------------------------------- */
/* ------------------ articles ------------------- */
.articles .container {
    padding-top: 140px;
    padding-bottom: 24px;
}
.articles-title {
    margin-bottom: 64px;
}
.articles-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article-item {
    width: calc(33.3% - 12px);
    margin-bottom: 30px;
}
.article-img {
    position: relative;
    display: block;
    margin-bottom: 24px;
    height: 192px;
    width: 100%;
    transition: opacity .2s ease;
}
a.article-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6868FE;
    opacity: 0;
    transition: all .2s ease;
}
a.article-img:hover::before {
    opacity: .125;
}
.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.article-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
}
a.article-name:hover {
    color: #6868FE;
}
/* ----------------- articles end ---------------- */
/* ----------------------------------------------- */
/* ------------------ community ------------------ */
.community {
    position: relative;
}
.community .container {
    padding-top: 148px;
    padding-bottom: 140px;
}
.community-wrap {
    max-width: 996px;
    margin: 0 auto;
    background: -moz-linear-gradient(315deg, transparent 26px, #3EF2D0 26px), -moz-linear-gradient(135deg, transparent 26px, #3EF2D0 26px);
    background: -o-linear-gradient(315deg, transparent 26px, #3EF2D0 26px), -o-linear-gradient(135deg, transparent 26px, #3EF2D0 26px);
    background: -webkit-linear-gradient(315deg, transparent 26px, #3EF2D0 26px), -webkit-linear-gradient(135deg, transparent 26px, #3EF2D0 26px);
    background-position: top left, bottom right;
    background-size: 51% 100%;
    background-repeat: no-repeat;
}
.community-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 64px;
    background: url("../images/home/community-bg.png") no-repeat;
    background-size: contain;
    background-position: left center;
    box-sizing: border-box;
}
.community::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/home/community-chain.png") no-repeat;
    background-size: auto;
    background-position: center;
}
.community-title {
    padding-right: 64px;
    max-width: 300px;
    line-height: 48px;
    color: #0D0D0D;
}
.community-left {
    position: relative;
    z-index: 2;
}
.community-right {
    position: relative;
    z-index: 2;
    max-width: 446px;
}
.community-text {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #0D0D0D;
}
/* ---------------- community end ---------------- */
/* ----------------------------------------------- */
/* -------------------- hacken ------------------- */
.hacken {
    background: url('../images/home/hacken-bg.png') no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
.hacken .container {
    padding-bottom: 160px;
}
.hacken-top {
    max-width: 996px;
    margin: 0 auto 64px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.hacken-title {
    width: 33.3%;
    margin-right: 32px;
}
.hacken-title a:hover .ta {
    filter: none;
}
.hacken-subtitle {
    width: 66.6%;
    max-width: 588px;
    font-size: 18px;
    line-height: 24px;
    color: #999999;
}
.hacken-content {
    max-width: 996px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.hacken-left {
    width: 33.3%;
}
.hacken-right {
    width: 66.6%;
    max-width: 588px;
}
.hacken-item {
    max-width: 280px;
    margin-bottom: 48px;
}
.hacken-number {
    margin-bottom: 8px;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #6868FE;
}
.hacken-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #999999;
}
.hacken-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hacken-grid-item {
    width: 33.3%;
    margin-bottom: 32px;
}
.hacken-grid-item .ta {
    display: block;
    width: 100%;
    height: 64px;
    max-width: 180px;
    max-height: 64px;
    object-fit: contain;
    object-position: center;
}
/* ----------------- hacken end ------------------ */
/* ----------------------------------------------- */
/* --------------------- faq --------------------- */
.faq {
    padding: 100px 0;
    background: #141414 url('../images/home/faq-bg.png') no-repeat;
    background-position: left bottom;
    background-size: 450px;
}
.faq .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.faq-left {
    width: 33.3%;
}
.faq-title {
    margin-bottom: 48px;
}
.faq-text {
    margin-bottom: 24px;
    color: #999999;
}
.faq-right {
    width: 66.6%;
    max-width: 690px;
}
.faq-right .link-arrow {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.faq-right .link-arrow .ta {
    margin-left: 8px;
    margin-top: -3px;
}
.faq-right .link-arrow:hover {
    color: #6868FE;
}
.faq .btn-purple .ta {
    margin-top: -2px;
}
.accordion-content {
    width: 100%;
}
.accordion-content .accordion-item {
    border-bottom: 1px solid #282828;
}
.accordion-content .accordion-heading {
    position: relative;
    display: block;
    padding: 20px 32px 20px 0;
    margin: -1px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
.accordion-content .accordion-heading:hover {
    color: #6868fe;
}
.accordion-content .accordion-item .accordion-heading::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L6 9' stroke='%233EF2D0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.accordion-content .accordion-item.active .accordion-heading::after {
    transform: rotate(-180deg);
}
.accordion-content .accordion-item .accordion-heading:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L6 9' stroke='%236868fe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.accordion-text {
    display: block;
    max-height: 0;
    margin: 0;
    color: #7B7B7B;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.accordion-item.active .accordion-text {
    max-height: 400px;
    padding-bottom: 20px;
}
.accordion-content-category {
    display: none;
    margin-bottom: 48px;
}
.accordion-category-name {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #3EF2D0;
}
.show {
    display: block;
}
/* ------------------- faq end ------------------- */
/* ----------------------------------------------- */
/* ------------------- footer -------------------- */
.footer {
    padding: 64px 0 0;
    color: #d7d7d7;
    background: #0B0C0F;
}
.footer .container {
    padding-bottom: 48px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 23.3%;
    max-width: 220px;
}
.footer-item:first-child {
    width: 30%;
    max-width: unset;
    padding-right: 24px;
}
.footer a:not(.btn-purple) {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
}
.footer a:not(.btn-purple):hover {
    color: #6868FE;
}
.footer-link {
    margin-bottom: 24px;
}
.footer-link:first-child {
    margin-top: 0;
}
.footer-green a:not(.btn-purple) {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #3EF2D0;
}
.footer-green a:not(.btn-purple):hover {
    color: #6868FE;
}
.footer-green a .ta {
    margin-left: 8px;
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-logo .ta {
    width: 124px;
    height: 24px;
}
.footer-logo a:hover .ta {
    filter: none;
}
.footer-title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.footer img {
    display: block;
    width: 168px;
    height: 43px;
    object-fit: contain;
    object-position: center;
    transition: filter .2s ease;
}
.footer .app-link {
    margin-bottom: 8px;
}
.footer .app-link:hover img {
    filter: brightness(1.4);
}
.footer .btn-purple {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
}
.footer-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 17px;
    color: #999;
}
.footer-logo ~ .footer-text {
    max-width: 275px;
    font-size: 16px;
    line-height: 24px;
}
.footer-rights {
    background: #0B0C0F;
}
.footer-rights .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-top: 1px solid #1A1B21;
    color: #7B7B7B;
    font-size: 12px;
    line-height: 24px;
}
.footer-rights a:not(.btn-purple) {
    margin-left: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #3EF2D0;
}
.footer-rights a:not(.btn-purple):hover {
    color: #6868FE;
}
/* ----------------- footer end ------------------ */
/* ----------------------------------------------- */
/* ------------------- cookies ------------------- */
.cookies-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 24px;
    background: #0E0E0E;
    box-sizing: border-box;
}
.cookies-container .cookies-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.cookies-text {
    width: 40%;
    padding-right: 30px;
    box-sizing: border-box;
}
.cookies-buttons {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.cookies-buttons .btn-default {
    display: block;
    text-transform: uppercase;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 20px;
}
#cookiesModal .modal__container {
    max-width: 588px;
    padding: 32px;
}
#cookiesModal .modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}   
#cookiesModal .cookies-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #303030;
}
#cookiesModal .cookies-item:last-child {
    border-bottom: 0;
}
#cookiesModal .cookies-text {
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
}
#cookiesModal .cookies-check {
    width: 66px;
    min-width: 66px;
    padding-right: 10px;
    box-sizing: border-box;
}
#cookiesModal .btn-primary {
    width: auto;
}
/* ----------------- cookies end ----------------- */
@media (max-width: 1200px) {
    .main {
        background-size: 500px;
    }
}
@media (max-width: 1024px) {
    .main-subtitle b {
        display: block;
    }
    .chart-right, .chart-left {
        padding: 40px;
    }
    .chart-number {
        font-size: 56px;
        line-height: 64px;
    }
    .community-title {
        font-size: 42px;
        padding-right: 28px;
        height: 140px;
    }
    .community-content {
        padding: 64px 32px;
    }
    .hacken-title {
        width: auto;
    }
    .hacken-left {
        width: 40%;
    }
    .hacken-right {
        width: 60%;
        padding-left: 35px;
    }
    .cookies-container .cookies-inner {
        flex-direction: column;
        justify-content: center;
    }
    .cookies-text {
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .cookies-buttons {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .numbers-btn-mob {
        margin-top: 32px;
        display: inline-block;
    }
    .hacken {
        background: url('../images/home/hacken-bg-mob.png') no-repeat;
        background-position: right top;
        background-size: 185px;
    }
    .hacken-top {
        flex-direction: column;
        margin-bottom: 48px;
    }
    .hacken-title {
        margin-bottom: 32px;
        margin-right: 0;
    }
    .footer > .container {
        padding: 0;
        flex-wrap: wrap;
    }
    .footer-item {
        width: 50% !important;
        max-width: unset;
        padding: 24px;
        margin-bottom: 0;
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .title-1 {
        font-size: 32px;
        line-height: 40px;
    }
    .title-2 {
        font-size: 24px;
        line-height: 32px;
    }
    .title-3 {
        font-size: 24px;
        line-height: 32px
    }
    .btn-purple {
        padding: 8px 24px;
    }
    .header {
        padding: 12px 0;
    }
    .header-logo {
        line-height: 16px;
    }
    .header-logo img {
        height: 16px;
    }
    .header-powered {
        margin-left: 8px;
    }
    .header-powered img {
        height: 16px;
    }
    .header .btn-purple {
        padding: 8px;
        margin-left: 0;
    }
    .main {
        background-size: 475px
    }
    .main .container {
        min-height: calc(100vh - 56px);
        padding-top: 48px;
        align-items: flex-start;
    }
    .main-left {
        max-width: 318px;
    }
    .main-title {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 40px;
    }
    .main-title .ta {
        margin-bottom: 1px;
        width: 77px;
        height: 27px;
    }
    .main-subtitle {
        margin-bottom: 16px;
        margin-left: 88px;
        font-size: 18px;
        line-height: 25px;
    }
    .main-subtitle b {
        display: inline-block;
    }
    .main-btn-group {
        margin-left: 88px;
    }
    .chart {
        background: url('../images/home/chart-bg-mob.png') no-repeat;
        background-size: cover;
        background-position: center;
    }
    .chart .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .chart-card {
        flex-direction: column;
    }
    .chart-card.angle-rt::after {
        content: none;
    }
    .chart-left {
        border-right: 0;
        padding: 40px 20px 40px 40px;
    }
    .chart-right {
        padding: 40px 37px;
        border-top: 1px solid rgba(76, 76, 76, 0.32);
    }
    .chart-number {
        margin-bottom: 4px;
        font-size: 56px;
        line-height: 64px;
    }
    .chart-text {
        font-size: 16px;
        line-height: 24px;
    }
    .why {
        position: relative;
        overflow: hidden;
    }
    .why .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .why-title {
        max-width: 250px;
        margin-bottom: 32px;
    }
    .why-content {
        width: 100%;
        flex-direction: column;
        padding-bottom: 0;
    }
    .why-left {
        width: 100%;
    }
    .why-left img {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        margin: 0;
        transform: translate(52%, -30%);
    }
    .why-right {
        width: 100%;
    }
    .why-card {
        margin: 0 0 24px;
        padding: 24px;
    }
    .why-left .why-card {
        margin-right: 0;
    }
    .why-right .why-card {
        margin-left: 0;
    }
    .why-card .caption {
        margin-bottom: 40px;
    }
    .why-card_bottom {
        flex-direction: column;
    }
    .why-card_bottom img {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 0;
        transform: translate(-34%, 42%);
    }
    .why-card_bottom .why-card_content {
        padding: 0;
    }
    .why-button {
        margin-top: 12px;
    }
    .why-button a {
        padding: 12px 24px;
        margin: 0 auto;
        display: block;
        max-width: 400px;
    }
    .why-card {
        background: #191919;
        background:  -moz-linear-gradient(225deg, transparent 26px, #191919 26px);
        background: -o-linear-gradient(225deg, transparent 26px, #191919 26px);
        background: -webkit-linear-gradient(225deg, transparent 26px, #191919 26px);
        background-position: top right;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .how .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .how-title {
        margin-bottom: 32px;
    }
    .how-item {
        flex-direction: column;
        justify-content: flex-start;
    }
    .how-item-content {
        width: 100%;
        padding: 30px 24px 0 24px;
    }
    .how-item-image {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: auto;
    }
    .how-item-image img {
        max-height: 300px;
    }
    .numbers {
        background: #141414 url("../images/home/numbers-bg-mob.png") no-repeat;
        background-size: cover;
        background-position: center;
    }
    .numbers .container {
        padding-top: 64px;
        padding-bottom: 100px;
    }
    .numbers-heading {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
    }
    .numbers-content {
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
    }
    .numbers-item:not(:last-child) { 
        margin-bottom: 24px;
    }
    .numbers-left {
        margin-right: 0;
        margin-bottom: 24px;
        padding: 24px;
        width: 100%;
    }
    .numbers-left::after {
        background: -moz-linear-gradient(225deg, transparent 26px, #141414 26px);
        background: -o-linear-gradient(225deg, transparent 26px, #141414 26px);
        background: -webkit-linear-gradient(225deg, transparent 26px, #141414 26px);
        background-position: top right;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .numbers-left::before {
        background: -moz-linear-gradient(225deg, transparent 26px, #4C4C4C 26px);
        background: -o-linear-gradient(225deg, transparent 26px, #4C4C4C 26px);
        background: -webkit-linear-gradient(225deg, transparent 26px, #4C4C4C 26px);
        background-position: top right;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .numbers-left .numbers-number {
        margin-bottom: 4px;
    }
    .numbers-right {
        margin-left: 0;
        padding: 24px;
        width: 100%;
        background: -moz-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
        background: -o-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
        background: -webkit-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
        background-position: top right;
        background-size: 100% 100%;
    }
    .numbers-right.angle-rt::before {
        content: none;
    }
    .numbers-right .numbers-number {
        margin-bottom: 4px;
    }
    .articles .container {
        padding-top: 64px;
        padding-bottom: 32px;
    }
    .articles-title {
        margin-bottom: 32px;
    }
    .article-item {
        margin-bottom: 32px;
        width: calc(50% - 12px);
    }
    .community .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .community-wrap {
        margin: 0 auto;
        max-width: 400px;
        background: -moz-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
        background: -o-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
        background: -webkit-linear-gradient(225deg, transparent 26px, #3EF2D0 26px);
        background-position: top right;
        background-size: 100% 100%;
    }
    .community-content {
        flex-direction: column;
        padding: 24px;
        background: transparent;
    }
    .community::before {
        z-index: 0;
        background: url("../images/home/community-chain-mob.png") no-repeat;
        background-size: 768px;
        background-position: top center;
    }
    .community .container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: url("../images/home/community-chain-top-mob.png") no-repeat;
        background-size: 768px;
        background-position: top center;
    }
    .community-title {
        padding-right: 0;
        margin-bottom: 15px;
        max-width: 200px;
        line-height: 40px;
        height: auto;
    }
    .community-left {
        position: relative;
        z-index: 2;
    }
    .community-right {
        position: relative;
        z-index: 2;
        max-width: 446px;
    }
    .community-text {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 24px;
        color: #0D0D0D;
    }
    .community .btn-purple {
        padding: 12px 32px;
    }
    .hacken-top {
        flex-direction: column;
    }
    .hacken-title {
        margin-bottom: 24px;
    }
    .ta-lg.ta-hacken {
        height: 24px;
        width: 231px;
    }
    .hacken .container {
        padding-top: 64px;
        padding-bottom: 32px;
    }
    .hacken-subtitle {
        width: 100%;
    }
    .hacken-text {
        max-width: 288px;
    }
    .hacken-content {
        flex-direction: column;
    }
    .hacken-left {
        width: 100%;
    }
    .hacken-right {
        width: 100%;
        padding-left: 0;
    }
    .hacken-item {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .hacken-number {
        font-size: 40px;
        line-height: 48px;
    }
    .hacken-right .hacken-item {
        margin-bottom: 24px;
    }
    .hacken-grid {
        justify-content: flex-start;
    }
    .hacken-grid-item {
        width: 50%;
    }
    .hacken-grid-item .ta {
        max-width: 151px;
        max-height: 64px;
    }
    .faq {
        padding: 84px 0 64px;
        background: #141414 url('../images/home/faq-bg-mob.png') no-repeat;
        background-position: right top;
        background-size: 328px;
    }
    .faq .container {
        flex-direction: column;
    }
    .faq-left {
        width: 100%;
    }
    .faq-title {
        margin-bottom: 12px;
    }
    .faq-text {
        margin-bottom: 24px;
        color: #999999;
    }
    .faq-right {
        width: 100%;
        max-width: unset;
    }
    .faq-right .link-arrow {
        margin-bottom: 56px;
    }
    .faq .btn-purple {
        padding: 8px 12px;
        font-size: 14px;
    }
    .accordion-content .accordion-item::after {
        top: 20px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .cookies-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }
  
}
@media (max-width: 650px) {
    .main {
        background-size: 375px;
    }
    .numbers-left .numbers-item {
        width: 100%;
    }
    .how .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .how-title {
        margin-bottom: 32px;
    }
    .how-item {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .how-item-content {
        width: 100%;
        padding: 10px 24px 74px 24px;
    }
    .how-item-title {
        margin-bottom: 16px;
    }
    .how-item-image {
        width: 100%;
        margin-top: 0;
    }
    .how-item-image img {
        width: 100%;
        max-height: 350px;
    }
    .swiper-nav {
        left: 24px;
        bottom: 24px;
    }
    .article-item {
        width: 100%;
    }
    .article-img {
        height: 163px;
    }
    .footer {
        padding: 0;
    }
    .footer .container {
        padding: 0;
    }
    .footer > .container {
        padding: 0;
        flex-direction: column;
        justify-content: flex-start;
    }
    .footer-item {
        width: 100% !important;
        max-width: unset;
        padding: 24px;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .footer-item:first-child {
        padding-top: 40px;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    .footer .btn-purple {
        margin-top: 0;
        padding: 8px 12px;
        font-size: 14px;
    }
    .faq .btn-purple .ta {
        margin-top: 0px;
    }
    .footer-link:last-child {
        margin-bottom: 0;
    }
    .footer-rights {
        padding: 0 24px;
    }
    .footer-rights .container {
        padding: 24px 0;
        align-items: flex-start;
        font-size: 12px;
        line-height: 17px;
    }
    .footer-rights .container > div:first-child {
        padding-right: 24px;
    }
    .footer-rights .container > div:first-child span {
        white-space: nowrap;
    }
    .footer-rights a {
        margin-left: 20px;
        white-space: nowrap;
        line-height: 17px !important;
    }
    .footer-rights_links {
        text-align: right;
    }
}
@media (max-width: 450px) {
    .cookies-buttons .btn-default {
        width: 100%;
    }
}
@media (max-width: 360px) {
    .chart-left {
        transform: scale(0.9);
    }
}