.ConfirmCancelRegistrationModal-module-scss-module__KbCkrq__confirm-cancel-registration [class~=text-top]{color:rgba(255,255,255,.8);margin-bottom:.25rem;font-size:12px;font-weight:600;line-height:16px}.ConfirmCancelRegistrationModal-module-scss-module__KbCkrq__confirm-cancel-registration [class~=text-bottom]{font-size:24px;font-weight:700;line-height:32px}.ConfirmCancelRegistrationModal-module-scss-module__KbCkrq__confirm-cancel-registration [class~=image]{border-radius:9999px;width:5.5rem;min-width:5.5rem;height:5.5rem}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index);padding:4px;position:fixed}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:var(--toastify-toast-top);transform:translate(-50%)}.Toastify__toast-container--top-right{right:var(--toastify-toast-right);top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);width:100vw;margin:0;padding:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:var(--toastify-toast-bd-radius);box-sizing:border-box;cursor:default;font-family:var(--toastify-font-family);max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);touch-action:none;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.Toastify__toast--stacked{transform:translate3d(0,var(--y),0) scale(var(--s));width:100%;transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;display:flex}.Toastify__toast-icon:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify__toast-icon:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify__toast-icon:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:var(--toastify-toast-bd-radius);opacity:.7;transform-origin:0;width:100%;height:100%;z-index:var(--toastify-z-index);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius);transform-origin:100%;left:auto;right:0}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);box-sizing:border-box;border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.Progress-module-scss-module__PnT8IG__shimmer{pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);width:100%;height:100%;animation:2s infinite Progress-module-scss-module__PnT8IG__shimmerMove;position:absolute;top:0;left:0}@keyframes Progress-module-scss-module__PnT8IG__shimmerMove{0%{transform:translate(-100%)}to{transform:translate(100%)}}
.baseInput-module-scss-module__60MCEW__autofill:-webkit-autofill{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 550000s ease-in-out;box-shadow:inset 0 0 0 9999px #1b1b40,0 0 0 1px #1b1b40;-webkit-background-clip:border-box!important;border-radius:16px!important}.baseInput-module-scss-module__60MCEW__autofill:-webkit-autofill:active{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 550000s ease-in-out;box-shadow:inset 0 0 0 9999px #1b1b40,0 0 0 1px #1b1b40;-webkit-background-clip:border-box!important;border-radius:16px!important}.baseInput-module-scss-module__60MCEW__autofill:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 550000s ease-in-out;box-shadow:inset 0 0 0 9999px #1b1b40,0 0 0 1px #1b1b40;-webkit-background-clip:border-box!important;border-radius:16px!important}.baseInput-module-scss-module__60MCEW__autofill:-webkit-autofill:hover{-webkit-text-fill-color:#fff;caret-color:#fff;transition:background-color 550000s ease-in-out;box-shadow:inset 0 0 0 9999px #1b1b40,0 0 0 1px #1b1b40;-webkit-background-clip:border-box!important;border-radius:16px!important}.baseInput-module-scss-module__60MCEW__autofill:-webkit-autofill:focus{box-shadow:inset 0 0 0 9999px #272753,0 0 0 1px #272753}
.TermsItem-module-scss-module__7xOtgG__terms-item>ol:first-child>li:first-child,.TermsItem-module-scss-module__7xOtgG__terms-item>ul:first-child>li:first-child{margin-top:0}.TermsItem-module-scss-module__7xOtgG__terms-item li{margin-top:1rem;margin-bottom:1rem}@media (min-width:768px){.TermsItem-module-scss-module__7xOtgG__terms-item li{margin-top:1.5rem;margin-bottom:1.5rem}}.TermsItem-module-scss-module__7xOtgG__terms-item li:last-child{margin-bottom:0}.TermsItem-module-scss-module__7xOtgG__terms-item ol{list-style-type:decimal;list-style-position:inside}.TermsItem-module-scss-module__7xOtgG__terms-item ol ol,.TermsItem-module-scss-module__7xOtgG__terms-item ol ul{margin-left:1rem}@media (min-width:768px){.TermsItem-module-scss-module__7xOtgG__terms-item ol ol,.TermsItem-module-scss-module__7xOtgG__terms-item ol ul{margin-left:1.5rem}}.TermsItem-module-scss-module__7xOtgG__terms-item ol:last-child li:last-child{margin-bottom:0}.TermsItem-module-scss-module__7xOtgG__terms-item ul{list-style-type:disc;list-style-position:inside}.TermsItem-module-scss-module__7xOtgG__terms-item ul ol,.TermsItem-module-scss-module__7xOtgG__terms-item ul ul{margin-left:1rem}@media (min-width:768px){.TermsItem-module-scss-module__7xOtgG__terms-item ul ol,.TermsItem-module-scss-module__7xOtgG__terms-item ul ul{margin-left:1.5rem}}.TermsItem-module-scss-module__7xOtgG__terms-item ul:last-child li:last-child{margin-bottom:0}.TermsItem-module-scss-module__7xOtgG__terms-item a{--tw-text-opacity:1;color:rgba(195,0,84,var(--tw-text-opacity))}.TermsItem-module-scss-module__7xOtgG__terms-item a:hover{--tw-text-opacity:1;color:rgba(255,40,133,var(--tw-text-opacity))}
.PromoPages-module-scss-module__n6sQqW__page-holiday{width:100%;padding-bottom:74px;position:relative;overflow:hidden}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=layout__main]{position:relative}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=layout__content]{width:100%;max-width:1056px;margin-left:auto;margin-right:auto;position:relative}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=layout__content-wrap]{padding-left:1rem;padding-right:1rem;position:relative}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__picture]{position:relative;overflow:hidden}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__picture-bg]{object-fit:cover;min-width:100%;max-width:100%;min-height:224px;margin-left:auto;margin-right:auto;display:block}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__picture-character]{max-width:162px;max-height:-moz-fit-content;max-height:fit-content;margin:auto auto 0;display:block;position:absolute;top:-1.5rem;bottom:auto;left:0;right:0}@media (min-width:1136px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__picture-character]{max-width:242px;top:-2rem}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__subtitle],.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__title]{text-align:left;margin:0}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__title]{text-align:center;margin:0 auto 1rem;font-size:20px;font-weight:700;line-height:28px}@media (min-width:1024px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__title]{font-size:28px;font-weight:700;line-height:36px}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__subtitle]{margin-bottom:2rem;font-size:16px;font-weight:400;line-height:24px}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__content]{width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-top:2rem;position:relative}@media (min-width:1024px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__content]{padding-top:3.75rem}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__content]:before{content:"";z-index:-1;--tw-translate-x:-50%;--tw-translate-y:-50%;opacity:.16;width:1210px;height:1210px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-blur:blur(240px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);background:linear-gradient(225deg,#d300ff,#e73ad5 10.02%,#f357ab 20.03%,#fb6f81 30.05%,#ff8553 40.07%,#f90 50.09%,#f90 0,#ffae00 60.07%,#ffc300 70.05%,gold 80.03%,#ffeb00 90.02%,#ff0);border-radius:9999px;display:block;position:absolute;top:50%;left:50%}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creatives]{z-index:-1;position:relative}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative]{width:160px;height:auto;position:absolute;bottom:-1.5rem}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative--left]{left:-1rem}@media (min-width:1136px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative--left]{width:220px;bottom:-50px}}@media (min-width:1280px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative--left]{width:302px}}@media (min-width:1600px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative--left]{width:504px}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative--right]{right:-1rem}@media (min-width:1136px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative--right]{width:224px;bottom:-74px}}@media (min-width:1280px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative--right]{width:312px}}@media (min-width:1600px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__creative--right]{width:520px}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__bonus]{justify-content:center;padding-top:2rem;padding-bottom:230px;display:flex}@media (min-width:1136px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__bonus]{padding-bottom:4rem}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__bonus-btn]{cursor:pointer;white-space:nowrap;--tw-bg-opacity:1;background-color:rgba(195,0,84,var(--tw-bg-opacity));text-align:center;--tw-text-opacity:1;width:100%;height:3rem;color:rgba(255,255,255,var(--tw-text-opacity));border-radius:.375rem;justify-content:center;align-items:center;padding-left:1rem;padding-right:1rem;font-size:14px;font-weight:600;line-height:16px;display:flex}@media (min-width:536px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__bonus-btn]{max-width:193px}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__bonus-btn]{box-shadow:0 .2rem .6rem rgba(0,0,0,.2)}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=page-holiday__bonus-btn]:hover{background:linear-gradient(#ff6b00,#ee6400)}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions]{z-index:1;--tw-bg-opacity:1;background-color:rgba(39,39,83,var(--tw-bg-opacity));font-size:16px;font-weight:400;line-height:24px;position:relative}@media (min-width:1136px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions]{--tw-bg-opacity:1;background-color:rgba(16,16,45,var(--tw-bg-opacity))}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions] h3{margin-bottom:1rem;font-size:16px;font-weight:600;line-height:24px}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions] h3{font-size:20px;font-weight:700;line-height:28px}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions] ol{padding-left:1.25rem;list-style-type:decimal}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions] ol li{margin-bottom:1rem}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions] ul{margin-bottom:1.25rem;padding-left:1.25rem;list-style-type:disc}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions] ul li:first-child{margin-top:1rem}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions__wrapper]{max-width:832px;margin-left:auto;margin-right:auto;padding:2rem 1rem}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions__wrapper]{padding-top:4rem;padding-bottom:4rem}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions__wrapper] ul li{margin-bottom:.5rem}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions__wrapper] p{margin-top:1rem;margin-bottom:1rem}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=conditions__wrapper] small{color:rgba(255,255,255,.6);font-size:12px;font-weight:600;line-height:16px}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));border-top-left-radius:12px;border-top-right-radius:12px;flex-direction:column;padding:1rem;display:flex;position:relative}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head]{border-radius:12px;flex-direction:row;align-items:center;margin-bottom:.5rem}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head]{background:rgba(0,0,0,.06)}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head-item]{flex:1;align-items:center;display:none}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head-item]:first-child{max-width:220px;padding-right:.75rem}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head-item]:last-child{display:flex}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head-item]{display:flex}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head-item]:last-child{display:none}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__head-item]{color:rgba(0,0,0,.64)}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__list]{flex-direction:column;display:flex}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__list]{gap:.5rem}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__list-item]{--tw-bg-opacity:1;background-color:rgba(16,16,45,var(--tw-bg-opacity));border-radius:0;flex-direction:column;padding:1.5rem;transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__list-item]{border-radius:12px;flex-direction:row;padding-top:1.25rem;padding-bottom:1.25rem}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__list-item]:nth-child(2n){background:linear-gradient(154.08deg,rgba(255,184,0,.16) -.47%,rgba(255,107,0,.16) 83.64%)}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__week]{align-items:center;margin-bottom:1rem;font-size:16px;font-weight:400;line-height:24px;display:flex}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__week]{width:100%;max-width:220px;margin-bottom:0}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__week-icon]{width:2rem;height:2rem;margin-right:.5rem}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__week-icon]{width:2.5rem;height:2.5rem;margin-right:1rem}}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__deposit]{padding-bottom:.25rem;font-size:14px;font-weight:600;line-height:16px}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__bonus]{font-size:14px;font-weight:600;line-height:16px}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__bonus] a{--tw-text-opacity:1;color:rgba(195,0,84,var(--tw-text-opacity))}.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__bonus] br{display:block}@media (min-width:768px){.PromoPages-module-scss-module__n6sQqW__page-holiday [class~=holiday-table__bonus] br{display:none}}
.SpecialPages-module-scss-module__M4azda__special-pages h1,.SpecialPages-module-scss-module__M4azda__special-pages strong,.SpecialPages-module-scss-module__M4azda__special-pages th{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bolder],.SpecialPages-module-scss-module__M4azda__special-pages b,.SpecialPages-module-scss-module__M4azda__special-pages strong{font-weight:700}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn]{cursor:pointer;white-space:nowrap;border-width:0;border-radius:4px;justify-content:center;align-items:center;height:2rem;padding:0 .5rem;font-size:12px;font-weight:600;line-height:16px;-webkit-text-decoration-line:none;text-decoration-line:none;display:inline-flex;position:relative}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--big]{border-radius:6px;height:3rem;padding-left:1rem;padding-right:1rem;font-size:14px;font-weight:600;line-height:16px}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--big]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--big]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--big]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--big]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--big]:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--big]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--primary]{--tw-bg-opacity:1;background-color:rgba(195,0,84,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));--tw-shadow:0 2px 6px 0 rgba(0,0,0,.2);--tw-shadow-colored:0 2px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);margin-bottom:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--primary]:active,.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--primary]:hover{--tw-bg-opacity:1;background-color:rgba(255,40,133,var(--tw-bg-opacity))}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=btn--primary]{margin-bottom:0}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details]{flex-direction:column;justify-content:center;display:flex}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__back-link]{align-items:center;margin-top:2rem;font-size:14px;font-weight:600;line-height:16px;-webkit-text-decoration-line:none;text-decoration-line:none;display:flex}@media (min-width:1136px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__back-link]{margin-top:4rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__icon-back]{margin-right:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__content]{flex-direction:column;width:100%;max-width:800px;margin-top:1rem;margin-left:auto;margin-right:auto;display:flex}@media (min-width:1136px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__content]{margin-top:2.5rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__title]{margin:0;font-size:20px;font-weight:700;line-height:28px}@media (min-width:1136px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__title]{font-size:28px;font-weight:700;line-height:36px}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__description]{margin-top:1rem;margin-bottom:1.5rem;font-size:16px;font-weight:400;line-height:24px}@media (min-width:1136px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__description]{margin-bottom:1.5rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__list]{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__list]{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__list] img{margin-top:0;margin-bottom:0}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__list--v2]{grid-template-columns:repeat(1,minmax(0,1fr))}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__list--v2] [class~=promotion-card__title]{--tw-bg-opacity:1;background-color:rgba(60,41,123,var(--tw-bg-opacity))}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__list--v2] [class~=promotion-card__connector]{text-align:center;flex-shrink:0;width:2rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__btn]{margin:0 auto 2.5rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-details__note]{color:rgba(255,255,255,.6);margin-bottom:1rem;font-size:12px;font-weight:600;line-height:16px;position:relative;left:-1rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card]{--tw-bg-opacity:1;background-color:rgba(39,39,83,var(--tw-bg-opacity));border-radius:12px;flex-direction:column;align-items:center;display:flex;overflow:hidden}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__title]{--tw-bg-opacity:1;background-color:rgba(203,140,0,var(--tw-bg-opacity));--tw-text-opacity:1;width:100%;height:60px;color:rgba(255,255,255,var(--tw-text-opacity));justify-content:center;align-items:center;font-size:20px;font-weight:700;line-height:28px;display:flex}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__content]{flex-direction:column;align-items:center;width:100%;padding:1rem 1rem 2rem;display:flex}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__content]{padding-left:2rem;padding-right:2rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__description]{color:rgba(255,255,255,.6);text-align:center;margin-bottom:1rem;font-size:16px;font-weight:600;line-height:24px}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__blocks]{flex-direction:column;width:100%;margin-bottom:1.5rem;font-size:12px;font-weight:600;line-height:16px;display:flex}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__blocks]:last-child{margin-bottom:0}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__blocks]{flex-direction:row;align-items:center}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__block]{--tw-bg-opacity:1;background-color:rgba(16,16,45,var(--tw-bg-opacity));--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06));width:100%;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);border-radius:8px;align-items:center;padding:1rem;display:flex}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__connector]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));margin:.25rem auto;font-size:16px;font-weight:600;line-height:24px}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__icon]{width:3rem;height:3rem;margin-right:1rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__block-title]{--tw-text-opacity:1;color:rgba(60,41,123,var(--tw-text-opacity));font-size:16px;font-weight:600;line-height:24px}.SpecialPages-module-scss-module__M4azda__special-pages [class~=promotion-card__block-subtitle]{color:rgba(255,255,255,.6);margin-top:.25rem;font-size:14px;font-weight:600;line-height:16px;-webkit-text-decoration-line:none;text-decoration-line:none;display:block}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table]{width:100%;font-size:12px;font-weight:600;line-height:16px}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header]{border-radius:6px;--tw-bg-opacity:1;background-color:rgba(27,27,64,var(--tw-bg-opacity));color:rgba(255,255,255,.6);align-items:center;margin-top:2.5rem;padding:1rem;display:flex;position:relative}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header]:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header]{margin-top:2rem;margin-bottom:.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header-first]{min-width:220px;margin-right:.75rem}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header-first]{width:30%}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header-second]{display:none}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__header-second]{width:70%;display:inline-block}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__item]{padding:1.5rem}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__item]{margin-bottom:.5rem;padding:1.25rem 1rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]{border-radius:6px;--tw-text-opacity:1;width:100%;min-width:192px;height:3rem;color:rgba(255,255,255,var(--tw-text-opacity));margin:1rem auto 2.5rem;padding-left:1rem;padding-right:1rem;font-size:14px;font-weight:600;line-height:16px;display:flex}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]{width:-moz-fit-content;width:fit-content;margin-top:2.25rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table__button]{--tw-bg-opacity:1;background-color:rgba(195,0,84,var(--tw-bg-opacity));justify-content:center;align-items:center;-webkit-text-decoration-line:none;text-decoration-line:none}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]{border-radius:6px}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]:nth-child(2n){--tw-bg-opacity:1;background-color:rgba(39,39,83,var(--tw-bg-opacity))}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item]{border-radius:16px;display:flex}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__first-child]{align-items:center;margin-bottom:1rem;font-size:16px;font-weight:600;line-height:24px;display:flex}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__first-child]{width:30%;min-width:240px;margin-bottom:0;padding-right:1rem}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__img-wrap]{justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:1rem;display:flex}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__img]{object-fit:contain;width:100%;height:100%}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__info]{font-size:14px;font-weight:600;line-height:16px}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__info]{flex-direction:column;justify-content:center;width:70%;display:flex}}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__info-link]{--tw-text-opacity:1;color:rgba(195,0,84,var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__info-additional]{margin-bottom:.25rem;display:block}@media (min-width:768px){.SpecialPages-module-scss-module__M4azda__special-pages [class~=bonus-table-item__info-additional]{margin-bottom:0}}
.TermsItem-module-scss-module__vzZMia__terms-item>ol:first-child>li:first-child,.TermsItem-module-scss-module__vzZMia__terms-item>ul:first-child>li:first-child{margin-top:0}.TermsItem-module-scss-module__vzZMia__terms-item li{margin-top:1rem;margin-bottom:1rem}@media (min-width:768px){.TermsItem-module-scss-module__vzZMia__terms-item li{margin-top:1.5rem;margin-bottom:1.5rem}}.TermsItem-module-scss-module__vzZMia__terms-item li:last-child{margin-bottom:0}.TermsItem-module-scss-module__vzZMia__terms-item ol{list-style-type:decimal;list-style-position:inside}.TermsItem-module-scss-module__vzZMia__terms-item ol ol,.TermsItem-module-scss-module__vzZMia__terms-item ol ul{margin-left:1rem}@media (min-width:768px){.TermsItem-module-scss-module__vzZMia__terms-item ol ol,.TermsItem-module-scss-module__vzZMia__terms-item ol ul{margin-left:1.5rem}}.TermsItem-module-scss-module__vzZMia__terms-item ol:last-child li:last-child{margin-bottom:0}.TermsItem-module-scss-module__vzZMia__terms-item ul{list-style-type:disc;list-style-position:inside}.TermsItem-module-scss-module__vzZMia__terms-item ul ol,.TermsItem-module-scss-module__vzZMia__terms-item ul ul{margin-left:1rem}@media (min-width:768px){.TermsItem-module-scss-module__vzZMia__terms-item ul ol,.TermsItem-module-scss-module__vzZMia__terms-item ul ul{margin-left:1.5rem}}.TermsItem-module-scss-module__vzZMia__terms-item ul:last-child li:last-child{margin-bottom:0}.TermsItem-module-scss-module__vzZMia__terms-item a{--tw-text-opacity:1;color:rgba(195,0,84,var(--tw-text-opacity))}.TermsItem-module-scss-module__vzZMia__terms-item a:hover{--tw-text-opacity:1;color:rgba(255,40,133,var(--tw-text-opacity))}
.Text-module-scss-module__xytfKq__text-description strong{color:rgba(255,255,255,.8);font-size:14px;font-weight:600;line-height:22px}@media (min-width:1024px){.Text-module-scss-module__xytfKq__text-description strong{font-size:16px;font-weight:600;line-height:24px}}.Text-module-scss-module__xytfKq__text-description h1{font-size:24px;font-weight:700;line-height:32px}@media (min-width:1024px){.Text-module-scss-module__xytfKq__text-description h1{font-size:40px;font-weight:700;line-height:56px}}.Text-module-scss-module__xytfKq__text-description h2{font-size:20px;font-weight:700;line-height:28px;color:rgba(255,255,255,.4)!important}@media (min-width:1024px){.Text-module-scss-module__xytfKq__text-description h2{font-size:28px;font-weight:700;line-height:36px}}.Text-module-scss-module__xytfKq__text-description h3{font-size:16px;font-weight:700;line-height:24px}@media (min-width:1024px){.Text-module-scss-module__xytfKq__text-description h3{font-size:22px;font-weight:700;line-height:28px}}.Text-module-scss-module__xytfKq__text-description>ol:first-child>li:first-child,.Text-module-scss-module__xytfKq__text-description>ul:first-child>li:first-child{margin-top:0}.Text-module-scss-module__xytfKq__text-description li{margin-top:1rem;margin-bottom:1rem}@media (min-width:768px){.Text-module-scss-module__xytfKq__text-description li{margin-top:1.5rem;margin-bottom:1.5rem}}.Text-module-scss-module__xytfKq__text-description li:last-child{margin-bottom:0}.Text-module-scss-module__xytfKq__text-description ol{list-style-type:decimal;list-style-position:inside}.Text-module-scss-module__xytfKq__text-description ol ol,.Text-module-scss-module__xytfKq__text-description ol ul{margin-left:1rem}@media (min-width:768px){.Text-module-scss-module__xytfKq__text-description ol ol,.Text-module-scss-module__xytfKq__text-description ol ul{margin-left:1.5rem}}.Text-module-scss-module__xytfKq__text-description ol:last-child li:last-child{margin-bottom:0}.Text-module-scss-module__xytfKq__text-description ul{list-style-type:disc;list-style-position:inside}.Text-module-scss-module__xytfKq__text-description ul ol,.Text-module-scss-module__xytfKq__text-description ul ul{margin-left:1rem}@media (min-width:768px){.Text-module-scss-module__xytfKq__text-description ul ol,.Text-module-scss-module__xytfKq__text-description ul ul{margin-left:1.5rem}}.Text-module-scss-module__xytfKq__text-description ul:last-child li:last-child{margin-bottom:0}.Text-module-scss-module__xytfKq__text-description a{--tw-text-opacity:1;color:rgba(195,0,84,var(--tw-text-opacity))}.Text-module-scss-module__xytfKq__text-description a:hover{--tw-text-opacity:1;color:rgba(255,40,133,var(--tw-text-opacity))}
.instantSwiper-module-scss-module__oLLu6W__instant-swiper [class~=swiper-wrapper]{align-items:center}@media (min-width:768px){.instantSwiper-module-scss-module__oLLu6W__instant-swiper [class~=swiper-wrapper]{align-items:flex-start}}
.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-wrapper]{align-items:center}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-slide]{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-slide-active]{opacity:1}@media (min-width:536px){.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-slide-next],.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-slide-prev]{opacity:.4}}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-slide]>div{--tw-scale-x:.75;--tw-scale-y:.75;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-slide-active]>div,.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-slide]>div{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-slide-active]>div{--tw-scale-x:1;--tw-scale-y:1}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal]{justify-content:center;align-items:center;gap:1.5rem;width:100%;height:2.5rem;margin-top:.75rem;display:flex}@media (min-width:768px){.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal]{justify-content:flex-start;margin-top:0}}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet]{background-color:initial;opacity:1;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin:0;position:relative}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet] [class~=bullet-svg-completed]{fill:#007f35}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet] [class~=bullet-svg-failed]{fill:#c60038}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet] [class~=bullet-svg-processing]{fill:#3c297b}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet] [class~=bullet-svg-default]{fill:rgba(255,255,255,.2)}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet] [class~=bullet-inner]{background-color:initial;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:relative}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=bullet-completed],.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=bullet-failed],.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=bullet-processing]{width:1.5rem;height:1.5rem}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-inner]{background-color:initial;border-radius:16px;width:2.5rem;height:2.5rem;padding:.5rem;animation:1s questsSlider-module-scss-module__R_eznG__animate-bullet}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-processing]{--tw-bg-opacity:1;background-color:rgba(60,41,123,var(--tw-bg-opacity))}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-completed]{--tw-bg-opacity:1;background-color:rgba(0,127,53,var(--tw-bg-opacity))}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-failed]{--tw-bg-opacity:1;background-color:rgba(198,0,56,var(--tw-bg-opacity))}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-default]{background-color:rgba(255,255,255,.2)}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-svg-completed],.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-svg-default],.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-svg-failed],.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active] [class~=bullet-svg-processing]{fill:#fff}.questsSlider-module-scss-module__R_eznG__quest-swiper [class~=swiper-pagination-horizontal] [class~=swiper-pagination-bullet]:not(:last-child):after{content:"";--tw-translate-y:-50%;width:14px;height:.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));background-color:rgba(255,255,255,.2);border-radius:9999px;position:absolute;top:50%;right:-1.25rem}@keyframes questsSlider-module-scss-module__R_eznG__animate-bullet{0%{opacity:0;transform:translate(30%,30%)}to{opacity:1;transform:translateZ(0)}}
.LPStatusChain-module-scss-module__YniGbW__circle{background-color:transparent;background-image:linear-gradient(#010104,#010104),linear-gradient(237.3deg,#fff74a -8.25%,#c30360 88.6%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:border-box;background-clip:padding-box,border-box;border:5px solid transparent;border-radius:50%}
.LPCards-module-scss-module__d9fWTa__lp-cards-slider [class~=swiper] [class~=swiper-slide]{transform-origin:50%;--tw-scale-x:.75;--tw-scale-y:.75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:536px){.LPCards-module-scss-module__d9fWTa__lp-cards-slider [class~=swiper] [class~=swiper-slide]{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.LPCards-module-scss-module__d9fWTa__lp-cards-slider [class~=swiper] [class~=swiper-slide-active]{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.mobileNavPageHeader-module-scss-module__LGqWba__nav-page-header-top-overflow{opacity:0;z-index:-1;background:linear-gradient(#010104,rgba(1,1,4,0));width:100%;height:64px;transition:all .2s ease-in}.mobileNavPageHeader-module-scss-module__LGqWba__nav-page-header-top-overflow-active{opacity:1;z-index:9}.mobileNavPageHeader-module-scss-module__LGqWba__nav-page-header-bottom-overflow{opacity:0;z-index:-1;background:linear-gradient(rgba(1,1,4,0),#010104);width:100%;height:64px;transition:all .2s ease-in}.mobileNavPageHeader-module-scss-module__LGqWba__nav-page-header-bottom-overflow-active{opacity:1;z-index:9}
.tournamentDescription-module-scss-module__l5KQfW__tournament-description:empty{display:none}.tournamentDescription-module-scss-module__l5KQfW__tournament-description p{font-size:16px;font-weight:400;line-height:24px}.tournamentDescription-module-scss-module__l5KQfW__tournament-description .tournamentDescription-module-scss-module__l5KQfW__caption-2,.tournamentDescription-module-scss-module__l5KQfW__tournament-description h3{margin-bottom:.5rem;font-size:20px;font-weight:700;line-height:28px}@media (min-width:768px){.tournamentDescription-module-scss-module__l5KQfW__tournament-description .tournamentDescription-module-scss-module__l5KQfW__caption-2,.tournamentDescription-module-scss-module__l5KQfW__tournament-description h3{margin-bottom:.75rem;font-size:24px;font-weight:700;line-height:32px}}
.MobileAppBanner-module-scss-module__VLGrMW__banner-ios{font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;transition:height .2s,padding .2s}.MobileAppBanner-module-scss-module__VLGrMW__banner-ios--expanded{align-items:center;padding-top:.5rem;padding-bottom:.5rem}.MobileAppBanner-module-scss-module__VLGrMW__banner-ios--sticky{align-items:center;padding-top:.25rem;padding-bottom:.25rem}@media (prefers-color-scheme:light){.MobileAppBanner-module-scss-module__VLGrMW__wrapper{background:#fff}.MobileAppBanner-module-scss-module__VLGrMW__banner-ios{color:#000;background:rgba(245,245,245,.6);box-shadow:inset 0 -1px #bdbdc2}.MobileAppBanner-module-scss-module__VLGrMW__caption{color:#848489}}@media (prefers-color-scheme:dark){.MobileAppBanner-module-scss-module__VLGrMW__banner-ios{color:#fff;background:rgba(61,61,61,.94);box-shadow:inset 0 -1px rgba(189,189,194,.1)}.MobileAppBanner-module-scss-module__VLGrMW__caption{color:#b4b4b4}}
.guestSlide-module-scss-module__EvRLlG__slide{background-size:cover}@media (min-width:1024px){.guestSlide-module-scss-module__EvRLlG__slide{transition:background .3s;background-size:100% 100%!important}}.guestSlide-module-scss-module__EvRLlG__slide-hovered{background-size:105% 105%!important}
@keyframes menuPanel-module-scss-module__O_yM5q__shimmer{0%{transform:translate(-300%)}to{transform:translate(300%)}}.menuPanel-module-scss-module__O_yM5q__shimmer:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,rgba(90,60,183,0),rgba(90,60,183,.8));width:40px;height:100%;animation:3s ease-in-out infinite menuPanel-module-scss-module__O_yM5q__shimmer;position:absolute;top:0;left:0}
.guestSlider-module-scss-module__xIKKiq__slider [class~=swiper-slide] [class~=group\/item]>img{opacity:0;transition:opacity .5s ease-in,transform .2s ease-in}.guestSlider-module-scss-module__xIKKiq__slider [class~=swiper-slide][class~=swiper-slide-active] [class~=group\/item]>img{opacity:1}
.sliderPagination-module-scss-module__iDUlEq__slider-pagination{gap:.5rem}.sliderPagination-module-scss-module__iDUlEq__slider-pagination [class~=swiper-pagination-bullet]{cursor:pointer;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));opacity:.1;border-radius:4px;width:.375rem;height:.375rem;transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sliderPagination-module-scss-module__iDUlEq__slider-pagination [class~=swiper-pagination-bullet][class~=swiper-pagination-bullet-active]{opacity:.6;width:1.25rem}
.authSlider-module-scss-module__5r9X7a__swiper-auth-slider [class~=swiper-slide]{opacity:.2;transition:opacity .2s}@media (min-width:768px){.authSlider-module-scss-module__5r9X7a__swiper-auth-slider [class~=swiper-slide][class~=swiper-slide-visible]{opacity:1!important}}.authSlider-module-scss-module__5r9X7a__swiper-auth-slider [class~=swiper-slide-active]{opacity:1;transition:opacity .2s}@media (min-width:768px){.authSlider-module-scss-module__5r9X7a__swiper-auth-slider [class~=swiper-slide-active]{opacity:.2}}
.RegistrationAgreement-module-scss-module__crKjnq__registration-agreement>a{--tw-text-opacity:1;color:rgba(195,0,84,var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}
.advantagesDetails-module-scss-module__H08GKq__content>*{margin-bottom:.5rem}.advantagesDetails-module-scss-module__H08GKq__content>:first-child{margin-top:.5rem}.advantagesDetails-module-scss-module__H08GKq__content>:last-child{margin-bottom:0}.advantagesDetails-module-scss-module__H08GKq__content h1{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));font-size:16px;font-weight:600;line-height:24px}.advantagesDetails-module-scss-module__H08GKq__content h2{color:rgba(255,255,255,.8);font-size:14px;font-weight:600;line-height:22px}.advantagesDetails-module-scss-module__H08GKq__content h3{font-size:14px;font-weight:600;line-height:16px}.advantagesDetails-module-scss-module__H08GKq__content p{color:rgba(255,255,255,.8);font-size:14px;font-weight:400;line-height:22px}@media (min-width:1024px){.advantagesDetails-module-scss-module__H08GKq__content p{font-size:16px;font-weight:400;line-height:24px}}.advantagesDetails-module-scss-module__H08GKq__content ol,.advantagesDetails-module-scss-module__H08GKq__content ul{list-style-type:none}.advantagesDetails-module-scss-module__H08GKq__content ol li,.advantagesDetails-module-scss-module__H08GKq__content ul li{color:rgba(255,255,255,.8);margin-bottom:.5rem;font-size:14px;font-weight:400;line-height:22px}@media (min-width:1024px){.advantagesDetails-module-scss-module__H08GKq__content ol li,.advantagesDetails-module-scss-module__H08GKq__content ul li{font-size:16px;font-weight:400;line-height:24px}}.advantagesDetails-module-scss-module__H08GKq__content ul li{justify-content:flex-start;align-items:center;display:flex;position:relative}.advantagesDetails-module-scss-module__H08GKq__content ul li:before{--tw-content:url(/spa-assets/svg/success.svg);content:var(--tw-content);width:1.5rem;height:1.5rem;margin-right:.5rem}.advantagesDetails-module-scss-module__H08GKq__content ol{counter-reset:listNumbering}.advantagesDetails-module-scss-module__H08GKq__content ol>li{counter-increment:listNumbering}.advantagesDetails-module-scss-module__H08GKq__content ol>li:before{content:counter(listNumbering,decimal) "."}.advantagesDetails-module-scss-module__H08GKq__content a{--tw-text-opacity:1;color:rgba(195,0,84,var(--tw-text-opacity))}
.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper]{padding-bottom:0;overflow:visible}@media (min-width:536px){.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper]{padding-bottom:2rem}}.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper] [class~=swiper-wrapper]{padding-bottom:0}@media (min-width:536px){.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper] [class~=swiper-wrapper]{padding-bottom:2rem}}.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper] [class~=swiper-slide]:not([class~=swiper-slide-active]){transform-origin:bottom;--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,1,1)}@media (min-width:536px){.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper] [class~=swiper-slide]:not([class~=swiper-slide-active]){transform:none}}.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper] [class~=swiper-pagination][class~=swiper-pagination-horizontal]{justify-content:center;display:none;bottom:0}@media (min-width:536px){.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper] [class~=swiper-pagination][class~=swiper-pagination-horizontal]{display:flex}}.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper] [class~=swiper-pagination-bullet]{cursor:pointer;opacity:1;background-color:rgba(255,255,255,.1);border-radius:9999px;width:.75rem;height:.75rem;margin-left:.25rem;margin-right:.25rem}.PromoSlider-module-scss-module__HtKJ6W__promo-slider [class~=swiper] [class~=swiper-pagination-bullet-active]{background-color:rgba(255,255,255,.6)}
.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a3_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a3_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a4_to{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a4_to__to}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a4_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a4_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a5_to{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a5_to__to}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a5_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a5_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a5_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a5_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a6_to{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a6_to__to}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a6_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a6_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a6_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a6_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a7_to{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a7_to__to}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a7_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a7_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a7_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a7_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a8_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a8_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a9_to{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a9_to__to}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a9_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a9_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a9_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a9_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a10_to{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a10_to__to}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a10_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a10_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a10_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a10_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a11_to{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a11_to__to}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a11_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a11_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a11_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a11_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a11{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a11_c_o}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a12_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a12_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a12{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a12_c_o}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a13_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a13_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a13_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a13_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a14_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a14_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a14_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a14_ts__ts}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a15_tr{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a15_tr__tr}.VipNvFirstAnimation-module-scss-module__6rZifq__first-animation #eomq4ZhHf6a15_ts{animation:4s linear forwards VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a15_ts__ts}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a3_ts__ts{0%{transform:translate(360px,893.435px)scale(0)}70%{animation-timing-function:cubic-bezier(0,0,.015,.995);transform:translate(360px,893.435px)scale(0)}77.5%{transform:translate(360px,893.435px)scale(1.21419)}95%{transform:translate(360px,893.435px)scale(1.02669)}to{transform:translate(360px,893.435px)scale(1.02669)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a4_to__to{0%{transform:translate(744.994px,1011.73px)}57.5%{animation-timing-function:cubic-bezier(.71,-.925,.24,1.575);transform:translate(744.994px,1011.73px)}75%{transform:translate(361.375px,1011.73px)}to{transform:translate(361.375px,1011.73px)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a4_ts__ts{0%{animation-timing-function:cubic-bezier(.75,-.48,.58,1);transform:scale(1)}5%{animation-timing-function:ease-in-out;transform:scale(1.04044)}12.5%{animation-timing-function:ease-in-out;transform:scale(.95578,.955779)}17.5%{transform:scale(1)}50%{animation-timing-function:cubic-bezier(.75,-.485,.225,1.405);transform:scale(1)}57.5%{animation-timing-function:cubic-bezier(.71,-.925,.24,1.575);transform:scale(1.12901)}75%{transform:scale(.479004)}to{transform:scale(.479004)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a5_to__to{0%{transform:translate(361.448px,996.379px)}62.5%{animation-timing-function:ease-in-out;transform:translate(361.448px,996.379px)}75%{transform:translate(1315.85px,996.379px)}to{transform:translate(1315.85px,996.379px)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a5_tr__tr{0%{transform:rotate(0)}5%{animation-timing-function:ease-in-out;transform:rotate(0)}10%{animation-timing-function:ease-in-out;transform:rotate(39.9407deg)}17.5%{animation-timing-function:ease-in-out;transform:rotate(39.9407deg)}22.5%{animation-timing-function:ease-in-out;transform:rotate(0)}30%{animation-timing-function:ease-in-out;transform:rotate(0)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a5_ts__ts{0%{transform:scale(1)}50%{transform:scale(1)}57.5%{transform:scaleX(0)}62.5%{transform:scale(1)}to{transform:scale(1)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a6_to__to{0%{transform:translate(359.433px,996.944px)}62.5%{animation-timing-function:ease-in-out;transform:translate(359.433px,996.944px)}75%{transform:translate(751.239px,996.944px)}to{transform:translate(751.239px,996.944px)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a6_tr__tr{0%{transform:rotate(0)}5%{animation-timing-function:ease-in-out;transform:rotate(0)}10%{animation-timing-function:ease-in-out;transform:rotate(22.2336deg)}17.5%{animation-timing-function:ease-in-out;transform:rotate(22.2336deg)}22.5%{animation-timing-function:ease-in-out;transform:rotate(0)}30%{animation-timing-function:ease-in-out;transform:rotate(0)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a6_ts__ts{0%{transform:scale(1)}50%{animation-timing-function:ease-in-out;transform:scale(1)}57.5%{transform:scaleX(0)}62.5%{transform:scale(1)}to{transform:scale(1)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a7_to__to{0%{transform:translate(362.881px,998.094px)}62.5%{animation-timing-function:ease-in-out;transform:translate(362.881px,998.094px)}75%{transform:translate(473.391px,998.094px)}to{transform:translate(473.391px,998.094px)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a7_tr__tr{0%{transform:rotate(0)}5%{animation-timing-function:ease-in-out;transform:rotate(0)}10%{animation-timing-function:ease-in-out;transform:rotate(0)}17.5%{animation-timing-function:ease-in-out;transform:rotate(0)}22.5%{animation-timing-function:ease-in-out;transform:rotate(0)}30%{animation-timing-function:ease-in-out;transform:rotate(0)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a7_ts__ts{0%{transform:scale(1)}50%{transform:scale(1)}57.5%{transform:scaleX(0)}62.5%{transform:scale(1)}to{transform:scale(1)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a8_ts__ts{0%{transform:translate(846.609px,816.493px)scale(0)}67.5%{animation-timing-function:cubic-bezier(0,0,.015,.995);transform:translate(846.609px,816.493px)scale(0)}72.5%{transform:translate(846.609px,816.493px)scale(1.26378)}to{transform:translate(846.609px,816.493px)scale(1.26378)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a9_to__to{0%{offset-distance:0}10%{offset-distance:0;animation-timing-function:ease-in-out}17.5%{offset-distance:0;animation-timing-function:ease-in-out}30%{offset-distance:0;animation-timing-function:ease-in-out}35%{offset-distance:17.198%}40%{offset-distance:17.198%}45%{offset-distance:34.4936%;animation-timing-function:ease-in-out}50%{offset-distance:34.4936%;animation-timing-function:ease-in-out}62.5%{offset-distance:34.4936%;animation-timing-function:ease-in-out}75%{offset-distance:100%}to{offset-distance:100%}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a9_tr__tr{0%{transform:rotate(0)}5%{animation-timing-function:ease-in-out;transform:rotate(0)}10%{animation-timing-function:ease-in-out;transform:rotate(-22.8826deg)}17.5%{animation-timing-function:ease-in-out;transform:rotate(-22.8826deg)}22.5%{animation-timing-function:ease-in-out;transform:rotate(0)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a9_ts__ts{0%{transform:scale(1)}10%{animation-timing-function:ease-in-out;transform:scale(1)}17.5%{animation-timing-function:ease-in-out;transform:scale(1)}50%{animation-timing-function:ease-in-out;transform:scale(1)}57.5%{transform:scaleX(0)}62.5%{transform:scale(1)}to{transform:scale(1)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a10_to__to{0%{offset-distance:0}5%{offset-distance:0;animation-timing-function:ease-in-out}10%{offset-distance:0.270092%;animation-timing-function:ease-in-out}22.5%{offset-distance:0.540185%;animation-timing-function:ease-in-out}30%{offset-distance:0.540185%;animation-timing-function:ease-in-out}35%{offset-distance:31.8812%}40%{offset-distance:31.8812%}45%{offset-distance:62.9831%;animation-timing-function:ease-in-out}50%{offset-distance:62.9831%;animation-timing-function:ease-in-out}62.5%{offset-distance:62.9831%;animation-timing-function:ease-in-out}75%{offset-distance:100%}to{offset-distance:100%}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a10_tr__tr{0%{transform:rotate(0)}5%{animation-timing-function:ease-in-out;transform:rotate(0)}10%{animation-timing-function:ease-in-out;transform:rotate(-41.4166deg)}17.5%{animation-timing-function:ease-in-out;transform:rotate(-41.4166deg)}22.5%{animation-timing-function:ease-in-out;transform:rotate(0)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a10_ts__ts{0%{transform:scale(1)}50%{animation-timing-function:ease-in-out;transform:scale(1)}57.5%{animation-timing-function:ease-in-out;transform:scaleX(0)}62.5%{transform:scale(1)}to{transform:scale(1)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a11_to__to{0%{offset-distance:0}30%{offset-distance:0;animation-timing-function:ease-in-out}35%{offset-distance:50.8518%;animation-timing-function:ease-in-out}40%{offset-distance:51.2217%;animation-timing-function:ease-in-out}45%{offset-distance:100%;animation-timing-function:ease-in-out}50%{offset-distance:100%}to{offset-distance:100%}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a11_tr__tr{0%{transform:rotate(0)}5%{animation-timing-function:ease-in-out;transform:rotate(0)}10%{animation-timing-function:ease-in-out;transform:rotate(-41.4166deg)}17.5%{animation-timing-function:ease-in-out;transform:rotate(-41.4166deg)}22.5%{animation-timing-function:ease-in-out;transform:rotate(0)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a11_ts__ts{0%{transform:scale(1)}5%{transform:scale(1)}10%{animation-timing-function:ease-in-out;transform:scale(1)}52.5%{animation-timing-function:ease-in-out;transform:scale(1)}57.5%{transform:scaleX(-.002799)}to{transform:scaleX(-.002799)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a11_c_o{0%{opacity:1}55%{opacity:1}57.5%{opacity:0}to{opacity:0}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a12_ts__ts{0%{transform:translate(360px,893.435px)scale(0)}70%{animation-timing-function:cubic-bezier(0,0,.015,.995);transform:translate(360px,893.435px)scale(0)}77.5%{transform:translate(360px,893.435px)scale(1.21419)}90%{transform:translate(360px,893.435px)scale(1.02669)}to{transform:translate(360px,893.435px)scale(1.02669)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a12_c_o{0%{opacity:1}77.5%{opacity:1}90%{opacity:0}to{opacity:0}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a13_tr__tr{0%{transform:translate(252.558px,850.902px)rotate(0)}75%{transform:translate(252.558px,850.902px)rotate(0)}90%{transform:translate(252.558px,850.902px)rotate(1turn)}to{transform:translate(252.558px,850.902px)rotate(1turn)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a13_ts__ts{0%{transform:scale(0)}75%{transform:scale(0)}82.5%{transform:scale(.348514)}90%{transform:scale(0)}to{transform:scale(0)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a14_tr__tr{0%{transform:translate(674.524px,841.235px)rotate(0)}80%{transform:translate(674.524px,841.235px)rotate(0)}95%{transform:translate(674.524px,841.235px)rotate(1turn)}to{transform:translate(674.524px,841.235px)rotate(1turn)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a14_ts__ts{0%{transform:scale(0)}80%{transform:scale(0)}87.5%{transform:scale(.348514)}95%{transform:scale(0)}to{transform:scale(0)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a15_tr__tr{0%{transform:translate(477.621px,1097.73px)rotate(0)}85%{transform:translate(477.621px,1097.73px)rotate(0)}to{transform:translate(477.621px,1097.73px)rotate(1turn)}}@keyframes VipNvFirstAnimation-module-scss-module__6rZifq__eomq4ZhHf6a15_ts__ts{0%{transform:scale(0)}85%{transform:scale(0)}92.5%{transform:scale(.348514)}to{transform:scale(0)}}
.kycFormExamples-module-scss-module__8y2E_G__kyc-form-example-card{transform-style:preserve-3d;transition:transform .8s}.kycFormExamples-module-scss-module__8y2E_G__kyc-form-example-card.kycFormExamples-module-scss-module__8y2E_G__flipped{transform:rotateY(180deg)}.kycFormExamples-module-scss-module__8y2E_G__kyc-form-example-img{object-fit:contain}.kycFormExamples-module-scss-module__8y2E_G__kyc-form-example-img+.kycFormExamples-module-scss-module__8y2E_G__kyc-form-example-img{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:rotateY(180deg)}
.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet4_ts{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet4_ts__ts}.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet5_ts{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet5_ts__ts}.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet9_ts{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet9_ts__ts}.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet14_tr{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet14_tr__tr}.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet14_ts{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet14_ts__ts}.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet15_tr{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet15_tr__tr}.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet15_ts{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet15_ts__ts}.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet16_tr{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet16_tr__tr}.VipNvIdleAnimation-module-scss-module__Ydbjlq__idle-animation #eU0r7lzQoet16_ts{animation:3.2s linear infinite forwards VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet16_ts__ts}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet4_ts__ts{0%{transform:translate(360px,893.435px)scale(1.02669)}6.25%{animation-timing-function:ease-in-out;transform:translate(360px,893.435px)scale(1.02669)}53.125%{animation-timing-function:ease-in-out;transform:translate(360px,893.435px)scale(1.15618,1.28431)}to{transform:translate(360px,893.435px)scale(1.02669)}}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet5_ts__ts{0%{animation-timing-function:ease-in-out;transform:translate(361.375px,1011.73px)scale(.479004)}46.875%{animation-timing-function:ease-in-out;transform:translate(361.375px,1011.73px)scale(.496184)}93.75%{transform:translate(361.375px,1011.73px)scale(.479004)}to{transform:translate(361.375px,1011.73px)scale(.479004)}}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet9_ts__ts{0%{animation-timing-function:ease-in-out;transform:translate(846.609px,816.493px)scale(1.26378)}46.875%{animation-timing-function:ease-in-out;transform:translate(846.609px,816.493px)scale(1.35245)}93.75%{transform:translate(846.609px,816.493px)scale(1.26378)}to{transform:translate(846.609px,816.493px)scale(1.26378)}}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet14_tr__tr{0%{transform:translate(252.558px,890.902px)rotate(0)}18.75%{transform:translate(252.558px,890.902px)rotate(1turn)}to{transform:translate(252.558px,890.902px)rotate(1turn)}}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet14_ts__ts{0%{transform:scale(0)}9.375%{transform:scale(.348514)}18.75%{transform:scale(0)}to{transform:scale(0)}}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet15_tr__tr{0%{transform:translate(689.356px,871.229px)rotate(0)}6.25%{transform:translate(689.356px,871.229px)rotate(0)}25%{transform:translate(689.356px,871.229px)rotate(1turn)}to{transform:translate(689.356px,871.229px)rotate(1turn)}}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet15_ts__ts{0%{transform:scale(0)}6.25%{transform:scale(0)}15.625%{transform:scale(.348514)}25%{transform:scale(0)}to{transform:scale(0)}}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet16_tr__tr{0%{transform:translate(486.396px,1146.5px)rotate(0)}12.5%{transform:translate(486.396px,1146.5px)rotate(0)}31.25%{transform:translate(486.396px,1146.5px)rotate(1turn)}to{transform:translate(486.396px,1146.5px)rotate(1turn)}}@keyframes VipNvIdleAnimation-module-scss-module__Ydbjlq__eU0r7lzQoet16_ts__ts{0%{transform:scale(0)}12.5%{transform:scale(0)}21.875%{transform:scale(.348514)}31.25%{transform:scale(0)}to{transform:scale(0)}}
.KycDescription-module-scss-module__iY2A8W__kyc-description [class~=kyc-description__text]{font-size:14px;font-weight:400;line-height:22px}@media (min-width:768px){.KycDescription-module-scss-module__iY2A8W__kyc-description [class~=kyc-description__text]{font-size:16px;font-weight:400;line-height:24px}}.KycDescription-module-scss-module__iY2A8W__kyc-description [class~=kyc-description__text-bold]{font-size:14px;font-weight:600;line-height:22px}@media (min-width:768px){.KycDescription-module-scss-module__iY2A8W__kyc-description [class~=kyc-description__text-bold]{font-size:16px;font-weight:600;line-height:24px}}
.wheelInfoModal-module-scss-module__MYstwW__wheel-info{color:rgba(255,255,255,.8);font-size:14px;font-weight:400;line-height:22px}.wheelInfoModal-module-scss-module__MYstwW__wheel-info h2{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));margin-bottom:.5rem;font-size:16px;font-weight:700;line-height:24px}.wheelInfoModal-module-scss-module__MYstwW__wheel-info p{margin-bottom:.5rem;font-size:14px;font-weight:400;line-height:22px}.wheelInfoModal-module-scss-module__MYstwW__wheel-info ul{margin-bottom:.5rem;padding-left:.25rem;list-style-type:none}.wheelInfoModal-module-scss-module__MYstwW__wheel-info ul li{margin-bottom:.25rem;padding-left:1rem;font-size:14px;font-weight:400;line-height:22px;position:relative}.wheelInfoModal-module-scss-module__MYstwW__wheel-info ul li:before{content:"•";margin-right:.5rem;position:absolute;top:0;left:0}.wheelInfoModal-module-scss-module__MYstwW__wheel-info ol{counter-reset:listNumbering;margin-bottom:.5rem;font-size:14px;font-weight:400;line-height:22px}.wheelInfoModal-module-scss-module__MYstwW__wheel-info ol li{counter-increment:listNumbering;margin-bottom:.25rem;padding-left:1rem;position:relative}.wheelInfoModal-module-scss-module__MYstwW__wheel-info ol>li:before{content:counter(listNumbering,decimal) ".";position:absolute;top:0;left:0}