:root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    color: rgba(255, 255, 255, .87);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
html, body {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    background: #13161f;
    font-family: "Nunito Sans", sans-serif;
    min-height: 100vh;
}
body {
    position: absolute;
    z-index: 0;
    color: #fff;
    overflow-x: hidden !important;
    overflow: scroll;
    /* background: url("../images/main-bg.png") center top no-repeat #13161f;
    background-size: cover;
    background-attachment: fixed; */
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
    outline: none;
}
img {
    border: 0px !important;
    outline: none !important;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
a {
    text-decoration: none;
}
p {
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
}
strong {
    font-weight: 800;
}
img {
    border: 0 !important;
    outline: none !important;
    width: 100%}
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background: #333;
    border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #02cead;
}
body::scrollbar {
    width: 8px;
    border-radius: 8px;
}
body::scrollbar-track {
    background: #02cead;
    border-radius: 8px;
}
body::scrollbar-thumb {
    border-radius: 8px;
    background: #13161f;
}
body {
    scrollbar-face-color: #02cead;
    scrollbar-shadow-color: #02cead;
    scrollbar-arrow-color: #fff;
    scrollbar-track-color: #13161f;
}
select, option {
    font-family: Arial, ArialHebrew, sans-serif;
    font-size: 1px;
    text-align: center;
    color: #fff;
    margin: 1vh;
    padding: 1vh;
    background-color: #13161f;
    border-radius: 1vh;
    border-color: rgba(0, 0, 0, 0);
}
select {
    padding-right: 0px;
}
option {
    padding-left: 10px !important;
}
label {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
label:hover {
    color: #02cead;
    text-decoration: underline;
}
select {
    width: 100%;
    max-width: 100%;
    height: 40px;
    text-align: left;
    padding: 0 10px;
    position: relative;
    border-radius: 10px;
    background: #13161f;
    color: #fff;
    border: solid 1px #3c4350;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-bottom: 10px;
}
select:hover {
    background-color: #4b59f8;
    color: #fff;
}
select, option {
    -webkit-appearance: none !important;
    font-family: Nunito Sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.ClearFix {
    clear: both;
}
.Ease {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.NoSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ColorYellow {
    color: #ffe25d;
}
.ColorBlue {
    color: #0477fe;
}
.ColorWhite {
    color: #fff;
}
.TextShadow {
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .5);
}
.BtnsTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 120px;
    height: 40px;
    border: 0px;
    border-radius: 10px;
    margin: 0px 5px;
    background-color: #272d3f;
    color: #fff;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.BtnsTop:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.BtnsTop:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.modal-container {
    padding: 16px;
    text-align: center;
}
.modal-container p {
    margin: 0px auto 10px auto;
    padding: 16px;
    text-align: center;
}
.modal {
    display: none;
    width: 100%;
    height: 200vh;
    position: fixed !important;
    z-index: 99999999999999;
    left: 0px !important;
    top: 0px !important;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, .9);
    margin: 0px;
}
.modal-content {
    background-color: #20222f;
    margin: 5% auto 15% auto;
    border: solid 1px rgba(255, 255, 255, .1);
    width: 60%;
    border-radius: 15px;
}
@media(max-width: 500px) {
    .modal-content {
    width: 80%}
}.Red {
    background-color: red;
}
.Cyan {
    background: #04ffd9;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgb(4,  255,  217)),  to(rgb(0,  152,  125)));
    background: linear-gradient(180deg,  rgb(4,  255,  217) 0%,  rgb(0,  152,  125) 100%);
    -webkit-box-shadow: inset 0px 2px 0px 0px #00ffde;
    box-shadow: inset 0px 2px 0px 0px #00ffde;
}
.GreyBlue {
    background: #2e3643;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgb(46,  54,  67)),  to(rgb(31,  37,  46)));
    background: linear-gradient(180deg,  rgb(46,  54,  67) 0%,  rgb(31,  37,  46) 100%);
    -webkit-box-shadow: inset 0px 2px 0px 0px #3b4351;
    box-shadow: inset 0px 2px 0px 0px #3b4351;
}
.Cyan:hover {
    background: #4b59f8;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#4B59F8),  to(#1c2583));
    background: linear-gradient(180deg,  #4B59F8 0%,  #1c2583 100%);
    border-top: solid 1px #4b59f8;
    color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .3);
    text-decoration: none !important;
}
.GreyBlue:hover {
    background: #4b59f8;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#4B59F8),  to(#1c2583));
    background: linear-gradient(180deg,  #4B59F8 0%,  #1c2583 100%);
    border-top: solid 1px #4b59f8;
    color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .3);
    text-decoration: none !important;
}
.BtnsTop.Hide {
    display: none;
}
#BgCont {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 0;
    margin: 0px auto;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}
#BgCont #ContCharacter {
    display: block;
    margin: 130px auto 0px auto;
    width: 100%;
    max-width: 800px;
    position: relative;
    z-index: 2;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce-1;
    animation-name: bounce-1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
#BgCont #ContCharacter img {
    display: block;
    margin: 0px auto;
    width: 100%;
    position: relative;
}
#particles-js {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
    pointer-events: none !important;
    overflow: hidden !important;
}
#Coins {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 50%;
    left: 0%;
    margin: 0px;
    z-index: 1;
}
#Main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    margin: 0px;
    z-index: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#MainLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 110px;
    position: relative;
    margin: 0px uto;
}
#BarTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    margin: 0px auto;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    background: #13161f;
}
.RowTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0px auto 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 30px 60px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.RowTop .ColBox {
    display: block;
    width: 33.3%;
    height: auto;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
}
.RowTop .ColBox h1 {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0px auto 15px auto;
}
.RowTop .ColBox .Fline {
    font-size: 35px;
    line-height: 35px;
    display: block;
}
.RowTop .ColBox h2 {
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0px auto 60px auto;
}
.RowTop .ColBox p {
    font-size: 25px;
    line-height: 25px;
    text-align: justify;
    font-weight: 500;
    color: #fff;
    margin: 0px auto 15px auto;
}
.RowTop .ColBox .BoxPromos {
    display: block;
    width: 100%;
    margin: 0px auto 30px auto;
    padding: 20px 20px;
    border-radius: 20px;
    background: rgba(35, 54, 100, .5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-blend-mode: overlay;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.RowTop .ColBox .BoxPromos:active {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.RowTop .ColBox .BoxPromos .TitlePromo {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
}
.RowTop .ColBox .BoxPromos .RowCode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 60px;
    margin: 20px auto;
    padding: 10px 0px 0px 0px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    position: relative;
    background-color: rgba(6, 9, 20, .5);
    border-radius: 10px;
    border: dashed 1px #fff;
    color: #ffe25d;
    cursor: text;
}
.RowTop .ColBox .BoxPromos .RowCode::after {
    content: "COUPON CODE:";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 20px;
    font-size: 11px;
    line-height: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 20%;
    top: -10px;
    border-radius: 20px;
    padding: 0px;
    padding: 0px;
    background-color: #0477fe;
    color: #fff;
}
.RowTop .ColBox .BoxPromos .MiniRule {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.MainCTA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px;
    height: 70px;
    margin: 0px auto 80px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px;
    border-radius: 15px;
    border: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    background: #00987d;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: -webkit-gradient(linear,  left bottom,  left top,  from(rgb(0,  152,  125)),  to(rgb(4,  255,  217)));
    background: linear-gradient(0deg,  rgb(0,  152,  125) 0%,  rgb(4,  255,  217) 100%);
    -webkit-filter: drop-shadow(0px 20px 20px rgba(0,  0,  0,  0.7));
    filter: drop-shadow(0px 20px 20px rgba(0,  0,  0,  0.7));
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.MainCTA:hover {
    background: #dedede;
    color: #0477fe;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: -webkit-gradient(linear,  left bottom,  left top,  from(rgb(222,  222,  222)),  to(rgb(255,  255,  255)));
    background: linear-gradient(0deg,  rgb(222,  222,  222) 0%,  rgb(255,  255,  255) 100%);
}
#RowBarMidText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    background: rgba(19, 22, 31, .6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-blend-mode: overlay;
}
#RowBarMidText #ContMidText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 630px;
    height: auto;
    margin: 0px auto 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
#RowBarMidText #ContMidText #IconSlot {
    display: block;
    width: 80px;
    height: auto;
    margin: 0px 30px 0px 0px;
}
#RowBarMidText #ContMidText #InfoMitext {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 30px 0px 0px;
}
#RowBarMidText #ContMidText h4 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 30px;
    line-height: 30px;
}
#RowBarMidText #ContMidText p {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    font-size: 22px;
    line-height: 22px;
}
#RowBarMidText h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 630px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    margin: 40px auto 0px auto;
    padding-top: 20px;
    font-size: 30px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-color: #252935;
}
#RowBadges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    margin: 0px auto 0px auto;
    padding: 0px 50px;
    overflow: hidden;
    background-color: #252935;
}
#RowBadges #ContBadges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1700px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    margin: 0px auto 0px auto;
    padding: 50px 50px;
}
#RowBadges #ContBadges img {
    display: block;
    width: 10%;
    max-width: 160px;
    margin: 0px 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#RowGames {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    margin: 0px auto 0px auto;
    padding: 0px 50px;
    overflow: hidden;
    background-color: #252935;
}
#RowGames #ContGames {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    margin: 0px auto 0px auto;
    padding: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#RowGames #ContGames img {
    display: block;
    width: 20%;
    max-width: 200px;
    margin: 0px 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.BtnSelectCoupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 200px;
    height: 40px;
    margin: 20px auto 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    border-radius: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #0477fe;
    background: #0479fe;
    background: -webkit-gradient(linear,  left bottom,  left top,  from(rgb(46,  144,  255)),  to(rgb(4,  121,  254)));
    background: linear-gradient(0deg,  rgb(46,  144,  255) 0%,  rgb(4,  121,  254) 100%);
    -webkit-filter: drop-shadow(0px 20px 20px rgba(0,  0,  0,  0.7));
    filter: drop-shadow(0px 20px 20px rgba(0,  0,  0,  0.7));
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.BtnSelectCoupon:hover {
    background: #dedede;
    color: #0477fe;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    background: -webkit-gradient(linear,  left bottom,  left top,  from(rgb(222,  222,  222)),  to(rgb(255,  255,  255)));
    background: linear-gradient(0deg,  rgb(222,  222,  222) 0%,  rgb(255,  255,  255) 100%);
}
.BtnSelectCoupon:hover::after {
    background-color: #0477fe;
    opacity: 1;
}
.BtnSelectCoupon::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 100px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: url("../images/bg-checks.svg") 0px 0px no-repeat #fff;
    background-size: 100% 200%;
    background-position: 0% 100%;
    opacity: .3;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4) inset;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4) inset;
}
.RowTop .ColBox .BoxPromos:hover .RowCode {
    border-color: #05cca7;
    color: #05cca7;
}
.RowTop .ColBox .BoxPromos.Selected>.BtnSelectCoupon {
    background: #dedede;
    color: #d152ff;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    background: -webkit-gradient(linear,  left bottom,  left top,  from(rgb(222,  222,  222)),  to(rgb(255,  255,  255)));
    background: linear-gradient(0deg,  rgb(222,  222,  222) 0%,  rgb(255,  255,  255) 100%);
}
.RowTop .ColBox .BoxPromos.Selected>.BtnSelectCoupon::after {
    background-position: 0% 0%;
    opacity: 1;
    background-color: #d152ff;
}
.RowTop .ColBox .BoxPromos.Selected>.RowCode {
    border-color: #ffe25d;
    color: #ffe25d;
}
.RowTop .ColBox .BoxPromos.Selected>.RowCode::after {
    background: #d152ff;
}
.RowTop .ColBox .BoxPromos.Selected {
    background: rgba(209, 82, 255, .2);
}
.error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 30px;
    background: rgba(255, 0, 0, .2);
    border-radius: 100px;
    font-weight: 700;
    padding: 0px;
    font-size: 12px;
    letter-spacing: 0px;
    position: relative;
    border: dashed 1px red;
}
.error::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("../images/error.svg") 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: 4px;
}
.ErrorBlink {
    -webkit-animation: SetAniErrorColor .2s infinite;
    animation: SetAniErrorColor .2s infinite;
}
@-webkit-keyframes SetAniErrorColor {
    0% {
    color: red;
}
100% {
    color: #fff;
}
}@keyframes SetAniErrorColor {
    0% {
    color: red;
}
100% {
    color: #fff;
}
}.SpinerLoading {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100px;
    border: solid 2px rgba(175, 175, 175, .5);
    margin: 0px auto;
    background-color: rgba(0, 0, 0, .5);
}
.spinner {
    -webkit-animation: RotateLoader 2s linear infinite;
    animation: RotateLoader 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
}
.spinner .path {
    stroke: #4b59f8;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes RotateLoader {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes RotateLoader {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes dash {
    0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
}
}@keyframes dash {
    0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
}
}.Terms {
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 650px;
    color: #a7abb6;
    margin-bottom: 20px;
}
.RowContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0px;
    z-index: 1;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.RowContents.Footer {
    background-color: #252935;
}
.LogoFooter {
    display: block;
    max-width: 90px;
    margin: 20px auto;
}
.DeMetods {
    display: block;
    max-width: 365px;
    margin: 10px auto;
}
.LinkMail {
    color: #01b698;
    text-decoration: underline;
}
.LinkMail:hover {
    color: #ffe25d;
    text-decoration: none;
}
@media only screen and (min-width: 701px)and (max-width: 1025px) {
    body {
    background-size: cover;
}
#Coins {
    bottom: auto;
    top: 20%;
    width: 90%;
    left: 5%}
#BgCont #ContCharacter {
    width: 100%;
    margin: 60px auto 0px auto;
}
#BarTop {
    height: 60px;
}
#MainLogo {
    max-width: 60px;
}
#BarTop::after {
    height: 100px;
    top: 60px;
    background-size: 70% 100%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}
.RowTop {
    padding: 150px 40px 20px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.RowTop .ColBox .Fline {
    font-size: 25px;
    line-height: 25px;
}
.RowTop .ColBox h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0px auto;
    padding: 0px;
}
.RowTop .ColBox h2 {
    font-size: 17px;
    line-height: 17px;
    margin: 10px auto 20px auto;
}
.RowTop .ColBox p {
    font-size: 16px;
    line-height: 17px;
    margin: 0px auto 15px auto;
}
.RowTop .ColBox .BoxPromos .TitlePromo {
    font-size: 30px;
    line-height: 30px;
}
.RowTop .ColBox .BoxPromos .RowCode {
    max-width: 250px;
    height: 60px;
    margin: 20px auto;
    padding: 10px 0px 0px 0px;
    font-size: 25px;
    line-height: 25px;
}
.RowTop .ColBox .BoxPromos .MiniRule {
    font-size: 13px;
    line-height: 13px;
}
.MainCTA {
    width: 80%;
    height: 70px;
    margin: 0px auto 60px auto;
    border-radius: 15px;
    font-size: 30px;
}
#RowBarMidText {
    padding: 30px 30px 0px 30px;
}
#RowBarMidText #ContMidText #IconSlot {
    width: 60px;
    margin: 0px 20px 0px 0px;
}
#RowBarMidText #ContMidText h4 {
    font-size: 30px;
    line-height: 30px;
}
#RowBarMidText #ContMidText p {
    font-size: 18px;
    line-height: 20px;
}
#RowBarMidText #ContMidText #InfoMitext {
    padding: 0px;
    margin: 0px auto;
}
#RowBarMidText h5 {
    min-height: 50px;
    margin: 40px auto 0px auto;
    padding-top: 20px;
    font-size: 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#RowBadges {
    width: 100%;
    padding: 0px 0px;
}
#RowBadges #ContBadges {
    width: 100%;
    padding: 10px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#RowBadges #ContBadges img {
    width: 10%;
    margin: 5px;
}
#RowGames {
    width: 100%;
    padding: 0px 20px;
}
#RowGames #ContGames {
    width: 100%;
    padding: 10px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#RowGames #ContGames img {
    width: 50%;
    margin: 0px;
}
.Terms {
    font-size: 12px;
}
}@media only screen and (min-width: 0px)and (max-width: 700px) {
    body {
    background-size: cover;
}
#Coins {
    bottom: auto;
    top: 5%;
    width: 90%;
    left: 5%}
#BgCont #ContCharacter {
    width: 60%;
    margin: 60px auto 0px auto;
}
#BarTop {
    height: 60px;
}
#MainLogo {
    max-width: 60px;
}
#BarTop::after {
    height: 100px;
    top: 60px;
    background-size: 70% 100%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}
.RowTop {
    padding: 40% 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.RowTop .ColBox {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
}
.RowTop .ColBox .Fline {
    font-size: 25px;
    line-height: 25px;
}
.RowTop .ColBox h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0px auto;
    padding: 0px;
}
.RowTop .ColBox h2 {
    font-size: 15px;
    line-height: 15px;
    margin: 10px auto 20px auto;
}
.RowTop .ColBox p {
    font-size: 14px;
    line-height: 15px;
    margin: 0px auto 15px auto;
}
.RowTop .ColBox .BoxPromos .TitlePromo {
    font-size: 30px;
    line-height: 30px;
}
.RowTop .ColBox .BoxPromos .RowCode {
    max-width: 250px;
    height: 60px;
    margin: 20px auto;
    padding: 10px 0px 0px 0px;
    font-size: 25px;
    line-height: 25px;
}
.RowTop .ColBox .BoxPromos .MiniRule {
    font-size: 13px;
    line-height: 13px;
}
.MainCTA {
    width: 80%;
    max-width: 360px;
    height: 60px;
    margin: 0px auto 60px auto;
    border-radius: 10px;
    font-size: 20px;
}
#RowBarMidText {
    padding: 30px 30px 0px 30px;
}
#RowBarMidText #ContMidText #IconSlot {
    width: 60px;
    margin: 0px 20px 0px 0px;
}
#RowBarMidText #ContMidText h4 {
    font-size: 25px;
    line-height: 25px;
}
#RowBarMidText #ContMidText p {
    font-size: 15px;
    line-height: 16px;
}
#RowBarMidText #ContMidText #InfoMitext {
    padding: 0px;
    margin: 0px auto;
}
#RowBarMidText h5 {
    max-width: 100%;
    min-height: 50px;
    margin: 40px auto 0px auto;
    padding-top: 10px;
    font-size: 18px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#RowBadges {
    width: 100%;
    padding: 0px 0px;
}
#RowBadges #ContBadges {
    width: 100%;
    max-width: 450px;
    padding: 10px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#RowBadges #ContBadges img {
    width: 20%;
    margin: 5px;
}
#RowGames {
    width: 100%;
    padding: 0px 20px;
}
#RowGames #ContGames {
    width: 100%;
    padding: 10px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#RowGames #ContGames img {
    width: 50%;
    margin: 0px;
}
.Terms {
    font-size: 12px;
}
.LogoFooter {
    max-width: 60px;
}
}@media only screen and (min-width: 280px)and (max-width: 360px) {
    #RowBarMidText {
    padding: 30px 20px 0px 20px;
}
#RowBarMidText h5 {
    font-size: 15px;
}
}@media only screen and (min-width: 0px)and (max-width: 279px) {
    body * {
    display: none !important;
}
}body {
    opacity: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: Fade;
    animation-name: Fade;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.MoveBounce {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce-1;
    animation-name: bounce-1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.Scaling {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scale-1;
    animation-name: scale-1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.MoveShine {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveshine;
    animation-name: moveshine;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes moveshine {
    0% {
    background-position-x: 30%}
50% {
    background-position-x: 70%}
100% {
    background-position-x: 30%}
}@keyframes moveshine {
    0% {
    background-position-x: 30%}
50% {
    background-position-x: 70%}
100% {
    background-position-x: 30%}
}@-webkit-keyframes bounce-1 {
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes bounce-1 {
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@-webkit-keyframes scale-1 {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes scale-1 {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@-webkit-keyframes Fade {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes Fade {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.CodeBlink {
    -webkit-animation: SetBgColor .5s infinite;
    animation: SetBgColor .5s infinite;
}
.RowTop .ColBox .BoxPromos.Selected>.RowCode {
    -webkit-animation: SetColor .2s 4;
    animation: SetColor .2s 4;
}
@-webkit-keyframes SetColor {
    0% {
    color: #d152ff;
}
40% {
    color: #ffe25d;
}
60% {
    color: #ffe25d;
}
100% {
    color: #d152ff;
}
}@keyframes SetColor {
    0% {
    color: #d152ff;
}
40% {
    color: #ffe25d;
}
60% {
    color: #ffe25d;
}
100% {
    color: #d152ff;
}
}#ContLogRegForm {
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 999999999999999;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: none;
}
#ContLogRegForm.Close {
    height: 0vh;
}
#BoxLogRegForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 70px);
    max-width: 380px;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: all;
    border-radius: 20px;
    border: solid 1px rgba(42, 64, 151, .8);
    background-color: rgba(19, 22, 31, .5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-blend-mode: overlay;
    z-index: 99;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 130px 30px 10px 30px;
    -webkit-transition: all 400ms cubic-bezier(0.47,  1.64,  0.41,  0.8);
    transition: all 400ms cubic-bezier(0.47,  1.64,  0.41,  0.8);
}
#ContLogRegForm.Close {
    height: 0vh;
}
#ContLogRegForm.Close #BoxLogRegForm {
    top: -500px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#NavBarRegForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
#NavBarRegForm #ContNav_L_S {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    height: 35px;
    margin: 0px;
    position: relative;
}
#NavBarRegForm #ContNav_L_S .BtnNavLS {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    height: 100%;
    margin: 0px;
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #39414c;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .2;
    border: 0px;
    outline: none;
    cursor: pointer;
}
#NavBarRegForm #ContNav_L_S #BtnShow_Login {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#NavBarRegForm #ContNav_L_S #BtnShow_Signup {
    border-radius: 10px;
}
#NavBarRegForm #ContNav_L_S .BtnNavLS:hover {
    background-color: #02cead;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
#NavBarRegForm #ContNav_L_S .BtnNavLS:active {
    background-color: #fff;
    color: #39414c;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
}
#NavBarRegForm #ContNav_L_S .BtnNavLS.Active {
    opacity: 1;
}
#RowCoupons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 65px;
    z-index: 10;
    padding: 10px 10px 5px 10px;
    background-color: #8410af;
}
#RowCoupons::after {
    content: "SELECTED COUPONS:";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 20px;
    font-size: 11px;
    line-height: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 25%;
    top: -10px;
    border-radius: 20px;
    padding: 0px;
    padding: 0px;
    background-color: #8410af;
    color: #fff;
}
#RowCoupons .BoxSelCode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    height: 40px;
    margin: 0px 1%;
    position: relative;
    font-weight: 900;
    font-size: 20px;
    border-radius: 10px;
    border: dashed 1px rgba(255, 255, 255, .4);
    color: #ffe25d;
    cursor: text;
    pointer-events: all;
    background: rgba(0, 0, 0, .2);
    -webkit-touch-callout: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
#BtnClose_LR_Form {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 18px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-color: #4b59f8;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#4B59F8),  to(#1c2583));
    background: linear-gradient(180deg,  #4B59F8 0%,  #1c2583 100%);
    border-top: solid 1px #4b59f8;
}
#BtnClose_LR_Form::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    background: url("../images/close.svg") 50% 50% no-repeat;
    background-size: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
#BtnClose_LR_Form:hover {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    background: #04ffd9;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgb(4,  255,  217)),  to(rgb(0,  152,  125)));
    background: linear-gradient(180deg,  rgb(4,  255,  217) 0%,  rgb(0,  152,  125) 100%);
    border-top: solid 1px #89ffef;
}
#BtnClose_LR_Form:hover::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#BtnClose_LR_Form:active {
    background-color: #20222f;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
}
.ContPopupForms {
    display: none;
}
.ContPopupForms.Active {
    display: block;
    width: 100%}
#ContUserDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
}
#ContUserDetails .RowUserDet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    position: relative;
    font-size: 15px;
    border-radius: 8px;
}
#ContUserDetails h1 {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    padding: 0px 0px;
    color: #fff;
}
#ContUserDetails h2 {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    padding: 0px 0px;
    font-weight: 300;
    color: #fff;
}
#ContUserDetails h2 strong {
    font-size: 20px;
    font-weight: 800;
}
#ContUserDetails .RowUserDet .UserBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 1.5%;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 700;
    font-size: 15px;
}
#ContUserDetails .RowUserDet .UserBtns.Cyan {
    background: #04ffd9;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgb(4,  255,  217)),  to(rgb(0,  152,  125)));
    background: linear-gradient(180deg,  rgb(4,  255,  217) 0%,  rgb(0,  152,  125) 100%);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .4);
    border-top: solid 1px #89ffef;
    text-decoration: none !important;
}
#ContUserDetails .RowUserDet .UserBtns.Cyan:hover {
    background: #4b59f8;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#4B59F8),  to(#1c2583));
    background: linear-gradient(180deg,  #4B59F8 0%,  #1c2583 100%);
    border-top: solid 1px #4b59f8;
    color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .4);
    text-decoration: none !important;
}
.RowUserName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    height: 40px;
    border: 0px;
    border-radius: 100px;
    margin: 0px 0px;
    padding-left: 45px;
    color: #fff;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    position: relative;
    position: relative;
}
.RowUserName::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/user-icon.png") 50% 50% no-repeat;
    background-size: 60%}
.LinkPopup {
    color: #4b59f8;
    text-decoration: underline;
    font-size: 12px;
}
.LinkPopup:hover {
    color: #02cead;
    text-decoration: underline;
}
.RowNavLogin {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    clear: both;
}
.RowNavLogin .BtnNavLogin {
    display: block;
    width: 40%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0px;
    color: #fff;
    background: #02cead;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.RowNavLogin .BtnNavLogin.Active {
    color: #fff;
    background: #02cead;
}
.RowNavLogin .BtnNavLogin:hover {
    color: #111416;
    background: #02cead;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.RowTitleLogin {
    display: block;
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    margin: 20px auto;
    clear: both;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
}
input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0 auto 10px;
    padding: 0 15px;
    background: #13161f;
    color: #fff;
    border: solid 1px #3c4350;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    border-radius: 10px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
input::placeholder {
    color: #fff;
    opacity: 1;
}
input:hover {
    border-color: #4b59f8;
}
.LoginForm .BtnFormLogin {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 15px auto 10px;
    padding: 0 20px;
    background: #02cead;
    color: #fff;
    border: 0;
    font-family: "Nunito Sans", sans-serif;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    font-size: 20px;
    cursor: pointer;
    font-weight: 400;
    background: #4b59f8;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#4B59F8),  to(#1c2583));
    background: linear-gradient(180deg,  #4B59F8 0%,  #1c2583 100%);
    border-top: solid 1px #4b59f8;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .4);
    text-decoration: none !important;
}
.LoginForm .BtnFormLogin:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #04ffd9;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgb(4,  255,  217)),  to(rgb(0,  152,  125)));
    background: linear-gradient(180deg,  rgb(4,  255,  217) 0%,  rgb(0,  152,  125) 100%);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .5);
    border-top: solid 1px #89ffef;
    text-decoration: none !important;
}
.RowFooterLogin {
    display: block;
    width: 100%;
    min-height: 30px;
    position: relative;
    margin: 15px auto 0;
    clear: both;
    font-size: 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.RowFooterLogin .ColBox {
    display: block;
    width: 50%;
    line-height: 30px;
    position: relative;
    margin: 0;
}
.RowFooterLogin .ColBox.B_L {
    text-align: left;
}
.RowFooterLogin .ColBox.B_R {
    text-align: right;
}
.RowFooterLogin .TermsText {
    font-size: 12px;
    text-align: center;
}
.TeBoxSelectst {
    position: relative;
    display: inline-block;
}
.TeBoxSelectst:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/arrow-down_login.svg") 50% 50% no-repeat;
    background-size: 50%;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    pointer-events: none;
}
.TeBoxSelectst:hover::after {
    background: url("../images/arrow-down.svg") 50% 50% no-repeat !important;
    background-size: 50% !important;
}
.BoxSelect {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.BoxSelect::before {
    content: "";
    display: block;
    width: 40px;
    height: 38px;
    position: absolute;
    left: auto;
    right: 1px;
    top: 1px;
    z-index: 99998;
    pointer-events: none;
    background: url("../images/arrow-down_login.svg?=v0") 50% 50% no-repeat #02cead;
    background-size: 80%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.RowTextOutPopup {
    display: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer;
}
.BoxSelect:hover::before {
    background-color: #292f33;
}
.LoginForm {
    display: block;
    width: 100%;
    min-height: 60px;
    position: relative;
    margin: 10px auto;
    clear: both;
    font-weight: 300;
}
.LoginForm .RowColForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.LoginForm .RowColForm .ColForm {
    width: 49%;
    margin: 0px;
}
.LoginForm .RowColForm .RowForm {
    width: 100%;
    margin: 0px;
}
.LoginForm input, select {
    display: block;
    width: 100% !important;
    margin: 0px auto 10px auto;
    font-size: 12px;
}
.LoginForm .RowColForm .ColForm.InputDate {
    width: 49% !important;
    cursor: pointer;
    position: relative;
}
.LoginForm .RowColForm .ColForm.InputDate .react-datepicker-wrapper, .react-datepicker__input-container {
    display: block;
    width: 100% !important;
    cursor: pointer;
}
.LoginForm .RowColForm .ColForm.InputDate input {
    width: 100% !important;
    cursor: pointer;
}
#ContLogRegForm p {
    display: block;
    font-size: 14px;
    margin: 10px 0px;
    text-align: center;
    color: #fff;
}
#CongratBox {
    margin-top: 40px;
    display: none;
}
#CongratBox #LogoCongr {
    display: block;
    max-width: 290px;
    margin: 20px auto;
}
#CongratBox h1 {
    display: block;
    font-size: 30px;
    color: #02cead;
}
#CongratBox p {
    display: block;
    font-size: 18px;
    margin-top: 20px;
}
#CongratBox p strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 40px;
    height: 60px;
    color: #02cead;
    background: #2d353a;
    border: dashed 1px gray;
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
#ContLogRegForm p.TermsText {
    font-size: 11px;
    line-height: 12px;
}
.DateContThree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.DateContThree .Cont3Select {
    width: 32% !important;
    margin: 0px;
    font-size: 11px;
    cursor: pointer;
    color: #fff;
    position: relative;
}
.DateContThree select {
    width: 100% !important;
    margin: 0px;
    font-size: 11px;
    cursor: pointer;
    color: #fff;
    position: relative;
}
.DateContThree select:hover {
    background-color: #4b59f8;
    color: #fff;
}
.DateContThree .Cont3Select:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/arrow-down_login.svg") 50% 50% no-repeat;
    background-size: 50%;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    pointer-events: none;
}
.DateContThree .Cont3Select:hover:after {
    background: url("../images/arrow-down.svg") 50% 50% no-repeat;
    background-size: 50%}
.ColLabelDate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
@media only screen and (min-width: 280px)and (max-width: 500px) {
    #BoxLogRegForm {
    max-width: 100%;
    width: 90%;
    left: 5%;
    overflow: hidden;
    overflow-y: scroll !important;
    padding: 130px 15px 30px 15px;
    height: auto;
    max-height: 98vh;
}
#ContLogRegForm {
    background-color: rgba(19, 22, 31, .8);
}
}/*# sourceMappingURL=main.min.css.map */
/* --- mobilni container --- */
.home-mobile {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  position:absolute;
  padding-top: 90px!important;
  height: auto;
}
.welcome-center {
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.welcome-standard .bonus-old {
  text-decoration: line-through;
  opacity: 0.6;
  margin-right: 4px;
}
.welcome-standard .bonus-new {
  font-weight: 800;
}
/* --- gornji red (2 tile-a pored) --- */
.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  z-index: 10;
  padding: 12px;
}
/* --- osnovni stilovi kartica/bannera --- */
.tile, .banner {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(16, 19, 24, 0.35);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  height: 120px;
  width: 100%;
  border: 1px solid rgba(80, 80, 80, 0.603);
}
.tile--lg {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(16, 19, 24, 0.35);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  height: 200px;
  width: 100%;
}
.banner1 {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  height: 120px;
  width: 100%;
}
/* slike/pozadine (placeholder) */
.tile__img, .banner__img {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.25));
  padding: 10px;
}
.tile__img p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
#main-offer {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 0.5;
  color: gold;
}
.welcome-standard {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  color: silver;
  letter-spacing: 0.5px;
  text-align: center;
}
.tile__img p .welcome {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: silver;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
}
.tile-1 {
  border-color: rgba(4, 119, 254, 0.5);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px inset rgba(33, 254, 4, 0.432);
}
.tile-2 {
  border-color: rgba(4, 119, 254, 0.5);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px inset rgba(4, 119, 254, 0.432);
}
.tile-3 {
  border-color: rgba(147, 51, 234, 0.5);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px inset rgba(147, 51, 234, 0.432);
}
.tile-4 {
  border-color: rgba(236, 72, 153, 0.5);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px inset rgba(236, 72, 153, 0.432);
}
.tile-5 {
  border-color: rgba(234, 179, 8, 0.5);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px inset rgba(234, 179, 8, 0.432);
}
.half-bg-0 {
  background-image: url("../images/assets/home-banners/dolar-removebg-preview.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100px;
}
.half-bg {
  background-image: url("../images/assets/home-banners/bonus4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100px;
}
.half-bg-2 {
  background-image: url("../images/assets/home-banners/bonus2.png");
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.half-bg-3 {
  background-image: url("../images/assets/home-banners/Cash-removebg-preview.png");
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.half-bg-5 {
  background-image: url("../images/assets/home-banners/colorful-cash-stack-dollar-bills-removebg-preview.png");
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.fix {
  top: -225px;
  left: -16px;
  width: 200px;
  height: 270px;
}
.hide {
  display: none;
}
.mainBonus {
  height: 180px;
  z-index: 10;
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.9);
  position: relative;
  top: -50px;
}
.tile__img_Bonus1 {
  background-image: url("../images/assets/home-banners/img-symbol-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 60px;
}
.tile__img img {
  width: 50%;
  position: absolute;
  bottom: 5px;
}
.tile__img_Bonus2 {
  background-image: url("../images/assets/home-banners/img-symbol-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 60px;
}
.tile__img_Bonus3 {
  background-image: url("../images/assets/home-banners/img-symbol-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 60px;
}
.tile__img_Bonus4 {
  background-image: url("../images/assets/home-banners/img-symbol-4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 60px;
}
/* odnos stranica — menjaj po potrebi */
.tile--sm {
  aspect-ratio: 1.6;
}
.banner {
  aspect-ratio: 1.7777777778;
}
/* CTA dugme (minimalni stil) */
.tile__cta, .banner__cta {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
  background: #0477fe;
  background: linear-gradient(180deg, #0477fe, #1c2583);
  border: 1px solid #0477fe;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  transition: transform 0.15s ease;
}
.tile__cta:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.tile__img .main-amount {
  display: none;
}
.main-rule {
  font-size: 10px;
}
.holder {
  width: 100%;
  height: 35%;
}
/* --- sitni detalji --- */
.tile:active, .banner:active {
  transform: translateY(1px);
}
.tile__cta.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
/* --- malo “odahne” na većim širinama (opciono) --- */
@media (min-width: 560px) {
  .home-mobile {
    padding: 16px;
    gap: 14px;
  }
  .top-grid {
    gap: 14px;
  }
}
/* ========== DESKTOP RASPORED (≥1024px) ========== */
@media (min-width: 1024px) {
  .home-mobile {
    max-width: 1100px;
    position: absolute;
    top: 300px;
    left: 20%;
    margin-top: -430px;
    justify-content: space-between;
    z-index: 2;
  }
  .top-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .tile__img-bg-0 {
    background-size: contain;
    height: 100%;
    margin-bottom: 200px;
  }
  .tile--lg {
    height: 220px;
    width: 250px;
  }
  .mainBonus {
    height: 220px;
    width: 250px;
    left: 10vw;
    top: 200px;
  }
  .tile__img_Bonus1 {
    height: 80px;
  }
  .tile__img_Bonus2 {
    height: 80px;
  }
  .tile__img_Bonus3 {
    height: 80px;
  }
  .tile__img_Bonus4 {
    height: 80px;
  }
  .tile__img_Bonus5 {
    height: 80px;
  }
  .tile__img .main-amount {
    display: block;
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 0.95;
    color: gold;
  }
  .main-rule {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
    font-style: italic;
    line-height: 1.3;
  }
  #main-offer {
    display: none;
    margin-bottom: 10px;
    line-height: 0.95;
  }
  .tile__img p {
    font-size: 13px;
  }
}
/* 4K monitors */
@media (min-width: 1920px) {
  .mainBonus {
    top: 16vh;
    left: 10vw;
    /* medium desktop */
  }
  .home-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
@media (min-width: 560px) {
  /* small tablets */
}
@media (min-width: 768px) {
  /* tablets / landscape phones */
}
@media (min-width: 1024px) {
  /* small desktop */
}
@media only screen and (min-width: 951px) and (max-width: 1400px) {
  /* medium desktop */
  .home-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    left: 3.5%;
  }
  .mainBonus {
    top: 200px;
  }
}
@media (min-width: 1536px) {
  /* large desktop */
}
@media (min-width: 1920px) {
  /* 4K monitors */
}
/* kružno “i” dugme gore desno, sa laganim sjajem */
.tile__info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1)), rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.tile__info::before {
  content: "i";
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.tile__info:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
.tile__info:active {
  transform: translateY(0);
}
#HomeHeader {
	 display: block;
	 width: 100%;
	 height: auto;
	 position: relative;
	 transition: all 0.2s ease-in-out;
	 overflow: hidden;
	 padding: 0px;
}
 #HomeHeader .ImgHeaderBg {
	 display: block;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	 position: relative;
	 z-index: 0;
}
 #HomeHeader .Cont_L0 {
	 display: block;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	 position: absolute;
	 z-index: 1;
	 left: 0;
	 top: 0;
}
 #HomeHeader .ImgCoinsHeader {
	 display: block;
	 width: 70%;
	 height: auto;
	 margin: 0 auto;
	 position: relative;
	 z-index: 0;
}
 #HomeHeader .Cont_L1 {
	 display: block;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	 position: absolute;
	 z-index: 1;
	 left: 0;
	 top: 0%;
	 right: -20%;
}
 #HomeHeader .ImgCharacter {
	 display: block;
	 width: 100%;
	 max-width: 700px;
	 height: auto;
	 margin: 0 auto;
	 position: relative;
	 z-index: 0;
	 transform: rotate(90deg);
}
 #HomeHeader .ZoomImg {
	 display: block;
	 width: 100%;
	 max-width: 300px;
	 height: auto;
	 margin: 0 auto;
	 position: absolute;
	 z-index: 0;
	 top: 20%;
	 right: 25%;
}
 #MainContAnimation {
	 display: block;
	 width: 100%;
	 height: auto;
	 min-height: 100%;
	 margin: 0 auto 0 auto;
	 position: absolute;
	 overflow: hidden;
	 padding: 0px 0px 0px 5px;
	 z-index: 2;
}
 #SubContAnimation {
	 display: block;
	 width: 100%;
	 max-width: 1265px;
	 height: auto;
	 margin: 0 auto 0 auto;
	 position: relative;
	 padding: 0px;
}
 #animation_container {
	 display: block;
	 width: 100% !important;
	 height: auto !important;
	 position: relative;
	 margin: 0px auto;
	 overflow: hidden;
	 z-index: 99;
}
 #canvas {
	 display: block;
	 width: 100% !important;
	 max-width: 100% !important;
	 height: auto !important;
	 position: relative;
	 margin: 0px auto;
}
 #dom_overlay_container {
	 display: none;
	 width: 100% !important;
	 height: auto;
	 position: relative;
	 margin: 0px auto;
	 pointer-events: none;
	 overflow: hidden;
}
 .RowFrontBoxes {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
	 height: 400px;
	 margin: 0 auto;
	 position: absolute;
	 z-index: 2;
	 left: 0;
	 top: 10%;
	 -webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .RowFrontBoxes .CenterBoxes {
	 display: flex;
	 justify-content: space-between;
	 width: 100%;
	 max-width: 1200px;
	 margin: 0px;
}
 .RowFrontBoxes .CenterBoxes .PromoBoxes {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 padding: 30px;
	 border-radius: 30px;
	 width: 100%;
	 max-width: 390px;
	 height: auto;
	 min-height: 400px;
	 margin: 0;
}
 .ImgPromos {
	 display: block;
	 width: 100%;
	 height: auto;
	 margin: 0px 0px 20px 0px;
}
 #VideoCanvas {
	 display: block;
	 width: 100%;
	 max-width: 400px;
	 margin: 0 auto;
	 position: relative;
	 right: 0px;
     top: 90px;
}
 @media only screen and (min-width: 0px) and (max-width: 800px) {
	 #VideoCanvas {
		 display: block;
		 width: 100%;
		 max-width: 400px;
		 margin: 0 auto;
		 position: relative;
		 right: -10vw;
	}
}
 @media only screen and (min-width: 951px) and (max-width: 1400px) {
	 #HomeHeader {
		 height: 750px;
	}
	 #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 #HomeHeader .ImgCharacter {
		 width: 50%;
		 margin-left: 30%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
	}
	 #CryptoFormBox {
		 display: none;
	}
	 #HomeHeader .ImgHeaderBg {
		 width: 150%;
		 left: -50%;
		 top: 0%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 90%;
		 margin-top: 5%;
	}
	 .RowFrontBoxes {
		 width: 100%;
		 top: 10%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes {
		 width: 90%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
	 #HomeHeader .ZoomImg {
		 width: 100%;
		 max-width: 20%;
		 top: 15%;
		 right: 5%;
	}
}
 @media only screen and (min-width: 581px) and (max-width: 950px) {
	 #HomeHeader {
		 height: 650px;
	}
	 #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
	}
	 #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 30%;
	}
	 #CryptoFormBox {
		 display: none;
	}
	 #HomeHeader .ImgHeaderBg {
		 width: 180%;
		 left: -50%;
		 top: 0%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 .RowFrontBoxes {
		 width: 60%;
		 top: 10%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 481px) and (max-width: 580px) {
	 #HomeHeader {
		 height: 530px;
	}
	 #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 30%;
	}
	 #CryptoFormBox {
		 display: none;
	}
	 #HomeHeader .ImgHeaderBg {
		 width: 180%;
		 left: -50%;
		 top: 0%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 .RowFrontBoxes {
		 width: 60%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) {
	 #VideoCanvas {
		 width: 50vw;
		 margin-left: 20%;
		 position: relative;
	}
	 #HomeHeader {
		 height: auto;
	}
	 #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 #HomeHeader .ImgHeaderBg {
		 width: 250%;
		 left: -50%;
		 top: 0%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 35%;
	}
	 #CryptoFormBox {
		 display: none;
	}
	 .RowFrontBoxes {
		 width: 60%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes #BarTop {
		 display: flex;
		 width: 100%;
		 justify-content: center;
		 align-items: center;
		 color: #fff;
		 position: relative;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader {
		 display: block;
		 width: 100%;
		 height: auto;
		 max-height: 900px;
		 position: relative;
		 transition: all 0.2s ease-in-out;
		 overflow: hidden;
		 padding: 0px;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgHeaderBg {
		 display: block;
		 width: 100%;
		 height: auto;
		 margin: 0 auto;
		 position: relative;
		 z-index: 0;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .Cont_L0 {
		 display: block;
		 width: 100%;
		 height: auto;
		 margin: 0 auto;
		 position: absolute;
		 z-index: 1;
		 left: 0;
		 top: 0;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCoinsHeader {
		 display: block;
		 width: 70%;
		 height: auto;
		 margin: 0 auto;
		 position: relative;
		 z-index: 0;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .Cont_L1 {
		 display: block;
		 width: 100%;
		 height: auto;
		 margin: 0 auto;
		 position: absolute;
		 z-index: 1;
		 left: 0;
		 top: 0%;
		 right: -20%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCharacter {
		 display: block;
		 width: 100%;
		 max-width: 700px;
		 height: auto;
		 margin: 0 auto;
		 position: relative;
		 z-index: 0;
		 transform: rotate(90deg);
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ZoomImg {
		 display: block;
		 width: 100%;
		 max-width: 300px;
		 height: auto;
		 margin: 0 auto;
		 position: absolute;
		 z-index: 0;
		 top: 20%;
		 right: 25%;
	}
	 .RowFrontBoxes .CenterBoxes #MainContAnimation {
		 display: block;
		 width: 100%;
		 height: auto;
		 min-height: 100%;
		 margin: 0 auto 0 auto;
		 position: absolute;
		 overflow: hidden;
		 padding: 0px 0px 0px 5px;
		 z-index: 2;
	}
	 .RowFrontBoxes .CenterBoxes #SubContAnimation {
		 display: block;
		 width: 100%;
		 max-width: 1265px;
		 height: auto;
		 margin: 0 auto 0 auto;
		 position: relative;
		 padding: 0px;
	}
	 .RowFrontBoxes .CenterBoxes #animation_container {
		 display: block;
		 width: 100% !important;
		 height: auto !important;
		 position: relative;
		 margin: 0px auto;
		 overflow: hidden;
		 z-index: 99;
	}
	 .RowFrontBoxes .CenterBoxes #canvas {
		 display: block;
		 width: 100% !important;
		 max-width: 100% !important;
		 height: auto !important;
		 position: relative;
		 margin: 0px auto;
	}
	 .RowFrontBoxes .CenterBoxes #dom_overlay_container {
		 display: none;
		 width: 100% !important;
		 height: auto;
		 position: relative;
		 margin: 0px auto;
		 pointer-events: none;
		 overflow: hidden;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes {
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 width: 100%;
		 height: 400px;
		 margin: 0 auto;
		 position: absolute;
		 z-index: 2;
		 left: 0;
		 top: 10%;
		 -webkit-touch-callout: none;
		 -webkit-user-select: none;
		 -khtml-user-select: none;
		 -moz-user-select: none;
		 -ms-user-select: none;
		 user-select: none;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes {
		 display: flex;
		 justify-content: space-between;
		 width: 100%;
		 max-width: 1200px;
		 margin: 0px;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 flex-direction: column;
		 padding: 30px;
		 border-radius: 30px;
		 width: 100%;
		 max-width: 390px;
		 height: auto;
		 min-height: 400px;
		 margin: 0;
	}
	 .RowFrontBoxes .CenterBoxes .ImgPromos {
		 display: block;
		 width: 100%;
		 height: auto;
		 margin: 0px 0px 20px 0px;
	}
	 #BarTop {
		 display: flex;
		 width: 100%;
		 justify-content: space-between;
		 align-items: center;
		 color: #fff;
		 position: relative;
	}
	 #HomeHeader {
		 display: block;
		 width: 100%;
		 height: auto;
		 max-height: 900px;
		 position: relative;
		 transition: all 0.2s ease-in-out;
		 overflow: hidden;
		 padding: 0px;
	}
	 #HomeHeader .ImgHeaderBg {
		 display: block;
		 width: 100%;
		 height: auto;
		 margin: 0 auto;
		 position: relative;
		 z-index: 0;
	}
	 #HomeHeader .Cont_L0 {
		 display: block;
		 width: 100%;
		 height: auto;
		 margin: 0 auto;
		 position: absolute;
		 z-index: 1;
		 left: 0;
		 top: 0;
	}
	 #HomeHeader .ImgCoinsHeader {
		 display: block;
		 width: 70%;
		 height: auto;
		 margin: 0 auto;
		 position: relative;
		 z-index: 0;
	}
	 #HomeHeader .Cont_L1 {
		 display: block;
		 width: 100%;
		 height: auto;
		 margin: 0 auto;
		 position: absolute;
		 z-index: 1;
		 left: 0;
		 top: 0%;
		 right: -20%;
	}
	 #HomeHeader .ImgCharacter {
		 display: block;
		 width: 100%;
		 max-width: 700px;
		 height: auto;
		 margin: 0 auto;
		 position: relative;
		 z-index: 0;
		 transform: rotate(90deg);
	}
	 #HomeHeader .ZoomImg {
		 display: block;
		 width: 100%;
		 max-width: 300px;
		 height: auto;
		 margin: 0 auto;
		 position: absolute;
		 z-index: 0;
		 top: 20%;
		 right: 25%;
	}
	 #MainContAnimation {
		 display: block;
		 width: 100%;
		 height: auto;
		 min-height: 100%;
		 margin: 0 auto 0 auto;
		 position: absolute;
		 overflow: hidden;
		 padding: 0px 0px 0px 5px;
		 z-index: 2;
	}
	 #SubContAnimation {
		 display: block;
		 width: 100%;
		 max-width: 1265px;
		 height: auto;
		 margin: 0 auto 0 auto;
		 position: relative;
		 padding: 0px;
	}
	 #animation_container {
		 display: block;
		 width: 100% !important;
		 height: auto !important;
		 position: relative;
		 margin: 0px auto;
		 overflow: hidden;
		 z-index: 99;
	}
	 #canvas {
		 display: block;
		 width: 100% !important;
		 max-width: 100% !important;
		 height: auto !important;
		 position: relative;
		 margin: 0px auto;
	}
	 #dom_overlay_container {
		 display: none;
		 width: 100% !important;
		 height: auto;
		 position: relative;
		 margin: 0px auto;
		 pointer-events: none;
		 overflow: hidden;
	}
	 .RowFrontBoxes {
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 width: 100%;
		 height: 400px;
		 margin: 0 auto;
		 position: absolute;
		 z-index: 2;
		 left: 0;
		 top: 10%;
		 -webkit-touch-callout: none;
		 -webkit-user-select: none;
		 -khtml-user-select: none;
		 -moz-user-select: none;
		 -ms-user-select: none;
		 user-select: none;
	}
	 .RowFrontBoxes .CenterBoxes {
		 display: flex;
		 justify-content: space-between;
		 width: 100%;
		 max-width: 1200px;
		 margin: 0px;
	}
	 .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 flex-direction: column;
		 padding: 30px;
		 border-radius: 30px;
		 width: 100%;
		 max-width: 390px;
		 height: auto;
		 min-height: 400px;
		 margin: 0;
	}
	 .ImgPromos {
		 display: block;
		 width: 100%;
		 height: auto;
		 margin: 0px 0px 20px 0px;
	}
	 #VidoeCanvas {
		 display: block;
		 width: 100%;
		 max-width: 700px;
		 margin: 0 auto;
	}
	 .RowFrontBoxes {
		 width: 55%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 951px) and (max-width: 1400px) {
	 .RowFrontBoxes .CenterBoxes #HomeHeader {
		 height: 750px;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCharacter {
		 width: 50%;
		 margin-left: 30%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCoinsHeader {
		 width: 100%;
	}
	 .RowFrontBoxes .CenterBoxes #CryptoFormBox {
		 display: none;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgHeaderBg {
		 width: 100%;
		 top: 0%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCoinsHeader {
		 width: 90%;
		 margin-top: 5%;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes {
		 width: 100%;
		 top: 10%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes {
		 width: 90%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ZoomImg {
		 width: 100%;
		 max-width: 20%;
		 top: 15%;
		 right: 5%;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 581px) and (max-width: 950px) {
	 .RowFrontBoxes .CenterBoxes #HomeHeader {
		 height: 650px;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCoinsHeader {
		 width: 100%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 30%;
	}
	 .RowFrontBoxes .CenterBoxes #CryptoFormBox {
		 display: none;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgHeaderBg {
		 width: 180%;
		 left: -50%;
		 top: 0%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes {
		 width: 60%;
		 top: 10%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 481px) and (max-width: 580px) {
	 .RowFrontBoxes .CenterBoxes #HomeHeader {
		 height: 530px;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 30%;
	}
	 .RowFrontBoxes .CenterBoxes #CryptoFormBox {
		 display: none;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgHeaderBg {
		 width: 180%;
		 left: -50%;
		 top: 0%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes {
		 width: 60%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 0px) and (max-width: 480px) {
	 .RowFrontBoxes .CenterBoxes #HomeHeader {
		 height: auto;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgHeaderBg {
		 width: 250%;
		 left: -50%;
		 top: 0%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 35%;
	}
	 .RowFrontBoxes .CenterBoxes #CryptoFormBox {
		 display: none;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes {
		 width: 60%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 0px) and (max-width: 960px) {
	 .RowFrontBoxes .CenterBoxes #HomeHeader .ZoomImg {
		 display: none;
	}
	 .RowFrontBoxes .CenterBoxes .RowFrontBoxes {
		 width: 55%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 0px) and (max-width: 800px) {
	 #VidoeCanvas {
		 width: 80%;
		 margin-left: 20%;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 951px) and (max-width: 1400px) {
	 #HomeHeader {
		 height: 750px;
	}
	 #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 #HomeHeader .ImgCharacter {
		 width: 50%;
		 margin-left: 30%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
	}
	 #CryptoFormBox {
		 display: none;
	}
	 #HomeHeader .ImgHeaderBg {
		 width: 150%;
		 left: -50%;
		 top: 0%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 90%;
		 margin-top: 5%;
	}
	 .RowFrontBoxes {
		 width: 100%;
		 top: 10%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes {
		 width: 90%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
	 #HomeHeader .ZoomImg {
		 width: 100%;
		 max-width: 20%;
		 top: 15%;
		 right: 5%;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 581px) and (max-width: 950px) {
	 #HomeHeader {
		 height: 650px;
	}
	 #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
	}
	 #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 30%;
	}
	 #CryptoFormBox {
		 display: none;
	}
	 #HomeHeader .ImgHeaderBg {
		 width: 180%;
		 left: -50%;
		 top: 0%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 .RowFrontBoxes {
		 width: 60%;
		 top: 10%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 481px) and (max-width: 580px) {
	 #HomeHeader {
		 height: 530px;
	}
	 #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 30%;
	}
	 #CryptoFormBox {
		 display: none;
	}
	 #HomeHeader .ImgHeaderBg {
		 width: 180%;
		 left: -50%;
		 top: 0%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 .RowFrontBoxes {
		 width: 60%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 0px) and (max-width: 480px) {
	 #HomeHeader {
		 height: auto;
	}
	 #HomeHeader .Cont_L1 {
		 top: 5%;
	}
	 #HomeHeader .ImgHeaderBg {
		 width: 250%;
		 left: -50%;
		 top: 0%;
	}
	 #HomeHeader .ImgCoinsHeader {
		 width: 100%;
		 margin-top: 10%;
	}
	 #HomeHeader .ImgCharacter {
		 width: 80%;
		 margin-left: 35%;
	}
	 #CryptoFormBox {
		 display: none;
	}
	 .RowFrontBoxes {
		 width: 60%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes {
		 width: 100%;
		 height: auto;
		 min-height: auto;
	}
	 .RowFrontBoxes .CenterBoxes .PromoBoxes {
		 display: flex;
		 justify-content: flex-start;
		 align-items: center;
		 flex-direction: column;
		 padding: 20px;
		 height: auto;
		 min-height: auto;
    }
}
 @media only screen and (min-width: 0px) and (max-width: 480px) and (min-width: 0px) and (max-width: 960px) {
	 #HomeHeader .ZoomImg {
		 display: none;
	}
	 .RowFrontBoxes {
		 width: 55%;
		 top: 5%;
		 height: auto;
		 min-height: auto;
	}
}
 @media (min-width: 1920px) {
	/* 4K monitors */
	 #HomeHeader {
		 height: 100vh;
	}
}
.scrolling-banner {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: linear-gradient(90deg, #050607, #0d1117);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 25px rgba(255, 215, 0, 0.10);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
    margin-bottom: 30px;
    margin-top: 300px;
}

.track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    animation: scroll linear infinite;
}

.content {
    display: inline-flex;
    align-items: center;
    gap: 80px;
    padding-right: 80px;
    flex-shrink: 0;
    white-space: nowrap;
}

.item {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff7d1;
    letter-spacing: .5px;
}

@keyframes scroll {
    from { transform: translate3d(0,0,0); }
    to { transform: translate3d(var(--travel),0,0); }
}

@media (max-width: 768px) {
    .content { gap: 40px; padding-right: 40px; }
    .item { font-size: 14px; }
    .scrolling-banner{
        margin-top: 0;
    }
}
.BoxPromos.Selected {
    animation: glowingBorder 1.5s infinite alternate;
}

.tile-1.Selected {
    border-color: rgba(4, 119, 254, 0.5);
    --glow-color: rgba(33, 254, 4, 0.432);
}

.tile-2.Selected {
    border-color: rgba(4, 119, 254, 0.5);
    --glow-color: rgba(4, 119, 254, 0.432);
}

.tile-3.Selected {
    border-color: rgba(147, 51, 234, 0.5);
    --glow-color: rgba(147, 51, 234, 0.432);
}

.tile-4.Selected {
    border-color: rgba(236, 72, 153, 0.5);
    --glow-color: rgba(236, 72, 153, 0.432);
}

.tile-5.Selected {
    border-color: rgba(234, 179, 8, 0.5);
    --glow-color: rgba(234, 179, 8, 0.432);
}

@keyframes glowingBorder {
    0% {
        box-shadow: 0 0 5px var(--glow-color), 0 0 10px var(--glow-color), 0 0 15px var(--glow-color);
    }
    50% {
        box-shadow: 0 0 15px var(--glow-color), 0 0 25px var(--glow-color), 0 0 35px var(--glow-color);
    }
    100% {
        box-shadow: 0 0 5px var(--glow-color), 0 0 10px var(--glow-color), 0 0 15px var(--glow-color);
    }
}

.popup {
    position: fixed;
    top:0; left:0; width:100%; height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.5);
}

.popup-content {
    position: relative;
    background: #111;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    z-index: 10;
}

.popup-close {
    position: absolute;
    top:5px;
    right:5px;
    background: none;
    color: #fff;
    border:none;
    font-size: 18px;
    cursor: pointer;
}
.hidden { display: none; }

.terms-table {
    width: 100%;
    border-collapse: separate; /* da možemo koristiti border-radius */
    border-spacing: 0 5px; /* razmak između redova */
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.6); /* tamna pozadina */
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.terms-table tr {
    background: rgba(255, 255, 255, 0.05); /* blagi kontrast između redova */
    transition: transform 0.2s, background 0.2s;
    border-radius: 8px;
}

.terms-table tr:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1); /* hover efekat */
}

.terms-table td {
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

@media (max-width: 450px) {
    .popup-content{
        width: 90%;
    }
     #VideoCanvas {
        top: 0px;
    }

    .tile-5 {
        left: 50%;
    }
}