svg.main-anim.active .ring-1 {
    stroke-dasharray: 864px 864px;
    stroke-dashoffset: 864px;
    -webkit-animation: ring-1 2s linear 1s;
    animation: ring-1 2s linear 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
svg.main-anim.active .ring-2 {
    stroke-dasharray: 1021px;
    stroke-dashoffset: 1021px;
    -webkit-animation: ring-2 2s linear 2s forwards;
    animation: ring-2 2s linear 2s forwards;
}
svg.main-anim.active .scaled-1 {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: scale 0.5s ease-in forwards;
    animation: scale 0.5s ease-in forwards;
}
svg.main-anim.active .scaled-2 {
    -webkit-transform-origin: 167.5px 163.5px;
    transform-origin: 167.5px 163.5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: scale 0.5s ease-in 0.25s forwards;
    animation: scale 0.5s ease-in 0.25s forwards;
}
@-webkit-keyframes ring-1 {
    0% {
        stroke-dashoffset: 864px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes ring-1 {
    0% {
        stroke-dashoffset: 864px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes ring-2 {
    0% {
        stroke-dashoffset: 1021px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes ring-2 {
    0% {
        stroke-dashoffset: 1021px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
svg.main-anim.active path.star-1 {
    -webkit-animation: star-anim-1 5s linear 0.5s infinite;
    animation: star-anim-1 5s linear 0.5s infinite;
}
svg.main-anim.active path.star-2 {
    -webkit-animation: star-anim-2 5s linear 1s infinite;
    animation: star-anim-2 5s linear 1s infinite;
}
svg.main-anim.active path.star-3 {
    -webkit-animation: star-anim-3 5s linear 1.5s infinite;
    animation: star-anim-3 5s linear 1.5s infinite;
}
svg.main-anim.active path.star-4 {
    -webkit-animation: star-anim-4 5s linear 2s infinite;
    animation: star-anim-4 5s linear 2s infinite;
}
svg.main-anim.active path.star-5 {
    -webkit-animation: star-anim-5 5s linear 2.5s infinite;
    animation: star-anim-5 5s linear 2.5s infinite;
}
svg.main-anim.active .star-container > path {
    opacity: 0;
}
svg.main-anim {
    opacity: 0;
    z-index: 1;
    flex-shrink: 0;
}
svg.main-anim.active {
    opacity: 1;
}
@media (min-width: 767px) and (max-width: 1199px) {
    svg.main-anim.active {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-webkit-keyframes star-anim-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 259px 279px;
        transform-origin: 259px 279px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 277px 234.5px;
        transform-origin: 277px 234.5px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 295px 190px;
        transform-origin: 295px 190px;
    }
}
@keyframes star-anim-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 259px 279px;
        transform-origin: 259px 279px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 277px 234.5px;
        transform-origin: 277px 234.5px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 295px 190px;
        transform-origin: 295px 190px;
    }
}
@-webkit-keyframes star-anim-2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 30px 130px;
        transform-origin: 30px 130px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 55px 115px;
        transform-origin: 55px 115px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 80px 100px;
        transform-origin: 80px 100px;
    }
}
@keyframes star-anim-2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 30px 130px;
        transform-origin: 30px 130px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 55px 115px;
        transform-origin: 55px 115px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 80px 100px;
        transform-origin: 80px 100px;
    }
}
@-webkit-keyframes star-anim-3 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 190px 40px;
        transform-origin: 190px 40px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 230px 70px;
        transform-origin: 230px 70px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 270px 100px;
        transform-origin: 270px 100px;
    }
}
@keyframes star-anim-3 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 190px 40px;
        transform-origin: 190px 40px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 230px 70px;
        transform-origin: 230px 70px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 270px 100px;
        transform-origin: 270px 100px;
    }
}
@-webkit-keyframes star-anim-4 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 10px 150px;
        transform-origin: 10px 150px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 35px 200px;
        transform-origin: 35px 200px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 60px 250px;
        transform-origin: 60px 250px;
    }
}
@keyframes star-anim-4 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 10px 150px;
        transform-origin: 10px 150px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 35px 200px;
        transform-origin: 35px 200px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 60px 250px;
        transform-origin: 60px 250px;
    }
}
@-webkit-keyframes star-anim-5 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 250px 320px;
        transform-origin: 250px 320px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 220px 295px;
        transform-origin: 220px 295px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 190px 270px;
        transform-origin: 190px 270px;
    }
}
@keyframes star-anim-5 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 250px 320px;
        transform-origin: 250px 320px;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 220px 295px;
        transform-origin: 220px 295px;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 190px 270px;
        transform-origin: 190px 270px;
    }
}
.currencies-sprite--pump
{
  background: url(../coins/logo/pump.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--c
{
  background: url(../coins/logo/c.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--era
{
  background: url(../coins/logo/era.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--la
{
  background: url(../coins/logo/la.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--sahara
{
  background: url(../coins/logo/sahara.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--newt
{
  background: url(../coins/logo/newt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--spk
{
  background: url(../coins/logo/spk.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--home
{
  background: url(../coins/logo/home.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--resolv
{
  background: url(../coins/logo/resolv.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--soph
{
  background: url(../coins/logo/soph.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--a
{
  background: url(../coins/logo/a.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--huma
{
  background: url(../coins/logo/huma.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--usd1
{
  background: url(../coins/logo/usd1.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--haedal
{
  background: url(../coins/logo/haedal.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--awe
{
  background: url(../coins/logo/awe.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nxpc
{
  background: url(../coins/logo/nxpc.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--sxt
{
  background: url(../coins/logo/sxt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--kmno
{
  background: url(../coins/logo/kmno.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--syrup
{
  background: url(../coins/logo/syrup.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--sto
{
  background: url(../coins/logo/sto.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--sign
{
  background: url(../coins/logo/sign.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--init
{
  background: url(../coins/logo/init.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hyper
{
  background: url(../coins/logo/hyper.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wct
{
  background: url(../coins/logo/wct.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--kernel
{
  background: url(../coins/logo/kernel.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--virtual
{
  background: url(../coins/logo/virtual.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bigtime
{
  background: url(../coins/logo/bigtime.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--baby
{
  background: url(../coins/logo/baby.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gun
{
  background: url(../coins/logo/gun.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bananas31
{
  background: url(../coins/logo/bananas31.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--broccoli714
{
  background: url(../coins/logo/broccoli714.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tut
{
  background: url(../coins/logo/tut.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mubarak
{
  background: url(../coins/logo/mubarak.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--parti
{
  background: url(../coins/logo/parti.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nil
{
  background: url(../coins/logo/nil.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--xusd
{
  background: url(../coins/logo/xusd.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--form
{
  background: url(../coins/logo/form.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bmt
{
  background: url(../coins/logo/bmt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--epic
{
  background: url(../coins/logo/epic.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gps
{
  background: url(../coins/logo/gps.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--paws
{
  background: url(../coins/logo/paws.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--shell
{
  background: url(../coins/logo/shell.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--red
{
  background: url(../coins/logo/red.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bio
{
  background: url(../coins/logo/bio.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hei
{
  background: url(../coins/logo/hei.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--layer
{
  background: url(../coins/logo/layer.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--me
{
  background: url(../coins/logo/me.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--bera
{
  background: url(../coins/logo/bera.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--anime
{
  background: url(../coins/logo/anime.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--solv
{
  background: url(../coins/logo/solv.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--s
{
  background: url(../coins/logo/s.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--d
{
  background: url(../coins/logo/d.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pengu
{
  background: url(../coins/logo/pengu.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--velodrome
{
  background: url(../coins/logo/velodrome.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--move
{
  background: url(../coins/logo/move.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--acx
{
  background: url(../coins/logo/acx.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--lumia
{
  background: url(../coins/logo/lumia.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--scr
{
  background: url(../coins/logo/scr.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--eigen
{
  background: url(../coins/logo/eigen.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--token
{
  background: url(../coins/logo/token.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hmstr
{
  background: url(../coins/logo/hmstr.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cati
{
  background: url(../coins/logo/cati.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--neiro
{
  background: url(../coins/logo/neiro.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--turbo
{
  background: url(../coins/logo/turbo.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--euri
{
  background: url(../coins/logo/euri.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--pol
{
  background: url(../coins/logo/pol.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--io
{
  background: url(../coins/logo/io.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--zro
{
  background: url(../coins/logo/zro.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--token
{
  background: url(../coins/logo/token.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--render
{
  background: url(../coins/logo/render.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--lista
{
  background: url(../coins/logo/lista.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--g
{
  background: url(../coins/logo/g.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--banana
{
  background: url(../coins/logo/banana.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--vana
{
  background: url(../coins/logo/vana.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ath
{
  background: url(../coins/logo/ath.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--brett
{
  background: url(../coins/logo/brett.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--moca
{
  background: url(../coins/logo/moca.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rbtc1
{
  background: url(../coins/logo/rbtc1.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cats
{
  background: url(../coins/logo/cats.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--zk
{
  background: url(../coins/logo/zk.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--omni
{
  background: url(../coins/logo/omni.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--coq
{
  background: url(../coins/logo/coq.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--myro
{
  background: url(../coins/logo/myro.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wen
{
  background: url(../coins/logo/wen.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rez
{
  background: url(../coins/logo/rez.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--aioz
{
  background: url(../coins/logo/aioz.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ondo
{
  background: url(../coins/logo/ondo.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mew
{
  background: url(../coins/logo/mew.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wemix
{
  background: url(../coins/logo/wemix.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mnt
{
  background: url(../coins/logo/mnt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--1000cheems
{
  background: url(../coins/logo/1000cheems.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tst
{
  background: url(../coins/logo/tst.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--act
{
  background: url(../coins/logo/act.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--grass
{
  background: url(../coins/logo/grass.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ponke
{
  background: url(../coins/logo/ponke.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--popcat
{
  background: url(../coins/logo/popcat.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mog
{
  background: url(../coins/logo/mog.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--swell
{
  background: url(../coins/logo/swell.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pnut
{
  background: url(../coins/logo/pnut.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--trac
{
  background: url(../coins/logo/trac.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--aero
{
  background: url(../coins/logo/aero.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--orca
{
  background: url(../coins/logo/orca.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--saga
{
  background: url(../coins/logo/saga.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--slf
{
  background: url(../coins/logo/slf.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tnsr
{
  background: url(../coins/logo/tnsr.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ena
{
  background: url(../coins/logo/ena.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ethfi
{
  background: url(../coins/logo/ethfi.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bome
{
  background: url(../coins/logo/bome.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--aevo
{
  background: url(../coins/logo/aevo.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--aevo
{
  background: url(../coins/logo/aevo.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--kagi
{
  background: url(../coins/logo/kagi.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--not
{
  background: url(../coins/logo/not.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ctc
{
  background: url(../coins/logo/ctc.webp?v=2) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--zeta
{
  background: url(../coins/logo/zeta.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--venom
{
  background: url(../coins/logo/venom.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--dogs
{
  background: url(../coins/logo/dogs.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tao
{
  background: url(../coins/logo/tao.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--portal
{
  background: url(../coins/logo/portal.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pixel
{
  background: url(../coins/logo/pixel.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ronin
{
  background: url(../coins/logo/ronin.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pda
{
  background: url(../coins/logo/pda.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wif
{
  background: url(../coins/logo/wif.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--axl
{
  background: url(../coins/logo/axl.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--alt
{
  background: url(../coins/logo/alt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--x
{
  background: url(../coins/logo/x.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--kaia
{
  background: url(../coins/logo/kaia.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bb
{
  background: url(../coins/logo/bb.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--moodeng
{
  background: url(../coins/logo/moodeng.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--blum
{
  background: url(../coins/logo/blum.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--taps
{
  background: url(../coins/logo/taps.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--major
{
  background: url(../coins/logo/major.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--w
{
  background: url(../coins/logo/w.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pyth
{
  background: url(../coins/logo/pyth.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--jup
{
  background: url(../coins/logo/jup.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--manta
{
  background: url(../coins/logo/manta.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--xai
{
  background: url(../coins/logo/xai.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ai
{
  background: url(../coins/logo/ai.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nfp
{
  background: url(../coins/logo/nfp.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ace
{
  background: url(../coins/logo/ace.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bonk
{
  background: url(../coins/logo/bonk.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--1000sats
{
  background: url(../coins/logo/1000sats.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--aeur
{
  background: url(../coins/logo/aeur.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--jto
{
  background: url(../coins/logo/jto.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--vanry
{
  background: url(../coins/logo/vanry.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--vic
{
  background: url(../coins/logo/vic.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--btc {
    background: url(https://<?php echo DOMAIN; ?>/css/images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--tmn
{
  background: url(https://<?php echo DOMAIN; ?>/css/images/toman.svg) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
}
.currencies-sprite--ordi
{
  background: url(../coins/logo/ordi.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--meme
{
  background: url(../coins/logo/meme.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ntrn
{
  background: url(../coins/logo/ntrn.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--boba
{
  background: url(../coins/logo/boba.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--dfi
{
  background: url(../coins/logo/dfi.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ewt
{
  background: url(../coins/logo/ewt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--metis
{
  background: url(../coins/logo/metis.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tara
{
  background: url(../coins/logo/tara.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tenet
{
  background: url(../coins/logo/tenet.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--velo
{
  background: url(../coins/logo/velo.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--vlx
{
  background: url(../coins/logo/vlx.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--xcad
{
  background: url(../coins/logo/xcad.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--amb
{
  background: url(../coins/logo/amb.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--glm
{
  background: url(../coins/logo/glm.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pnt
{
  background: url(../coins/logo/pnt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--xrd
{
  background: url(../coins/logo/xrd.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cfg
{
  background: url(../coins/logo/cfg.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--azero
{
  background: url(../coins/logo/azero.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bdx
{
  background: url(../coins/logo/bdx.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--bchsv
{
  background: url(../coins/logo/bchsv.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--akt
{
  background: url(../coins/logo/akt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--cyber
{
  background: url(../coins/logo/cyber.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--sei
{
  background: url(../coins/logo/sei.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--fdusd
{
  background: url(../coins/logo/fdusd.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--pendle
{
  background: url(../coins/logo/pendle.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--arkm
{
  background: url(../coins/logo/arkm.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--combo
{
  background: url(../coins/logo/combo.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--wld
{
  background: url(../coins/logo/wld.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--mav
{
  background: url(../coins/logo/mav.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hippo
{
  background: url(../coins/logo/hippo.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--usual
{
  background: url(../coins/logo/usual.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--memefi
{
  background: url(../coins/logo/memefi.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--flr
{
  background: url(../coins/logo/flr.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--xdc
{
  background: url(../coins/logo/xdc.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--xch
{
  background: url(../coins/logo/xch.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wbeth
{
  background: url(../coins/logo/wbeth.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--waxl
{
  background: url(../coins/logo/waxl.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rdnt
{
  background: url(../coins/logo/rdnt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--edu
{
  background: url(../coins/logo/edu.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--brise
{
  background: url(../coins/logo/brise.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--blur
{
  background: url(../coins/logo/blur.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--babydoge
{
  background: url(../coins/logo/babydoge.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--pepe
{
  background: url(../coins/logo/pepe.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--id
{
  background: url(../coins/logo/id.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--sui
{
  background: url(../coins/logo/sui.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--arb
{
  background: url(../coins/logo/arb.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--kcs
{
  background: url(../coins/logo/kcs.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--floki
{
  background: url(../coins/logo/floki.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nft
{
  background: url(../coins/logo/nft.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--vra
{
  background: url(../coins/logo/vra.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cro
{
  background: url(../coins/logo/cro.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--ton
{
  background: url(../coins/logo/ton.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hifi
{
  background: url(../coins/logo/hifi.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--beth
{
  background: url(../coins/logo/beth.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--t
{
  background: url(../coins/logo/T.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--syn
{
  background: url(../coins/logo/syn.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--magic
{
  background: url(../coins/logo/magic.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--lqty
{
  background: url(../coins/logo/lqty.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--kda
{
  background: url(../coins/logo/kda.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hook
{
  background: url(../coins/logo/hook.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hft
{
  background: url(../coins/logo/hft.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gns
{
  background: url(../coins/logo/gns.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gmt
{
  background: url(../coins/logo/gmt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gft
{
  background: url(../coins/logo/gft.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--astr
{
  background: url(../coins/logo/astr.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--alpine
{
  background: url(../coins/logo/alpine.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--bidr
{
  background: url(../coins/logo/bidr.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--idrt
{
  background: url(../coins/logo/idrt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--osmo
{
  background: url(../coins/logo/osmo.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--vai
{
  background: url(../coins/logo/vai.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--apt
{
background: url(../coins/logo/apt.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--ustc
{
background: url(../coins/logo/ustc.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--epx
{
background: url(../coins/logo/epx.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--gmx
{
background: url(../coins/logo/gmx.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--lever
{
background: url(../coins/logo/lever.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--op
{
background: url(../coins/logo/op.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--polyx
{
background: url(../coins/logo/polyx.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--stg
{
background: url(../coins/logo/stg.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}


.currencies-sprite--luna
{
background: url(../coins/logo/luna.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--sonic
{
background: url(../coins/logo/sonic.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}

.currencies-sprite--lunc
{
background: url(../coins/logo/lunc.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}

.currencies-sprite--gal
{
background: url(../coins/logo/gal.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--ldo
{
background: url(../coins/logo/ldo.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--rei
{
background: url(../coins/logo/rei.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--cat
{
  background: url(../coins/logo/cat.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--goat
{
  background: url(../coins/logo/goat.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mob
{
background: url(../coins/logo/mob.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}

.currencies-sprite--ape
{
background: url(../coins/logo/ape.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--bsw
{
background: url(../coins/logo/bsw.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--multi
{
background: url(../coins/logo/multi.webp) no-repeat;
background-position: 55.714285714285715% 26.36165577342048%;
width: 24px;
height: 24px;
background-size: contain;
}
.currencies-sprite--vgx
{
  background: url(images/vgx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--auction
{
  background: url(images/auction.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--imx
{
  background: url(images/imx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--ach
{
  background: url(images/ach.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--joe
{
  background: url(images/joe.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--spell
{
  background: url(images/spell.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ooki
{
  background: url(images/ooki.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--people
{
  background: url(images/people.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cvx
{
  background: url(images/cvx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--high
{
  background: url(images/high.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--voxel
{
  background: url(images/voxel.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--flux
{
  background: url(images/flux.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bico
{
  background: url(images/bico.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--any
{
  background: url(images/any.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mc
{
  background: url(images/mc.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--santos
{
  background: url(images/santos.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--alcx
{
  background: url(images/alcx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rndr
{
  background: url(images/rndr.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pyr
{
  background: url(images/pyr.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bttc
{
  background: url(images/bttc.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--aca
{
  background: url(images/aca.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ssv
{
  background: url(images/ssv.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--anc
{
  background: url(images/anc.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--woo
{
  background: url(images/woo.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--jasmy
{
  background: url(images/jasmy.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--xno
{
  background: url(images/xno.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pla
{
  background: url(images/pla.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--api3
{
  background: url(images/api3.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--loka
{
  background: url(images/loka.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--glmr
{
  background: url(images/glmr.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--qi
{
  background: url(images/qi.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--porto
{
  background: url(images/porto.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--agld
{
  background: url(images/agld.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--rad
{
  background: url(images/rad.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--fida
{
  background: url(images/fida.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--beta
{
  background: url(images/beta.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rare
{
  background: url(images/rare.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--lazio
{
  background: url(images/lazio.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--usdp
{
  background: url(images/usdp.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}


.currencies-sprite--movr
{
  background: url(images/movr.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rgt
{
  background: url(images/rgt.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bnx
{
  background: url(images/bnx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--city
{
  background: url(images/city.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ens
{
  background: url(images/ens.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--dar
{
  background: url(images/dar.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}


.currencies-sprite--tmn
{
  background: url(images/toman.svg) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
}
.currencies-sprite--1inch
{
  background: url(images/1inch.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--acm
{
  background: url(images/acm.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--agix
{
  background: url(images/agix.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--alice
{
  background: url(images/alice.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--appc
{
  background: url(images/appc.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--arpa
{
  background: url(images/arpa.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--asr
{
  background: url(images/asr.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ata
{
  background: url(images/ata.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--atm
{
  background: url(images/atm.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--audio
{
  background: url(images/audio.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--auto
{
  background: url(images/auto.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--badger
{
  background: url(images/badger.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bar
{
  background: url(images/bar.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bel
{
  background: url(images/bel.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bifi
{
  background: url(images/bifi.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bond
{
  background: url(images/bond.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--btcst
{
  background: url(images/btcst.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--burger
{
  background: url(images/burger.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cdt
{
  background: url(images/cdt.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--celo
{
  background: url(images/celo.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cfx
{
  background: url(images/cfx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ckb
{
  background: url(images/ckb.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--clv
{
  background: url(images/clv.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cos
{
  background: url(images/cos.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cream
{
  background: url(images/cream.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ctk
{
  background: url(images/ctk.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ctxc
{
  background: url(images/ctxc.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--data
{
  background: url(images/data.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--dego
{
  background: url(images/dego.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--dexe
{
  background: url(images/dexe.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--df
{
  background: url(images/df.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--dodo
{
  background: url(images/dodo.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--dydx
{
  background: url(images/dydx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--eps
{
  background: url(images/eps.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ern
{
  background: url(images/ern.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ez
{
  background: url(images/ez.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--fis
{
  background: url(images/fis.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--flm
{
  background: url(images/flm.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--for
{
  background: url(images/for.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--forth
{
  background: url(images/forth.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--fxs
{
  background: url(images/fxs.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gala
{
  background: url(images/gala.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ghst
{
  background: url(images/ghst.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gno
{
  background: url(images/gno.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gtc
{
  background: url(images/gtc.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--gxs
{
  background: url(images/gxs.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hegic
{
  background: url(images/hegic.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ilv
{
  background: url(images/ilv.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--inj
{
  background: url(images/inj.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--iq
{
  background: url(images/iq.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--juv
{
  background: url(images/juv.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--kava
{
  background: url(images/kava.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--keep
{
  background: url(images/keep.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--kp3r
{
  background: url(images/kp3r.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--lina
{
  background: url(images/lina.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--lit
{
  background: url(images/lit.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--lpt
{
  background: url(images/lpt.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mdx
{
  background: url(images/mdx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mina
{
  background: url(images/mina.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mln
{
  background: url(images/mln.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mth
{
  background: url(images/mth.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nas
{
  background: url(images/nas.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nbs
{
  background: url(images/nbs.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nebl
{
  background: url(images/nebl.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nkn
{
  background: url(images/nkn.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nxs
{
  background: url(images/nxs.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--oax
{
  background: url(images/oax.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--og
{
  background: url(images/og.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--paxg
{
  background: url(images/paxg.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--perp
{
  background: url(images/perp.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pha
{
  background: url(images/pha.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--poa
{
  background: url(images/poa.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pond
{
  background: url(images/pond.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--prom
{
  background: url(images/prom.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pros
{
  background: url(images/pros.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--psg
{
  background: url(images/psg.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--pundix
{
  background: url(images/pundix.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--qlc
{
  background: url(images/qlc.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--quick
{
  background: url(images/quick.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ramp
{
  background: url(images/ramp.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ray
{
  background: url(images/ray.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rif
{
  background: url(images/rif.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rose
{
  background: url(images/rose.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rune
{
  background: url(images/rune.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--skl
{
  background: url(images/skl.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--swrv
{
  background: url(images/swrv.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tct
{
  background: url(images/tct.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tko
{
  background: url(images/tko.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tlm
{
  background: url(images/tlm.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--torn
{
  background: url(images/torn.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--tribe
{
  background: url(images/tribe.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--troy
{
  background: url(images/troy.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-color: white;
  border-radius: 100%;
}
.currencies-sprite--tvk
{
  background: url(images/tvk.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--uft
{
  background: url(images/uft.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wing
{
  background: url(images/wing.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wnxm
{
  background: url(images/wnxm.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wrx
{
  background: url(images/wrx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--xec
{
  background: url(images/xec.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ygg
{
  background: url(images/ygg.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--sfp
{
  background: url(images/sfp.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--reef
{
  background: url(images/reef.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--key
{
  background: url(images/key.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--win
{
  background: url(images/win.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cookie
{
  background: url(images/cookie.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--aixbt
{
  background: url(images/aixbt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--cgpt
{
  background: url(images/cgpt.webp) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.currencies-sprite--yoyo
{
  background: url(images/yoyo.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--bts
{
  background: url(images/bts.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--via
{
  background: url(images/via.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--wan
{
  background: url(images/wan.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--sky
{
  background: url(images/sky.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mft
{
  background: url(images/mft.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--dent
{
  background: url(images/dent.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mith
{
  background: url(images/mith.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--phb
{
  background: url(images/phb.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cocos
{
  background: url(images/cocos.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--stx
{
  background: url(images/stx.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--vite
{
  background: url(images/vite.svg) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--drep
{
  background: url(images/drep.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--mbl
{
  background: url(images/mbl.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hive
{
  background: url(images/hive.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--vtho
{
  background: url(images/vtho.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--iris
{
  background: url(images/iris.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--idex
{
  background: url(images/idex.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--rsr
{
  background: url(images/rsr.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--trb
{
  background: url(images/trb.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--sparta
{
  background: url(images/sparta.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--alpha
{
  background: url(images/alpha.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--orn
{
  background: url(images/orn.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--hard
{
  background: url(images/hard.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--cvp
{
  background: url(images/cvp.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--ncash
{
  background: url(images/ncash.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--req
{
  background: url(images/req.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--nuls
{
  background: url(images/nuls.png) no-repeat;
  background-position: 55.714285714285715% 26.36165577342048%;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.currencies-sprite--aave {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.714285714285715% 26.36165577342048%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ada {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.714285714285715% 31.59041394335512%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--adx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 25px;
}
.currencies-sprite--ae {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.714285714285715% 36.81917211328976%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--aed {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 0;
    width: 25px;
    height: 24px;
}
.currencies-sprite--aergo {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.714285714285715% 42.0479302832244%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--aion {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 5.446623093681917%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--akro {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.714285714285715% 52.50544662309368%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--algo {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 5.446623093681917%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--alpaca {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.714285714285715% 32.6797385620915%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--alu {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 0;
    width: 25px;
    height: 24px;
}
.currencies-sprite--amb {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.714285714285715% 37.908496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--amp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.612244897959183% 32.02614379084967%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ampl {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 5.228758169934641%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ang {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.714285714285715% 37.254901960784316%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ankr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.816326530612244% 42.48366013071895%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ant {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 10.698689956331878%;
    width: 25px;
    height: 25px;
}
.currencies-sprite--ar {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.714285714285715% 52.94117647058823%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--arc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 10.675381263616558%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ardr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.61224489795919% 52.94117647058823%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ark {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.51020408163265% 52.94117647058823%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--arn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.40816326530612% 52.94117647058823%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ars {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ast {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--atom {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--aud {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 10.675381263616558%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ava {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--avax {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--awc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--axn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--axs {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--azn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 0;
    width: 25px;
    height: 24px;
}
.currencies-sprite--bake {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bal {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--band {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 5.228758169934641%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--bandmainnet {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 10.457516339869281%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--bat {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 16.157205240174672%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--bcd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bch {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 58.169934640522875%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bcpt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--beam {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bear {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--belt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bgn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.9079754601226995% 16.122004357298476%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--bhd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bin {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--blz {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.020449897750511% 16.122004357298476%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--bmon {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 31.372549019607842%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bnb {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 36.60130718954248%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bnbbsc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 41.830065359477125%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bnbmainnet {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 47.05882352941177%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bnd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 52.287581699346404%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bnt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 60.816326530612244% 57.51633986928105%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bob {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bqx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--brd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--brg {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--brise {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--brl {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.132924335378323% 16.122004357298476%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--bsocial {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bsv {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--btc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--btg {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--btt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bttbsc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--busd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--busdbsc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 58.775510204081634% 63.39869281045752%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bwp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--byr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--bzrx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--c98 {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--cad {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 0;
    width: 25px;
    height: 24px;
}
.currencies-sprite--cake {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 5.228758169934641%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--caps {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 10.457516339869281%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--cel {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 15.686274509803921%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--celr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--chess {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--chf {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 21.568627450980394%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--chr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 31.372549019607842%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--chsb {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 36.60130718954248%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--chz {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 41.830065359477125%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--clo {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 0;
    width: 25px;
    height: 25px;
}
.currencies-sprite--clp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 5.446623093681917%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--cmt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 47.05882352941177%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--cnd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 52.287581699346404%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--cny {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 10.675381263616558%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--cocktail {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 57.51633986928105%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--comp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 15.93886462882096%;
    width: 25px;
    height: 25px;
}
.currencies-sprite--cop {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 21.350762527233115%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--coti {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 21.568627450980394%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--crc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 21.568627450980394%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--cro {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 65.71428571428571% 62.745098039215684%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--crv {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 21.568627450980394%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ctsi {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--cudos {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--cvc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--czk {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 21.568627450980394%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--dai {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dao {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dash {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dcr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dec {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--derc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dgb {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dgd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dia {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dkk {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 26.797385620915033%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--dlt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 58.775510204081634% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dmg {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 63.673469387755105% 68.62745098039215%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dnt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dock {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--doge {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.612244897959183% 0;
    width: 24px;
    height: 25px;
}
.currencies-sprite--dop {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 26.797385620915033%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--dot {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--dpi {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 26.797385620915033%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--dusk {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--egld {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--egp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--elf {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 31.372549019607842%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--eng {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 36.60130718954248%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--enj {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 41.830065359477125%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--eos {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 47.05882352941177%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--etc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 26.797385620915033%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--eth {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 52.287581699346404%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--eur {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 26.797385620915033%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--eved {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 57.51633986928105%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--evx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 62.745098039215684%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--farm {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 26.797385620915033%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--feg {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 70.61224489795919% 67.97385620915033%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--fet {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--fil {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--fio {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--firo {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 32.02614379084967%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--flow {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--front {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ftm {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ftmmainnet {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ftt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--fun {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--fuse {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--gas {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--gbp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 32.02614379084967%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--gel {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 32.02614379084967%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--geth {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 32.02614379084967%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--gnt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--gny {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.612244897959183% 5.458515283842795%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--go {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.612244897959183% 10.91703056768559%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--grs {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 58.775510204081634% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--grt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 63.673469387755105% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--gt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 32.02614379084967%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--gto {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 68.57142857142857% 73.85620915032679%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--gtq {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--gusd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--gvt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--hbar {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--hc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--hero {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--hex {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 31.23644251626898%;
    width: 24px;
    height: 22px;
}
.currencies-sprite--hez {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 32.02614379084967%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--hkd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.58282208588957% 0;
    width: 25px;
    height: 24px;
}
.currencies-sprite--hnt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 36.16557734204793%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--hoge {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 41.39433551198257%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--hot {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 46.62309368191721%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--hrk {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 51.851851851851855%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ht {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 57.08061002178649%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--huf {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.58282208588957% 5.228758169934641%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--husd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 62.309368191721134%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--icp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 67.53812636165577%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--icx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 75.51020408163265% 72.76688453159042%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--idr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.58282208588957% 10.457516339869281%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ils {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.58282208588957% 15.686274509803921%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--inr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.58282208588957% 20.915032679738562%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--iost {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--iota {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--iotx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--jpy {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.58282208588957% 26.143790849673202%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--jst {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--kan {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--keanu {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--kes {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--kishu {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--klay {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.58282208588957% 31.372549019607842%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--klv {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--kmd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--knc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--krw {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ksm {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--kwd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 58.775510204081634% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--kzt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--lead {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 63.673469387755105% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--lend {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 68.57142857142857% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--lgcy {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 73.46938775510205% 79.08496732026144%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--link {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--loom {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.695296523517385% 0;
    width: 25px;
    height: 25px;
}
.currencies-sprite--lrc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--lsk {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ltc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--lto {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--lun {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--luna {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 31.372549019607842%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--lxt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.61224489795919% 5.458515283842795%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--mad {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.695296523517385% 10.893246187363834%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--mana {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 36.60130718954248%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mask {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.695296523517385% 16.122004357298476%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--matic {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 41.830065359477125%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--maticmainnet {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 47.05882352941177%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mbox {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 52.287581699346404%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mco {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 57.51633986928105%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mda {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 62.745098039215684%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mdl {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.695296523517385% 21.350762527233115%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--mdt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.695296523517385% 26.637554585152838%;
    width: 25px;
    height: 25px;
}
.currencies-sprite--milf {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 67.97385620915033%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mir {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.695296523517385% 32.02614379084967%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--mkr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.612244897959183% 16.375545851528383%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--mph {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 73.20261437908496%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mtl {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 80.40816326530613% 78.43137254901961%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mxc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mxn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.695296523517385% 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--myr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--mzn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nad {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--naft {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nano {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nav {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--near {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--neo {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nexo {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ngn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--nmr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--node {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nok {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--now {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 58.775510204081634% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--npxs {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 63.673469387755105% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nu {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 68.57142857142857% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nwc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 73.46938775510205% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nxm {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 78.36734693877551% 84.31372549019608%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--nzd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ocean {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ogn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--okb {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.67484662576687% 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--om {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--omg {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--omr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--one {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ong {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 31.372549019607842%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ont {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.612244897959183% 21.83406113537118%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--ontbsc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 36.60130718954248%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--orai {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 41.830065359477125%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--oro {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 47.05882352941177%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ost {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 42.48366013071895%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--oxt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 52.287581699346404%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--pax {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 57.51633986928105%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--pay {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 62.745098039215684%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--pen {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 42.48366013071895%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--perl {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 67.97385620915033%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--petg {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 73.20261437908496%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--php {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 42.48366013071895%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--pickle {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 78.43137254901961%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--pivx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.714285714285715% 0;
    width: 24px;
    height: 25px;
}
.currencies-sprite--pln {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 42.48366013071895%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--pma {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 42.48366013071895%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--pnk {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 42.48366013071895%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--pnt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 85.3061224489796% 83.66013071895425%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--poe {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--pols {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.714285714285715% 5.458515283842795%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--poly {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--powr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ppt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--pvu {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--qar {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.67484662576687% 42.48366013071895%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--qbt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--qkc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--qnt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--qsp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--qtum {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--raca {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--rcn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--rdn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 58.775510204081634% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ren {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 63.673469387755105% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--renbtc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 68.57142857142857% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--rep {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.714285714285715% 10.91703056768559%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--rlc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 73.46938775510205% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--ron {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.787321063394685% 42.48366013071895%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--rook {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 78.36734693877551% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--rpl {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 83.26530612244898% 89.54248366013071%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--rsd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--rub {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--rvn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--safemoon {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--sand {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--sar {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--sc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--scrt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--sek {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--sgd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--shib {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.67484662576687% 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--shr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.714285714285715% 16.375545851528383%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--skill {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--slp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--smon {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 31.372549019607842%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--sngls {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 36.60130718954248%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--snm {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 41.830065359477125%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--snt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 47.05882352941177%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--snx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 52.287581699346404%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--soc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 57.51633986928105%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--sol {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 35.787321063394685% 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--srk {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 62.745098039215684%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--srm {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 67.97385620915033%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--srn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 73.20261437908496%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--steem {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 78.43137254901961%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--steth {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 83.66013071895425%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--stfiro {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 90.20408163265306% 88.88888888888889%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--stmx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--storj {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--storm {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--stpt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--strat {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--strax {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--sun {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.714285714285715% 21.83406113537118%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--super {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--susd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--sushi {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--swftc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--swift {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 40.899795501022496% 47.712418300653596%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--sxp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--sys {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--tenfi {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.715746421267895% 0;
    width: 25px;
    height: 24px;
}
.currencies-sprite--tfuel {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.715746421267895% 5.240174672489083%;
    width: 25px;
    height: 25px;
}
.currencies-sprite--thb {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 58.775510204081634% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--theta {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.61224489795919% 10.698689956331878%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--tkn {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.61224489795919% 16.157205240174672%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--tnt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 63.673469387755105% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--tomo {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 68.57142857142857% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--tronpad {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 73.46938775510205% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--tru {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 78.36734693877551% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--trx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 83.26530612244898% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--try {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.715746421267895% 21.568627450980394%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--tusd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 88.16326530612245% 94.77124183006536%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--twd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.715746421267895% 26.797385620915033%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--twt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--uah {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.715746421267895% 32.02614379084967%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ubt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--uma {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--unfi {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.715746421267895% 37.254901960784316%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--uni {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--uos {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--urus {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 50.715746421267895% 42.5764192139738%;
    width: 25px;
    height: 25px;
}
.currencies-sprite--usd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 52.94117647058823%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--usdc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 5.112474437627812% 52.94117647058823%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--usdt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--usdtbsc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 31.372549019607842%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--usdterc20 {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 36.60130718954248%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--usdttrc20 {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 10.224948875255624% 52.94117647058823%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--ust {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 41.830065359477125%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--utk {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 47.05882352941177%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--uyu {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 15.337423312883436% 52.94117647058823%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--uzs {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 20.449897750511248% 52.94117647058823%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--vet {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 52.287581699346404%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--vib {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 57.51633986928105%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--vibe {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 62.745098039215684%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--vidt {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 67.97385620915033%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--vnd {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 25.562372188139058% 52.94117647058823%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--vybe {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 30.67484662576687% 52.94117647058823%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--wabi {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 73.20261437908496%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--wana {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 78.43137254901961%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--waves {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 83.66013071895425%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--waxp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 88.88888888888889%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--wbtc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 45.714285714285715% 27.292576419213972%;
    width: 24px;
    height: 25px;
}
.currencies-sprite--weth {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.828220858895705% 0;
    width: 25px;
    height: 25px;
}
.currencies-sprite--wise {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 95.10204081632654% 94.11764705882354%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--world {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 0 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--wtc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 4.8979591836734695% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xaf {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 9.795918367346939% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xaut {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 14.693877551020408% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xchf {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 19.591836734693878% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xcur {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 24.489795918367346% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xdai {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 29.387755102040817% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xem {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 34.285714285714285% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xio {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.828220858895705% 5.446623093681917%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--xlm {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 39.183673469387756% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xmr {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 44.08163265306123% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xor {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 48.97959183673469% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xrp {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 53.87755102040816% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xtz {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 58.775510204081634% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xvg {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 63.673469387755105% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xvs {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 68.57142857142857% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xym {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 73.46938775510205% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--xzc {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.828220858895705% 10.675381263616558%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--yfi {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 78.36734693877551% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--yfii {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 83.26530612244898% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--yfl {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 88.16326530612245% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--yooshi {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 93.06122448979592% 100%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--zar {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.828220858895705% 15.904139433551197%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--zec {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 55.828220858895705% 21.132897603485837%;
    width: 25px;
    height: 24px;
}
.currencies-sprite--zen {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 100% 0;
    width: 24px;
    height: 24px;
}
.currencies-sprite--zil {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 100% 5.228758169934641%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--zmw {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 100% 10.457516339869281%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--zoo {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 100% 15.686274509803921%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--zoon {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 100% 20.915032679738562%;
    width: 24px;
    height: 24px;
}
.currencies-sprite--zrx {
    background: url(images/7e21d5cd0f809af291cce903cf404195.svg) no-repeat;
    background-position: 100% 26.143790849673202%;
    width: 24px;
    height: 24px;
}
