.TradeStickyFooterWrapper {
    position: fixed;
    bottom: 8px;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}

@media (max-width:786px) {
    .TradeStickyFooterWrapper {
        width: 100%;
    }
}

@media (min-width:48em) {
    .TradeStickyFooterWrapper {
        bottom: 10px;
    }
}

@media (min-width:75em) {
    .TradeStickyFooterWrapper {
        bottom: 29px;
    }
}

.TradeStickyFooterContainer {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
    width: calc(100vw - 24px);
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.TradeStickyFooterContainer * {
    box-sizing: border-box;
}

@media (min-width:48em) {
    .TradeStickyFooterContainer {
        width: calc(100vw - 80px);
    }
}

@media (min-width:75em) {
    .TradeStickyFooterContainer {
        width: calc(100vw - 158px);
    }
}

.TradeBannerWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 13px 0px 28px;
    border-radius: 100px;
    /* gap: 20px; */
    cursor: pointer;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
}

@media (min-width:75em) {
    .TradeBannerWrapper {
        height: 100%;
        /* gap: 40px; */
    }
}

.TradeLogoWrapper {
    /* display: none; */
    overflow: hidden;
    width: 20%;
    margin-inline-end: 1%;
}

@media (min-width:48em) {
    .TradeLogoWrapper {
        display: block;
        /* margin-inline-end: 20%; */
        padding-inline-end: 20px;
        min-width: 10%;
        max-height: 74px;
        margin: 0;

    }
}

@media (min-width:75em) {
    .TradeLogoWrapper {
        width: 10%;
    }
}

.TradeLogo {
    /* max-height: 50px; */
    /* width: 20%; */
    max-height: 100%;
    width: 100%;
    /* height: 80px; */
    object-fit: contain;
    float: left;
    max-width: none;
    padding-top: 0px;
    /* padding-bottom: 5px;
    margin-top: -30px; */


}

.TradeTextWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 110px);
}

@media (min-width:48em) {
    .TradeTextWrapper {
        max-width: calc(100% - 120px);
    }
}

.TradeText {
    max-width: 100%;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.TradeText p {
    margin: 0;
    font-size: 13px;
}

.TradeText p:only-child {
    text-align: start;
    font-weight: 800;
    font-size: 13px;
}

.TradeText p:only-child>em {
    color: #54ba24;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1em;
}

@media (min-width:75em) {
    .TradeText p:only-child {
        font-size: 18px;
        text-align: end;
        font-weight: 700;
    }
}

.TradeText p:not(:only-child) {
    text-align: start;
}

.TradeText p:not(:only-child)>em {
    font-style: normal;
    font-weight: 700;
    font-size: 1.1em;
}

.TradeText p:not(:only-child):first-child {
    margin: 0;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
}

.TradeText p:not(:only-child):first-child>em {
    color: #54ba24;
    font-size: 1.2em;
}

.TradeText p:not(:only-child):last-child {
    font-size: 11px;
    margin-top: 0;
}

@media (min-width:48em) {
    .TradeText p:not(:only-child) {
        font-weight: 700;
    }

    .TradeText p:not(:only-child):first-child {
        font-size: 16px;
    }

    .TradeText p:not(:only-child):last-child {
        font-size: 14px;
    }
}

@media (min-width:75em) {
    .TradeText p:not(:only-child) {
        text-align: end;
        font-weight: 700;
    }

    .TradeText p:not(:only-child):first-child {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 4px;
    }

    .TradeText p:not(:only-child):last-child {
        font-size: 14px;
        margin: 0;
    }
}

@media (min-width:36em) {
    .TradeText {
        padding-right: unset;
        word-wrap: unset;
        overflow: unset;
    }
}

@media (min-width:48em) {
    .TradeText {
        font-size: 22px;
        max-width: 100%;
        font-weight: 600px;
    }
}

@media (min-width:75em) {
    .TradeText {
        max-width: 100%;
        font-weight: 600px;
    }
}

body.dark .styled__Text-sc-9b3cma-8 {
    color: white;
}

.TradeBonusWrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 25px;
}

.TradeBannerBorder {
    position: relative;
    border-radius: 100px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.TradeBannerBorder::before {
    content: '';
    position: absolute;
    inset: -4px;
    padding: 2px;
    border-radius: inherit;
    z-index: 0;
    background: linear-gradient(90deg, #ffc703 0%, rgba(255, 199, 3, 0.8) 25%, rgba(255, 106, 0, 0.7) 50%, rgba(255, 199, 3, 0.8) 75%, #ffc703 100%);
    background-size: 400% 100%;
    background-position: 0% 0%;
    -webkit-animation: border-flow 10s linear infinite;
    animation: border-flow 10s linear infinite;
}

@-webkit-keyframes border-flow {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.TradeBannerBorder>* {
    position: relative;
    z-index: 1;
}

.TradeText1 {
    /* align-items: stretch; */
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    white-space: normal;
    word-break: break-word;
    opacity: 0;
    top: 36px;
    pointer-events: none;
    transition: color 0.3s;
    height: 54px;
    align-content: stretch;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}


@media (min-width:48em) {
    .TradeText1 {
        font-size: 20px;
    }
}

@media (min-width:75em) {
    .TradeText1 {
        text-align: center;
        font-size: 24px;
    }
}

.TradeLogoChunk {
    /* display: inline-block; */
    height: 37px;
}

@media (min-width:48em) {
    .TradeLogoChunk {
        display: none !important;
    }
}

.TradeBonusButton {
    position: relative;
    display: inline-block;
    padding: 8px;
    background: rgba(247, 147, 26, 1);
    /* background: #1A1A1A; */
    color: black !important;
    border-radius: 200px;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    z-index: 1;
    white-space: nowrap;
    font-size: 25px;
    line-height: 1.1;
    text-shadow: 0px 0.84px 0.84px 0px rgba(0, 0, 0, 0.1);
}
/* .TradeBonusButton a{color:#fff;text-decoration:none;} */
.TradeBonusButton::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    background: repeating-linear-gradient(90deg, #ffdba9 0%, #ff9500 25%, #ffdba9 50%, #ff9500 75%, #ffdba9 100%);
    background-size: 200% 100%;
    background-repeat: repeat;
    background-position: 0% 50%;
    -webkit-animation: border-flow 4s linear infinite;
    animation: border-flow 4s linear infinite;
    border-radius: inherit;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

@media (min-width:48em) {
    .TradeBonusButton::before {
        padding: 4px;
    }
}

@-webkit-keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media (min-width:48em) {
    .TradeBonusButton {
        font-size: 14px;
        font-weight: 700;
    }
}

@media (min-width:75em) {
    .TradeBonusButton {
        font-size: 25px;
        /* padding: 10px 23px; */
        padding: 18px 45px;
    }
}

.TradeTextRotatorWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;

    position: relative;
    height: 54px;
    overflow: hidden;
    text-align: center;
}

@media (min-width:75em) {
    .TradeTextRotatorWrapper {
        -webkit-align-items: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
}

.TradeFloatingCoinsCointainer {
    position: absolute;
    inset-inline-end: 0;
    inset-inline-end: 80px;
    height: 100%;
    top: 0;
    width: 80px;
    display: none;
}

@media (min-width:48em) {
    .TradeFloatingCoinsCointainer {
        inset-inline-start: 25%;
        width: 120px;
    }
}

@media (min-width:75em) {
    .TradeFloatingCoinsCointainer {
        inset-inline-start: 25%;
    }
}

.TradeFloatingCoinsCoins {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -0;
    overflow: hidden;
}

@media (min-width:48em) {
    .TradeFloatingCoinsCoins {
        width: 100px;
        inset-inline-start: 10px;
    }
}

@media (min-width:75em) {
    .TradeFloatingCoinsCoins {
        width: 100px;
        inset-inline-start: 80px;
    }
}

.TradeFloatingCoinsFront {
    inset-inline-start: 0;
    position: absolute;
    top: -10px;
    z-index: 3;
    width: 30px;
    height: auto;
    -webkit-animation: FloatingCoinsAnimation 3s ease-in-out infinite;
    animation: FloatingCoinsAnimation 3s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media (min-width:48em) {
    .TradeFloatingCoinsFront {
        width: 43px;
    }
}

@media (min-width:75em) {
    .TradeFloatingCoinsFront {
        width: 73px;
    }
}

.TradeFloatingCoinsBack {
    z-index: -1;
    position: absolute;
    inset-inline-end: 0;
    width: 40px;
    height: auto;
    top: -9px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation: FloatingCoinsAnimation 3s ease-in-out infinite;
    animation: FloatingCoinsAnimation 3s ease-in-out infinite;
}

@media (min-width:48em) {
    .TradeFloatingCoinsBack {
        width: 52px;
    }
}

@media (min-width:75em) {
    .TradeFloatingCoinsBack {
        top: -29px;
        width: 92px;
    }
}

.TradeFloatingCoinsBottom {
    top: unset;
    bottom: -15px;
    inset-inline-end: 20px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media (min-width:75em) {
    .TradeFloatingCoinsBottom {
        bottom: -49px;
    }
}


@-webkit-keyframes FloatingCoinsAnimation {
    0% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes FloatingCoinsAnimation {
    0% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes TradeLogoChunkAnimation {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes TradeLogoChunkAnimation {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

.TradeText1Show {
    animation: 0.6s ease 0s 1 normal forwards running TradeLogoChunkAnimation;
}

.TradeStickyFooterContainer {
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

/* sticky footer css */
.TradeTitleWrapper {
    text-align: left;
    /* margin-top: 10px; */
    color: white;
    font-size: 50px;
    width: 20%;

}

h3.TradeTitle {
    color: white;
    /* font-size: 50px; */
    font-size: 30px;
    margin: 0;
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Droid Sans';


}

.TradeMainImageWrapper {
    text-align: center;
    margin: 0 0;
    max-height: 80px;
    width: 20%;
}

.TradeMainImage {
  width: 100%;
    max-height: 80px;*/
    height: auto;
    object-fit: fill;
    float: left;
}


/* Mobile Responsive css sticky footer */

@media (max-width: 786px) {

    .TradeStickyFooterWrapper {
        bottom: 8px;
        width: 100%;
        padding: 0 10px;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 9999;
    }

    .TradeStickyFooterContainer {
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: visible;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .TradeBannerBorder{width: 100%}
    .TradeBannerWrapper{padding:0px 13px 0px 15px;}

    .TradeLogoWrapper {
        width: 100%;
        display: none;
    }
    .TradeMainImage{display:none;}
    /* .h3.TradeTitle {
        max-width: 100%;
        font-size: 20px;
    } */
    .TradeMobileBanner
    {

           margin: 10px auto;
        width: 100%;
        text-align: center;
    }
    .TradeTextWrapper {
        max-width: 100%;
        padding: 10px 10px;
        text-align: center;
        min-width: 50%;

    }

    .TradeTextRotatorWrapper {
        height: 36px;
        text-align: center;
        align-items: center;
    }

    .TradeText1 {
        font-size: 14px;
        height: 70px;
        top: 0;
        position: relative;
        opacity: 1;
        pointer-events: auto;
        color: white;
        font-weight: bold;
         display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    .TradeBonusWrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 8px;
       /* margin-top: 10px; */
        display: flex;
        padding-right: 0;

    }

    .TradeBonusButton {
        font-size: 10px;
        padding: 10px 15px;

    }

    .TradeMainImageWrapper {
        margin: 10px auto;
        width: 100%;
        text-align: center;
        display: none;
    }

    .TradeTitleWrapper {
        width: 100%;
        text-align: center;
        /* font-size: 15px; */
        margin: 10px 0;
        width: 100%;
        text-align: center;
        margin: 10px 0;
        color: white;
        font-weight: bold;
        display: none;
    }

    .TradeTitleWrapper h3 {
        margin: 0;
        font-size: 13px;
    }


}