<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&amp;display=swap);
@font-face {
  font-family: 'cashier';
  src: url(/app/shared/assets/fonts/cashier.eot);
  src: url(/app/shared/assets/fonts/cashier.eot#iefix) format('embedded-opentype'),
       url(/app/shared/assets/fonts/cashier.woff2) format('woff2'),
       url(/app/shared/assets/fonts/cashier.woff) format('woff'),
       url(/app/shared/assets/fonts/cashier.ttf) format('truetype'),
       url(/app/shared/assets/images/cashier.svg#cashier) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cashier';
    src: url('./font/cashier.svg?56442862#cashier') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cashier";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* you can be more comfortable with increased icons size */
  font-size: 120%;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-date:before { content: '\e800'; } /* 'î&nbsp;€' */
.icon-deposit:before { content: '\e801'; } /* 'î&nbsp;' */
.icon-down-arrow:before { content: '\e802'; } /* 'î&nbsp;‚' */
.icon-flag:before { content: '\e803'; } /* 'î&nbsp;ƒ' */
.icon-location:before { content: '\e804'; } /* 'î&nbsp;„' */
.icon-transactions:before { content: '\e805'; } /* 'î&nbsp;…' */
.icon-withdraw:before { content: '\e806'; } /* 'î&nbsp;†' */
.icon-ccard:before { content: '\e807'; } /* 'î&nbsp;‡' */
.icon-check:before { content: '\e808'; } /* 'î&nbsp;ˆ' */
.icon-coupons:before { content: '\e809'; } /* 'î&nbsp;‰' */
.icon-undo:before { content: '\e80a'; } /* 'î&nbsp;Š' */

@keyframes showup{from{opacity:0;transform:translate(-50%, -30%)}to{opacity:1;transform:translate(-50%, -50%)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInRotateX{0%{opacity:0;transform:rotateX(0deg)}100%{opacity:1;transform:rotateX(360deg)}}@keyframes copiedeffect{from{background-color:#2fb427}to{background-color:#f4f6fc}}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes pop_checkmark{0%{transform:scale(0)}70%{transform:scale(1.5)}100%{transform:scale(1)}}@keyframes markee{from{left:100%}to{left:-110%}}*,:before,:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;font-family:"Lato",sans-serif}body,html{margin:0;padding:0;font-size:14px;background-color:#f8f8f8}body{padding-top:64px}@media screen and (min-width: 1024px){body{padding-top:64px}}header#uph .topButtons{height:40px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}a{color:#1273eb;text-decoration:none}P{margin:0 0 .5em 0}h1,h2,h3,h4{margin:0 0 1em 0}ul{list-style:none;margin:1em 0;padding:0}ul li{margin-bottom:1em}ul li:last-child{margin-bottom:0}.desktop{display:none}@media screen and (min-width: 1024px){.desktop{display:block}}@media screen and (min-width: 1024px){.mobile{display:none}}#uph{background-color:#000}#loginform{width:100%;max-width:400px;margin:0 auto}article{position:relative;padding-bottom:2em;max-width:100%}#container{padding:0;transition:filter .5s,opacity .5s}#container.blurred{filter:blur(2px);opacity:.2}#modal-container{background-color:hsla(0,0%,100%,.8);position:fixed;width:100%;height:100vh;top:0;left:0;z-index:10001;display:none}#modal-container.show{display:block;animation:fadeIn .5s}#modal-container #modal-content{position:absolute;top:48%;left:50%;transform:translate(-50%, -50%);animation:showup 1s;width:90%;max-width:400px;z-index:2}#modal-container #modal-content.box,#modal-container #modal-content.rtgcashier,#modal-container #available-bonuses #modal-content.promoitem,#available-bonuses #modal-container #modal-content.promoitem{padding:1.5em}#modal-container #modal-content h3{margin:0 0 .5em 0}#modal-container #modal-content .loader{position:absolute;display:block;width:50px;height:50px;top:50%;left:50%;transform:translate(-50%, -50%)}#modal-container #modal-content .btnclose{position:absolute;top:-5px;right:-5px;background:#e0e7ff;width:20px;height:20px;line-height:14px;font-weight:700;border:2px solid #e0e7ff;border-radius:50%;text-align:center;font-size:18px}#modal-container #modal-content .btnclose:hover{cursor:pointer}#modal-container #modal-content .methodiframe{background-color:#fff;width:100%;height:90vh;max-height:900px;border:none;margin:0;padding:0;box-shadow:2px 2px 3px rgba(0,0,0,.1)}@media screen and (min-width: 568px){#modal-container #modal-content.eft{max-width:800px}}#loading{background:url(/app/shared/assets/images/spinner.gif) no-repeat top center;background-size:70%;width:55px;height:55px;margin:0 auto;display:block}#loading:after{color:#009ef7;font-size:13px;text-align:center;display:block;position:relative;top:40px}#loading.loading:after{content:"Loading..."}#loading.updating:after{content:"Updating..."}#loading.processing:after{content:"Processing..."}#cashier[data-lang=ES] #loading.loading:after,#cashier[data-lang=ES]+#modal-container #loading.loading:after{content:"Cargando..."}#cashier[data-lang=ES] #loading.updating:after,#cashier[data-lang=ES]+#modal-container #loading.updating:after{content:"Actualizando..."}#cashier[data-lang=ES] #loading.processing:after,#cashier[data-lang=ES]+#modal-container #loading.processing:after{content:"Procesando..."}#cashier[data-lang=FR] #loading.loading:after,#cashier[data-lang=FR]+#modal-container #loading.loading:after{content:"Chargement..."}#cashier[data-lang=FR] #loading.updating:after,#cashier[data-lang=FR]+#modal-container #loading.updating:after{content:"Mise Ã&nbsp; jour..."}#cashier[data-lang=FR] #loading.processing:after,#cashier[data-lang=FR]+#modal-container #loading.processing:after{content:"Traitement..."}#cashier[data-lang=DE] #loading.loading:after,#cashier[data-lang=DE]+#modal-container #loading.loading:after{content:"Wird geladen...";width:80px;transform:translateX(-12px)}#cashier[data-lang=DE] #loading.updating:after,#cashier[data-lang=DE]+#modal-container #loading.updating:after{content:"Aktualisierung..."}#cashier[data-lang=DE] #loading.processing:after,#cashier[data-lang=DE]+#modal-container #loading.processing:after{content:"Wird Bearbeitet..."}#cashier[data-lang=JA] #loading.loading:after,#cashier[data-lang=JA]+#modal-container #loading.loading:after{content:"èª­ã¿è¾¼ã¿ä¸­...";width:80px;transform:translateX(-12px)}#cashier[data-lang=JA] #loading.updating:after,#cashier[data-lang=JA]+#modal-container #loading.updating:after{content:"æ›´æ–°..."}#cashier[data-lang=JA] #loading.processing:after,#cashier[data-lang=JA]+#modal-container #loading.processing:after{content:"å‡¦ç†..."}.cashier_button{border:none;border-radius:4px;text-transform:uppercase;text-decoration:none;font-weight:700;color:#fff;background-color:#999;min-height:3em;text-align:center;padding:0 1em;width:100%;max-width:345px;font-size:16px;margin:1em auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.cashier_button:hover{cursor:pointer;box-shadow:0 0 4px rgba(0,0,0,.15)}.cashier_button--green{background-color:#18d572;border-radius:25px;letter-spacing:2px;width:auto;padding:0 2em}.cashier_button--blue{background-color:#1273eb;border-radius:25px;letter-spacing:2px;width:auto;padding:0 2em}.cashier_button--outlinedred{color:#fe1e4b;border:1px solid #fe1e4b;background-color:rgba(0,0,0,0);border-radius:25px;letter-spacing:2px;width:auto;padding:0 2em}.cashier_button--white{color:#000;background-color:#fff;border:1px solid #e0e7ff}.cashier_button:disabled{background-color:#ccc;color:#000;cursor:no-drop}.box,.rtgcashier,#available-bonuses .promoitem{background:#fff;border-radius:5px;border:1px solid #e0e7ff;padding:.5em;box-shadow:2px 2px 3px rgba(0,0,0,.1)}.box h2,.rtgcashier h2,#available-bonuses .promoitem h2{margin:0 0 .5em 0}.confirmationmodal{max-width:400px;background:#fff;border-radius:5px;border:1px solid #e0e7ff;box-shadow:2px 2px 3px rgba(0,0,0,.1)}.confirmationmodal .details{padding:2em}.confirmationmodal h3{color:#1e1f43}.confirmationmodal .actions{border-top:1px solid #e0e7ff;display:flex;flex-direction:row;flex-wrap:nowrap}.confirmationmodal .actions button{width:50%;border:none;outline:none;text-align:center;background:rgba(0,0,0,0);font-weight:700;padding:1em 0}.confirmationmodal .actions button:hover{background-color:rgba(0,0,0,.03);cursor:pointer}.confirmationmodal .actions button span{font-size:18px;display:block}.confirmationmodal .actions button.cancel span{color:#1e1f43}.confirmationmodal .actions button.confirm span{color:#2fb427}#cashier{height:calc(100vh - 60px);display:flex;flex-direction:column;flex-wrap:nowrap}#cashier .flex-row{display:flex;flex-direction:row;flex-wrap:wrap}#cashier .hidden{display:none !important}#cashier .main-nav-tabs{width:100%;background:#f2f2f4}#cashier .main-nav-tabs .wrapper{width:100%}#cashier .main-nav-tabs .balances{margin:0 0 2em 0}#cashier .main-nav-tabs .balances .balance-box{color:#373247;display:block;width:100%;padding:1em}#cashier .main-nav-tabs .balances .balance-box span{display:block}#cashier .main-nav-tabs .balances .balance-box .balance-label{font-size:10px}#cashier .main-nav-tabs .balances .balance-box .balance-amount{color:#2bd376;font-size:20px;font-weight:700;height:1em}#cashier .main-nav-tabs nav{position:relative}#cashier .main-nav-tabs nav .nav-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;height:45px;overflow:hidden;transition:height .5s}#cashier .main-nav-tabs nav #togglenav{position:absolute;top:0;right:0;width:1px;height:1px;opacity:0}#cashier .main-nav-tabs nav #togglenav:hover{cursor:pointer}#cashier .main-nav-tabs nav #togglenav:checked~.nav-wrapper{height:225px}#cashier .main-nav-tabs nav #togglenav:checked~.nav-icon span{background-color:rgba(0,0,0,0)}#cashier .main-nav-tabs nav #togglenav:checked~.nav-icon:before,#cashier .main-nav-tabs nav #togglenav:checked~.nav-icon:after{width:25px;height:3px;border-radius:0}#cashier .main-nav-tabs nav #togglenav:checked~.nav-icon:before{transform:rotate(-45deg);right:15px;top:13px}#cashier .main-nav-tabs nav #togglenav:checked~.nav-icon:after{transform:rotate(45deg);right:15px;top:30px}#cashier .main-nav-tabs nav .nav-icon{position:absolute;top:0;right:0;width:45px;height:45px;z-index:1}#cashier .main-nav-tabs nav .nav-icon span{width:8px;height:8px;background-color:#18d572;border-radius:50%;display:block;position:absolute;top:50%;right:18px;transform:translate(0, -50%);transition:all .3s}#cashier .main-nav-tabs nav .nav-icon:before,#cashier .main-nav-tabs nav .nav-icon:after{content:"";position:absolute;background-color:#18d572;border-radius:50%;width:8px;height:8px;right:18px}#cashier .main-nav-tabs nav .nav-icon:before{transition:top 300ms ease,right 300ms ease,transform 300ms ease,width 300ms,height 300ms;transform-origin:top right;top:8px}#cashier .main-nav-tabs nav .nav-icon:after{transition:bottom 300ms ease,right 300ms ease,transform 300ms ease,width 300ms,height 300ms;transform-origin:bottom right;bottom:7px}#cashier .main-nav-tabs nav .navitem{order:1;line-height:45px;height:45px;text-transform:uppercase;font-weight:700;display:flex;flex-direction:row;align-items:center;color:#373247;width:100%;transition:background-color .3s}#cashier .main-nav-tabs nav .navitem i{font-size:1.8em;width:45px;margin-right:.5em;color:#423d50}#cashier .main-nav-tabs nav .navitem i:before{width:45px}#cashier .main-nav-tabs nav .navitem:not(.navitem--active):before{content:"";width:3px;background-color:#656171;height:40px}#cashier .main-nav-tabs nav .navitem:not(.navitem--active):hover{background-color:rgb(233.7125,233.7125,236.9875)}#cashier .main-nav-tabs nav .navitem--active{color:#2bd376;font-weight:900;order:0}#cashier .main-nav-tabs nav .navitem--active i{background-color:#2bd376;color:#fff}#cashier .main-nav-tabs .note{display:none;color:#373247;font-size:11px;padding:1em}#cashier .main-nav-tabs .note p{margin:0}#cashier .wrapper{width:96%;max-width:800px;margin:0 auto}#cashier h2{color:#8798ad;font-size:1.2em;margin:0 0 .83em 0}@media screen and (min-width: 568px){#cashier .main-nav-tabs nav .nav-icon{display:none}#cashier .main-nav-tabs nav .navitem.btg{display:none}#cashier .main-nav-tabs nav .navitem{width:unset;order:initial}#cashier .main-nav-tabs nav .navitem:not(.navitem--active){flex-grow:1;justify-content:center}#cashier .main-nav-tabs nav .navitem:not(.navitem--active) i{display:none}#cashier .main-nav-tabs nav .navitem:not(.navitem--active):before{content:unset}#cashier .main-nav-tabs nav .navitem--active{background-color:#f8f8f8;padding-right:1em;order:initial}}@media screen and (min-width: 865px){#cashier{height:calc(100vh - 74px)}}@media screen and (min-width: 768px){#cashier{flex-direction:row;flex-wrap:nowrap;overflow:hidden}#cashier .balances.desktop{display:block}#cashier .main-nav-tabs{max-width:200px}#cashier .main-nav-tabs .wrapper{height:100%;display:flex;flex-direction:column}#cashier .main-nav-tabs nav .nav-wrapper{height:unset;overflow:unset}#cashier .main-nav-tabs nav .navitem{width:100%;height:50px;line-height:50px}#cashier .main-nav-tabs nav .navitem:not(.navitem--active){flex-grow:1;justify-content:unset}#cashier .main-nav-tabs nav .navitem:not(.navitem--active) i{display:block}#cashier .main-nav-tabs nav .navitem:not(.navitem--active):before{content:""}#cashier .main-nav-tabs nav .navitem--active{background-color:#f8f8f8;padding-right:0}#cashier .main-nav-tabs .note{display:flex;align-items:flex-end;flex-grow:1}#cashier article{flex-grow:1;overflow:auto}}#cashier-top{padding:1em;margin-bottom:1em;display:none;text-align:center}#cashier-top.active{display:block}#cashier-top h2{font-size:1.3em;margin-bottom:5px}#cashier-top h3{font-size:1.2em;margin:0}#cashier-top p{margin:0 0 1em 0}#cashier-top ul{text-align:left;list-style:disc;padding:0 0 0 1.5em}#cashier-top ul li{margin:0 0 .2em 0}#cashier-top.confirmation h3 span{color:#fe1e4b}#cashier-top.confirmation .descriptor{font-weight:900;font-size:1.5em;background-color:#fff;margin:0 auto 1em auto;text-align:center;line-height:2em;padding:0 1em;border-radius:25px;max-width:300px}#cashier-top.error h2{color:#fe1e4b;text-transform:uppercase}#cashier-top.error a{color:#1273eb}#cashier-top .depositconfirmation{width:100%;max-width:490px;margin:0 auto}#cashier-top .depositconfirmation .note{font-size:13px;padding:1em;background-color:#f2f2f4;border-radius:5px;text-align:justify;font-style:italic}@media screen and (min-width: 1024px){#cashier-top{padding:2em 1em;margin-bottom:0}}#login-required{width:95%;max-width:300px;margin:2em auto}.whitebox{background-color:#fff;padding:1em;border-radius:5px}#tmpmessage{margin:1em auto 2em auto;padding:1em;text-align:center;background-color:#fcffcd;border-radius:5px;width:100%}@keyframes showup{from{opacity:0;transform:translate(-50%, -30%)}to{opacity:1;transform:translate(-50%, -50%)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInRotateX{0%{opacity:0;transform:rotateX(0deg)}100%{opacity:1;transform:rotateX(360deg)}}@keyframes copiedeffect{from{background-color:#2fb427}to{background-color:#f4f6fc}}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes pop_checkmark{0%{transform:scale(0)}70%{transform:scale(1.5)}100%{transform:scale(1)}}@keyframes markee{from{left:100%}to{left:-110%}}.depositform{width:100%;max-width:400px;margin:2em auto;padding:1em !important}.depositform .row{display:flex;flex-wrap:wrap;margin:0 0 .75em 0}.depositform .row label{display:block;width:100%;font-size:.8em;font-weight:700}.depositform .row p{margin:0}.depositform .row p.error{color:red;font-size:13px;width:100%}.depositform input{width:100%;line-height:45px;font-size:1.15em;margin:0;background:#fff;color:#000;border:1px solid #ccc;border-radius:3px;padding:0 1em}.depositform select{line-height:45px;height:45px;width:100%;font-size:1em;margin:0;background:#fff;color:#000;border:1px solid #ccc;border-radius:3px;padding:0 1em}#cashier-home{display:flex;justify-content:center;align-items:center;min-height:70vh;flex-direction:column}#rtgdeposits{width:100%;animation:fadeIn 1s;margin-top:1em}#deposits{margin:1em 0;width:100%;max-width:500px;min-height:calc(100vh - 150px);flex-direction:column;display:none}#deposits.active{display:flex;animation:fadeIn 1s}#deposits .contactsupport{text-align:center;margin-top:2em}#deposits .contactsupport a{color:#fe1e4b;text-transform:uppercase}#deposits .bankingmethods{display:block;margin:1em auto 2em auto;width:100%;max-width:320px;max-height:25px}#deposits .cashier_button--green{letter-spacing:2px;border-radius:25px;background-color:#18d572;padding:0 2em;width:auto;position:sticky;bottom:5px}#deposits .helpbanner{background-color:#f2f2f4;border-radius:10px;text-align:center;padding:15px;margin:2em auto 0 auto;display:block;width:100%}#deposits .helpbanner .infoicon{display:block;margin:0 auto 15px auto;width:40px}#deposits .helpbanner p{color:#423d51;font-size:14px;margin-bottom:1em}#deposits .helpbanner .button{font-size:12px;text-decoration:none;text-transform:uppercase;border:none;outline:none;line-height:2em;padding:0 1em;border-radius:1em;display:inline-block;margin:0 .5em}#deposits .helpbanner .button--yes{background-color:#859bb6;border:1px solid #859bb6;color:#fff}#deposits .helpbanner .button--no{background-color:rgba(0,0,0,0);border:1px solid #9393aa;color:#423d51}#deposits .helpbanner .button:hover{cursor:pointer}#deposits .feesnote{background-color:#fafad2;padding:1em;border-radius:5px;margin-bottom:2em}#deposits .feesnote p{text-align:center;margin:0;font-size:13px}#available-bonuses{margin:1em 0;width:100%}#available-bonuses h3{font-size:14px;font-weight:700;color:#8798ad;margin:0 0 .5em 0}#available-bonuses.active{display:block;animation:fadeIn 1s}#available-bonuses .promoslist{width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;padding-top:5px}#available-bonuses .promoslist::-webkit-scrollbar{height:6px;border-radius:5px}#available-bonuses .promoslist::-webkit-scrollbar-thumb{background-color:#34355b;border-radius:5px}#available-bonuses .promoslist::-webkit-scrollbar-track{background-color:#d3d3d3}#available-bonuses .promoslist+p{margin-top:1em}#available-bonuses .promoslist+p a{text-decoration:underline;cursor:pointer}#available-bonuses .promoitem{padding:1.2em;position:relative;margin:0 1em .5em 0;width:40%;max-width:200px;flex:0 0 auto;transition:all .3s}#available-bonuses .promoitem:hover{cursor:pointer;transform:translate(0px, -5px)}#available-bonuses .promoitem.active{border-radius:5px 9px 5px 5px;color:#fff}#available-bonuses .promoitem:last-child{margin-right:5px}#available-bonuses .promoitem h4{margin:0}#available-bonuses .icon-active{position:absolute;top:-2px;right:-2px;width:18px;height:18px;display:block;border:2px solid #fff;background:#fff;border-radius:50%}#deposit-amount-box{margin:0 0 1.5em 0;width:100%}#deposit-amount-box h3{font-size:14px;font-weight:700;color:#373247;margin:0 0 1em 0}#deposit-amount-box .quick-deposit-options{justify-content:space-between;transition:all .3s;width:100%}#deposit-amount-box .quick-deposit-options button{text-align:center;width:30%;flex-grow:0;font-size:1.5em;font-weight:700;border-radius:9px;border:none;padding:4px;height:80px;line-height:normal;position:relative;transition:margin .5s;background-color:#fff;color:#000;overflow:hidden}#deposit-amount-box .quick-deposit-options button.active{background:#e3dddd}#deposit-amount-box .quick-deposit-options button.active:after{color:#fff;content:"î&nbsp;ˆ";font-family:"cashier";background-color:#2bd285;position:absolute;top:3px;left:3px;border-radius:50%;line-height:normal;animation:pop_checkmark .5s;animation-fill-mode:forwards;font-size:20px;width:22px;height:22px}#deposit-amount-box .quick-deposit-options button.active .getmore{color:#000}#deposit-amount-box .quick-deposit-options button .getmore{line-height:1em;font-size:10px;padding:0 1em;color:#8f8c9a}#deposit-amount-box .quick-deposit-options button .tag{position:absolute;transform:rotate(37deg) translate(25%, -25%);top:0;right:0;text-transform:uppercase;padding:0 2em;font-size:9px;color:#fff;font-weight:700;line-height:1.5em;box-shadow:3px 3px 3px rgba(0,0,0,.15);background:#ff5d0e;background:-moz-linear-gradient(left, #ff5d0e 0%, #fd095a 100%);background:-webkit-linear-gradient(left, #ff5d0e 0%, #fd095a 100%);background:linear-gradient(to right, #ff5d0e 0%, #fd095a 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff5d0e", endColorstr="#fd095a",GradientType=1 )}#deposit-amount-box .quick-deposit-options button span{display:block;font-size:12px;font-weight:400}#deposit-amount-box .quick-deposit-options button:hover{cursor:pointer}#deposit-amount-box .manual-input-box{display:none;background-color:#fff;border-radius:30px;justify-content:space-between;align-items:center;font-size:1.3em;font-weight:700;width:240px;margin:1em auto .5em auto}#deposit-amount-box .manual-input-box.show{display:flex;animation:fadeInRotateX 1s;animation-fill-mode:forwards}#deposit-amount-box .manual-input-box span{line-height:48px;flex-grow:0;padding:0 1em}#deposit-amount-box .manual-input-box .currency-symbol{padding:0 .1em 0 1em}#deposit-amount-box .manual-input-box .minmax{font-size:12px;color:#999;line-height:normal;padding:0;opacity:0;transition:opacity .3s}#deposit-amount-box .manual-input-box .minmax.show{opacity:1}#deposit-amount-box .manual-input-box .currency{padding:0 1em 0 .5em}#deposit-amount-box .manual-input-box input{height:48px;width:25%;line-height:48px;flex-grow:1;border:none;margin:0;font-size:1.3em;font-weight:700}#deposit-amount-box .manual-input-box input:focus{border:none;outline:none}#deposit-amount-box .manual-input-box input::placeholder{font-size:.7em;font-weight:400;color:#ccc}#deposit-amount-box .toggler{text-align:center;width:100%;text-transform:uppercase;color:#fe1e4b;margin:1.2em auto;display:block;line-height:25px}#deposit-amount-box .toggler i{font-size:1.5em;vertical-align:middle}@media screen and (min-width: 360px){#deposit-amount-box .quick-deposit-options button .tag{font-size:10px}}#alldepositmethods .othermethods.box,#alldepositmethods .othermethods.rtgcashier,#alldepositmethods #available-bonuses .othermethods.promoitem,#available-bonuses #alldepositmethods .othermethods.promoitem{padding:0}#deposit-methods-box h3{font-size:14px;font-weight:700;color:#373247;margin:0 0 .5em 0}#deposit-methods-box ul.pending{opacity:.5;cursor:not-allowed}#deposit-methods-box ul:not(.pending):hover li{transition:opacity .3s;opacity:.75}#deposit-methods-box ul:not(.pending):hover li:hover{opacity:1;cursor:pointer}#deposit-methods-box li{overflow:auto}#deposit-methods-box p{margin:0}#deposit-methods-box .topmethods{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:9px;padding:1em 0}#deposit-methods-box .topmethods .deposit-option{height:80px;flex-grow:0;justify-content:center;flex-direction:column;position:relative;order:2;border-radius:9px;background-color:#fff;overflow:hidden;width:31.3%}#deposit-methods-box .topmethods .deposit-option.selected{background:#e3dddd}#deposit-methods-box .topmethods .deposit-option.selected:after{color:#fff;content:"î&nbsp;ˆ";font-family:"cashier";font-weight:700;background-color:#2bd285;position:absolute;top:3px;left:3px;border-radius:50%;line-height:normal;animation:pop_checkmark .5s;animation-fill-mode:forwards;z-index:10;font-size:20px;width:22px;height:22px}#deposit-methods-box .topmethods .deposit-option.fullwidth{width:100%}#deposit-methods-box .topmethods .deposit-option.selected.fullwidth:after{top:35%;left:unset;right:10px;font-size:30px;width:30px;height:30px;line-height:32px}#deposit-methods-box .topmethods .deposit-option .method-logo{height:40px;width:auto;max-width:90%;margin:0 auto 3px auto;display:block}@media screen and (min-width: 375px){#deposit-methods-box .topmethods .deposit-option{width:31.6%}}@media screen and (min-width: 414px){#deposit-methods-box .topmethods .deposit-option{width:31.8%}}@media screen and (min-width: 470px){#deposit-methods-box .topmethods .deposit-option{width:32%}}@media screen and (min-width: 512px){#deposit-methods-box .topmethods .deposit-option{width:32.1%}}#deposit-methods-box .othermethods{height:56px;overflow:hidden;transition:height .3s;position:relative;display:flex;flex-direction:column}#deposit-methods-box .othermethods .toggler{min-height:56px;justify-content:center;color:#fe1e4b;text-transform:uppercase;padding:.5em;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;margin:0;order:0;cursor:pointer}#deposit-methods-box .othermethods .toggler i{font-size:1.5em}#deposit-methods-box .othermethods .deposit-option{min-height:56px;order:2;background-color:#fff;margin-bottom:5px;border-radius:9px;position:relative}#deposit-methods-box .othermethods .deposit-option.firstposition,#deposit-methods-box .othermethods .deposit-option.selected{order:1}#deposit-methods-box .othermethods .deposit-option.selected{background:#e3dddd}#deposit-methods-box .othermethods .deposit-option.selected:after{color:#fff;content:"î&nbsp;ˆ";font-family:"cashier";background-color:#2bd285;position:absolute;top:3px;left:3px;border-radius:50%;line-height:normal;animation:pop_checkmark .5s;animation-fill-mode:forwards;z-index:10;font-size:20px}@media screen and (min-width: 1024px){#deposit-methods-box .othermethods .deposit-option:nth-child(n+2):not(.selected):hover{background-color:#feffe8}}#deposit-methods-box .othermethods .deposit-option .method-logo{width:auto;max-height:40px;max-width:64px;margin:0 1em 0 0}#deposit-methods-box .othermethods .deposit-option .description{width:50%;flex-grow:1}#deposit-methods-box .othermethods .phonedeposit{display:inherit;color:#000;text-decoration:none;width:100%}@media screen and (max-width: 359px){#deposit-methods-box .othermethods{height:60px}#deposit-methods-box .othermethods:after{top:30px}#deposit-methods-box .othermethods .toggler{min-height:60px}#deposit-methods-box .othermethods .deposit-option{min-height:60px}}#deposit-methods-box .deposit-option{padding:.5em;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;margin:0}#deposit-methods-box .deposit-option:hover{cursor:pointer}#deposit-methods-box .deposit-option .method-logo{display:block}#deposit-methods-box .deposit-option .description .method-name{font-weight:700}#deposit-methods-box .deposit-option .description .method-desc{font-size:12px}#deposit-methods-box .deposit-option .selection{width:20px;height:20px;display:block;border-radius:50%;border:1px solid #666}#deposit-methods-box .deposit-option input[type=radio]{width:0px;height:0px;opacity:0}#deposit-methods-box .deposit-option input[type=radio]:checked+.selection{background:url(/app/shared/assets/images/checkmark.svg) no-repeat center;background-size:contain;border:none}#deposit-methods-box .depmeth:hover{cursor:pointer}#btn-deposit-main.oneclick{line-height:normal;padding:.5em 2em;letter-spacing:2px;position:relative}#btn-deposit-main.oneclick[disabled=true]{opacity:.4;cursor:not-allowed;pointer-events:none}#btn-deposit-main.oneclick span{letter-spacing:normal;display:block;font-size:12px;font-weight:400;text-transform:uppercase}#btn-deposit-main.oneclick.processing:after{content:"Processing...";position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;background-color:#a3a3a3;border-radius:25px;display:flex;justify-content:center;align-items:center}.upsell{background:#ff5d0e;background:-moz-linear-gradient(left, #ff5d0e 0%, #fd095a 100%);background:-webkit-linear-gradient(left, #ff5d0e 0%, #fd095a 100%);background:linear-gradient(to right, #ff5d0e 0%, #fd095a 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff5d0e", endColorstr="#fd095a",GradientType=1 );color:#fff;text-align:center;padding:.5em;margin:1em auto 0 auto;display:block;animation:fadeIn 1s;width:100%;height:30px;position:relative;overflow:hidden}.upsell span{line-height:30px;position:absolute;top:0;white-space:nowrap}.upsell span:nth-child(1){animation:markee 18s;animation-iteration-count:infinite;animation-timing-function:linear}.upsell span:nth-child(2){left:100%;animation:markee 18s;animation-delay:9s;animation-iteration-count:infinite;animation-timing-function:linear}.transaction-error{min-height:calc(60vh - 110px);display:flex;flex-direction:column;justify-content:space-between}.message{display:block;width:100%;margin:.5em 0;text-align:center;font-size:13px}.message--error{color:#eb001b}.message--success{color:#2fb427}.transaction-confirm{text-align:center}.transaction-confirm p:first-child{margin-top:2em;color:#666;text-transform:uppercase}.transaction-confirm p.amount{color:#2fb427;font-size:3.7em;margin-bottom:18px}.transaction-confirm .game{width:100%;max-width:400px;margin:0 auto 2em auto}.transaction-confirm .game img{display:block;margin:0 auto;width:100%}#zdw_custom_support_widget{display:none !important}.undermaintenance{background-color:#ff8a00;color:#fff;padding:1em;border-radius:3px;box-shadow:2px 2px 3px rgba(0,0,0,.1);margin:1em 0 0 0}.couponbar{margin:1em 0 0 0;background-color:#fff;border-radius:3px;box-shadow:2px 2px 3px rgba(0,0,0,.1);padding:.5em 1em;opacity:0;transition:all .5s;width:100%;align-self:flex-start;overflow:hidden}.couponbar .tag{display:inline-block;width:16px;vertical-align:middle;margin-right:3px}.couponbar a{color:inherit;text-decoration:underline}.couponbar a:hover{cursor:pointer}.couponbar .redeem{font-weight:700;margin-left:1.5em;display:block}.couponbar.show{opacity:1}.couponbar .info{display:flex;justify-content:flex-start;flex-wrap:wrap;text-align:left}.couponbar .info span.active{width:100%}.couponbar .info span.details{margin-top:.5em;flex-grow:1}.couponbar .info span.cancel{margin-top:.5em;justify-self:flex-end;font-weight:400;color:red}.couponbar .coupondetails{width:100%;white-space:initial;border-radius:4px;border:0px solid rgba(0,0,0,0);transition:all .5s;opacity:0}.couponbar .coupondetails.open{border:1px solid #ccc;opacity:1;margin-top:.5em;margin-bottom:.5em}.couponbar .coupondetails.open&gt;div{display:block}.couponbar .coupondetails&gt;div{display:none;padding:1em}@media screen and (min-width: 568px){.couponbar{white-space:nowrap}.couponbar .info span.active{width:auto}.couponbar .info span.details{padding-left:1em}.couponbar .info span.details,.couponbar .info span.cancel{margin-top:0}.couponbar .redeem{margin-left:1em;display:inline}}.cryptooneclick{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:1em;align-items:center}.cryptooneclick .method-logo{width:25%;max-width:50px;margin:0 1em 0 0}.cryptooneclick .method-logo img{display:block;width:100%}.cryptooneclick .description{flex-grow:1;width:75%}.cryptooneclick .promoinfo{border-radius:5px;background:#1d9bef;color:#fff;padding:3px 1em 5px 1em;margin-top:5px !important;line-height:normal}.cryptooneclick .promoinfo strong{font-size:1.1em}.cryptoaddresscontainer{width:100%;max-width:485px;border-radius:4px;background-color:#f4f6fc;padding:0 .5em;margin:1em auto;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}.cryptoaddresscontainer.copied{animation:copiedeffect 1s}.cryptoaddresscontainer input{line-height:3em;height:3em;border:none;padding:0 .5em;margin:0;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:none;flex-grow:1}@media screen and (min-width: 568px){.cryptoaddresscontainer input{font-size:1.3em;text-align:center}}.cryptoaddresscontainer input.copied+p&gt;a{color:#2fb427}.cryptoaddresscontainer button{line-height:2em;height:2em;border:none;outline:none;padding:0 .5em;font-weight:700;border-radius:3px;background:#2bd376;color:#fff}.cryptoaddresscontainer button:hover{cursor:pointer}@media screen and (min-width: 568px){.cryptoaddresscontainer button{font-size:1.3em}}#digitallabs{width:100%;height:auto;background-size:auto;background-position:center bottom}#digitallabs .digitallabs_header{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:1em;font-size:24px;gap:9px}#digitallabs .digitallabs_header img{display:block;margin:0;width:90px}#digitallabs li{margin-bottom:5px}#digitallabs button{border:none;outline:none;border-radius:35px;display:block;text-transform:uppercase;text-decoration:none;font-weight:700;color:#fff;background-color:#18d572;line-height:3em;text-align:center;padding:0 1em;width:100%;max-width:280px;font-size:16px;margin:1em auto}#digitallabs button:hover{cursor:pointer}#digitallabs #loading.hidden{display:none}#last-used-method{display:none}#last-used-method.active{display:block;animation:fadeIn 1s}#last-used-method .link-show-all-methods{display:block;margin:2em 0 0 0;text-align:center;color:#fe1e4b;text-transform:uppercase;line-height:25px}#last-used-method .link-show-all-methods i{font-size:1.5em;vertical-align:middle}#last-used-method .last-one{display:none}#last-used-method .last-one.active{display:block;animation:fadeIn 1s}#last-used-method .last-one.active .player-cards{background-color:#fff;padding:.5em}#last-used-method .last-one.active .player-cards.selected{background-color:#423d51;color:#fff;border-radius:6px}#last-used-method .last-one.active .player-cards.selected .type:after{content:"î&nbsp;ˆ";color:#fff;font-family:"cashier";background-color:#2bd285;position:absolute;top:-5px;left:-4px;border-radius:50%;line-height:normal;animation:pop_checkmark .5s;animation-fill-mode:forwards;font-size:16px}#last-used-method .last-one.active .player-cards.selected .details .ccexpdate{color:#ccc}#last-used-method .last-one.active .player-cards.selected .details .rge{font-size:12px;width:100%;color:#ff0}#last-used-method .last-one.active .player-cards.selected .actions .btn-change-card,#last-used-method .last-one.active .player-cards.selected .actions .icon-down-arrow{color:#feffe8}#last-used-method .last-one.active .player-cards .type{position:relative}#last-used-method .last-one.active .player-cards .actions{width:70px;display:flex;align-items:center}#last-used-method .last-one.active .player-cards .actions .btn-change-card{font-size:11px;text-transform:uppercase;text-align:right;color:#fe1e4b}#last-used-method .last-one.active .player-cards .actions .icon-down-arrow{color:#fe1e4b}#last-used-method .last-one.active .fee{color:#999;font-size:13px;width:100%}#last-used-method .last-one.active .fee.nofee .feelabel{display:none}#last-used-method .other-previous{display:none}#last-used-method .other-previous.active{display:block;animation:fadeIn 1s}#last-used-method .other-previous .link-use-new-card{background-color:#fff;padding:.5em;display:flex;flex-direction:row;align-items:center;min-height:60px}#last-used-method .other-previous .link-use-new-card .type{width:50px}#last-used-method .other-previous .link-use-new-card .type img{background-color:#e9e9e9;width:100%;border-radius:3px;display:block}#last-used-method .other-previous .link-use-new-card .details{color:#000;font-weight:700;padding:0 1em}@media screen and (min-width: 360px){#last-used-method .other-previous .link-use-new-card .type{width:60px}}#last-used-method .other-previous .player-cards .details .ccnumber{font-size:14px}#last-used-method .other-previous .player-cards .details .ccexpdate{font-size:11px}#last-used-method .other-previous .player-cards .details .rge{font-size:12px;width:100%;color:#d48317}#last-used-method .other-previous .player-cards .details .fee{color:#666;font-size:13px;width:100%}#last-used-method .other-previous .player-cards .details .fee.nofee .feelabel{display:none}@media screen and (min-width: 360px){#last-used-method .other-previous .player-cards .details .ccnumber{font-size:18px}#last-used-method .other-previous .player-cards .details .ccexpdate{font-size:13px}}.player-cards{background-color:#fff;padding:.5em;justify-content:space-between;margin:.5em 0;flex-wrap:nowrap;min-height:60px}.player-cards.selected{background-color:#feffe8}.player-cards.selected input[type=radio]:checked+.type::after{content:"î&nbsp;ˆ";font-family:"cashier";background-color:#2bd285;position:absolute;top:-5px;left:-4px;border-radius:50%;line-height:normal;animation:pop_checkmark .5s;animation-fill-mode:forwards;font-size:16px;width:17px;height:17px}.player-cards.restricted{cursor:not-allowed !important}.player-cards.restricted label,.player-cards.restricted .details{cursor:not-allowed !important}.player-cards.restricted .type,.player-cards.restricted .details&gt;*:not(.rge){opacity:.5}.player-cards.restricted .ccexpdate{flex-grow:1}.player-cards.restricted .actions .prevcard-edit{display:none}.player-cards label{width:50%;flex-grow:1;align-items:center}.player-cards p{margin:0}.player-cards .type{width:50px;margin-right:9px}.player-cards .type img{width:100%;border-radius:3px;display:block}@media screen and (min-width: 360px){.player-cards .type{width:45px}}@media screen and (min-width: 568px){.player-cards .type{width:60px}}.player-cards .details{flex-grow:1;justify-content:space-between;width:50%;padding:0 5px 0 0}.player-cards .details:hover{cursor:pointer}.player-cards .details .ccnumber{width:100%;font-size:16px}.player-cards .details .ccexpdate{font-size:12px;color:#666}.player-cards .details .ccexpdate .date{margin-left:1em}.player-cards .details .expire--soon{background-color:orange;color:#fff;font-size:13px;font-weight:700;padding:2px;display:inline-block}.player-cards .details .expire--expired{background-color:red;color:#fff;font-size:13px;font-weight:700;padding:2px;display:inline-block}.player-cards .actions a{font-size:12px;display:block;margin:5px 0;text-align:right;text-transform:uppercase}.player-cards .actions .prevcard-edit{color:blue}.player-cards .actions .prevcard-remove{color:red}.player-cards .actions .icon-down-arrow::before{transform:rotate(-90deg)}.player-cards input{width:35px;height:35px;margin:0}.player-cards .selection{width:20px;height:20px;display:block;border-radius:50%;border:1px solid #666;margin-right:.5em;background-color:rgba(0,0,0,0);transition:background-color .3s}.player-cards input[type=radio]{width:0px;height:0px}.player-cards input[type=radio]:checked+.type{position:relative;color:#fff}.ccform{width:100%;max-width:500px;margin:1em auto;padding:1em}.ccform .cc_custommessage span{color:red;border:1px solid red;border-radius:4px;padding:6px 1em;margin-top:5px;display:block}.ccform .ccf-row{display:flex;flex-direction:column;margin:0 0 1.5em 0;align-items:flex-start}.ccform .ccf-row label{display:block;width:100%;font-size:1em;font-weight:700;margin-bottom:.5em}.ccform .ccf-row p{margin:0}.ccform .ccf-row p.error{color:red;font-size:13px;width:100%;margin:4px 0}.ccform .ccf-row p.fee{color:#999;font-size:13px;width:100%}.ccform .ccf-row--2col{flex-direction:row;gap:1em}.ccform .cashier_button{margin:1em auto;width:210px}.ccform input{line-height:45px;font-size:1.2em;margin:0;background:rgba(0,0,0,0);color:#000;border:none;outline:none;border-radius:3px;padding:0 .5em}.ccform input:read-only{color:#666;outline:none}.ccform select{line-height:45px;height:45px;width:100%;font-size:1em;margin:0;background:rgba(0,0,0,0);color:#000;border:none;outline:none;padding:0 1em}.ccform .row--ccn .cclogo{opacity:0;display:none;margin:0;background:#fff;border:1px solid #ccc;border-radius:3px;min-width:69px;transition:opacity .3s}.ccform .row--ccn .cclogo.visible{display:block;opacity:1}.ccform .row--ccn .cclogo img{display:block;border-radius:2px}.ccform .row--ccn .whitebox{display:flex;flex-direction:row;align-items:center;width:100%}.ccform .row--ccn .whitebox i{color:#9795a1}.ccform .row--ccn .whitebox i:before{line-height:47px;width:71px;height:47px;margin:0;font-size:50px}.ccform .row--ccex{width:50%}.ccform .row--cccvv input{width:90px}.ccform .row-ccremcvv{justify-content:space-between}.ccform .row-ccremcvv p{line-height:1.5em}.ccform .row-ccaddress{margin-bottom:0}.ccform .address-change{text-transform:uppercase;text-align:center;margin:2em auto !important}.ccform .address-change a{color:#fb244f}.ccform .address-change i{color:#fb244f}.ccform .address-change.default i:before{transform:rotate(180deg)}.ccform #btn-deposit-by-cc{position:relative}.ccform #btn-deposit-by-cc:disabled{opacity:.4;cursor:not-allowed}.ccform #btn-deposit-by-cc.processing:after{content:"Processing...";position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;background-color:#a3a3a3;border-radius:25px;display:flex;justify-content:center;align-items:center}.ccform .newaddress{display:none}.ccform .newaddress.show{display:block;animation:fadeIn .5s}.ccform .newaddress input{font-size:1em;width:100%}.ccform .newaddress .ccf-row--address{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1em}.ccform .newaddress .ccf-row--address .row--city,.ccform .newaddress .ccf-row--address .row--state,.ccform .newaddress .ccf-row--address .row--zip{width:47%}.ccform .newaddress .ccf-row--address .row--zip input{width:100%}@media screen and (min-width: 768px){.ccform .newaddress .ccf-row--address .row--city,.ccform .newaddress .ccf-row--address .row--state,.ccform .newaddress .ccf-row--address .row--zip{width:31%}}.ccform .newaddress .whitebox{display:flex;flex-direction:row;align-items:center;width:100%}.ccform .newaddress .whitebox i{color:#9795a1}.ccform .buttonsbox{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 768px){.ccform .buttonsbox{flex-direction:row-reverse;justify-content:space-between}}.switcher{width:50px;height:1.5em;border-radius:1em;position:relative}.switcher .selector{background-color:#fff;width:1.3em;height:1.3em;border-radius:50%;display:block;position:absolute;top:.075em;transition:all .3s}.switcher .selector:hover{cursor:pointer}.switcher.switch-off{background:#ccc}.switcher.switch-off .selector{left:.075em;box-shadow:1px 0px 4px rgba(0,0,0,.5)}.switcher.switch-on{background:#2fb427}.switcher.switch-on .selector{left:calc(100% - 1.375em);box-shadow:-1px 0px 4px rgba(0,0,0,.5)}.cvvmodal{max-width:400px;background:#fff;border-radius:5px;border:1px solid #e0e7ff;box-shadow:2px 2px 3px rgba(0,0,0,.1)}.cvvmodal .details{padding:2em}.cvvmodal .details input{width:100%;height:45px;line-height:45px;text-align:center;outline:none;font-size:1.2em;border:1px solid #e0e7ff;border-radius:4px}.cvvmodal .details p.error{color:red}.cvvmodal .actions{border-top:1px solid #e0e7ff;display:flex;flex-direction:row;flex-wrap:nowrap}.cvvmodal .actions button{width:50%;border:none;outline:none;text-align:center;background:rgba(0,0,0,0);font-weight:700;padding:1em 0}.cvvmodal .actions button:hover{background-color:rgba(0,0,0,.03);cursor:pointer}.cvvmodal .actions button span{font-size:18px;display:block}.cvvmodal .actions button.cancel span{color:#1e1f43}.cvvmodal .actions button.confirm span{color:#2fb427}#cryptodepositdetails{font-size:14px}#cryptodepositdetails.wrapper{margin:1em auto}#cryptodepositdetails section{margin-bottom:1em}#cryptodepositdetails section h5{font-size:14px;font-weight:700;color:#373247;margin:0 0 1em 0}#cryptodepositdetails .selectedmethod .method{padding:.5em 1em;background-color:#fff;border-radius:5px;font-weight:700}#cryptodepositdetails .selectedmethod .method-logo{display:inline-block;margin-right:1em;width:40px;vertical-align:middle}#cryptodepositdetails .ccardmini{display:inline-block;width:20px;margin-right:.5em}#cryptodepositdetails .qrcode{width:100%;max-width:180px;margin:0 auto}#cryptodepositdetails input{width:100%;line-height:3em;height:3em;border:none;padding:0;margin:0;font-weight:700;font-size:1em;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:none;flex-grow:0}@media screen and (min-width: 568px){#cryptodepositdetails input{font-size:1.3em;text-align:center;width:440px}}#cryptodepositdetails input.copied+p&gt;a{color:#2fb427}#cryptodepositdetails button{line-height:3em;height:3em;border:none;outline:none;padding:0 2em;font-weight:700;border-radius:25px;background:#2bd376;color:#fff;margin:0}#cryptodepositdetails button:hover{cursor:pointer}@media screen and (min-width: 568px){#cryptodepositdetails button{font-size:1em !important}}#cryptodepositdetails .promoinfo{border-radius:5px;background:#1d9bef;color:#fff;padding:.5em 1em;line-height:normal}#cryptodepositdetails .promoinfo strong{font-size:1.1em}#cryptodepositdetails .cryptoaddresscontainer{width:100%;max-width:none;border-radius:5px;background-color:#fff;padding:.5em;margin:1em auto;display:flex;flex-direction:column;justify-content:center}#cryptodepositdetails .cryptoaddresscontainer.copied{animation:copiedeffect 1s}@media screen and (min-width: 568px){#cryptodepositdetails .cryptoaddresscontainer{flex-direction:row;align-items:center}#cryptodepositdetails .cryptoaddresscontainer a.copytoclipboard{padding:0 1em;line-height:2em;height:2em;margin:0 !important}}#cryptodepositdetails a#downloadqr{text-align:center;width:100%;text-transform:uppercase;color:#fe1e4b;margin:1.2em auto;display:block;line-height:25px}#cryptodepositdetails a#downloadqr i{font-size:1.5em;vertical-align:middle}#cryptodepositdetails .coinfort{display:flex;flex-direction:row;align-items:center;background-color:#fff;padding:.5em;margin:2em 0}#cryptodepositdetails .coinfort img{background-color:#e9e9e9;width:50px;height:35px;border-radius:3px;display:block}#cryptodepositdetails .coinfort h5{margin:0}#cryptodepositdetails .coinfort a{color:#fe1e4b;text-transform:uppercase}#cryptodepositdetails .coinfort+.cashier_button{width:210px}#cryptodepositdetails #btn_verifycryptodeposit{background-color:#34355b;color:#fff}#cryptodepositdetails #btn_verifycryptodeposit:disabled{background-color:#ccc}#cryptodepositdetails a.copytoclipboard{text-decoration:underline;display:inline-block}#cryptodepositdetails a.copytoclipboard:hover{cursor:pointer}#cryptodepositdetails .cryptoverificationtxt{text-align:center;font-weight:700}#cryptodepositerror h5{color:#fe1e4b;text-transform:uppercase;text-align:center}#cryptodepositerror .whitebox{margin-bottom:2em}.helpbanner{background-color:#f2f2f4;border-radius:10px;text-align:center;padding:15px;margin:2em auto 0 auto;display:block;width:100%}.helpbanner .infoicon{display:block;margin:0 auto 15px auto;width:40px}.helpbanner p{color:#423d51;font-size:14px;margin-bottom:1em}.helpbanner .button{font-size:12px;text-decoration:none;text-transform:uppercase;border:none;outline:none;line-height:2em;padding:0 1em;border-radius:1em;display:inline-block;margin:0 .5em}.helpbanner .button--yes{background-color:#859bb6;border:1px solid #859bb6;color:#fff}.helpbanner .button--no{background-color:rgba(0,0,0,0);border:1px solid #9393aa;color:#423d51}.helpbanner .button:hover{cursor:pointer}button#first-deposit-help-button-no{font-size:12px !important;line-height:2em !important;padding:0 1em !important;height:auto !important;background-color:rgba(0,0,0,0) !important;border:1px solid #9393aa !important;color:#423d51 !important}#cryptodepositdetails iframe{width:96%;max-width:420px;height:420px;display:block;margin:2em auto 0 auto;background-color:#fff}@media screen and (min-height: 800px){#cryptodepositdetails iframe{height:520px}}#cryptodepositdetails .note{width:96%;max-width:420px;margin:1em auto}#cryptodepositdetails .note strong{color:#07b967}#changellybox{text-align:center;background-color:#f2f2f4;width:100%;border-radius:8px;padding:2em}#changellybox .topimg{display:block;margin:0 auto 1em auto;width:75%;max-width:250px}#changellybox a{color:#3e9eff;text-decoration:underline}#changellybox a:hover{cursor:pointer}#changellybox .button{background-color:#3e9eff;color:#fff;text-transform:uppercase;line-height:2em;padding:0 1em;margin-top:1em;display:inline-block;text-decoration:none;border-radius:1em;font-weight:700;font-size:1.15em}#changellybox .button:hover{cursor:pointer}#ewalletform ::placeholder{font-size:14px}#ewalletform :-ms-input-placeholder{font-size:14px}#ewalletform ::-ms-input-placeholder{font-size:14px}#withdrawal-balance.box,#withdrawal-balance.rtgcashier,#available-bonuses #withdrawal-balance.promoitem{margin:1em 0}#withdrawal-balance.box h2,#withdrawal-balance.rtgcashier h2,#available-bonuses #withdrawal-balance.promoitem h2{text-align:center;margin:0}#withdrawal-balance.box p,#withdrawal-balance.rtgcashier p,#available-bonuses #withdrawal-balance.promoitem p{text-align:center}#withdrawal-balance.box p.balance-amount,#withdrawal-balance.rtgcashier p.balance-amount,#available-bonuses #withdrawal-balance.promoitem p.balance-amount{font-size:3em;margin:0}#withdrawal-balance.box p.note,#withdrawal-balance.rtgcashier p.note,#available-bonuses #withdrawal-balance.promoitem p.note{font-size:12px;color:#666;padding:0 1.5em}@media screen and (min-width: 568px){#withdrawal-balance.box p.note,#withdrawal-balance.rtgcashier p.note,#available-bonuses #withdrawal-balance.promoitem p.note{width:60%;margin:0 auto}}@media screen and (min-width: 1024px){#withdrawal-balance.box p.note,#withdrawal-balance.rtgcashier p.note,#available-bonuses #withdrawal-balance.promoitem p.note{display:none}}#pending-withdrawals{display:none}#pending-withdrawals.active{display:block}.list-pendingwithdrawals .removing{filter:blur(2px);opacity:.5}.list-pendingwithdrawals .pwdetail{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;transition:all .5s}.list-pendingwithdrawals .pwdetail&gt;div&gt;span{display:block;font-size:14px;color:#666}.list-pendingwithdrawals .pwdetail&gt;div{font-size:14px;width:33%;margin-bottom:1em}.list-pendingwithdrawals .pwdetail .wamount{width:50%;font-size:18px;margin-bottom:0;font-size:1em;color:#000}.list-pendingwithdrawals .pwdetail .wbtncancel{width:50%;text-align:right;margin-bottom:0}.list-pendingwithdrawals .pwdetail .wbtncancel .btnlink--cancel{color:#2fb427}.pending-notes{font-size:.86em;color:#666}.pending-notes ul{padding:0 0 0 1.5em;list-style:disc}.cashier_button--request-withdraw{background-color:#1e1f43;font-size:16px}@media screen and (min-width: 1024px){.cashier_button--request-withdraw{font-size:18px}}.btnlink{background:none;border:none;text-decoration:underline;outline:none}.btnlink:hover{cursor:pointer}.btnlink--cancel{color:#eb001b}#request-withdraw{display:none}#request-withdraw.active{display:block}#request-withdraw .withdrawal-amount{margin-bottom:1em}#request-withdraw .manual-input-box{justify-content:space-between;border:1px solid #e0e7ff;font-size:1.3em;font-weight:700;width:100%}#request-withdraw .manual-input-box span{line-height:48px;flex-grow:0;padding:0 1em}#request-withdraw .manual-input-box input{height:48px;width:50%;line-height:48px;flex-grow:1;border:none;margin:0;font-size:1.3em;font-weight:700}#request-withdraw .manual-input-box input:focus{border:none;outline:none}#request-withdraw .manual-input-box input::placeholder{font-size:.7em;font-weight:400;color:#ccc}#request-withdraw .withdrawal-methods{display:flex;flex-direction:column;flex-wrap:nowrap}#request-withdraw .withdrawal-methods&gt;.method{transition:all .5s;order:1}#request-withdraw .withdrawal-methods .method{background:#fff;border-radius:5px;border:1px solid #e0e7ff;margin-bottom:1em}#request-withdraw .withdrawal-methods .method.active{order:0}#request-withdraw .withdrawal-methods .method.active .top{box-shadow:0 5px 5px rgba(0,0,0,.1)}#request-withdraw .withdrawal-methods .method.active .top .arrow{display:none}#request-withdraw .withdrawal-methods .method.active .details{display:block}#request-withdraw .withdrawal-methods .method:not(.active) .top:hover{cursor:pointer;background-color:#feffe8}#request-withdraw .withdrawal-methods .method .cashier_button{max-width:none;font-size:14px;line-height:normal;padding:1em}@media screen and (min-width: 375px){#request-withdraw .withdrawal-methods .method .cashier_button{font-size:16px}}@media screen and (min-width: 568px){#request-withdraw .withdrawal-methods .method .cashier_button{font-size:18px;max-width:440px;padding:0 1em;line-height:3em}}#request-withdraw .withdrawal-methods .top{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;border-width:0 0 1px 0}#request-withdraw .withdrawal-methods .top img{display:block}#request-withdraw .withdrawal-methods .top p{margin:0}#request-withdraw .withdrawal-methods .top .logo{width:30px;height:30px;border-radius:50%}#request-withdraw .withdrawal-methods .top&gt;div{flex-grow:1;padding:0 1em;overflow:hidden}#request-withdraw .withdrawal-methods .top&gt;div .name{font-weight:700;font-size:1.2em}#request-withdraw .withdrawal-methods .top&gt;div .minmax{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#666;font-size:12px}#request-withdraw .withdrawal-methods .top .arrow{width:20px}#request-withdraw .withdrawal-methods .details{display:none;padding:1em;background-color:rgba(0,0,0,.03)}#request-withdraw .withdrawal-methods .details .pre-details{font-weight:400;font-size:12px;line-height:22px;margin:0;margin-bottom:24px}#request-withdraw .withdrawal-methods .details ol{margin:1em 0;padding:0 0 0 1em;font-size:13px}#request-withdraw .withdrawal-methods .details ol li{margin-bottom:1em}#withdrawal-top{background-color:#34355b;padding:1em;margin-bottom:1em;display:none;color:#fff}#withdrawal-top.active{display:block}#withdrawal-top.light{background-color:#fff}#withdrawal-top.light h3{color:#8798ad}#withdrawal-top.light h2{color:#34355b}#withdrawal-top.danger{background-color:#eb001b}#withdrawal-top.danger h3,#withdrawal-top.danger h2,#withdrawal-top.danger p{color:#fff}#withdrawal-top.withdraw-amount-display{text-align:center}#withdrawal-top.withdraw-amount-display h2{font-size:24px}#withdrawal-top.withdraw-amount-display h3{font-size:16px}#withdrawal-top.withdraw-amount-display .top-disclaimer{margin-bottom:40px}#withdrawal-top.withdraw-amount-display .bottom-disclaimer{margin-top:16px;padding-top:16px;position:relative}#withdrawal-top.withdraw-amount-display .bottom-disclaimer::before{width:80%;position:absolute;top:0;margin:0 auto;content:" ";background:#fff;opacity:.5;height:1px;left:50%;transform:translateX(-50%)}#withdrawal-top .d-none{display:none}#withdrawal-top h2{font-size:1.3em;color:#fff}#withdrawal-top h3{font-size:1.2em}#withdrawal-top p{margin:0 0 1em 0}#withdrawal-top ul{text-align:left;list-style:disc;padding:0 0 0 1.5em}#withdrawal-top ul li{margin:0 0 .2em 0}#withdrawal-top ul li a{color:#fcd80b;text-decoration:underline}#withdrawal-top .terms a{color:#fff;text-decoration:underline}@media screen and (min-width: 1024px){#withdrawal-top{padding:1em 3em;background-color:#1e1f43}}@media(max-width: 575.98px){#withdrawal-top.withdraw-amount-display .top-disclaimer{text-align:left}}#withdrawal-top.no_documents p.note{font-style:italic}#withdrawal-top.no_documents .buttonsbox{display:flex;flex-direction:row}#withdrawal-top.no_documents .buttonsbox .cashier_button{font-size:11px;padding:0 1em;width:auto}@media screen and (min-width: 360px){#withdrawal-top.no_documents .buttonsbox .cashier_button{font-size:13px}}@media screen and (min-width: 375px){#withdrawal-top.no_documents .buttonsbox .cashier_button{font-size:14px}}@media screen and (min-width: 568px){#withdrawal-top.no_documents .buttonsbox .cashier_button{font-size:16px}}#withdrawal-top.confirmation{background-color:#2fb427}ul.checklist{list-style:disc;padding:0 0 0 1.5em}ul.checklist .tooltiptext{display:none;width:100%;font-size:13px;color:#666;font-style:italic}ul.checklist p{margin:0;font-weight:700;text-transform:uppercase;line-height:1.5em}ul.checklist .iconinfo{display:block;width:18px;height:18px;position:absolute;right:0;top:3px}ul.checklist li{position:relative;padding-right:2em}#withdraw-request{margin:1em 0}#withdraw-request section{display:none}#withdraw-request section.active{display:block}#withdraw-request form fieldset{border:none}#withdraw-request form .row{margin:0 0 1em 0}#withdraw-request form label{display:block;font-size:11px;font-weight:700;color:#666;text-transform:uppercase;margin-bottom:5px;position:relative;line-height:18px}#withdraw-request form .tooltiptext{display:none}#withdraw-request form .crypto-address-input{display:flex;justify-content:center;align-items:center;background-color:#f4f6fc;position:relative;border-radius:5px;margin:0 1.5em;margin-bottom:5px}#withdraw-request form .crypto-address-input .crypto-address-input__icon-container{display:block;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;background:rgba(0,0,0,0);width:48px;height:100%;position:relative}#withdraw-request form .crypto-address-input .crypto-address-input__icon-container::before{content:" ";display:block;height:16px;width:16px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.4234%202.83322C14.3371%201.72023%2013.4046%200.84082%2012.2699%200.84082H2.16069C0.969281%200.84082%200%201.8101%200%203.00151V12.9985C0%2014.1899%200.969281%2015.1592%202.16069%2015.1592H13.8393C15.0308%2015.1592%2016%2014.1899%2016%2012.9985V4.91303C16%203.92404%2015.3318%203.08872%2014.4234%202.83322ZM2.16069%201.85019H12.2699C12.8192%201.85019%2013.2796%202.23694%2013.3938%202.75238H2.16069C1.73767%202.75238%201.34297%202.87505%201.00937%203.08601V3.00151C1.00937%202.36667%201.52586%201.85019%202.16069%201.85019ZM13.8393%2014.1498H2.16069C1.52586%2014.1498%201.00937%2013.6333%201.00937%2012.9985V4.91303C1.00937%204.2782%201.52586%203.76172%202.16069%203.76172H13.8393C14.4742%203.76172%2014.9907%204.2782%2014.9907%204.91303V6.67432H11.7725C10.4972%206.67432%209.45968%207.71186%209.45968%208.98714C9.45968%2010.2624%2010.4972%2011.3%2011.7725%2011.3H14.9906V12.9985C14.9906%2013.6333%2014.4741%2014.1498%2013.8393%2014.1498ZM14.9906%2010.2906H11.7725C11.0538%2010.2906%2010.4691%209.70587%2010.4691%208.98714C10.4691%208.2684%2011.0538%207.68369%2011.7725%207.68369H14.9906V10.2906Z%22%20fill%3D%22%238798AD%22%2F%3E%0A%3C%2Fsvg%3E%0A")}#withdraw-request form .crypto-address-input input{display:block;width:calc(100% - 48px);border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0;background:rgba(0,0,0,0);border:none;z-index:2;padding:0}#withdraw-request form .crypto-address-input input:focus{outline:none}#withdraw-request form .crypto-address-input .crypto-address-input__outline{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none;border-radius:5px}#withdraw-request form .crypto-address-input input:focus+.crypto-address-input__outline{box-shadow:0 0 4px 1px #3a3399}#withdraw-request form .crypto-address-input.danger .crypto-address-input__icon-container::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.4234%202.83322C14.3371%201.72023%2013.4046%200.84082%2012.2699%200.84082H2.16069C0.969281%200.84082%200%201.8101%200%203.00151V12.9985C0%2014.1899%200.969281%2015.1592%202.16069%2015.1592H13.8393C15.0308%2015.1592%2016%2014.1899%2016%2012.9985V4.91303C16%203.92404%2015.3318%203.08872%2014.4234%202.83322ZM2.16069%201.85019H12.2699C12.8192%201.85019%2013.2796%202.23694%2013.3938%202.75238H2.16069C1.73767%202.75238%201.34297%202.87505%201.00937%203.08601V3.00151C1.00937%202.36667%201.52586%201.85019%202.16069%201.85019ZM13.8393%2014.1498H2.16069C1.52586%2014.1498%201.00937%2013.6333%201.00937%2012.9985V4.91303C1.00937%204.2782%201.52586%203.76172%202.16069%203.76172H13.8393C14.4742%203.76172%2014.9907%204.2782%2014.9907%204.91303V6.67432H11.7725C10.4972%206.67432%209.45968%207.71186%209.45968%208.98714C9.45968%2010.2624%2010.4972%2011.3%2011.7725%2011.3H14.9906V12.9985C14.9906%2013.6333%2014.4741%2014.1498%2013.8393%2014.1498ZM14.9906%2010.2906H11.7725C11.0538%2010.2906%2010.4691%209.70587%2010.4691%208.98714C10.4691%208.2684%2011.0538%207.68369%2011.7725%207.68369H14.9906V10.2906Z%22%20fill%3D%22%23EB001B%22%2F%3E%0A%3C%2Fsvg%3E")}#withdraw-request form .crypto-address-input.danger .crypto-address-input__outline,#withdraw-request form .crypto-address-input.danger input:focus+.crypto-address-input__outline{box-shadow:0 0 4px 1px #eb001b}#withdraw-request form .crypto-address-input.success .crypto-address-input__icon-container::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%208C0%2012.4183%203.58172%2016%208%2016C12.4183%2016%2016%2012.4183%2016%208C16%203.58172%2012.4183%200%208%200C3.58172%200%200%203.58172%200%208ZM14.5%208C14.5%2011.5899%2011.5899%2014.5%208%2014.5C4.41015%2014.5%201.5%2011.5899%201.5%208C1.5%204.41015%204.41015%201.5%208%201.5C11.5899%201.5%2014.5%204.41015%2014.5%208Z%22%20fill%3D%22%2300B427%22%2F%3E%0A%3Cpath%20d%3D%22M11.2929%204.66791L12.7071%206.08212L6.75001%2012.0392L3.29291%208.58212L4.70712%207.16791L6.75001%209.2108L11.2929%204.66791Z%22%20fill%3D%22%2300B427%22%2F%3E%0A%3C%2Fsvg%3E%0A")}#withdraw-request form .crypto-address-input.success input:focus+.crypto-address-input__outline{box-shadow:0 0 4px 1px #2fb427}#withdraw-request form input{width:100%;padding:0 1em;border:1px solid #ccc;line-height:35px;height:35px;transition:all .3s;font-size:1em;background:#fff}#withdraw-request form input[type=radio],#withdraw-request form input[type=checkbox]{width:20px;height:20px;padding:0;vertical-align:middle;line-height:normal;margin-right:9px}#withdraw-request form input[name=bankname-other]{opacity:1;margin-top:9px}#withdraw-request form input[name=bankname-other]:disabled{height:0px;opacity:0;margin-top:-2px}#withdraw-request form .iconinfo{display:block;width:18px;height:18px;position:absolute;right:0;top:3px}#withdraw-request form p.error{color:red;font-size:13px}#withdraw-request form .rdlbl{display:inline-block;font-size:inherit;font-weight:normal;color:inherit;text-transform:none;vertical-align:middle;line-height:35px;height:35px}#withdraw-request form select{width:100%;padding:0 1em;border:1px solid #ccc;line-height:35px;height:35px;transition:all .3s;font-size:1em;background:#fff}#withdraw-request ul.wnotes{font-size:12px;padding:0 0 0 1.5em;list-style:disc}#withdraw-request .request-disclaimer{margin-bottom:30px}#withdraw-request .request-disclaimer-title.danger{color:#eb001b}#withdraw-request .request-disclaimer-text{padding:0 0 0 1.5em}#withdraw-request .coindraw-confirmation{margin-bottom:40px}#withdraw-request .coindraw-confirmation .address-label{margin-bottom:8px;font-size:11px;color:#8798ad;text-transform:uppercase}#withdraw-request .coindraw-confirmation .address{margin-bottom:16px;font-size:15px;padding:0 0 0 1.5em}#withdraw-request .coindraw-confirmation .change-address-btn-link{color:#1273eb;background-color:rgba(0,0,0,0);border:none;display:inline-block;padding:0 0 0 1.5em}#withdraw-request .coindraw-confirmation .change-address-btn-link:hover{text-decoration:underline;cursor:pointer}.rtgcashier{width:100%;border:none;height:100vh}.withdrawal-email-confirmation--validated{padding-bottom:20px;margin-bottom:20px}.withdrawal-email-confirmation__heading{margin-top:20px;margin-bottom:0;text-align:center}.withdrawal-email-confirmation__subheading{text-align:center;display:block}.withdrawal-email-confirmation__confirmation-code-input-container{position:relative;display:block;height:40px;width:200px;margin:25px auto}.withdrawal-email-confirmation__confirmation-code-input-loader{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);max-height:100%}.withdrawal-email-confirmation__confirmation-code-input{text-align:center;display:block;height:100%;border:1px solid #000;background-color:#fff;width:100%;border-radius:4px;font-size:16px;font-weight:bold}.withdrawal-email-confirmation__confirmation-code-input--invalid{border-color:#eb001b;color:#eb001b}.withdrawal-email-confirmation__confirmation-code-input:disabled{cursor:no-drop}.withdrawal-email-confirmation__confirmation-code-input-status-text{text-align:left;font-size:12px;display:block}.withdrawal-email-confirmation__confirmation-code-input-status-text--invalid{color:#eb001b}.coindraw-requirements .requirements-list-item{display:flex}.coindraw-requirements .requirement-label{display:block;margin-left:10px}.coindraw-requirements .requirement-icon-container{display:flex;width:21px;height:24px;align-items:center}#wd_special .wrapper{padding:1em}#wd_special .top{background-color:#3e3f57;color:#fff;padding:1em;border-radius:.5em}#wd_special .top h2{color:#2bd376}#wd_special .securitycheck{display:none}#wd_special .securitycheck.show{display:block}#wd_special .securitycheck .stp1cta,#wd_special .securitycheck .stp2cta{text-align:center}#wd_special .securitycheck .step{margin:1em auto}#wd_special .securitycheck .step.box,#wd_special .securitycheck #available-bonuses .step.promoitem,#available-bonuses #wd_special .securitycheck .step.promoitem,#wd_special .securitycheck .step.rtgcashier{padding:0}#wd_special .securitycheck .step .status{background-color:#e4e4e4;font-size:1.1em;font-weight:700;padding:7px 1em 9px 1em}#wd_special .securitycheck .step .status p{margin:0;font-weight:400;line-height:normal;font-size:1em}#wd_special .securitycheck .step .content{padding:1em}#wd_special .securitycheck .step .cashier_button{font-size:13px;letter-spacing:normal;margin:0 auto;background-color:#2bd376;min-height:unset;line-height:3em;border-radius:25px;display:inline-flex;width:auto;padding:0 2em;animation:fadeIn .3s}@media screen and (min-width: 360px){#wd_special .securitycheck .step .cashier_button{letter-spacing:.5px}}@media screen and (min-width: 375px){#wd_special .securitycheck .step .cashier_button{font-size:16px;letter-spacing:1px}}#wd_special .statuscheck,#wd_special .step2 .stp2status,#wd_special .step1 .stp1status{color:#888}#wd_special .statuscheck.pending,#wd_special .step2 .pending.stp2status,#wd_special .step1 .pending.stp1status{color:red}#wd_special .statuscheck.declined,#wd_special .step2 .declined.stp2status,#wd_special .step1 .declined.stp1status{color:red}#wd_special .statuscheck.complete,#wd_special .step2 .complete.stp2status,#wd_special .step1 .complete.stp1status{color:#0e9d4d}#wd_special .step1 ul{list-style:disc;padding:0 0 0 1.25em}#wd_special .step1 ul li{margin:0}#wd_special .step2 .p3{font-size:1.5em;text-align:center}#wd_special .verification_deposit{display:none}#wd_special .verification_deposit .content{margin-top:1em}#wd_special .verification_deposit.show{display:block}#wd_special .verification_deposit .loading{margin:4em auto}#wd_special .verification_deposit .deposit_details{display:none}#wd_special .verification_deposit .deposit_details.show{display:block}#wd_special .verification_deposit .qrcode{text-align:center}#wd_special .securitycheckcomplete .balance{text-align:center}#wd_special .securitycheckcomplete .balance .amount{font-size:2em;font-weight:700}#wd_special .securitycheckcomplete .newgame{width:100%;margin:0 auto;max-width:420px}#wd_special .securitycheckcomplete .newgame img{width:100%;display:block}#wd_special .withdrawalstatus{background-color:#f9fad2;width:100%;max-width:600px;margin:0 auto;padding:1em;border-radius:5px;box-shadow:2px 2px 3px rgba(0,0,0,.1);text-align:center}#wd_special .withdrawalstatus h3{color:red}#wd_special .withdrawalstatus .progressbar{width:90%;max-width:400px;margin:1em auto 0 auto;opacity:0;transition:opacity .3s}#wd_special .withdrawalstatus .progressbar.show{opacity:1}#wd_special .withdrawalstatus .progressbar .bar{background-color:#fff;border:1px solid #e0e7ff;box-shadow:2px 2px 3px rgba(0,0,0,.1);height:24px;border-radius:12px;overflow:hidden}#wd_special .withdrawalstatus .progressbar .bar span{display:block;background-color:#2bd376;transition:width 1s;width:0px;height:100%}#wd_special .withdrawalstatus .progressbar .bar span.progress50{width:50%}#wd_special .withdrawalstatus .progressbar .bar span.progress100{width:100%}#wd_special .withdrawalstatus .progressbar p{text-align:right;font-weight:700;margin:5px 0 0 0}.modaloverlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:100000}.modaloverlay .modal__content{width:90%;max-width:500px;background-color:#fff;border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,.2);color:#000;padding:1em;text-align:center}.modaloverlay .modal__content button:hover{cursor:pointer}.modaloverlay .modal__copy{font-family:"Lato",sans-serif;font-size:14px}.modaloverlay .modal__copy h3{margin:0 0 .6em 0;color:initial;font-size:1.5em;font-weight:400;letter-spacing:initial;text-transform:none}.modaloverlay .modal__copy p{margin:0 0 1em 0}.modaloverlay .modal__copy ol{text-align:left;margin:1em 0;padding:0 0 0 1em}.modaloverlay.show{animation:fadeIn 1s}.modaloverlay.closing{animation:fadeOut 1s;animation-fill-mode:forwards}.modaloverlay .modal__close button{background-color:#666;color:#fff;border:none;outline:none;border-radius:3px;line-height:2em;padding:0 1em}.modaloverlay .modal__close button:hover{cursor:pointer}.missing__info{padding:1em}.missing__info h2{margin:0 0 1em 0}.missing__info__form{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.missing__info__form input{width:100%;height:40px;line-height:40px;padding:0 1em;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;transition:border-color .5s;outline:none}.missing__info__form input.error{border-color:red}.missing__info__form .row{width:100%;margin-bottom:5px}.missing__info__form .buttons{width:100%;display:inherit;margin-top:1em;justify-content:center}.missing__info__form .buttons .button{width:120px;line-height:40px;border:none;border-radius:4px;font-weight:700;text-transform:uppercase;margin:1em}.missing__info__form .buttons .button--close{background-color:#979797;color:#fff}.missing__info__form .buttons .button--accept{background-color:#1273eb;color:#fff}.missing__info__form .buttons .button:disabled{cursor:not-allowed;opacity:.5}.missing__info__form p.error{font-size:13px;color:red;text-align:left;margin:0}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}#redeem-coupons{display:flex;flex-direction:column}#redeem-coupons.wrapper{margin:1em auto;max-width:1300px}#redeem-coupons h3{font-size:14px;font-weight:700;color:#373247;margin:0 0 1em 0}#redeem-coupons .redeembox{width:100%;max-width:800px;margin:0 auto 2em auto}#redeem-coupons .redeembox input{color:#000;font-weight:900;font-size:1.35em;background-color:#fff;width:90%;max-width:320px;margin:0 auto;border-radius:25px;text-align:center;line-height:48px;height:48px;display:block;border:none;padding:0 1em}@media screen and (min-width: 568px){#redeem-coupons .redeembox input{order:0}}#redeem-coupons .redeembox input::placeholder{font-size:1em;font-weight:400;color:#bbb}#redeem-coupons .redeembox p.error{width:100%;text-align:center;max-width:320px;color:red;margin:0 auto}@media screen and (min-width: 568px){#redeem-coupons .redeembox p.error{order:2}}#redeem-coupons .redeembox .whitebox{display:flex;flex-direction:column}@media screen and (min-width: 568px){#redeem-coupons .redeembox .whitebox{flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}#redeem-coupons .redeembox .whitebox .cashier_button--green{margin:0;order:1}}#redeem-coupons .promos{margin:2em auto;width:100%}#redeem-coupons .promos ul li{animation:fadeIn .5s;padding:0;margin-bottom:2em}#redeem-coupons .promos ul li .promoinfo{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;border-radius:4px;overflow:hidden;position:relative}#redeem-coupons .promos ul li .promoinfo img{width:40%;display:block;height:100%;max-width:172px}#redeem-coupons .promos ul li .content{padding:1em;flex-grow:1}#redeem-coupons .promos ul li .content .title{font-size:1.1em;font-weight:700}#redeem-coupons .promos ul li .terms{display:flex;position:absolute;bottom:-120%;right:0;left:0;background-color:rgba(0,0,0,.8);color:#fff;transition:all .5s;justify-content:center;align-items:center;opacity:0}#redeem-coupons .promos ul li .terms span{text-align:center;padding:2em}#redeem-coupons .promos ul li .terms.show{top:0;bottom:0;opacity:1}#redeem-coupons .promos ul li .cta button{margin:1em 0;min-width:120px}#redeem-coupons .promos ul li .cta a{margin:1em 0;max-width:fit-content}#redeem-coupons .promos ul li .bottombar{background-color:#8798ad;color:#fff;border-radius:4px;margin:3px 0 0 0;padding:3px .5em;font-size:12px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap}#redeem-coupons .promos ul li .bottombar .info:hover{cursor:pointer}@media screen and (min-width: 414px){#redeem-coupons .promos ul li button{line-height:3em}}@media screen and (min-width: 1024px){#redeem-coupons .promos ul{display:grid;grid-template-columns:1fr 1fr;gap:2em}}.couponpreview{max-width:400px;background:#fff;border-radius:5px;border:1px solid #e0e7ff;box-shadow:2px 2px 3px rgba(0,0,0,.1);transition:all .3s}.couponpreview .info{padding:1em}.couponpreview .details{padding:1em}.couponpreview .details .mindep{font-size:13px;margin-top:1em}.couponpreview .details .error{color:red;font-size:13px}.couponpreview h3{color:#8798ad}.couponpreview h3:before{color:#2fb427;content:"â€¢";margin-right:5px}.couponpreview input{line-height:3em;width:100%;padding:0 1em;background-color:#f4f6fc;border-radius:5px;font-size:20px;margin-bottom:.5em;text-transform:uppercase;border:none;outline:none}.couponpreview p.title{font-weight:700;font-size:1.2em;color:#1e1f43}.couponpreview .actions{border-top:1px solid #e0e7ff;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;padding:1em;gap:1em}.couponpreview .actions a,.couponpreview .actions button{width:50%;line-height:3em;border:none;outline:none;text-align:center;font-size:15px;background:rgba(0,0,0,0);font-weight:700;text-decoration:none;color:#000}.couponpreview .actions a:hover,.couponpreview .actions button:hover{background-color:rgba(0,0,0,.03);cursor:pointer}.couponpreview .actions a.close-modal,.couponpreview .actions button.close-modal{color:#1e1f43;border:1px solid rgba(0,0,0,.1)}.couponpreview .actions a.redeem,.couponpreview .actions button.redeem{background-color:#2fb427;color:#fff}.couponpreview .actions a.cancel,.couponpreview .actions button.cancel{color:#eb001b}.couponpreview .actions a.cancel:disabled,.couponpreview .actions button.cancel:disabled{cursor:not-allowed;color:#666}.couponpreview .actions button:disabled{opacity:.3;cursor:not-allowed}.couponpreview .warning{background-color:#1e1f43;color:#fff;padding:1em;margin:0}.couponpreview .note{margin-top:5px;font-size:12px;text-align:justify}.couponpreview .note strong{color:red;text-transform:uppercase;font-weight:700}.couponpreview .info.hidden{display:none}.couponpreview .response{display:none;min-height:200px;justify-content:center;flex-direction:column;padding:1em 1em 0 1em;text-align:center}.couponpreview .response.active{display:flex;animation:fadeIn .5s}.couponpreview .response .actions{width:100%;justify-content:center;margin-top:auto}.couponpreview .response .details{text-align:left}#active-coupons.wrapper{margin:1em auto}#active-coupons.wrapper&gt;.box,#available-bonuses #active-coupons.wrapper&gt;.promoitem,#active-coupons.wrapper&gt;.rtgcashier{margin-bottom:2em}#active-coupons h4{color:#8798ad}#active-coupons h4:before{color:#2fb427;content:"â€¢";margin-right:5px}#active-coupons h5{margin:2em 0 .5em 0;color:#8798ad}#active-coupons p{margin:0 0 .5em 0}#active-coupons .top{width:100%;margin:1em 0}#active-coupons .top p{text-align:center}#active-coupons .coupondescription{margin-bottom:2em;overflow:auto}#active-coupons .coupondescription img{display:block;width:35%;max-width:172px;margin-right:1em;float:left;border-radius:4px}#active-coupons .couponcode{color:#000;font-weight:900;font-size:1.85em;background-color:#fff;width:90%;max-width:320px;margin:0 auto 1em auto;border-radius:25px;text-align:center;line-height:1.5em}#active-coupons .title{font-weight:700;font-size:1.1em}#active-coupons .coupondetails{display:none;margin-bottom:2em}#active-coupons .coupondetails a{text-decoration:underline;cursor:pointer}#active-coupons .coupondetails.active{display:block;animation:fadeIn .5s}#active-coupons .col{display:flex;flex-direction:row;flex-wrap:nowrap}#active-coupons .col span{width:50%}#active-coupons .col span:first-child{max-width:180px}#active-coupons .gameslist{padding:1em 0;display:none}#active-coupons .gameslist.active{display:block;animation:fadeIn .5s}#active-coupons .gameslist ul{list-style:disc;margin:0;padding:0 0 0 1.5em}#active-coupons .gameslist ul li{margin:0 0 5px 0}#active-coupons .allowedgames{padding:1em 0 0 0}#active-coupons .allowedgames h3{margin:0 0 5px 0}#active-coupons .excludedgames{padding:1em 0 0 0}#active-coupons .togglecoupondetails{color:#fe1e4b;font-weight:700;text-align:center;text-decoration:none;text-transform:uppercase;margin-top:2em;display:block}#active-coupons .togglecoupondetails:hover{cursor:pointer}#active-coupons .togglecoupondetails:after{content:"î&nbsp;‚";display:inline-block;margin-left:5px;font-size:120%;font-family:"cashier"}#active-coupons .coupondetails.active+.togglecoupondetails:after{transform:rotate(180deg)}#active-coupons .actions{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:2em;gap:2em}#active-coupons .actions a,#active-coupons .actions button{width:50%;line-height:3em;border:none;outline:none;text-align:center;font-size:15px;background:#fff;font-weight:700;text-decoration:none;color:#000}#active-coupons .actions a:hover,#active-coupons .actions button:hover{background-color:rgba(0,0,0,.03);text-decoration:underline;cursor:pointer}#active-coupons .actions a.close-modal,#active-coupons .actions button.close-modal{color:#1e1f43}#active-coupons .actions a.redeem,#active-coupons .actions button.redeem{color:#2fb427}#active-coupons .actions a.cancel,#active-coupons .actions button.cancel{color:#eb001b}#active-coupons .actions a.cancel:disabled,#active-coupons .actions button.cancel:disabled{cursor:not-allowed;color:#999}#active-coupons .note{padding:0 2em;text-align:center;color:#666}#custom_promos{margin-bottom:1em}#custom_promos .custom_slide{margin-bottom:1em}#custom_promos .custom_slide&gt;div{display:none}#custom_promos .no_slide&gt;div{margin-bottom:1em}.freespinsdetails{text-align:center;border:1px solid hsla(0,0%,100%,.25);border-radius:2px;margin:0 auto;width:100%;max-width:350px;padding:1em 1em 0 1em}.freespinsdetails .gameimg{display:block;width:100%;max-width:320px;margin:0 auto}.freespinsdetails .blink{animation:blink 1s;animation-iteration-count:infinite}.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:#000;position:absolute;width:15.625em;display:flex;flex-direction:column;z-index:9001;user-select:none;border:1px solid gray;border-radius:.263921875em;overflow:hidden;background:#fff;box-shadow:0 1.25em 1.25em -0.9375em rgba(0,0,0,.3)}.qs-datepicker-container *{box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;transition:opacity .3s;display:flex;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{border:none;background:rgba(0,0,0,0);border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid #fff;border-radius:.263921875em;padding:.5em;margin:0 auto auto;cursor:pointer;background:rgba(128,128,128,.4)}.qs-overlay .qs-submit.qs-disabled{color:gray;border-color:gray;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:flex;flex-wrap:wrap;flex-grow:1}.qs-overlay .qs-overlay-month{display:flex;justify-content:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:flex;justify-content:space-between;align-items:center;flex-grow:1;flex-shrink:0;background:#d3d3d3;filter:blur(0px);transition:filter .3s}.qs-controls.qs-blur{filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.263921875em;transition:background .15s}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:after{content:"";border:.390625em solid rgba(0,0,0,0);position:absolute;top:50%;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:gray;right:50%;transform:translate(25%, -50%)}.qs-arrow.qs-right:after{border-left-color:gray;left:50%;transform:translate(-25%, -50%)}.qs-month-year{font-weight:bold;transition:border .2s;border-bottom:1px solid rgba(0,0,0,0)}.qs-month-year:not(.qs-disabled-year-overlay){cursor:pointer}.qs-month-year:not(.qs-disabled-year-overlay):hover{border-bottom:1px solid gray}.qs-month-year:focus,.qs-month-year:active:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:flex;flex-wrap:wrap;padding:.3125em;filter:blur(0px);transition:filter .3s}.qs-squares.qs-blur{filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s;border-radius:.263921875em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:bold;text-decoration:underline}.qs-active,.qs-range-start,.qs-range-end{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:rgb(212.0841121495,234.5887850467,241.9158878505)}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-range-end:not(.qs-range-0){border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-empty{cursor:default}.qs-day{cursor:default;font-weight:bold;color:gray}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}#my-transactions{margin:1em auto !important}#my-transactions h3{font-size:14px;font-weight:700;color:#373247;margin:0 0 1em 0}#my-transactions .loader{text-align:center;color:#009ef7;padding:2em 0}#my-transactions .filterandquery{display:none;flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:1em}#my-transactions .filterandquery.show{display:flex;animation:fadeIn .5s}#my-transactions .filterandquery .filters,#my-transactions .filterandquery .query{width:100%}#my-transactions .filterandquery .filters label,#my-transactions .filterandquery .query label{width:100%;display:block}#my-transactions .filterandquery .filters select{width:100%;height:2.5em;border:none;background-color:#fff;border-radius:5px;padding:0 1em;margin-top:5px}#my-transactions .filterandquery .filters.hidden{display:none}#my-transactions .filterandquery .query{display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;align-items:flex-end;justify-content:space-between}#my-transactions .filterandquery .query p{width:100%;margin:0}#my-transactions .filterandquery .query p:first-child{margin-bottom:1em}#my-transactions .filterandquery .query input{display:block;width:100%;background-color:#fff;border:none;border-radius:5px;font-size:1.1em;font-weight:700;padding:0 1em;height:2.5em;line-height:2.5em}#my-transactions .filterandquery .query .from,#my-transactions .filterandquery .query .to{width:48%}#my-transactions .filterandquery .query .search{width:100%}#my-transactions .filterandquery .query .search input{width:100%;max-width:200px;background-color:#1273eb;border:none;border-radius:25px;outline:none;font-weight:700;color:#fff;text-transform:uppercase;margin:1em auto;letter-spacing:2px}#my-transactions .filterandquery #btnGettransactions:hover{cursor:pointer}#my-transactions .filterandquery #btnGettransactions:disabled{cursor:not-allowed;opacity:.5}#my-transactions .filterandquery p.error{color:red}@media screen and (min-width: 1024px){#my-transactions .filterandquery{flex-direction:row-reverse;gap:2em}#my-transactions .filterandquery .filters{width:30%}#my-transactions .filterandquery .query{justify-content:flex-start;width:60%;gap:0 1em}#my-transactions .filterandquery .query .from,#my-transactions .filterandquery .query .to{width:30%;flex-grow:1}#my-transactions .filterandquery .query .search{width:150px}#my-transactions .filterandquery .query .search input{margin:0}}#my-transactions .transactionslist{display:none;padding:1em 0}#my-transactions .transactionslist.show{display:block;animation:fadeIn .5s}#my-transactions .transactionslist .notransactions{text-align:center;padding:2em 1em}#my-transactions .transactionslist .row{display:flex;flex-direction:row;flex-wrap:wrap;padding:.5em;border-radius:2px;align-items:center}#my-transactions .transactionslist .row p{margin:0}#my-transactions .transactionslist .row:nth-child(even){background-color:#f2f2f4}#my-transactions .transactionslist .row.hidden{display:none}#my-transactions .transactionslist .datetime{width:100%}#my-transactions .transactionslist .description{flex-grow:1;width:50%}#my-transactions .transactionslist .description .type{text-transform:uppercase;font-size:13px}#my-transactions .transactionslist .amount{font-weight:700;text-align:right;min-width:80px}#my-transactions .transactionslist .approved{color:#32cd32}#my-transactions .transactionslist .request{color:#999 !important}#my-transactions .transactionslist .withdraw{color:red}#my-transactions .transactionslist .amount.request.withdraw{opacity:.5}#my-transactions .transactionslist .claimagain{background-color:#18d572;border-radius:1em;letter-spacing:1px;animation:fadeIn 1s;border:none;letter-spacing:normal;line-height:2em;color:#fff;text-transform:uppercase;font-weight:700;padding:0 1.2em;margin:.5em 0}#my-transactions .transactionslist .claimagain:hover{cursor:pointer}@media screen and (min-width: 1024px){#my-transactions .transactionslist{padding:2em 0}#my-transactions .transactionslist .datetime{width:140px}#my-transactions .transactionslist .claimagain{margin:0}}#my-transactions .filterandquery .query .qs-datepicker input{color:#000;height:1.5em;line-height:1.5em}#my-transactions .filterandquery .query .qs-datepicker .qs-overlay-month{line-height:1.5em}#cashier #my-transactions .transactionslist .approved{color:green}.promos{display:block;width:100%;margin-bottom:10px}.promos .expiration{margin-top:3px;border-radius:6px;display:flex;background-color:#000;color:#fff}.promos .expiration .expdiv{margin:0 auto;padding:.5em;font-family:"Montserrat",sans-serif !important}.promos .expiration .expdiv .expiration__countdown{display:inline-block;letter-spacing:-1px}.promos .expiration .expdiv .expiration__countdown .countdown__digit{font-family:"Montserrat",sans-serif;font-size:20px;font-weight:600;margin:0 .3em}@media(min-width: 320px){.promos .expiration .expdiv .expiration__countdown .countdown__digit{font-size:17px;margin-top:3px}}@media(min-width: 375px){.promos .expiration .expdiv .expiration__countdown .countdown__digit{font-size:20px}}.promos .expiration .expdiv .expiration__countdown .countdown_date{font-family:"Montserrat",sans-serif;font-size:16px;font-weight:400}@media(min-width: 320px){.promos .expiration .expdiv .expiration__countdown .countdown_date{font-size:14px}}@media(min-width: 375px){.promos .expiration .expdiv .expiration__countdown .countdown_date{font-size:16px}}.promos .expiration .expdiv .expiration__title{margin:0 1em 0 0;display:inline-block;text-transform:uppercase;font-family:"Montserrat",sans-serif;font-weight:bold;letter-spacing:.5px}@media(min-width: 320px){.promos .expiration .expdiv .expiration__title{font-size:14px}}@media(min-width: 375px){.promos .expiration .expdiv .expiration__title{font-size:1em}}@media(min-width: 320px){.promos .expiration .expdiv{height:auto}}@media(min-width: 375px){.promos .expiration .expdiv{height:40px}}
</pre></body></html>