@charset "UTF-8";.display-up{animation:displayUp .2s ease-in-out forwards}@keyframes displayUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hide-up{animation:hideUp .3s ease-in-out forwards}@keyframes hideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.display-down{animation:displayDown .2s ease-in-out forwards}@keyframes displayDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hide-down{animation:hideDown .3s ease-in-out forwards}@keyframes hideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.display-left{animation:displayLeft .2s ease-in-out forwards}@keyframes displayLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.hide-left{animation:hideLeft .3s ease-in-out forwards}@keyframes hideLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.display-right{animation:displayRight .2s ease-in-out forwards}@keyframes displayRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.hide-right{animation:hideRight .3s ease-in-out forwards}@keyframes hideRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,25%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes wave{0%{margin-left:0}to{margin-left:-1600px}}@keyframes swell{0%,to{transform:translate3d(0,-25px,0)}50%{transform:translate3d(0,5px,0)}}.invisible{opacity:0}.visible{opacity:1}.animated{animation-duration:1s;animation-fill-mode:both}.fadeIn{animation-name:fadeIn}.fadeInUp{animation-name:fadeInUp}.loader{display:none}@keyframes load_spin{to{transform:rotate(1turn)}}.cnt-starshine,.cnt-starshine-drc{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.cnt-starshine .starshine,.cnt-starshine-drc .starshine{animation:glitter 6s linear 0s infinite normal;background-image:url(/images/starshine.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;color:tansparent;display:block;left:50%;opacity:0;overflow:hidden;position:absolute;top:50%;z-index:2}.cnt-starshine .starshine.small,.cnt-starshine-drc .starshine.small{height:1em;width:1em}.cnt-starshine .starshine.medium,.cnt-starshine-drc .starshine.medium{height:2em;width:2em}.cnt-starshine .starshine.large,.cnt-starshine-drc .starshine.large{height:3.5em;width:3.5em}@keyframes glitter{0%{opacity:0;transform:scale(.3) rotate(0deg)}25%{opacity:1;transform:scale(1) rotate(1turn)}50%{opacity:0;transform:scale(.3) rotate(2turn)}to{opacity:0;transform:scale(.3) rotate(0deg)}}@keyframes pulse-light{0%{box-shadow:0 0 0 0 rgba(var(--col-white-rgb),.6)}70%{box-shadow:0 0 0 10px rgba(var(--col-white-rgb),0)}to{box-shadow:0 0 0 0 rgba(var(--col-white-rgb),0)}}@keyframes paginationAnimation{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes loadingDots{0%,20%{color:rgba(var(--col-black-rgb),0);text-shadow:.25em 0 0 rgba(var(--col-black-rgb),0),.5em 0 0 rgba(var(--col-black-rgb),0)}40%{color:#fff;text-shadow:.25em 0 0 rgba(var(--col-black-rgb),0),.5em 0 0 rgba(var(--col-black-rgb),0)}60%{text-shadow:.25em 0 0 var(--col-white),.5em 0 0 rgba(var(--col-black-rgb),0)}80%,to{text-shadow:.25em 0 0 var(--col-white),.5em 0 0 var(--col-white)}}@keyframes success{0%{transform:translate(-50%,-50%) rotate(0) scale(0)}to{transform:translate(-50%,-50%) rotate(-45deg) scale(1)}}@keyframes error{0%{transform:translate(-50%,-50%) scale(0)}to{background-color:transparent;transform:translate(-50%,-50%) scale(1)}}@keyframes vibrate{0%,30%,60%,85%,to{background-color:var(--col-orange);left:0}10%,40%,70%,90%{background-color:var(--col-orange);left:-2px}20%,50%,80%,95%{background-color:var(--col-orange);left:2px}}@keyframes shake-element{0%{transform:translate(-4px,-2px)}33%{transform:translate(-2px,-2px)}66%{transform:translate(-2px,-1px)}to{transform:translate(-4px,-1px)}}@keyframes floating{0%{transform:translateY(-1%) translateX(-46%)}65%{transform:translateY(-6%) translateX(-46%)}to{transform:translateY(-1%) translateX(-46%)}}.loading-spinner{animation:load_spin 1.5s linear infinite;border:.25rem solid rgba(var(--col-white-rgb),.2);border-radius:50%;border-top-color:var(--col-white);height:3.3125em;margin-top:2em;width:3.3125em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.loading-spinner{height:2.5625em;width:2.5625em}}.input,.select,.textarea{background-color:var(--col-darker-blue);border:none;color:var(--col-white);letter-spacing:.025em;width:100%}.input.rounded,.select.rounded,.textarea.rounded{border-radius:.375em}.input.light-blue,.select.light-blue,.textarea.light-blue{background-color:rgba(var(--col-light-blue-gray-rgb),.2)}.input.light-blue-darker,.select.light-blue-darker,.textarea.light-blue-darker{background-color:rgba(var(--col-light-blue-gray-rgb),.15)}.input.txt-blue,.select.txt-blue,.textarea.txt-blue{color:var(--col-gray-disable)}.input.dark-blue,.select.dark-blue,.textarea.dark-blue{background-color:var(--col-dark-blue)}.input,.select{font-size:1rem;height:2.5em;line-height:1.25em;padding:0 1.25em 0 .85em}.input.medium,.select.medium{font-size:.875rem;height:3.25em;line-height:3.25em}.input::-moz-placeholder{color:rgba(var(--col-white-rgb),.7)}.input::placeholder{color:rgba(var(--col-white-rgb),.7)}.input.taller{height:3em;line-height:3em}.input.fnt-normal{font-size:1rem}.input.placeholder-gray-disable::-moz-placeholder{color:var(--col-gray-disable)}.input.placeholder-gray-disable::placeholder{color:var(--col-gray-disable)}.input.placeholder-gray-dark::-moz-placeholder{color:rgba(var(--col-white-rgb),.25)}.input.placeholder-gray-dark::placeholder{color:rgba(var(--col-white-rgb),.25)}.input.placeholder-txt-center::-moz-placeholder{text-align:center}.input.placeholder-txt-center::placeholder{text-align:center}.input-dropdown{border:1px solid rgba(var(--col-white-rgb),.2);border-radius:.25em;cursor:pointer;padding:.125em 1.25em;width:100%}.input-dropdown .input{cursor:pointer;font-size:.875rem;padding:0 1em 0 0}.select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:3em;text-overflow:""}.select::-ms-expand{display:none}.textarea{line-height:1.45;padding:1.75em 2.25em}.textarea[readonly]{resize:none}.textarea.user-about{font-size:.875em;min-height:10.625em;padding:.75em 2em .5em 1em}.checkbox{margin-right:.5em;position:relative;top:1px}.label-input{display:block;padding-left:1.75em;position:relative}.label-input label{cursor:pointer}.label-input label:after,.label-input label:before{content:"";display:block;position:absolute;transition:.3s}.label-input label:before{background-color:transparent;border:2px solid var(--col-white);border-radius:3px;height:1rem;left:0;top:0;width:1rem}.label-input label:after{border:2px solid var(--col-body-bg);border-right:none;border-top:none;height:.45rem;left:.2rem;opacity:0;top:.2rem;transform:rotate(-45deg);width:.65rem}.label-input input[type=checkbox]{float:left;left:-9999px;margin:0;position:absolute;visibility:hidden;width:0}.label-input input[type=checkbox]:checked+label:before{background-color:var(--col-primary);border-color:var(--col-primary)}.label-input input[type=checkbox]:checked+label:after{opacity:1}.label-input.col-lg-r label:before{border-color:var(--col-light-blue-gray)}.label-input.col-label-white input[type=checkbox]:checked+label:before{background-color:var(--col-white);border-color:var(--col-white)}button[type=submit],input[type=submit]{margin:0;text-transform:uppercase;width:100%}button{cursor:pointer}.field{margin:0 auto 1em;position:relative}.field.long{width:100%}.field .plh{color:var(--col-gray);font-size:.875rem;left:.85em;pointer-events:none;position:absolute;transform-origin:0 150%;transition:all .3s}.field input{font-size:.875rem;height:3.25em;padding-bottom:.6em;padding-top:1.5em}.field input:-moz-placeholder-shown~.plh{text-transform:none;top:50%;transform:scale(1) translateY(-50%)}.field input:placeholder-shown~.plh{text-transform:none;top:50%;transform:scale(1) translateY(-50%)}.field input:focus~.plh{color:var(--col-primary)}.field input::-moz-placeholder{color:transparent}.field input::placeholder{color:transparent}.field input.no-plh{padding-bottom:.5em;padding-top:.5em}.field input.no-plh::-moz-placeholder{color:var(--col-gray-disable);opacity:1}.field input.no-plh::placeholder{color:var(--col-gray-disable);opacity:1}.field input.error{border:1px solid var(--col-medium-yellow)}.field input.error~.icon-exclamation-bg{opacity:1;right:.8em;visibility:visible}.field input.error~.icon-show-password{right:1.85em}.field .plh,.field input:focus~.plh{top:0;transform:scale(.65) translateY(0)}.field.light-blue .plh,.field.light-blue input:focus~.plh{color:var(--col-light-blue-gray)}.field.light-blue-darker .plh,.field.light-blue-darker input:focus~.plh{color:var(--col-gray-disable)}.submit{margin:1.75em auto 0}.agree-terms,.newsletter-signup{line-height:1.3;margin-top:1em}.agree-terms input,.newsletter-signup input{margin-right:.5em;position:relative;top:2px}.agree-terms a:hover,.newsletter-signup a:hover{text-decoration:underline}.search-field{background-color:var(--col-black);font-size:1.875rem;font-weight:700;height:auto;line-height:1;padding:.7em 1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-field{font-size:1.25rem}}.search-field::-moz-placeholder{color:rgba(var(--col-light-blue-gray-rgb),.35)}.search-field::placeholder{color:rgba(var(--col-light-blue-gray-rgb),.35)}.radio-field{font-size:.875em;height:20px;margin-right:2.4375em;position:relative;width:auto}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.radio-field{margin-right:1.6em}}@media screen and (max-width:439.98px) and (-webkit-min-device-pixel-ratio:1.7){.radio-field{font-size:.75em}}.radio-field:last-child{margin-right:0}.radio-field [type=radio]:checked+label:before,.radio-field [type=radio]:not(:checked)+label:before{border-color:var(--col-gray-disable)}.radio-field [type=radio]:checked+label:before{border:2px solid var(--col-primary)}.radio-field [type=radio]:checked+label{color:var(--col-white)}.label-radio{font-weight:700;height:20px;line-height:20px;padding-left:1.875em;position:relative}@media screen and (max-width:359.98px) and (-webkit-min-device-pixel-ratio:1.7){.label-radio{padding-left:2.1em}}.radio{height:1.25em;width:1.25em}.radio[type=radio]:checked,.radio[type=radio]:not(:checked){left:-9999px;position:absolute}.radio[type=radio]:checked+label,.radio[type=radio]:not(:checked)+label{cursor:pointer}.radio[type=radio]:checked+label:before,.radio[type=radio]:not(:checked)+label:before{background:var(--col-body-bg);border:2px solid var(--col-white);border-radius:50%;content:"";height:20px;left:0;position:absolute;top:0;width:20px}.radio[type=radio]:checked+label:after,.radio[type=radio]:not(:checked)+label:after{background:var(--col-white);border-radius:50%;content:"";height:10px;left:5px;overflow:hidden;position:absolute;top:5px;transition:all .3s ease;width:10px}.radio[type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.radio[type=radio]:checked+label:after{opacity:1;transform:scale(1)}.radio.primary[type=radio]:checked+label:after,.radio.primary[type=radio]:not(:checked)+label:after{background:var(--col-primary)}.radio.primary[type=radio]:checked+label:before{border:2px solid var(--col-primary)}.radio.primary[type=radio]:not(:checked)+label:before{border:2px solid var(--col-gray-disable)}.radio.gray-disable[type=radio]:checked+label:after,.radio.gray-disable[type=radio]:not(:checked)+label:after{background:var(--col-gray-disable)}.radio.gray-disable[type=radio]:checked+label:before,.radio.gray-disable[type=radio]:not(:checked)+label:before{border:2px solid var(--col-white)}.form-select{display:block;height:2.5em;margin-right:1.25em;overflow:hidden;position:relative}.form-select:last-child{margin-right:0}.form-select .arrow-lines{background:transparent;bottom:0;padding:0 .3em;pointer-events:none;position:absolute;right:.625em;top:36%}.form-select .arrow-lines:after,.form-select .arrow-lines:before{background-color:var(--col-white);width:.425em}.form-select .arrow-lines:before{left:.35em}.custom-select{cursor:pointer;font-size:.875em;height:100%;letter-spacing:normal;margin:0;padding:0 1.85555em 0 1em;width:100%}@-moz-document url-prefix(){.custom-select,.custom-select option{font-family:Open Sans,Open Sans-fallback,sans-serif}.custom-select option{font-size:1em}}.custom-select[name=birthdayYear]{min-width:5.7em}.custom-select[name=birthdayMonth]{min-width:8.7em}.custom-select[name=birthdayDay]{min-width:5em}.custom-select::-ms-expand{display:none}label[for=displayBirthday]{font-size:.625rem;line-height:1em;margin-left:-.375em}label[for=displayBirthday]:before{top:2px}label[for=displayBirthday]:after{top:.35rem}.field .icon-show-password,.input-field .icon-show-password,.password-field .icon-show-password{border-radius:1em;display:none;font-size:1.5em;position:absolute;right:.5em;top:50%;transform:translateY(-50%)}@media screen and (hover:hover) and (pointer:fine){.field .icon-show-password,.input-field .icon-show-password,.password-field .icon-show-password{font-size:1.125em;right:.6666666667em}}.field .icon-show-password.animate,.input-field .icon-show-password.animate,.password-field .icon-show-password.animate{animation:pulse-light .3s ease-in-out}.switch{cursor:pointer;order:2;position:relative}.switch-input{display:none}.switch-input:checked+.slider{background-color:var(--col-dark-red)}.switch-input:checked+.slider:before{background-color:var(--col-primary);transform:translateX(1.25em)}.switch-input:checked~[class*=icon-] path{fill:var(--col-white)}.switch-input:checked~[class*=text]{color:var(--col-white)}.switch .slider{background-color:var(--col-gray-disable);border-radius:2.125em;height:.875em;order:2;position:relative;transition:.3s;width:2.125em}.switch .slider:before{background-color:var(--col-white);border-radius:50%;bottom:-.1875em;content:"";height:1.25em;left:-.1875em;position:absolute;transition:.3s;width:1.25em}.switch [class*=icon-]{font-size:1.5em;margin-right:.75em;order:1}.switch [class*=icon-] path{fill:var(--col-gray-disable);transition:fill .3s}.switch .text{color:var(--col-gray-disable);font-size:.875em;margin:0 0 0 1em;order:3;transition:color .3s}.icon-exclamation-bg{display:inline-block;font-size:1rem;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s ease;visibility:hidden}.error-container{border-radius:.25em;padding:.5em .75em;text-align:left}.error-container,.error-container.error{background-color:var(--col-orange)}.error-container.e-warning{background-color:var(--col-blue-purplish)}.error-container.e-warning .text{line-height:1.3636363636em}.error-container.e-warning .icon-rounded-exclamation-mark{margin-right:.75em;transform:rotate(180deg)}.error-container.e-notice{background-color:var(--col-green)}.error-container.e-notice .text{font-weight:700;line-height:1.3636363636em;margin-left:1.2727272727em}.error-container .icon-rounded-checkmark,.error-container .icon-rounded-exclamation-mark{flex-shrink:0}.error-container .icon-rounded-checkmark{background-color:var(--col-white)}.cnt-error-signup{border-radius:.25em;font-size:1.25em;margin-bottom:.625em;padding:.38em .75em .33em 2em;position:relative;text-align:left;width:100%}.cnt-error-signup strong{text-transform:capitalize}.cnt-error-signup span:not(.icon-exclamation-bg),.cnt-error-signup strong{margin-bottom:.2em}.cnt-error-signup .icon-exclamation-bg{left:.7em;opacity:1;visibility:visible}.notice-content{display:none!important}.notice{display:flex;left:0;position:absolute;top:0;width:100%;z-index:80}.notice.fixed{position:fixed}@media screen and (hover:hover) and (pointer:fine){.notice.fixed{left:60px;width:calc(100% - 60px)}}.notice .notice-content{display:flex!important;width:100%}.notice.notice-warning{background-color:var(--col-dark-blue);border-radius:.25em;left:50%;margin-left:1.875em;max-width:43.75em;order:-2;padding:1em 1em 1em 2.125em;position:fixed;top:92%;transform:translateX(-50%);width:70%;z-index:120}@media not screen and (hover:hover) and (pointer:fine){.notice.notice-warning{align-self:center;margin-left:0;padding:1.25em 1.0625em;width:92%}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.notice.notice-warning{margin-left:0;padding:.75em 1.0625em;top:87%}.notice.notice-warning [class*=-title]{text-align:left;width:14.825em}}.notice.notice-warning>*{min-height:2.5em}.notice.notice-warning .changes-saved-title{margin:0 auto}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.notice.notice-warning .changes-saved-title{text-align:center;width:80%}}.notice.notice-warning .button{margin-left:auto}#home .has-content+.top-notice{margin-top:-1.6em}@media not screen and (hover:hover) and (pointer:fine){#home .has-content+.top-notice{margin-top:0}}.has-content+.top-notice{margin-top:0}.has-content:empty+.top-notice{margin-top:-2em}@media not screen and (hover:hover) and (pointer:fine){.has-content:empty+.top-notice{margin-top:0}}.top-notice{margin:-2em auto 2em;padding:.625em;position:relative;width:100%}@media screen and (hover:hover) and (pointer:fine) and (max-width:1199.98px){.top-notice{padding-left:2em}}@media not screen and (hover:hover) and (pointer:fine){.top-notice{margin-top:0}.top-notice.has-announcement-sibling{margin-bottom:0}.top-notice.has-announcement-sibling+.announcements-cnt,.top-notice.has-announcement-sibling+.announcements-cnt .announcements{margin-top:0}.play .top-notice{margin-bottom:0}}@media screen and (hover:hover) and (pointer:fine){.play .top-notice{margin:-1em auto 1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){#home .top-notice{margin-bottom:0}}@media not screen and (hover:hover) and (pointer:fine){#home .top-notice{margin-bottom:0}}.top-notice .cnt-verified{background-color:var(--col-green);justify-content:space-between;padding:.75em 1em}@media not screen and (hover:hover) and (pointer:fine){.top-notice .cnt-verified{padding-right:.5em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.top-notice .cnt-verified{padding:.5em .25em .5em .75em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.top-notice .cnt-verified{padding:.625em .25em .625em .75em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.top-notice .cnt-verified{padding:.625em .25em .625em .75em}}.top-notice .cnt-verified .text{font-weight:700;line-height:1.2;margin-bottom:0;margin-left:.5em}@media not screen and (hover:hover) and (pointer:fine){.top-notice .cnt-verified .text{font-size:.75em;line-height:1.5em;margin-left:1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.top-notice .cnt-verified .text{font-size:.625em;line-height:1.4em;margin-left:.8em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.top-notice .cnt-verified .text{font-size:.625em;line-height:1.4em;margin-left:.8em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.top-notice .cnt-verified .text{font-size:.625em;line-height:1.4em;margin-left:.8em}}.top-notice .cnt-verified .icon-rounded-checkmark{background-color:var(--col-white);flex-shrink:0;font-size:1.25em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.top-notice .cnt-verified .icon-rounded-checkmark{font-size:1em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.top-notice .cnt-verified .icon-rounded-checkmark{font-size:1em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.top-notice .cnt-verified .icon-rounded-checkmark{font-size:1em}}.top-notice .cnt-verified .cnt-icon{cursor:pointer;margin-left:1em}@media not screen and (hover:hover) and (pointer:fine){.top-notice .cnt-verified .cnt-icon{margin-left:0;padding:.625em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.top-notice .cnt-verified .cnt-icon{padding:.5em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.top-notice .cnt-verified .cnt-icon{padding:.5em}}.top-notice .cnt-verified .icon-close:after,.top-notice .cnt-verified .icon-close:before{width:.25em}@media not screen and (hover:hover) and (pointer:fine){.top-notice .cnt-verified .icon-close{font-size:.75em}}.unverified-notice .cnt-unverified{background-color:var(--col-primary);justify-content:space-between;padding:.4375em 3.5em .4375em 1.25em;position:relative;width:100%}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .cnt-unverified{display:inline;padding-left:1.2em;padding-right:2em}}.unverified-notice .cnt-unverified .wrapper-icon{cursor:pointer;height:1.25em;position:absolute;right:1.2em;top:50%;transform:translateY(-50%);width:1.25em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .cnt-unverified .wrapper-icon{right:.7em}}.unverified-notice .cnt-unverified .icon-close{font-size:.8125em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .cnt-unverified .icon-close{font-size:.625em}}.unverified-notice .cnt-unverified .button+.icon-close{margin:0}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .cnt-notice-text{display:inline}}.unverified-notice [class*=-text-notice]{font-size:.75em;margin-left:0}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .left-text-notice{display:block;line-height:1.5;width:100%}}@media (max-width:680px){.unverified-notice .left-text-notice{flex-shrink:0}}.unverified-notice .left-text-notice:after{background-color:var(--col-white);content:"";display:inline-block;height:1px;margin:0 .3125em;position:relative;vertical-align:middle;width:.9375em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .left-text-notice:after{display:none}}.unverified-notice .middle-text-notice{text-decoration:underline}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .middle-text-notice{max-width:10.75em;width:100%}}.unverified-notice .unknown-email .middle-text-notice{text-decoration:none}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .unknown-email .middle-text-notice{max-width:15.75em}}.unverified-notice .mobile-divider{color:var(--col-white);display:inline;margin-left:.1em}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.unverified-notice .mobile-divider{display:none}}.unverified-notice .verify-button{background-color:transparent;color:var(--col-primary);flex-shrink:0;margin:0;min-width:173px;padding:0}@media not screen and (hover:hover) and (pointer:fine){.unverified-notice .verify-button{margin-left:.5em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .verify-button{display:inline-flex;height:1.5em;margin:0;min-width:1.5em}}.unverified-notice .verify-button.animate .cnt-btn{background-color:transparent;border-radius:50%;color:transparent;width:1.725em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .verify-button.animate .cnt-btn{margin-left:.3em;width:1em}.unverified-notice .verify-button.animate .cnt-btn:after{height:1.1em;width:1.1em}}.unverified-notice .verify-button.success .cnt-btn{background-color:var(--col-white)}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .verify-button.success .cnt-btn{width:1em}}.unverified-notice .verify-button.success .cnt-btn:after{border-width:0 0 .1875em .1875em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .verify-button.success .cnt-btn:after{border-width:0 0 .125em .125em;height:.42em;width:.6em}}.unverified-notice .verify-button.error{background-color:var(--col-orange)}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .verify-button.error{margin-top:.5em;min-width:10.8125em}.unverified-notice .verify-button.error .cnt-btn{width:100%}}.unverified-notice .verify-button .cnt-btn{background-color:var(--col-white);border-radius:2em;height:1.625em;padding:.3125em .625em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.unverified-notice .verify-button .cnt-btn{background-color:transparent;color:var(--col-white);height:1em;padding:0;width:-moz-fit-content;width:fit-content}.unverified-notice .verify-button .cnt-btn .verify-text span{display:none}}.unverified-notice.resend{background-image:none;padding:0 .68em}.unverified-notice .pre-close~.close-verify{margin-left:1em;margin-right:-2em}.subscribe-notification{padding:.625em;position:absolute;top:0;width:100%;z-index:79}@media screen and (hover:hover) and (pointer:fine) and (max-width:1199.98px){.subscribe-notification{background-image:none;padding-left:2em}}@media not screen and (hover:hover) and (pointer:fine){.subscribe-notification{background-image:none;margin-top:0}}.subscribe-notification .cnt-notice-text{background-color:var(--col-orange);padding:1.1875em;position:relative;width:100%}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.subscribe-notification .cnt-notice-text{padding-left:1.2em}}.subscribe-notification .cnt-notice-text .icon-close{font-size:.8125em;position:absolute;right:1.7em}@media screen and (min-width:600px) and (max-width:899.98px){.subscribe-notification .cnt-notice-text .icon-close{top:1.25em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.subscribe-notification .cnt-notice-text .icon-close{font-size:.5625em;right:1.9em;top:2.25em}}.subscribe-notification [class*=-text-notice]{font-size:1em;margin-left:0}@media not screen and (hover:hover) and (pointer:fine){.subscribe-notification [class*=-text-notice]{font-size:1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.subscribe-notification [class*=-text-notice]{font-size:.75em}}.subscribe-notification .left-text-notice{margin-left:.8571428571em}@media screen and (min-width:600px) and (max-width:899.98px){.subscribe-notification .left-text-notice{display:block;margin-bottom:.2em;margin-left:0}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.subscribe-notification .left-text-notice{flex-shrink:0;margin-left:0;width:100%}}@media (max-width:680px){.subscribe-notification .left-text-notice{flex-shrink:0}}.subscribe-notification .left-text-notice:after{background-color:var(--col-white);content:"";display:inline-block;height:1px;margin:0 .3125em;position:relative;vertical-align:middle;width:.9375em}@media screen and (min-width:600px) and (max-width:899.98px){.subscribe-notification .left-text-notice:after{display:none}}.subscribe-notification .middle-text-notice{text-decoration:underline}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.subscribe-notification .middle-text-notice{max-width:10.75em;width:100%}}.top-notice:not(.unverified-notice)~.subscribe-notification{top:4.5em}@media screen and (hover:hover) and (pointer:fine) and (min-width:1920.02px){.top-notice:not(.unverified-notice)~.subscribe-notification{top:4em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.top-notice:not(.unverified-notice)~.subscribe-notification{top:5em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.top-notice:not(.unverified-notice)~.subscribe-notification{top:3.5em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.top-notice:not(.unverified-notice)~.subscribe-notification{top:3.5em}}.top-notice.unverified-notice~.subscribe-notification{top:4em}.is-hidden-announcements{display:none}.announcements{margin-top:-2em;padding:.625em}@media not screen and (hover:hover) and (pointer:fine){.announcements{margin-top:0}}#home .announcements{margin-bottom:2em}@media not screen and (hover:hover) and (pointer:fine){#home .announcements{margin-bottom:0;margin-top:0}}.announcements .announcement{background-color:var(--col-orange);color:var(--col-white);padding:.5625em .625em;position:relative}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.announcements .announcement{padding-bottom:.4375em;padding-top:.4375em}}.announcements .announcement:nth-child(n+2){margin-top:.625em}.announcements .announcement-title{margin:0 .625em;position:relative}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.announcements .announcement-title{font-size:.75em;width:94%}}.announcements .announcement .items{margin-left:.625em;padding-bottom:.625em;padding-top:1.25em;position:relative;width:calc(100% - 2.8125em)}.announcements .announcement .items:after{border-top:1px solid var(--col-white);content:"";display:block;position:absolute;top:0;width:100%}.announcements .announcement-description{font-size:.875em;line-height:1.4}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.announcements .announcement-description{font-size:.75em}}.announcements .announcement-description p:last-child{margin-bottom:0}.announcements .announcement .head{padding:.625em 0 .625em .625em;width:calc(100% - 3.4375em)}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.announcements .announcement .head{height:2.6666666667em;width:calc(100% - 2.8125em)}}.announcements .announcement .head .arrow-lines.up:before{left:-1px}.announcements .icon-close{display:inline-block;font-size:.8125em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.announcements .icon-close{font-size:.625em}}.announcements .wrapper-icon{cursor:pointer;height:2.5em;position:absolute;right:.625em;top:.625em;width:2.5em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.announcements .wrapper-icon{width:1.5em}}.announcements-cnt.has-content+section:not(.support-new-index).support-new{margin-top:2.5em}@media not screen and (hover:hover) and (pointer:fine){.announcements-cnt.has-content+section:not(.support-new-index).support-new{margin-top:2.1875em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.announcements-cnt.has-content+section:not(.support-new-index).support-new{margin-top:.625em}}.announcements-cnt.has-content+section:not(.support-new-index)>.top{margin-top:0}.cancelled-notification,.pending-payment-notification{margin:-2em auto .625em;order:0;padding:.625em;position:relative;width:100%}@media screen and (hover:hover) and (pointer:fine) and (max-width:1199.98px){.cancelled-notification,.pending-payment-notification{padding-left:2em}}@media not screen and (hover:hover) and (pointer:fine){.cancelled-notification,.pending-payment-notification{margin-top:0}.top-notice+.cancelled-notification,.top-notice+.pending-payment-notification{margin-top:-2em}}.has-content+.cancelled-notification,.has-content+.pending-payment-notification{margin-top:0}.cancelled-notification+.cancelled-notification,.cancelled-notification+.pending-payment-notification,.pending-payment-notification+.cancelled-notification,.pending-payment-notification+.pending-payment-notification{margin-top:-.625em}.cancelled-notification .cnt-notice-text,.pending-payment-notification .cnt-notice-text{background-color:var(--col-orange);justify-content:space-between;padding:.5em;position:relative;width:100%}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cancelled-notification .cnt-notice-text,.pending-payment-notification .cnt-notice-text{padding:.375em .5em}}.cancelled-notification .cnt-notice-text .icon-close,.pending-payment-notification .cnt-notice-text .icon-close{font-size:.8125em;position:absolute;right:1.7em;top:50%;transform:translateY(-50%)}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cancelled-notification .cnt-notice-text .icon-close,.pending-payment-notification .cnt-notice-text .icon-close{font-size:.5625em;right:1.9em}}.cancelled-notification .icon-rounded-exclamation-mark,.pending-payment-notification .icon-rounded-exclamation-mark{flex-shrink:0;font-size:1.4375em;margin-right:.625em}@media not screen and (hover:hover) and (pointer:fine){.cancelled-notification .icon-rounded-exclamation-mark,.pending-payment-notification .icon-rounded-exclamation-mark{font-size:1em;margin-right:.25em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cancelled-notification .icon-rounded-exclamation-mark,.pending-payment-notification .icon-rounded-exclamation-mark{font-size:1.25em;margin-right:.5em}}.cancelled-notification .notice-text,.pending-payment-notification .notice-text{font-size:.875em;line-height:1.3571428571em}@media not screen and (hover:hover) and (pointer:fine){.cancelled-notification .notice-text,.pending-payment-notification .notice-text{font-size:.5em;line-height:1.375em;max-width:69.375em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cancelled-notification .notice-text,.pending-payment-notification .notice-text{font-size:.6875em;line-height:1.3636363636em;max-width:none}}.cancelled-notification .details-text-notice,.cancelled-notification .main-text-notice,.pending-payment-notification .details-text-notice,.pending-payment-notification .main-text-notice{display:inline}.cancelled-notification .main-text-notice,.pending-payment-notification .main-text-notice{font-weight:700;margin-right:.3125em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cancelled-notification .details-text-notice,.pending-payment-notification .details-text-notice{display:none}}.cancelled-notification .button,.pending-payment-notification .button{margin:0 3em 0 0;padding:.1875em .625em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cancelled-notification .button,.pending-payment-notification .button{margin-right:2em}}.cancelled-notification .btn-text,.pending-payment-notification .btn-text{font-size:.75em;font-weight:700;line-height:1.3333333333em;text-transform:capitalize;white-space:nowrap}@media not screen and (hover:hover) and (pointer:fine){.cancelled-notification .btn-text,.pending-payment-notification .btn-text{font-size:.5em;line-height:1.375em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cancelled-notification .btn-text,.pending-payment-notification .btn-text{font-size:.625em;line-height:1.4em}}.modal{align-items:center;display:flex;height:0;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100vw;z-index:-1}.modal.open{-webkit-overflow-scrolling:touch;height:100%;opacity:1;overflow:visible;top:0;transition:opacity .1s ease-in-out;z-index:120}.modal .modal-close{margin-top:1.25em;min-width:12.5em;padding-bottom:.45em;padding-top:.45em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal .modal-close{font-size:.875em;margin-top:1.1428571429em;min-width:11.7142857143em;padding-bottom:.45em;padding-top:.45em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal .modal-close{display:none}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal .modal-close{display:none}}.modal-box{background-color:var(--col-dark-blue);max-height:94%;max-width:94%;overflow:auto;padding:1.5em;position:relative;text-align:center}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-box{padding:.75em}}.modal-box.rounded{border-radius:1.25em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-box.rounded{border-radius:.75em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal-box.rounded{border-radius:.75em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-box.rounded{border-radius:.75em}}.modal-box.light{background-color:var(--col-white)}.modal-box.light .icon-close:after,.modal-box.light .icon-close:before{background-color:var(--col-gray)}.modal-box.transparent{background-color:transparent}.modal-box.warning{border-radius:1.5625em;color:var(--col-dark-blue);height:29.6875em;padding:2.5em 3.125em 3.125em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-box.warning{padding:2.5em 2em 3.125em}}.modal-box .icon-close{position:absolute;right:1em;top:1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-box .icon-close{right:.5em;top:.5em}}.modal-box .icon-close.slim{font-size:1em;height:2em;right:.5em;top:.5em;width:2em;z-index:10}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-box .icon-close.slim{right:.25em;top:.25em}}.modal-box .icon-close.slim:after,.modal-box .icon-close.slim:before{left:.9em;top:.33em;width:.23em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-box .icon-close.outside{background-color:var(--col-dark-blue);border-radius:.5em;right:0;top:-2.25em}}.modal-box.small{width:28.125em}.modal-box.large{width:51.25em}.modal-box.full-page{height:100%;max-height:93%;padding:2.5em 1em 1.5em;width:99.375em}@media not screen and (hover:hover) and (pointer:fine){.modal-box.full-page{max-height:97%;max-width:100%}}.modal-box.full-page .icon-close{right:1em;top:0}.modal-box .embed-code{height:auto;overflow:hidden;resize:none}.modal-box .textarea~.copy-message{align-self:flex-end;margin-top:-1.5em;opacity:0;padding:0 .75em;z-index:1}.modal-box.height-100{max-height:none}.modal-title{font-size:1.125rem;font-weight:700;margin-bottom:2em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-title{padding-right:1em}}.modal-game-info{width:100%}.modal-game-info .price-line{margin-left:auto}.qr-code{margin:0 auto;max-width:36.25em;padding:0 1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.qr-code{flex-direction:column}.qr-code img{margin-bottom:1em}}.qr-code p{margin-bottom:0}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.qr-code p{margin-left:0}}.copy-text{margin-left:auto;margin-right:auto;max-width:30em}.price-line{margin-bottom:.5em}.input.auth{border:1px solid rgba(var(--col-white-rgb),.15)}.input.auth:hover{background-color:var(--col-dark-blue);border-color:rgba(var(--col-white-rgb),.2)}.input.auth:focus{background-color:var(--col-darker-grayish-blue);border-color:var(--col-blue-purplish);box-shadow:0 0 0 4px rgba(var(--col-blue-purplish-rgb),.4)}.input.auth.error{border-color:var(--col-orange)}.input.auth.error~.icon-show-password{right:.6em}.input.auth.error:focus,.input.auth.error:hover{background-color:var(--col-darker-blue);border-color:var(--col-orange)}.input.auth.error:focus{box-shadow:none}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login{justify-content:flex-start}}.signup-login .modal-box{background-color:var(--col-body-bg);box-shadow:0 .0625em 1.5em 0 rgba(var(--col-black-rgb),.4);max-height:calc(98% - 9.75em);overflow:initial;padding:0;width:22.5em}@media not screen and (hover:hover) and (pointer:fine){@media screen and (orientation:landscape){.signup-login .modal-box{max-height:94%}}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .modal-box{margin-top:3.5em;max-height:calc(98% - 3.5em);width:20.5em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .modal-box{width:20.5em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .modal-box{width:20.5em}}.signup-login .modal-box .error-text{margin-bottom:.3em;margin-left:.3636363636em;padding-left:1em;position:relative}.signup-login .modal-box .error-text:before{content:"•";left:.4em;position:absolute;top:.14em}.signup-login .modal-box .error-general{margin-bottom:.3em;margin-left:1.0909090909em}.signup-login .modal-box .icon-close{background-color:var(--col-darker-blue);border:2px solid rgba(var(--col-white-rgb),.1);border-radius:.75em;height:2.5em;right:0;top:-3.75em;width:2.5em}@media not screen and (hover:hover) and (pointer:fine){@media screen and (orientation:landscape){.signup-login .modal-box .icon-close{right:-3.75em;top:0}}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .modal-box .icon-close{font-size:.875em;top:-3.2857142857em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .modal-box .icon-close{font-size:.875em;right:-3.2857142857em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .modal-box .icon-close{font-size:.875em;right:-3.2857142857em}}.signup-login .modal-box .icon-close:before{left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.signup-login .modal-box .icon-close:after{left:50%;top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.signup-login .scroll-cnt{height:100%;overflow:auto}.signup-login .error-container{margin-bottom:1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .error-container{margin-bottom:.75em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .error-container{margin-bottom:.75em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .error-container{margin-bottom:.75em}}.signup-login .tab{background-color:var(--col-darker-blue);box-shadow:inset .25em -.25em .25em 0 rgba(var(--col-black-rgb),.1);height:2.75em;justify-content:center;width:50%}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .tab{font-size:.875em;height:2.8571428571em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .tab{font-size:.875em;height:2.8571428571em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .tab{font-size:.875em;height:2.8571428571em}}.signup-login .tab.active{align-items:center;background-color:var(--col-body-bg);box-shadow:none;font-weight:700}.signup-login .tab.active .tab-text{position:relative;width:-moz-fit-content;width:fit-content}.signup-login .tab.active .tab-text:before{background-color:var(--col-primary);bottom:-.65em;content:"";display:block;height:.125em;left:0;position:absolute;width:100%}.signup-login .tab.active:hover{background-color:var(--col-body-bg)}.signup-login .tab:hover{background-color:var(--col-darker-grayish-blue)}.signup-login .signup-tab{border-bottom-right-radius:.75em;border-top-left-radius:1.25em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .signup-tab{border-bottom-right-radius:.5em;border-top-left-radius:.75em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .signup-tab{border-bottom-right-radius:.5em;border-top-left-radius:.75em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .signup-tab{border-bottom-right-radius:.5em;border-top-left-radius:.75em}}.signup-login .login-tab{border-bottom-left-radius:.75em;border-top-right-radius:1.25em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .login-tab{border-bottom-left-radius:.5em;border-top-right-radius:.75em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .login-tab{border-bottom-left-radius:.5em;border-top-right-radius:.75em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .login-tab{border-bottom-left-radius:.5em;border-top-right-radius:.75em}}.signup-login .modal-cnt{padding:1em 1.875em 1.5em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .modal-cnt{padding:.75em .875em 1em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .modal-cnt{padding:.75em .875em 1em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .modal-cnt{padding:.75em .875em 1em}}.signup-login .title{line-height:1.25em;margin-bottom:.75em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .title{font-size:.9375em;line-height:1.3333333333em;margin-bottom:.5333333333em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .title{font-size:.9375em;line-height:1.3333333333em;margin-bottom:.5333333333em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .title{font-size:.9375em;line-height:1.3333333333em;margin-bottom:.5333333333em}}.signup-login .button-google{margin-bottom:1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .button-google{margin-bottom:.75em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .button-google{margin-bottom:.75em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .button-google{margin-bottom:.75em}}.signup-login .separator{align-items:center;color:var(--col-gray-white);font-size:.625em;margin-bottom:.8em;width:28em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .separator{font-size:.625em;margin-bottom:.4em;width:28em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .separator{font-size:.625em;margin-bottom:.4em;width:20.8em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .separator{font-size:.625em;margin-bottom:.4em;width:20.8em}}.signup-login .separator:after,.signup-login .separator:before{border-bottom:1px solid rgba(var(--col-white-rgb),.2);content:"";flex:1}.signup-login .separator:before{margin-right:1.6em}.signup-login .separator:after{margin-left:1.6em}.signup-login .field{margin-bottom:0;margin-top:.5em}.signup-login .input{height:3.4285714286em;padding-right:2.5em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .input{font-size:.8125em;height:3.6923076923em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .input{font-size:.8125em;height:3.6923076923em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .input{font-size:.8125em;height:3.6923076923em}}.signup-login .plh{font-size:.875em}.signup-login .icon-show-password{font-size:1em;right:.75em}.signup-login .acc-button{height:2.8571428571em;margin-bottom:0;margin-top:1.1428571429em;min-width:240px;padding:.5em 1em;width:-moz-fit-content;width:fit-content}.signup-login .pass-link{color:var(--col-blue-gray);font-size:.75em;line-height:1.1666666667em;margin-bottom:1.3333333333em;margin-top:1em;text-decoration:underline}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .pass-link{line-height:2em;margin-bottom:1em;margin-top:.3333333333em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .pass-link{line-height:2em;margin-bottom:1em;margin-top:.3333333333em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .pass-link{line-height:2em;margin-bottom:1em;margin-top:.3333333333em}}.signup-login .label-input{font-size:.75em;line-height:1.1666666667em;margin-top:1.3333333333em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .label-input{font-size:.6875em;line-height:1.237em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .label-input{font-size:.6875em;line-height:1.237em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .label-input{font-size:.6875em;line-height:1.237em}}.signup-login .checkbox-line:before{font-size:1.1666666667em;height:1em;top:-.1em;width:1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .checkbox-line:before{font-size:1.2727272727em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .checkbox-line:before{font-size:1.2727272727em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .checkbox-line:before{font-size:1.2727272727em}}.signup-login .checkbox-line:after{font-size:1.1666666667em;height:.45em;left:.2em;top:.1em;width:.65em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .checkbox-line:after{font-size:1.2727272727em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .checkbox-line:after{font-size:1.2727272727em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .checkbox-line:after{font-size:1.2727272727em}}.signup-login .agree-terms{font-size:.625em;line-height:1.4em;margin-bottom:1.6em;margin-top:0}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .agree-terms{font-size:.5625em;line-height:1.3333333333em;margin-bottom:1.3333333333em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .agree-terms{font-size:.5625em;line-height:1.3333333333em;margin-bottom:1.3333333333em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .agree-terms{font-size:.5625em;line-height:1.3333333333em;margin-bottom:1.3333333333em}}.signup-login .btn-text{font-size:.75em;line-height:1.2;margin-right:1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .btn-text{margin-right:.5em}}.signup-login .small-button{font-size:.6875em;line-height:1.0909090909em;margin:0;min-width:68px;padding:.4545454545em 1em .6363636364em;width:-moz-fit-content;width:fit-content}.signup-login .content-signup .title .icon-gold{display:inline-block;vertical-align:bottom}.signup-login .content-signup .icon-gold{font-size:1.25em;margin-left:.3125em;margin-right:.3125em}.signup-login .content-signup .privacy-line{margin-bottom:.6em;margin-top:1.6em;width:28em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .content-signup .privacy-line{margin-bottom:.4444444444em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.signup-login .content-signup .privacy-line{margin-bottom:.4444444444em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.signup-login .content-signup .privacy-line{margin-bottom:.4444444444em}}.signup-login .content-signup .agree-terms:last-of-type{margin-bottom:0}.support-country-numbers{max-width:37.5em;width:100%}.support-country-numbers .promo-modal-title{font-size:1.625em;font-weight:400}.support-country-numbers .country-numbers{margin-left:4.125em;margin-right:0;max-width:31.875em;width:100%}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.support-country-numbers .country-numbers{margin-left:.625em}}.support-country-numbers .icon-flag-country{margin-right:.3125em}.support-country-numbers .country-name{margin-right:auto}.support-country-numbers .country-number{text-align:left;width:44%}.support-country-numbers .warning-title-message{line-height:1.3}.support-country-numbers .button{border-radius:.25em;margin:1.5625em 0 0;max-width:11.875em;padding:1.063em 1em;width:100%}.pre-registration-confirmation .modal-title{font-size:1.375em;line-height:1.36;margin-bottom:.9090909091em;margin-top:1.7727272727em}@media not screen and (hover:hover) and (pointer:fine){.pre-registration-confirmation .modal-title{margin-bottom:1.7727272727em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pre-registration-confirmation .modal-title{margin-bottom:1em;max-width:192px;padding-right:0}}.pre-registration-confirmation .modal-text{line-height:1.75;margin-bottom:2.8125em;max-width:493px}@media not screen and (hover:hover) and (pointer:fine){.pre-registration-confirmation .modal-text{margin-bottom:2.375em;max-width:407px}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pre-registration-confirmation .modal-text{max-width:257px}}.pre-registration-confirmation .button{font-size:1.375em;width:15em}@media not screen and (hover:hover) and (pointer:fine){.pre-registration-confirmation .button{font-size:1.25em;padding-bottom:.75em;padding-top:.75em;width:19.15em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pre-registration-confirmation .button{font-size:1.125em;padding-bottom:.8888888889em;padding-top:.8888888889em;width:12.3888888889em}}.pre-registration-confirmation.early-access-available .button{font-size:1.25em;padding-bottom:.75em;padding-top:.75em;text-transform:uppercase;width:13.75em}@media not screen and (hover:hover) and (pointer:fine){.pre-registration-confirmation.early-access-available .button{width:19.1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pre-registration-confirmation.early-access-available .button{font-size:1.125em;width:12.3888888889em}}.pre-registration-confirmation.early-access-available .modal-text{margin-bottom:1.875em;max-width:584px}@media not screen and (hover:hover) and (pointer:fine){.pre-registration-confirmation.early-access-available .modal-text{margin-bottom:2.8125em;max-width:416px}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pre-registration-confirmation.early-access-available .modal-text{margin-bottom:3.125em}}.pre-registration-confirmation.early-access-available .go-back{text-decoration:underline}.icon-download-client{font-size:1.2em;margin-bottom:.2em;margin-right:.625em}.cnt-game-download{max-width:27.8125em;padding:3.5625em 2.8125em 2.5em;width:100%}.cnt-game-download[data-installer=linux] .button[class*=linux],.cnt-game-download[data-installer=windows] .button[class*=windows]{display:flex}.cnt-game-download[data-installer=linux] .default-installer{display:none}.cnt-game-download[data-installer=osx] .button[class*=osx]{display:flex}.cnt-game-download[data-installer=osx] .default-installer{display:none}.cnt-game-download .purchase-confirmed{font-size:.875em;line-height:1.2;margin-bottom:1.4285714286em}.cnt-game-download .title{line-height:1.15}.cnt-game-download .icon-checkmark-bg{font-size:4em;margin-bottom:.3125em;margin-top:.3125em}.cnt-game-download .button:not(.default-installer){display:none}.cnt-game-download .button{border-radius:1.5625em;margin-bottom:2.8125em;margin-top:1.25em;max-width:15.625em;padding:.9375em 1em;width:100%}.cnt-game-download .form-select{margin-bottom:2.8125em;margin-right:0;width:100%}.cnt-game-download .os-note{font-size:.75em}.cnt-android-store{padding:1.375em 1.75em 1.25em;width:100%}@media screen and (min-width:600px) and (max-width:899.98px){.cnt-android-store{flex-flow:column;font-size:1em;max-width:34.0625em;right:0;top:2em}}@media not screen and (hover:hover) and (pointer:fine){.cnt-android-store{flex-flow:column;max-width:39.375em;padding:1.2em 1.6875em 1.3em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-android-store{max-width:21.25em}}.cnt-android-store .modal-title{font-size:1.5em;letter-spacing:-.99px;margin-bottom:.76em;padding:0;text-align:center}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-android-store .modal-title{font-size:1.125em;letter-spacing:normal;margin-bottom:1.53em}}.cnt-android-store .fnt-small-3{font-size:1.125em;line-height:1.5;position:relative}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-android-store .fnt-small-3{font-size:.75rem;width:100%}}.cnt-android-store .fnt-small-3:last-child{margin-bottom:0}.cnt-android-store .fnt-small-3 span:not(.icon-checkmark-bg,.icon-rounded-checkmark){margin-left:1em;text-align:left}@media screen and (min-width:600px) and (max-width:899.98px){.cnt-android-store .icon-download-client{font-size:1em}}.cnt-android-store .cnt-download-buttons{margin-bottom:.4em}.cnt-android-store .button{flex-direction:column;margin:1.75em auto 1em;padding:.75em 0;width:100%}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-android-store .button{padding-bottom:.85em;padding-top:.85em}}.cnt-android-store .button>span{padding:.3125em 0}.cnt-android-store .button>span span{font-weight:400}.cnt-android-store .button+.button{margin-bottom:0;margin-top:0;padding-bottom:.15em;padding-top:.05em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-android-store .button+.button{padding-bottom:.25em}}@media screen and (min-width:600px) and (max-width:899.98px){.cnt-android-store .button .fnt-medium{font-size:1.375em}}.cnt-android-store .geoguard-btn{margin-bottom:0}.cnt-android-store .cnt-client-description{margin-top:1em;text-align:left}@media not screen and (hover:hover) and (pointer:fine){.cnt-android-store .cnt-client-description .icon-checkmark-bg{font-size:1.5em;margin-left:.071em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-android-store .cnt-client-description .icon-checkmark-bg{font-size:1.25em;margin-left:.2em}}.cnt-android-store .icon-os-android{font-size:2.5em;margin-right:0}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-android-store .icon-os-android{font-size:2em}}.cnt-android-store .logo-icon{height:2.5em;margin-right:.15em;width:2.5em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-android-store .logo-icon{height:1.5em;width:1.5em}}.cnt-android-store .plus-icon{margin:0 .8125em}.cnt-android-store .plus-icon:after,.cnt-android-store .plus-icon:before{background-color:var(--col-white)}.cnt-android-store .plus-icon:before{height:.875em}.cnt-android-store .plus-icon:after{width:.875em}.cnt-account-status{line-height:1.3;max-width:400px;padding:3em 1.75em 3.6875em;width:100%}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status{max-width:325px;padding:3.125em .9375em 3.6875em}}.cnt-account-status.rounded{border-radius:1em}.cnt-account-status .hidden,.cnt-account-status.hidden{display:none}.cnt-account-status .hidden+.cnt-counter-timer{margin-top:auto}.cnt-account-status [class*=-line]{font-size:.875em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status [class*=-line]{font-size:.75em}}.cnt-account-status .error-header,.cnt-account-status .error-second-line{font-size:16px}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status .error-header,.cnt-account-status .error-second-line{font-size:14px}}.cnt-account-status .error-header{line-height:1.3;margin-bottom:3.9375em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status .error-header{margin-bottom:4.7857142857em}}.cnt-account-status .error-header span{font-weight:600}.cnt-account-status .error-third-line{margin-bottom:2em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status .error-third-line{margin-bottom:2.25em}}.cnt-account-status .error-fifth-line{margin-bottom:2.8571428571em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status .error-fifth-line{margin-bottom:3.3333333333em}}.cnt-account-status.error-protection .error-header{margin-bottom:2.5em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status.error-protection .error-header{margin-bottom:3.3571428571em}}.cnt-account-status.error-protection hr{margin-bottom:1.25em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status.error-protection hr{margin-bottom:1.375em}}.cnt-account-status.error-protection .error-fourth-line{margin-bottom:.8571428571em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status.error-protection .error-fourth-line{margin-bottom:1.3333333333em}}.cnt-account-status.error-48_hours .error-header{margin-bottom:3.3125em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status.error-48_hours .error-header{margin-bottom:4.0714285714em}}.cnt-account-status.error-one_hour_ban .error-header,.cnt-account-status.one_week_ban .error-header{margin-bottom:3.3125em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status.error-one_hour_ban .error-header,.cnt-account-status.one_week_ban .error-header{margin-bottom:4.7857142857em}}.cnt-account-status.error-black .error-header a{color:var(--col-white);text-decoration:underline}.cnt-account-status.error-black hr{margin:0 auto 4.375em;width:100%}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status.error-black hr{margin:0 auto 4.5625em}}.cnt-account-status.error-withdrawal hr{margin:0 auto 3.1875em;width:100%}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status.error-withdrawal hr{margin:0 auto 3.4375em}}.cnt-account-status hr{margin:0 auto 2.625em;width:calc(100% - 8px)}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status hr{margin:0 auto 2.75em;width:100%}}.cnt-account-status .cnt-counter-timer{margin-bottom:2.9375em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status .cnt-counter-timer{margin-bottom:2.5em}}.cnt-account-status .days:before,.cnt-account-status .hours:before,.cnt-account-status .minutes:before,.cnt-account-status .seconds:before{background-color:var(--col-white);content:"";display:none;height:.9em;margin:0 .8em -.2em;position:relative;width:1px}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status .days:before,.cnt-account-status .hours:before,.cnt-account-status .minutes:before,.cnt-account-status .seconds:before{margin:0 .5em -.2em}}.cnt-account-status .time-unit{margin-left:.3125em}.cnt-account-status .time-unit+.hours:before,.cnt-account-status .time-unit+.minutes:before,.cnt-account-status .time-unit+.seconds:before{display:block}.cnt-account-status .button{color:var(--col-white);margin:0;padding:.875em 0;width:18.75em}@media not screen and (hover:hover) and (pointer:fine){.cnt-account-status .button{width:15.625em}}.cnt-account-status .button span{font-size:.75em;text-transform:uppercase}.cnt-account-status .button.counter{border-width:2px;cursor:auto}.cnt-account-status .button+.button{text-transform:uppercase}.cnt-post-purchase{max-width:600px;padding:1.89em 4.6875em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase{max-width:325px;padding:1.875em .78125em 1.5625em;width:100%}}.cnt-post-purchase .post-purchase-title{font-size:.875em;margin-bottom:.7142857143em;text-transform:uppercase}.cnt-post-purchase .icon-post-purchase{height:3.125em;margin-bottom:1.25em;width:3.4375em}.cnt-post-purchase .post-purchase-message{font-size:1.75em;line-height:1.36;text-transform:capitalize}.cnt-post-purchase .post-purchase-message+.post-purchase-message{margin-bottom:.7142857143em}.cnt-post-purchase hr{background-color:var(--col-dark-blue);margin-bottom:.9375em;margin-top:0}.cnt-post-purchase .post-purchase-info{margin-bottom:1.25em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase .post-purchase-info{margin-bottom:1.875em;width:16.25em}}.cnt-post-purchase .button{margin:0;max-width:300px;padding:1.1em 1em;text-transform:uppercase;width:100%}.cnt-post-purchase-pfo{padding:3.25em 1.25em 1.25em;width:25em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo{max-width:308px;padding-left:.625em;padding-right:.625em;width:100%}}.cnt-post-purchase-pfo .icon-close{right:.9em;top:.8em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .icon-close{right:1.3em;top:1em}}.cnt-post-purchase-pfo .icon-no-mobile{font-size:3em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .icon-no-mobile{font-size:2.5em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.cnt-post-purchase-pfo .icon-no-mobile{font-size:2.5em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .icon-no-mobile{font-size:2.5em}}.cnt-post-purchase-pfo .post-purchase-message{font-size:1.25em;line-height:1.375em;text-transform:none}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.cnt-post-purchase-pfo .post-purchase-message{margin-top:.45em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .post-purchase-message{margin-top:.45em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .post-purchase-message span{display:block;width:100%}}.cnt-post-purchase-pfo .we-have-emailed{display:none;line-height:1.3636363636em;margin-top:.3636363636em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .we-have-emailed{font-size:.625em;line-height:1.4em;margin-top:.4em;max-width:23em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.cnt-post-purchase-pfo .we-have-emailed{font-size:.625em;line-height:1.4em;margin-top:.4em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .we-have-emailed{font-size:.625em;line-height:1.4em;margin-top:.4em}}.we-have-emailed-shown .cnt-post-purchase-pfo .we-have-emailed{display:inline}.cnt-post-purchase-pfo .availability{margin-bottom:.5714285714em;margin-top:1.1428571429em}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.cnt-post-purchase-pfo .availability{margin-top:.5714285714em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .availability{margin-top:.5714285714em}}.cnt-post-purchase-pfo .post-purchase-info{margin-bottom:2.2em;width:auto}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .post-purchase-info{font-size:.625em;margin-bottom:2.4em;max-width:182px}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.cnt-post-purchase-pfo .post-purchase-info{font-size:.625em;margin-bottom:1.6em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .post-purchase-info{font-size:.625em;margin-bottom:1.6em}}.cnt-post-purchase-pfo .button{font-size:1em;height:2.5em;max-width:288px;text-transform:capitalize}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-post-purchase-pfo .button{max-width:none}.profile-save{margin:0 1.125em;padding:.75em 0}.profile-save .icon-close{right:.9em;top:.8em}}.profile-save .cnt-modal{padding:1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.profile-save .cnt-modal{padding:1em 0}}.profile-save-title{font-size:1.625em;font-weight:700;margin:.625em 0}.profile-save .fnt-normal{margin:0 auto;max-width:28.125em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.profile-save .fnt-normal{padding:0 2em}}.profile-save .cnt-buttons{margin-top:.5em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.profile-save .cnt-buttons{flex-direction:column}}.profile-save .button{min-width:11em;padding:.75em 0}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.profile-save .button{width:12.5em}}.profile-save .button:first-of-type{border:1px solid var(--col-primary)}.cnt-nas-deeplink{bottom:0;display:none;position:fixed;width:100%;z-index:999}.cnt-nas-deeplink.open{display:block}.cnt-nas-deeplink .modal-box{padding:.90625em}.cnt-nas-deeplink .modal-box.full-page{max-width:100%}.cnt-nas-deeplink .cnt-nas-deeplink-title{border-color:rgba(var(--col-gray-rgb),.08);border-style:solid;border-width:0 0 1px;font-size:1em;margin-bottom:.75em;padding-bottom:.9375em}.cnt-nas-deeplink hr{opacity:.08}.cnt-nas-deeplink .cnt-nas-deeplink-buttons{font-size:.875em;font-weight:700}.cnt-nas-deeplink .cnt-nas-deeplink-buttons .icon-logo{font-size:1.625em}.cnt-nas-deeplink .cnt-nas-deeplink-buttons .nutaku-logo *{fill:var(--col-primary)}.cnt-nas-deeplink .cnt-nas-deeplink-buttons button{font-size:.75em;height:35px;line-height:2.5;padding:.5625em 2.0625em;width:100px}.gold-store-success.modal{top:-999em}.gold-store-success.modal.open{align-items:stretch;height:auto;justify-content:flex-end;left:auto;padding-top:1.3125em;position:absolute;right:calc(50% - 6.3em);top:60px}@media screen and (hover:hover) and (pointer:fine) and (max-width:1399.98px){.gold-store-success.modal.open{font-size:1.05vw;top:calc(40px + .125em)}}@media screen and (hover:hover) and (pointer:fine) and (max-width:1199.98px){.gold-store-success.modal.open{font-size:1.1vw}}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success.modal.open{align-items:center;background-color:rgba(var(--col-darker-blue-rgb),.9);display:flex;height:100%;justify-content:center;left:0;padding-top:0;position:fixed;top:0}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success.modal.open{bottom:0;height:auto;position:fixed}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.gold-store-success.modal.open{bottom:0;height:auto}}.gold-store-success.modal.open a{pointer-events:all}.gold-store-success.modal a{pointer-events:none}.gold-store-success .modal-box{background-color:var(--col-body-bg);left:auto;max-height:calc(100vh - 5.075em);max-width:54.25em;overflow:visible;padding-top:3.075em;right:0}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .modal-box{max-width:33.125em;overflow-y:auto;padding:3.5em 2em 1em;right:auto}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .modal-box{max-width:none;padding:3em 1em 0;width:100%}.gold-store-success .modal-box.rounded{border-radius:0;max-height:100%}}.gold-store-success .modal-box>svg.cloud-tail{fill:var(--col-body-bg);stroke:var(--col-body-bg);stroke-width:18;stroke-linejoin:round;height:6.25em;position:absolute;right:.625em;top:-2.375em;width:9.375em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .modal-box>svg.cloud-tail{display:none}}.gold-store-success .content-modal{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 2.875em 2em;text-align:left}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal{padding:0;text-align:center}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.gold-store-success .content-modal{max-width:33.125em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .content-modal{max-width:33.125em}}.gold-store-success .content-modal .cnt-referring{border-top:1px solid rgba(var(--col-white-rgb),.1);margin-top:1em;padding-top:1em;width:100%}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal .cnt-referring{align-items:center;margin-bottom:1em}}.gold-store-success .content-modal .cnt-referring .message{font-size:1em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal .cnt-referring .message{font-size:.875em;line-height:1.4;width:100%}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .content-modal .cnt-referring .message{display:block;max-width:230px}}.gold-store-success .content-modal .cnt-referring .message .icon-gold{margin-left:.25em;margin-right:.25em}.gold-store-success .content-modal .cnt-referring .message .icon-gold.icon-gold-sm{font-size:1.125em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal .cnt-referring .message .icon-gold.icon-gold-sm{font-size:1.143em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .content-modal .cnt-referring .message .icon-gold{display:inline-block;margin-left:.1875em;margin-right:.1875em;transform:translateY(50%);vertical-align:super}}.gold-store-success .content-modal .cnt-referring .cnt-email-section{margin-top:1em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal .cnt-referring .cnt-email-section{align-items:center;flex-direction:column;width:100%}}.gold-store-success .content-modal .cnt-referring .cnt-email-section .copy-group{align-items:center;background:var(--col-darker-blue);max-width:31.25em;width:100%}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal .cnt-referring .cnt-email-section .copy-group{background:inherit;flex-direction:column;max-width:280px}}.gold-store-success .content-modal .cnt-referring .cnt-email-section .copy-group .ref-link{background-color:var(--col-darker-blue);border:none;color:var(--col-white);font-size:.875em;font-weight:400;padding-left:.5em;width:100%}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal .cnt-referring .cnt-email-section .copy-group .ref-link{font-size:.625em;margin-bottom:.5em;text-align:center}}.gold-store-success .content-modal .cnt-referring .cnt-email-section .copy-group .your-link-btn{font-size:.6875em;max-width:92px;padding:.75em .5em;width:100%}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal .cnt-referring .cnt-email-section .copy-group .your-link-btn{font-size:.625em;max-width:180px}}.gold-store-success .content-modal .cnt-referring .cnt-email-section .copy-group .your-link-btn .btn-text-copied{display:none}.gold-store-success .content-modal .cnt-referring .cnt-email-section .learn-more-btn{font-size:.6875em;margin:.75em 0 .75em 1.5em;max-width:260px;padding:.75em;text-align:center}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .content-modal .cnt-referring .cnt-email-section .learn-more-btn{font-size:.625em;margin-left:0;max-width:180px;width:100%}}.gold-store-success .title-blue{color:var(--col-blue-gray);font-size:.875em;font-weight:700;margin-bottom:1em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .title-blue{font-size:.8125em;margin-bottom:.8461538462em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .title-blue{font-size:.875em;margin-bottom:.8571428571em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.gold-store-success .title-blue{font-size:.875em;margin-bottom:.2857142857em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .title-blue{font-size:.875em;margin-bottom:.2857142857em}}.gold-store-success .reason-free-gold,.gold-store-success.reward-code-free-gold .reason-purchase{display:none}.gold-store-success.reward-code-free-gold .reason-free-gold{display:inline}.gold-store-success .support-text{margin-bottom:1.5em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .support-text{margin-bottom:1.25em;text-align:center}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .support-text{margin-bottom:1.5em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.gold-store-success .support-text{margin-bottom:1.5em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .support-text{margin-bottom:1.5em}}.gold-store-success .support-text .text{display:block;line-height:1.375em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .support-text .text{font-size:.75em}.gold-store-success .support-text .text:first-of-type{font-size:.875em;margin-bottom:.2857142857em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .support-text .text:first-of-type{margin-bottom:.8571428571em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.gold-store-success .support-text .text:first-of-type{margin-bottom:.5714285714em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .support-text .text:first-of-type{margin-bottom:.5714285714em}}}.gold-store-success .support-text.reason-purchase{align-self:start}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .support-text.reason-purchase{align-self:auto}}.gold-store-success.subscription-changed .subscription-info,.gold-store-success.subscription-purchased .subscription-info,.gold-store-success.subscription-reactivated .subscription-info{display:block}.gold-store-success .subscription-info{display:none;line-height:1.5;margin-bottom:1em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .subscription-info{text-align:center}}.gold-store-success .subscription-info .text{display:block;margin-top:1em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .subscription-info .text{font-size:.75em;line-height:1.3333333333em}}.gold-store-success.purchase-confirmed .purchase-info{display:block}.gold-store-success .purchase-info{display:none;margin-bottom:1em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .purchase-info{margin-bottom:.6875em;text-align:center}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .purchase-info{margin-bottom:.75em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.gold-store-success .purchase-info{margin-bottom:.5em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .purchase-info{margin-bottom:.5em}}.gold-store-success .purchase-info .headline,.gold-store-success.subscription-purchased .subscribed{display:block}.gold-store-success.subscription-purchased .modal-box{padding-bottom:.5em;padding-top:2.775em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success.subscription-purchased .modal-box{padding-bottom:1.5em}}.gold-store-success.subscription-changed .changed,.gold-store-success.subscription-reactivated .reactivated{display:block}.gold-store-success .headline{display:none;font-size:1.75em;font-weight:700;line-height:1.3571428571em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .headline{font-size:1.375em;line-height:1.5em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .headline{font-size:1.5em;line-height:1.5em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.gold-store-success .headline{font-size:1.5em;line-height:1.5em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .headline{font-size:1.5em;line-height:1.5em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .headline .moving-text{display:block}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.gold-store-success .headline .moving-text{display:inline-block}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .headline .moving-text{display:inline-block}}.gold-store-success .icon-coin{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:.7142857143em;margin-left:.25em;margin-right:.25em;width:.7142857143em}.no-avif .gold-store-success .icon-coin{background-image:url(/images/nutaku-gold-coin.png)}.avif .gold-store-success .icon-coin{background-image:url(/images/nutaku-gold-coin.avif)}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .icon-coin{height:.75em;width:.75em}}.gold-store-success .amount{white-space:nowrap}.gold-store-success .cards-head{display:block;font-size:1.125em;font-weight:700;margin-bottom:1em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .cards-head{font-size:.75em;margin-bottom:1.6666666667em}}.gold-store-success.subscription-changed .subscription-upgrading.upgrade,.gold-store-success.subscription-purchased .subscription-upgrading.upgrade,.gold-store-success.subscription-reactivated .subscription-upgrading.upgrade{display:block}.gold-store-success .subscription-upgrading{display:none;margin-top:1.875em;text-align:center}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .subscription-upgrading{margin-top:0}}.gold-store-success .subscription-upgrading .text{display:block;font-size:1.125em;font-weight:700;line-height:1.3888888889em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .subscription-upgrading .text{font-size:.8125em;line-height:1.3846153846em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .subscription-upgrading .text{font-size:.6875em;line-height:1.3636363636em}}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .game-cards{flex-wrap:wrap;justify-content:center}}.gold-store-success .game-cards .card-game{margin-bottom:0;margin-right:1.375em;width:10.9375em}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .game-cards .card-game{margin:0 1em 1.25em;width:9.375em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .game-cards .card-game{margin:0 .5em 1.25em;width:calc(50% - 1em)}}@media screen and (hover:hover) and (pointer:fine){.gold-store-success .game-cards .card-game:last-of-type{margin-right:0}}@media not screen and (hover:hover) and (pointer:fine){.gold-store-success .game-cards .card-game .price .purchased{margin-top:.2em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.gold-store-success .game-cards .card-game .price .purchased{margin-top:0}}.gold-store-success .android-store{align-items:center;font-size:.75em}.gold-store-success .android-store .button{padding:.75em 3em}.gold-store-success .android-store .button-close{background-color:transparent;border:.0625em solid var(--col-white)}.overlay.visible-gold{z-index:100}@media screen and (hover:hover) and (pointer:fine){.overlay.visible-gold{top:60px}}@media screen and (hover:hover) and (pointer:fine) and (max-width:1399.98px){.overlay.visible-gold{top:40px}}@media not screen and (hover:hover) and (pointer:fine){.overlay.visible-gold{display:none}}.pending-transaction-top.modal.open{align-items:stretch;height:auto;justify-content:flex-end;left:auto;padding-top:1.8em;position:absolute;right:-5.2em;top:3.75em}@media screen and (hover:hover) and (pointer:fine) and (max-width:1399.98px){.pending-transaction-top.modal.open{top:calc(40px + .35em)}}@media screen and (min-width:600px) and (max-width:899.98px){.pending-transaction-top.modal.open{right:-3em;top:2.0625em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pending-transaction-top.modal.open{right:-3em;top:2.0625em}}.pending-transaction-top .modal-box{background-color:var(--col-darker-blue);border-radius:.75em;height:-moz-min-content;height:min-content;left:auto;min-width:370px;overflow:visible;padding:1.5625em 2.5em 1.8125em 1.5625em;right:0}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pending-transaction-top .modal-box{border-radius:.5em;min-width:266px;padding:.75em 1.875em 1.125em .75em}.pending-transaction-top .modal-box.rounded{border-radius:0;height:100vh}}.pending-transaction-top .modal-box:before{background-color:var(--col-darker-blue);border-radius:11px;content:"";display:block;height:4em;position:absolute;right:4.2em;top:-1.3em;transform:rotate(45deg) skew(9deg,9deg);width:4em;z-index:-1}@media screen and (min-width:600px) and (max-width:899.98px){.pending-transaction-top .modal-box:before{right:2.8em;top:-.5em;width:3em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pending-transaction-top .modal-box:before{right:2.8em;top:-.5em;width:3em}}.pending-transaction-top .modal-box .icon-close{font-size:.8125em;right:1.0625em;top:1.0625em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pending-transaction-top .modal-box .icon-close{right:.625em;top:.625em}}.pending-transaction-top .content-modal{text-align:left}.pending-transaction-top .content-modal .main-text{line-height:1.3888888889em;margin-bottom:.4444444444em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pending-transaction-top .content-modal .main-text{font-size:.8125em}}.pending-transaction-top .content-modal .main-text .number{color:var(--col-orange)}.pending-transaction-top .content-modal .learn-more{text-decoration:underline}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.pending-transaction-top .content-modal .learn-more{font-size:.625em}}.is-visible-balance-fail{overflow:visible}@media screen and (hover:hover) and (pointer:fine){.is-visible-balance-fail{margin-left:.4375em}}.is-visible-balance-fail .icon-rounded-exclamation-mark{font-size:1.3333333333em;margin-left:.6666666667em}@media screen and (hover:hover) and (pointer:fine) and (max-width:1399.98px){.is-visible-balance-fail .icon-rounded-exclamation-mark{font-size:1.4285714286em}}@media not screen and (hover:hover) and (pointer:fine){.is-visible-balance-fail .icon-rounded-exclamation-mark{margin-left:.75em}}.is-visible-balance-fail .error-text{text-transform:none}.is-visible-balance-fail.inside-flyout,.is-visible-balance-fail.sp{overflow:hidden}@media not screen and (hover:hover) and (pointer:fine){.is-visible-balance-fail.inside-flyout{padding:.3125em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.is-visible-balance-fail.inside-flyout .icon-rounded-exclamation-mark{font-size:.75em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.is-visible-balance-fail.inside-flyout .icon-rounded-exclamation-mark{font-size:.75em}}@media screen and (max-width:749.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.is-visible-balance-fail.inside-flyout .icon-rounded-exclamation-mark{font-size:.75em}}.gold-balance-fail-wrap .title{color:var(--col-medium-yellow);font-size:.7916666667em;margin-bottom:.1666666667em}.gold-balance-fail-wrap .description{color:var(--col-white);font-size:.75em;font-weight:400;margin-bottom:0}.gold-balance-fail-wrap .description,.gold-balance-fail-wrap .title{line-height:1.6}.gold-balance-fail-wrap.mobile{padding:.625em .9375em 0}.gold-balance-fail-wrap.mobile .title{font-size:.625em;font-weight:700;line-height:1.5;margin-bottom:.2em}.gold-balance-fail-wrap.mobile .description{font-size:.5625em}.gold-balance-fail{display:none}@media screen and (hover:hover) and (pointer:fine) and (max-width:1399.98px){.gold-balance-fail{font-size:1em}}.gold-balance-fail.open{align-items:stretch;display:flex;height:auto;justify-content:flex-end;left:auto;position:absolute;right:-2.1875em;top:calc(100% + 1.33333em)}@media screen and (hover:hover) and (pointer:fine) and (max-width:1399.98px){.gold-balance-fail.open{right:-2em}}.gold-balance-fail .modal-box{background-color:var(--col-darker-blue);border-radius:1em;left:auto;max-width:676px;overflow:visible;padding:1.8333333333em 1em .8333333333em;right:0}@media screen and (hover:hover) and (pointer:fine) and (max-width:999.98px){.gold-balance-fail .modal-box{max-width:500px}}.gold-balance-fail .modal-box:before{background-color:var(--col-darker-blue);border-radius:.6875em;content:"";display:block;height:8em;position:absolute;right:4.2em;top:-1.3em;transform:rotate(45deg) skew(9deg,9deg);width:2em;z-index:-1}.gold-balance-fail .content-modal{text-align:left;text-transform:none;white-space:normal}.modal-form .modal-box{background-color:var(--col-body-bg);max-width:640px;width:89%}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .modal-box{padding:1em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .modal-box{max-width:480px;padding:1.25em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-form .modal-box{max-width:480px;padding:1.25em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .modal-cnt{font-size:.6875em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .modal-cnt{font-size:.6875em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-form .modal-cnt{font-size:.6875em}}.modal-form .title{font-size:1.375em;line-height:1.2727272727em;margin-bottom:.1818181818em}.modal-form .title-single{font-size:1.375em;line-height:1.2727272727em;margin-bottom:.9090909091em}.modal-form .title-icon{font-size:1.375em;line-height:1.2727272727em;margin-bottom:0;margin-left:.3636363636em}.modal-form .text,.modal-form .title-cnt{margin-bottom:1.25em}.modal-form .text{font-size:1em;line-height:1.25em}.modal-form .center{margin-left:auto;margin-right:auto}.modal-form .form{text-align:left}.modal-form .form-title{font-size:1.125em;line-height:1.3333333333em}.modal-form .form-title.margin-big{margin-bottom:.6666666667em}.modal-form .form-title.margin-sm{margin-bottom:.2222222222em}.modal-form .form-text{font-size:.875em;line-height:1.3571428571em;margin-bottom:.8571428571em}.modal-form .error-text{color:var(--col-medium-yellow);display:none;margin-bottom:0;margin-top:.2857142857em;text-align:left}.modal-form .error-text.display-error{display:block}.modal-form .general-error-text{color:var(--col-medium-yellow);display:none;font-size:.875em;font-weight:700;line-height:1.0714285714em;margin-bottom:0;margin-top:.8571428571em;text-align:center}.modal-form .general-error-text.display-error{display:block}.modal-form .input{background-color:var(--col-dark-blue);font-size:1em;height:3em;padding-right:2.5em;position:relative}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .input{padding-right:3em}}.modal-form .input.input-error{border:1px solid var(--col-medium-yellow)}.modal-form .plh{font-size:1em}.modal-form .icon-dice{cursor:pointer;position:absolute;right:.2em;top:.1em}.modal-form .icon-show-password{font-size:1em;right:.75em;top:1.5em;translate:none}.modal-form .cnt-buttons{align-items:center;justify-content:space-between;margin-top:.25em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .cnt-buttons{align-items:center;flex-direction:column-reverse}}.modal-form .skip-btn{cursor:pointer;font-size:1.25em;line-height:1.35em;text-decoration:underline}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .skip-btn{padding:.2em .5em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .skip-btn{padding:.2em .5em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-form .skip-btn{padding:.2em .5em}}.modal-form .button{font-size:1.25em;height:2.4em;margin:0;min-width:240px;padding:.5em 1em;text-transform:none;width:-moz-fit-content;width:fit-content}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-form .button{margin-bottom:.875em;min-width:auto;width:100%}}.modal-form .button-single{margin:.2em auto 0}@media screen and (hover:hover) and (pointer:fine){.modal-form .button-single{min-width:320px}}.modal-form .hide-input{border:0;height:0;margin:0;opacity:0;padding:0;position:absolute;width:0}.modal-notice .modal-box{background-color:var(--col-body-bg);max-width:560px;width:89%}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .modal-box{padding:1em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .modal-box{max-width:480px;padding:1.25em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-notice .modal-box{max-width:480px;padding:1.25em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .modal-cnt{font-size:.6875em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .modal-cnt{font-size:.6875em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-notice .modal-cnt{font-size:.6875em}}.modal-notice .modal-icon{font-size:2em;margin-bottom:.25em}.modal-notice .title{font-size:1.25em;line-height:1.3em;margin-bottom:.4em}.modal-notice .title.padding-sides{padding-left:2em;padding-right:2em}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .title.padding-sides{padding-left:3em;padding-right:3em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-notice .title.padding-sides{padding-left:3em;padding-right:3em}}.modal-notice .text{font-size:1em;line-height:1.375em;margin-bottom:1.25em}.modal-notice .text.margin-sm{margin-bottom:.25em}.modal-notice .list{margin-bottom:1.25em;margin-top:.5em;text-align:left}.modal-notice .list .text{margin-bottom:1em;padding-left:1.4em;position:relative}.modal-notice .list .text:last-child{margin-bottom:0}.modal-notice .list .icon-checkmark{height:.9em;left:0;position:absolute;top:.1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .list .icon-checkmark{border-width:0 .25em .25em 0}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .list .icon-checkmark{border-width:0 .25em .25em 0}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-notice .list .icon-checkmark{border-width:0 .25em .25em 0}}.modal-notice .modal-button{height:2.5em;line-height:1.5em;margin:0;min-width:20em;padding:.5em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .modal-button{width:100%}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-notice .modal-button{min-width:21.8181818182em}}.modal-notice .modal-button.outlined{line-height:1.375em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.modal-notice .modal-button.outlined{line-height:1.3636363636em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.modal-notice .modal-button.outlined{line-height:1.3636363636em}}.modal-notice .modal-button.button-google{padding-left:.1875em}.modal-notice .modal-button.button-google .btn-text-cnt{font-size:1em}.modal-notice .btn-margin{margin-bottom:.75em}.modal-notice .icon-rounded-exclamation-mark{background-color:var(--col-medium-yellow)}.modal-download-password{display:none}@media screen and (hover:hover) and (pointer:fine){.modal-search{background-color:rgba(var(--col-darker-blue-rgb),.5)}}.search-content{margin:2em 0 -2em}@media not screen and (hover:hover) and (pointer:fine){.search-content{margin:1.5em 0 0}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content{margin-right:0}}.search-content .title{font-size:1.25rem;font-weight:700}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content .title{font-size:.875rem}}@media screen and (hover:hover) and (pointer:fine){.search-content .search-result{margin-left:-.625em}}.search-content .card-game{margin-bottom:1em}.search-content .card-game-inline{box-shadow:0 0 2em 0 rgba(var(--col-black-rgb),.5)}.search-content .card-game-inline .card{position:relative}@media screen and (max-width:1200px){.search-content .purchased{left:.3125em;position:absolute;top:60%}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content .purchased{height:1em;left:3%;max-width:1em;padding:0 0 0 .3125em}.search-content .purchased .icon-checkmark{height:.625em;padding-bottom:.5625em;width:.375em}}.search-content .banned-words-message{background:var(--col-body-bg);border-radius:.5em;padding:2em;text-align:center}@media not screen and (hover:hover) and (pointer:fine){.search-content .banned-words-message{padding:1.5em 2.5em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content .banned-words-message{border-radius:.25em;padding:1em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.search-content .banned-words-message{border-radius:.25em;padding:1em 1.25em}}@media screen and (hover:hover) and (pointer:fine){.search-content .banned-words-message .message-container{max-width:1280px}}.search-content .banned-words-message .header-message .warning-text{font-size:1.25em;font-weight:700;line-height:1.6em;margin-bottom:.25em;margin-top:0}@media not screen and (hover:hover) and (pointer:fine){.search-content .banned-words-message .header-message .warning-text{font-size:1em;line-height:1.75em;margin-bottom:.25em;padding:0 2.8em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content .banned-words-message .header-message .warning-text{font-size:.75em;line-height:1.5em;margin-bottom:.3333333333em;padding:0}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.search-content .banned-words-message .header-message .warning-text{font-size:.75em;line-height:1.5em;margin-bottom:.3333333333em;padding:0}}.search-content .banned-words-message .divider{background-color:rgba(var(--col-white-rgb),.2);display:block;height:1px;margin-top:.6875em}@media not screen and (hover:hover) and (pointer:fine){.search-content .banned-words-message .divider{margin-top:.5em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content .banned-words-message .divider{margin-top:.25em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.search-content .banned-words-message .divider{margin-top:.25em}}.search-content .banned-words-message .bold-text{font-weight:700}.search-content .banned-words-message .message-content{font-size:1.25em;line-height:1.5em;margin-top:.8em}@media not screen and (hover:hover) and (pointer:fine){.search-content .banned-words-message .message-content{font-size:1em;margin-top:.75em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content .banned-words-message .message-content{font-size:.75em;line-height:1em;margin-top:.6666666667em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.search-content .banned-words-message .message-content{font-size:.75em;line-height:1.3333333333em;margin-top:.6666666667em}}.search-content .banned-words-message .message-content .button{border-width:.125em;cursor:pointer;font-size:.8em;line-height:1.375em;margin:.875em 0 0;padding:.5625em 5.65625em}@media not screen and (hover:hover) and (pointer:fine){.search-content .banned-words-message .message-content .button{font-size:1em;margin-top:1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content .banned-words-message .message-content .button{border-width:.1428571429em;font-size:1.1666666667em;line-height:1em;margin-top:.8571428571em;padding:.6428571429em 5.5714285714em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.search-content .banned-words-message .message-content .button{border-width:.1428571429em;font-size:1.1666666667em;line-height:1em;margin-top:.8571428571em;padding:.6428571429em 5.5714285714em}}.search-content .banned-words-message .message-content .text{margin-bottom:.5em;padding:0 1em}@media not screen and (hover:hover) and (pointer:fine){.search-content .banned-words-message .message-content .text{line-height:1.5em;padding:0 2.8em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-content .banned-words-message .message-content .text{margin-bottom:.3333333333em;padding:0 1em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.search-content .banned-words-message .message-content .text{margin-bottom:.3333333333em;padding:0}}.search-content .banned-words-message .message-content .link:hover{text-decoration:underline}.search-details-info{font-size:1.375rem}@media not screen and (hover:hover) and (pointer:fine){.search-details-info{font-size:1.25rem}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-details-info{font-size:.75rem}}.search-details-text{font-size:1rem}@media not screen and (hover:hover) and (pointer:fine){.search-details-text{font-size:.875rem}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-details-text{font-size:.75rem}}.search-nav{margin-bottom:1.5em}.search-nav>*{cursor:pointer;font-size:1.5rem;font-weight:700;margin:0 .75em;padding:.625em .25em;position:relative}@media not screen and (hover:hover) and (pointer:fine){.search-nav>*{font-size:1.375rem;margin:0 1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-nav>*{font-size:.875rem}}.search-nav>:before{background-color:var(--col-primary);bottom:0;content:"";display:block;height:4px;left:0;opacity:0;position:absolute;right:0;transition:opacity .3s ease-in-out}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-nav>:before{height:2px}}.search-nav>.active:before,.search-nav>:hover:before{opacity:1}.search-nav .disabled{color:var(--col-gray-light-disable);pointer-events:none}.search-field{border-radius:.3333333333em;font-size:1.5em;padding:1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.search-field{border-radius:0;font-size:1.25em;padding:.725em}}@media screen and (max-width:1199.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7) and (min-aspect-ratio:16/9){.search-field{border-radius:0;font-size:1.25em;padding:.725em}}.cnt-pagination{list-style-type:none;margin:1em auto 0;padding:0}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.news-updates .cnt-pagination{justify-content:center;margin:1em -2em}}.cnt-pagination .pagination-item>*{align-items:center;border:none;cursor:pointer;display:flex;height:2.3125em;justify-content:center;text-decoration:none;width:2.3125em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .pagination-item>*{height:2.7em;width:2.7em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-pagination .pagination-item>*{height:2.3125em;width:2.3125em}}.cnt-pagination .pagination-item>:hover{background-color:var(--col-darker-blue)}.cnt-pagination .pagination-item>.hide-all{display:none}.cnt-pagination .pagination-item>*{background-color:var(--col-dark-blue);border-radius:.25em;color:rgba(var(--col-white-rgb),.7)}.cnt-pagination .pagination-item.active>*{border:2px solid var(--col-primary);color:var(--col-white);font-weight:700}.cnt-pagination .pagination-item:hover>.active{background-color:var(--col-dark-blue)}.cnt-pagination .pagination-item:hover>.active a{color:var(--col-white);cursor:auto}.cnt-pagination .pagination-item{font-size:1.125em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .pagination-item{font-size:1.125em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-pagination .pagination-item{font-size:.75em}}.cnt-pagination .pagination-item+.pagination-item{margin-left:.5em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .pagination-item+.pagination-item{margin-left:.6875em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-pagination .pagination-item+.pagination-item{margin-left:.5em}}.cnt-pagination .first,.cnt-pagination .last{cursor:pointer}.cnt-pagination .first.disabled,.cnt-pagination .last.disabled{display:none}.cnt-pagination .first span,.cnt-pagination .last span{color:var(--col-white)}.cnt-pagination .first:hover,.cnt-pagination .last:hover{background-color:var(--col-red-disabled)}.cnt-pagination .first.inactive,.cnt-pagination .last.inactive{background-color:var(--col-dark-blue);color:rgba(var(--col-white-rgb),.7);cursor:default}.cnt-pagination .first.inactive .arrow-lines:after,.cnt-pagination .first.inactive .arrow-lines:before,.cnt-pagination .last.inactive .arrow-lines:after,.cnt-pagination .last.inactive .arrow-lines:before{background-color:rgba(var(--col-white-rgb),.7);cursor:default}.cnt-pagination .first,.cnt-pagination .last{align-items:center;background-color:var(--col-primary);border-radius:3em;display:flex;font-size:1em;font-weight:700;height:3em;justify-content:center;width:5.625em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-pagination .first,.cnt-pagination .last{font-size:.625em;height:2.8em;width:5.6em}}.cnt-pagination .first{margin-right:.8em;padding-right:.9em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .first{margin-right:1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-pagination .first{margin-right:.8em}}.cnt-pagination .last{margin-left:.8em;padding-left:.9em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .last{margin-left:1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-pagination .last{margin-left:.8em}}.cnt-pagination .hide-all{display:none}.cnt-pagination .show-ellipsis-after:after{align-self:flex-end;color:var(--col-blue-gray);content:"…";display:inline-block;height:1.75em;margin-left:.5em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .show-ellipsis-after:after{font-size:1.125em;height:2em;text-align:center;width:1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-pagination .show-ellipsis-after:after{align-self:flex-end;color:var(--col-blue-gray);content:"…";display:inline-block;height:1.75em;margin-left:.5em}}.cnt-pagination .show-ellipsis-after~.pagination-item{display:none}.cnt-pagination .show-ellipsis-before:before{align-self:flex-end;color:var(--col-blue-gray);content:"…";display:inline-block;height:1.75em;margin-right:.5em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .show-ellipsis-before:before{font-size:1.125em;height:2em;text-align:center;width:1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.cnt-pagination .show-ellipsis-before:before{align-self:flex-end;color:var(--col-blue-gray);content:"…";display:inline-block;height:1.75em;margin-right:.5em}}.cnt-pagination .pagination-item.active,.cnt-pagination .pagination-item.show-ellipsis-after,.cnt-pagination .pagination-item.show-ellipsis-before,.cnt-pagination .pagination-item.show-pages,.cnt-pagination .pagination-item:first-child,.cnt-pagination .pagination-item:last-child{display:flex}.cnt-pagination .arrow-lines{font-size:.7em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .arrow-lines{height:2.3125em;width:2em}}.cnt-pagination .arrow-lines.left:before,.cnt-pagination .arrow-lines.right:before{top:.8em}.cnt-pagination .arrow-lines.left:after,.cnt-pagination .arrow-lines.right:after{top:1.355em}.cnt-pagination .arrow-lines.left:hover:after,.cnt-pagination .arrow-lines.left:hover:before,.cnt-pagination .arrow-lines.right:hover:after,.cnt-pagination .arrow-lines.right:hover:before{background-color:var(--col-white)}.cnt-pagination .arrow-lines.left{margin-right:1em;margin-top:-1.2em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .arrow-lines.left{margin-right:0;margin-top:0}}.cnt-pagination .arrow-lines.left:after,.cnt-pagination .arrow-lines.left:before{left:.65em}.cnt-pagination .arrow-lines.right{margin-left:1em;margin-top:-1.2em}@media not screen and (hover:hover) and (pointer:fine){.cnt-pagination .arrow-lines.right{margin-left:0;margin-top:0}}.cnt-pagination .arrow-lines.right:after,.cnt-pagination .arrow-lines.right:before{right:.65em}.cnt-pagination .arrow-lines:after,.cnt-pagination .arrow-lines:before{height:.225em;width:.925em}.cnt-news-updates .cnt-pagination.hide-all,.cnt-pagination.hide,.cnt-profile-content .cnt-pagination .first,.cnt-profile-content .cnt-pagination .last{display:none}.card-game-inline{margin-bottom:1.25em;margin-right:1.25em}.card-event,.card-game,.card-game-inline{position:relative}.card-event .card img,.card-game .card img,.card-game-inline .card img{width:100%}.card-event .container,.card-game .container,.card-game-inline .container{position:relative}.card-event .container>*,.card-game .container>*,.card-game-inline .container>*{line-height:1.6;margin:0}.card-event.hidden,.card-game-inline.hidden,.card-game.hidden{display:none}.card-game{width:12.375em}.card-game .card{height:100%;justify-content:space-between}.card-game img{aspect-ratio:.8181818182}@media not screen and (hover:hover) and (pointer:fine){.card-game img{aspect-ratio:1}}.card-game .container{padding-top:.375em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game .container{padding-top:.25em}}@media not screen and (hover:hover) and (pointer:fine){.card-game .fnt-medium{font-size:.75rem}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game .fnt-medium{font-size:.625rem}}.card-game .general-title{display:block;white-space:normal;width:100%;word-break:break-word}@media screen and (hover:hover) and (pointer:fine){.card-game .general-title{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;font-size:.8125em;height:2.7692307692em;line-height:1.3846153846em;margin-bottom:.4615384615em;overflow:hidden}}@media not screen and (hover:hover) and (pointer:fine){.card-game .general-title{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}}.card-game .details-container{align-items:flex-end;justify-content:space-between}.card-game .details-container .section{width:100%}@media screen and (hover:hover) and (pointer:fine){.card-game .genre{font-size:.75em;line-height:1.2;margin-bottom:.1666666667em}}@media not screen and (hover:hover) and (pointer:fine){.card-game .genre{margin-bottom:.1em}}.card-game .price{font-weight:700}@media screen and (hover:hover) and (pointer:fine){.card-game .price{font-size:.9375em;height:1.6em}}@media not screen and (hover:hover) and (pointer:fine){.card-game .price{height:1.57em}}.card-game .price .label{font-size:.8571428571em;font-weight:400;line-height:1.0833333333em;margin-left:.5em}.card-game .price .old-price{color:var(--col-blue-gray);font-size:.7857142857em;font-weight:400;text-align:right;text-decoration:line-through}@media not screen and (hover:hover) and (pointer:fine){.card-game .price .old-price{font-size:1em;margin-right:.5em;margin-top:0}}.card-game .discount-tag{background-image:url(/images/icon-discount-tag.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:1.875em;left:.125em;position:absolute;top:1.125em;width:5em}@media not screen and (hover:hover) and (pointer:fine){.card-game .discount-tag{left:-.5em;top:1em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game .discount-tag{height:1.25em;left:-.3125em;top:.5em;width:3.25em}}.card-game .discount-tag .text{color:var(--col-black);font-size:.875em;font-weight:700;margin-bottom:.3em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game .discount-tag .text{font-size:.625em}}.card-game .discount-tag .text span:last-child{font-size:.8571428571em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game .discount-tag .text span:last-child{font-size:.9em}}.card-game .fav-icon{font-size:1.125em}.card-game .platforms{margin-left:auto}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game .platforms{font-size:.875em}}.card-game .platforms [class^=icon-]{margin:0 .15em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game .platforms [class^=icon-]{margin:0 .1em}}.card-game.upcoming .container{padding-bottom:.25em}@media not screen and (hover:hover) and (pointer:fine){.card-game.upcoming .container{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-bottom:0}}.card-game.upcoming .general-title{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;height:1.5384615385em;margin-bottom:.4615384615em;overflow:hidden;text-align:center}.card-game.upcoming .details-container{justify-content:center}.card-game.upcoming .section{align-items:center}.card-game.upcoming .genre{margin-bottom:.8333333333em;text-align:center}.card-game.upcoming .preregister{font-size:.75em;line-height:1.4166666667em;min-width:148px;padding:.4583333333em 1em}.card-game.upcoming .upcoming{border-radius:.3333333333em;font-size:.75em;line-height:1.3333333333em;max-width:100%;min-width:120px;padding:.4166666667em 1em}.card-game.upcoming .preregister,.card-game.upcoming .upcoming{margin:0;max-width:100%;text-align:center;width:-moz-fit-content;width:fit-content}@media not screen and (hover:hover) and (pointer:fine){.card-game.upcoming .preregister,.card-game.upcoming .upcoming{font-size:.75em;line-height:1.3333333333em;max-height:40px;min-height:32px;min-width:auto;padding:0 .5em;width:100%}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game.upcoming .preregister,.card-game.upcoming .upcoming{font-size:.5625em;line-height:1.3333333333em;max-height:28px;min-height:22px}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.card-game.upcoming .preregister,.card-game.upcoming .upcoming{font-size:.5625em;line-height:1.3333333333em;max-height:28px;min-height:22px}}.dsktp .card-game .card{padding:.625em .625em .375em}.dsktp .card-game .fav-icon{display:block;padding:.1111111111em}.dsktp .card-game .fav-icon .icon-heart-gray{display:block;font-size:1.1111111111em}.dsktp .card-game:hover .card{background-color:var(--col-dark-blue)}.mobile .card-game{margin-bottom:1.25em;margin-right:1.5em;width:calc(25% - 1.125em)}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game{margin-bottom:.75em;margin-right:.75em;width:calc(33.33333% - .5em)}}@media not screen and (hover:hover) and (pointer:fine){.mobile .card-game:nth-child(4n){margin-right:0}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game:nth-child(4n){margin-right:.625em}.mobile .card-game:nth-child(3n){margin-right:0}}.mobile .card-game img{border-radius:1.5em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game img{border-radius:1em}}.mobile .card-game .general-title{font-size:.875em;line-height:1.3571428571em;margin-bottom:.2857142857em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game .general-title{font-size:.625em;line-height:1.4em;margin-bottom:.2em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game .general-title{font-size:.75em;line-height:1.3333333333em;margin-bottom:.3333333333em}}.mobile .card-game .genre{font-size:.75em;line-height:1.3333333333em;margin-bottom:.3333333333em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game .genre{font-size:.5625em;line-height:1.3333333333em;margin-bottom:.2222222222em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game .genre{font-size:.6875em;line-height:1.3636363636em;margin-bottom:.1818181818em}}.mobile .card-game .price{font-size:.875em;height:1.7142857143em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game .price{font-size:.625em;height:1.6em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game .price{font-size:.75em;height:1.3333333333em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game .price .label{font-size:.9em}}@media screen and (max-width:899.98px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.7){.mobile .card-game .price .label{font-size:.9166666667em}}.card-game-inline{background-color:var(--col-dark-blue);margin-right:0;width:100%}.card-game-inline .card{padding:.625em .75em}.card-game-inline .card img{border-radius:100%;font-size:4rem;height:1em;width:1em}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game-inline .card img{font-size:2.5rem}}.card-game-inline .container{padding:0 0 0 1em;width:calc(100% - 4rem)}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game-inline .container{width:calc(100% - 2.5rem)}}.card-game-inline .card-title{font-size:1.25rem}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game-inline .card-title{font-size:.875rem}}.card-game-inline .platforms{font-size:1.25rem}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game-inline .platforms{font-size:1rem}}.card-game-inline .smaller-fnt{font-size:.875rem}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.card-game-inline .smaller-fnt{font-size:.6875rem}}.card-game-inline .price{font-weight:700}.card-game-inline .txt-one-line{margin-right:1rem}.card-game-inline .upcoming-game-mobile{color:var(--col-blue-gray)}.card-empty{background-color:var(--col-darker-blue);border-radius:14px;height:6.5em;position:relative;width:6.5em}.empty-fav{background-color:var(--col-dark-grayish-blue);margin-bottom:1.25em;margin-right:1.25em;position:relative}@media not screen and (hover:hover) and (pointer:fine){.empty-fav{border-radius:5em;width:100%}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.empty-fav{margin-right:0}.empty-fav:after{background-color:var(col-dark-grayish-blue);content:"";display:block;height:100%;position:absolute;right:-1.5em;top:0;width:4em;z-index:-1}}.empty-fav .card{font-size:.875em;line-height:1.6;padding:1em}@media not screen and (hover:hover) and (pointer:fine){.empty-fav .card{padding:1em 3.5em}}@media screen and (max-width:599.98px) and (-webkit-min-device-pixel-ratio:1.7){.empty-fav .card{padding:0 0 0 2.5em}}.empty-fav [class*=icon-]{font-size:3.5em;margin-left:auto;margin-top:-.5em}.card-recent{margin-bottom:14px;overflow:hidden;position:relative;text-align:center;width:1em}.card-recent img{border-radius:14px;flex-shrink:0;height:auto;margin-bottom:6px;width:100%}
