@keyframes spinBtnLoading{0%{transform:rotate(0deg)}100%{transform:rotate(1050deg)}}.gm-wheel__wrapper{background:rgba(19,15,38,.1);backdrop-filter:blur(6.5px);display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000}.gm-wheel__wrapper *,.gm-wheel__wrapper input,.gm-wheel__wrapper button{font-family:"Work Sans"}.gm-wheel__container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}@media(min-width: 992px){.gm-wheel__container{flex-direction:row}}.gm-wheel__success{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:0 16px}.gm-wheel__success.hide{opacity:0;transform:scale(0.5);transition:opacity .5s ease,transform .5s ease}.gm-wheel__success.show{opacity:1;transform:scale(1)}.gm-wheel__success .granted{width:162.697px;height:178px;margin-top:40px;display:flex;align-items:center;justify-content:center}@media(min-width: 992px){.gm-wheel__success .granted{width:215.634px;height:236.326px}}.gm-wheel__success .granted img{width:100%;height:auto}@media(min-width: 992px){.gm-wheel__success .granted img{transform:rotate(-11deg);aspect-ratio:215.63/236.33}}.gm-wheel__success .title{color:#fff;text-align:center;font-size:25px;font-weight:500;line-height:30px;margin:0 0 12px 0}@media(min-width: 768px){.gm-wheel__success .title{font-size:40px;font-weight:700;line-height:42px}}.gm-wheel__success .description{color:#fff;text-align:center;font-size:14px;font-weight:400;line-height:20px;margin:0;width:70%}@media(min-width: 768px){.gm-wheel__success .description{font-size:18px;font-weight:500;line-height:25px;width:auto}}.gm-wheel__success .posts{margin:42px auto 18px auto;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;width:323px;height:136px}.gm-wheel__success .alert{position:absolute;top:-12px;right:16px;display:flex;align-items:center;justify-content:center;z-index:10}.gm-wheel__success .alert .bell{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#fa0;border-radius:50%}.gm-wheel__success .alert .bell img{width:28px;height:28px}.gm-wheel__success .alert .number{width:32px;height:18px;flex-shrink:0;border-radius:15px;border:1.12px solid #fff;background:#ff4e4e;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;line-height:16px;position:absolute;top:-6px;right:-12px;font-size:12px}.gm-wheel__success .message{border-radius:7.056px;border:1.008px solid rgba(136,102,204,.5);background:#fff;box-shadow:0 2px 6px 0 rgba(0,255,255,0);width:298px;height:99px;padding:12px;display:flex;align-items:center;justify-content:center;position:absolute}.gm-wheel__success .message .icon{width:59px;height:59px;display:flex;align-items:center;justify-content:center;margin-right:14px}.gm-wheel__success .message .icon img{width:59px;height:59px;min-width:59px;min-height:59px}.gm-wheel__success .message .content{display:flex;flex-direction:column}.gm-wheel__success .message .content .text{color:#130f26;font-size:20px;font-weight:500;line-height:26px;margin:0 0 7px 0}.gm-wheel__success .message .content .info{color:#807a99;font-size:12px;font-weight:400;line-height:16px;margin:0}.gm-wheel__success .message:nth-child(2){border-radius:7px;border:1.008px solid rgba(136,102,204,.5);background:#d8d5e9;box-shadow:0 2px 6px 0 rgba(0,255,255,0);z-index:0;top:0;left:0}.gm-wheel__success .message:nth-child(3){border-radius:7px;border:1.008px solid rgba(136,102,204,.5);background:var(--Neutral-97, #F1F0F7);box-shadow:0 2px 6px 0 rgba(0,255,255,0);top:8px;left:7px;z-index:1}.gm-wheel__success .message:nth-child(4){z-index:2;top:17px;left:15px}.gm-wheel__success .form{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.gm-wheel__success .form.error .error{display:flex}.gm-wheel__success .form.error input{border:1px solid #ff4e4e}@media(min-width: 768px){.gm-wheel__success .form{width:348px}}.gm-wheel__success .form input{border-radius:2px;background:#f1f0f7;display:flex;width:100%;padding:17px 20px;height:54px;border:none;margin-bottom:12px;color:#130f26;font-size:14px;font-weight:400;line-height:20px}.gm-wheel__success .form input:focus{outline:0}.gm-wheel__success .form input:focus::placeholder{color:rgba(0,0,0,0)}.gm-wheel__success .form input::placeholder{color:#807a99;transition:.2s}.gm-wheel__success .form button{height:54px;padding:10px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:2px;background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%);border:none;color:#fff;text-align:center;text-transform:uppercase;font-size:18px;font-weight:500;line-height:25px;cursor:pointer}.gm-wheel__success .form button.loading img{width:30px;height:30px;animation-duration:3s;animation-timing-function:ease-out;animation-fill-mode:both;animation-name:spinBtnLoading}.gm-wheel__success .form .error{color:#ff455b;font-size:12px;line-height:15px;margin:-5px 0 12px 0;text-align:left;width:100%;display:none}.gm-wheel__popup{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(118deg, #5B1FCE 42.43%, #901BC8 105.19%);position:relative;flex-direction:column}@media(min-width: 992px){.gm-wheel__popup{width:884px;max-width:90%;height:508px;flex-direction:row}}.gm-wheel__card{width:100%;display:flex;align-items:center;justify-content:center}@media(min-width: 992px){.gm-wheel__card{width:50%;height:100%;padding:40px}}.gm-wheel__card.title__mob .title{color:#fff;text-align:center;font-size:25px;font-weight:500;line-height:30px;margin:0;width:70%;display:flex;flex-direction:column}.gm-wheel__card.title__mob .title .description{font-size:15px;font-weight:500;line-height:25px;margin-top:8px}@media(min-width: 992px){.gm-wheel__card.title__mob{display:none}}.gm-wheel__close{width:24px;height:24px;min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;position:absolute;top:16px;right:16px}@media(min-width: 992px){.gm-wheel__close{width:30px;height:30px;min-width:30px;min-height:30px;top:24px;right:24px}}.gm-wheel__close img{width:24px;height:24px;min-width:24px;min-height:24px}@media(min-width: 992px){.gm-wheel__close img{width:30px;height:30px;min-width:30px;min-height:30px}}.gm-wheel__action{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:0 16px}@media(min-width: 992px){.gm-wheel__action{padding:0}}.gm-wheel__action .title{color:#fff;text-align:center;font-size:25px;font-weight:500;line-height:30px;margin:0;display:none;flex-direction:column}.gm-wheel__action .title .description{font-size:18px;font-weight:500;line-height:25px;margin-top:16px}@media(min-width: 992px){.gm-wheel__action .title{font-size:38px;font-weight:700;line-height:47px;margin:0 0 32px 0;display:flex}}.gm-wheel__action .btn{display:flex;align-items:center;justify-content:center;border:none;height:54px;padding:10px;border-radius:2px;background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%);color:#fff;text-align:center;font-size:18px;font-weight:500;line-height:25px;cursor:pointer;width:100%;text-transform:uppercase}.gm-wheel__action .btn.loading img{width:30px;height:30px;animation-duration:3s;animation-timing-function:ease-out;animation-fill-mode:both;animation-name:spinBtnLoading}@media(min-width: 992px){.gm-wheel__action .btn{width:348px}}.gm-wheel__popup .wheels__wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin:36px auto}@media(min-width: 992px){.gm-wheel__popup .wheels__wrapper{margin:0}}.gm-wheel__popup .wheels__label--down{position:absolute;top:121.57px;left:-25px;background-image:url("../img/wheel/circleLabelDown.webp");background-size:contain;background-repeat:no-repeat;height:99.285px;width:28.273px}.gm-wheel__popup .wheels__label--up{position:absolute;left:-25px;top:133px;background-image:url("../img/wheel/circleLabelTop.webp");background-size:contain;background-repeat:no-repeat;height:73.074px;width:39.552px;z-index:2}.gm-wheel__popup .wheels__circle{width:340px;height:339.349px;background:linear-gradient(54deg, #5B1FCE 18.52%, #901BC8 114.66%);border-radius:50%;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;transform:scale(1.1)}.gm-wheel__popup .wheels__circle--inner{width:305.64px;height:305.954px;border-radius:50%;background:#86c;display:flex;align-items:center;justify-content:center}.gm-wheel__popup .wheels__content{width:300px;height:300px;border-radius:50%;background:radial-gradient(53.26% 53.26% at 50.02% 50%, #FDFDFD 37.38%, #FBFBFB 64.9%, #F2F2F2 80.98%, #E4E4E4 94.09%, #DBDBDB 100%);position:relative;overflow:hidden}.gm-wheel__popup .wheels__content.rotation{animation-duration:3s;animation-timing-function:ease-out;animation-fill-mode:both}.gm-wheel__popup .wheels__content.rotation.spinWheel{animation-name:spinWheel}.gm-wheel__popup .wheels__sector{overflow:hidden;position:absolute;top:0;right:0;width:50%;height:50%;transform-origin:0 100%;color:#000}.gm-wheel__popup .wheels__sector:first-child{transform:rotate(-17deg) skewY(-55deg)}.gm-wheel__popup .wheels__sector:nth-child(2){transform:rotate(18deg) skewY(-65deg);background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%)}.gm-wheel__popup .wheels__sector:nth-child(3){transform:rotate(43deg) skewY(-55deg)}.gm-wheel__popup .wheels__sector:nth-child(4){transform:rotate(78deg) skewY(-65deg);background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%)}.gm-wheel__popup .wheels__sector:nth-child(5){transform:rotate(103deg) skewY(-55deg)}.gm-wheel__popup .wheels__sector:nth-child(6){transform:rotate(138deg) skewY(-65deg);background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%)}.gm-wheel__popup .wheels__sector:nth-child(7){transform:rotate(163deg) skewY(-55deg)}.gm-wheel__popup .wheels__sector:nth-child(8){transform:rotate(198deg) skewY(-65deg);background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%)}.gm-wheel__popup .wheels__sector:nth-child(9){transform:rotate(223deg) skewY(-55deg)}.gm-wheel__popup .wheels__sector:nth-child(10){transform:rotate(258deg) skewY(-65deg);background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%)}.gm-wheel__popup .wheels__sector:nth-child(11){transform:rotate(283deg) skewY(-55deg)}.gm-wheel__popup .wheels__sector:nth-child(12){transform:rotate(318deg) skewY(-65deg);background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%)}.gm-wheel__popup .wheels__labels{position:absolute;width:100%;height:100%;border-radius:100%}.gm-wheel__popup .wheels__labels.rotation{animation-duration:3s;animation-timing-function:ease-out;animation-fill-mode:both}.gm-wheel__popup .wheels__labels.rotation.spinWheel{animation-name:spinWheel}.gm-wheel__popup .wheels__labels p{position:absolute;margin:0;color:#130f26;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:flex-start;width:35%}.gm-wheel__popup .wheels__labels p span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px}.gm-wheel__popup .wheels__labels p:nth-child(2n){color:#fff}.gm-wheel__popup .wheels__labels p:first-of-type{top:83px;left:111px;transform:rotate(90deg)}.gm-wheel__popup .wheels__labels p:nth-child(2){top:95px;left:151px;transform:rotate(121deg)}.gm-wheel__popup .wheels__labels p:nth-child(3){top:126px;left:177px;transform:rotate(149deg)}.gm-wheel__popup .wheels__labels p:nth-child(4){top:164px;left:189px;transform:rotate(180deg)}.gm-wheel__popup .wheels__labels p:nth-child(5){top:200px;left:173px;transform:rotate(209deg)}.gm-wheel__popup .wheels__labels p:nth-child(6){top:230px;left:147px;transform:rotate(240deg)}.gm-wheel__popup .wheels__labels p:nth-child(7){top:240px;left:109px;transform:rotate(269deg)}.gm-wheel__popup .wheels__labels p:nth-child(8){top:228px;left:71px;transform:rotate(299deg)}.gm-wheel__popup .wheels__labels p:nth-child(9){top:201px;left:43px;transform:rotate(331deg)}.gm-wheel__popup .wheels__labels p:nth-child(10){top:162px;left:32px;transform:rotate(360deg)}.gm-wheel__popup .wheels__labels p:nth-child(11){top:122px;left:42px;transform:rotate(390deg)}.gm-wheel__popup .wheels__labels p:nth-child(12){top:93px;left:71px;transform:rotate(421deg)}.gm-wheel__popup .wheels__center{width:33.36px;height:32.445px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(49.85% 49.85% at 49.79% 50.17%, #400500 33.84%, #4F1814 36.82%, #7D5451 46.96%, #A48886 57.02%, #C5B3B2 66.76%, #DED4D3 76.11%, #F0ECEB 84.98%, #FBFAFA 93.16%, #FFF 100%);opacity:.7;position:absolute}.gm-wheel__popup .wheels__center--pin{position:absolute;width:20.016px;height:19.467px;border-radius:50%;background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%);margin:0}@keyframes spinWheel{0%{transform:rotate(0deg)}100%{transform:rotate(1230deg)}}.gm-contacts__header{width:30px;height:30px;min-width:30px;min-height:30px;display:flex;align-items:flex-end;justify-content:center;position:relative;margin:0 16px 0 0;border-radius:2px;border:1px solid rgba(255,255,255,.13);background:rgba(241,240,247,.13);cursor:pointer}.gm-contacts__header img{width:31px;height:25px;min-width:31px;min-height:25px}.gm-contacts__header .indicator{display:flex;width:8px;height:8px;min-width:8px;min-height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.13);background:#00b355;position:absolute;top:-3px;right:-3px;animation:blink 1.5s infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.gm-contacts__wrapper{background:rgba(19,15,38,.1);backdrop-filter:blur(6.5px);display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000}.gm-contacts__wrapper *,.gm-contacts__wrapper input,.gm-contacts__wrapper button{font-family:"Work Sans"}.gm-contacts__container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}@media(min-width: 992px){.gm-contacts__container{flex-direction:row}}.gm-contacts__popup{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(118deg, #5B1FCE 42.43%, #901BC8 105.19%);position:relative;flex-direction:column}@media(min-width: 992px){.gm-contacts__popup{width:884px;max-width:90%;height:508px;flex-direction:row}}.gm-contacts__close{width:24px;height:24px;min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;position:absolute;top:16px;right:16px}@media(min-width: 992px){.gm-contacts__close{width:30px;height:30px;min-width:30px;min-height:30px;top:24px;right:24px}}.gm-contacts__close img{width:24px;height:24px;min-width:24px;min-height:24px}@media(min-width: 992px){.gm-contacts__close img{width:30px;height:30px;min-width:30px;min-height:30px}}.gm-contacts__card{width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media(min-width: 992px){.gm-contacts__card{width:50%}.gm-contacts__card:nth-child(2){justify-content:flex-start}}.gm-contacts__gift{width:148px;height:148px}@media(min-width: 992px){.gm-contacts__gift{width:320.109px;height:320.109px}}.gm-contacts__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:379px;padding:0 16px}@media(min-width: 992px){.gm-contacts__content{padding:0}}.gm-contacts__content .title{color:#fff;text-align:center;font-size:25px;font-weight:500;line-height:30px;margin:0 0 4px 0}@media(min-width: 768px){.gm-contacts__content .title{font-size:40px;font-weight:700;line-height:42px;margin-bottom:16px}}.gm-contacts__content .description{color:#fff;text-align:center;font-size:15px;line-height:25px;margin:0;width:60%}@media(min-width: 768px){.gm-contacts__content .description{font-size:20px;font-weight:500;line-height:25px;width:auto}}.gm-contacts__content .form{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:16px;width:100%}@media(min-width: 768px){.gm-contacts__content .form{margin-top:40px}}.gm-contacts__content .form.error .error{display:flex}.gm-contacts__content .form.error input{border:1px solid #ff4e4e}.gm-contacts__content .form input{border-radius:2px;background:#f1f0f7;display:flex;width:100%;padding:17px 20px;height:54px;border:none;margin-bottom:12px;color:#130f26;font-size:14px;font-weight:400;line-height:20px}.gm-contacts__content .form input:focus{outline:0}.gm-contacts__content .form input:focus::placeholder{color:rgba(0,0,0,0)}.gm-contacts__content .form input::placeholder{color:#807a99;transition:.2s}.gm-contacts__content .form button{height:54px;padding:10px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:2px;background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%);border:none;color:#fff;text-align:center;font-size:15px;font-weight:500;line-height:20px;cursor:pointer;text-transform:uppercase}.gm-contacts__content .form button.loading img{width:30px;height:30px;animation-duration:3s;animation-timing-function:ease-out;animation-fill-mode:both;animation-name:spinBtnLoading}.gm-contacts__content .form .error{color:#ff455b;font-size:12px;line-height:15px;margin:-5px 0 12px 0;text-align:left;width:100%;display:none}.gm-contacts__success{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:0 16px}.gm-contacts__success.hide{opacity:0;transform:scale(0.5);transition:opacity .5s ease,transform .5s ease}.gm-contacts__success.show{opacity:1;transform:scale(1)}.gm-contacts__success .granted{width:162.697px;height:178px;margin-top:40px;display:flex;align-items:center;justify-content:center}@media(min-width: 992px){.gm-contacts__success .granted{width:215.634px;height:236.326px}}.gm-contacts__success .granted img{width:100%;height:auto}@media(min-width: 992px){.gm-contacts__success .granted img{transform:rotate(-11deg);aspect-ratio:215.63/236.33}}.gm-contacts__success .title{color:#fff;text-align:center;font-size:25px;font-weight:500;line-height:30px;margin:0 0 12px 0}@media(min-width: 768px){.gm-contacts__success .title{font-size:40px;font-weight:700;line-height:42px}}.gm-contacts__success .description{color:#fff;text-align:center;font-size:14px;font-weight:400;line-height:20px;margin:0;width:70%}@media(min-width: 768px){.gm-contacts__success .description{font-size:18px;font-weight:500;line-height:25px;width:auto}}.gm-questPopup__skeleton{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:0 16px;margin-bottom:16px}@media(min-width: 768px){.gm-questPopup__skeleton{padding:0 24px;margin-bottom:0}}.gm-questPopup__skeleton .skeleton__item{padding:12px;display:flex;align-items:center;justify-content:space-between;width:100%;background:#fff;margin-bottom:12px}.gm-questPopup__skeleton .skeleton__item:last-of-type{margin-bottom:0}.gm-questPopup__skeleton .skeleton__item--content{display:flex;flex-direction:column;width:60%}.gm-questPopup__skeleton .skeleton__item .skeleton{animation:shine-avatar 3s infinite;background-image:linear-gradient(90deg, #f1f1f1 0px, #e8e8e8 40px, #f1f1f1 80px);background-size:600px}.gm-questPopup__skeleton .skeleton__item .skeleton--line{height:20px;width:100%;border-radius:20px}.gm-questPopup__skeleton .skeleton__item .skeleton--circle{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%}.gm-questPopup__skeleton .skeleton__item .skeleton--description{width:60%;margin-top:10px}@keyframes shine-avatar{0%{background-position:-32px}40%,100%{background-position:208px}}.gm-questPopup__wrapper{background:rgba(19,15,38,.1);backdrop-filter:blur(6.5px);position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:flex-end;justify-content:center;z-index:1000}@media(min-width: 768px){.gm-questPopup__wrapper{align-items:center}}.gm-questPopup__wrapper.show{display:flex}.gm-questPopup__popup{width:100%;padding:16px 0 0 0;background:#f1f0f7;display:flex;flex-direction:column;align-items:center;position:relative}@media(min-width: 768px){.gm-questPopup__popup{width:584px;padding:24px 0;margin-top:35px}}.gm-questPopup__close{width:20px;height:20px;min-width:20px;min-height:20px;display:flex;align-self:flex-end;align-items:center;justify-content:center;cursor:pointer;margin-right:16px}@media(min-width: 768px){.gm-questPopup__close{width:25px;height:25px;min-width:25px;min-height:25px;margin-right:24px}}.gm-questPopup__close img{width:100%;height:100%}.gm-questPopup__coin{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f0f7;position:absolute;z-index:15;width:76px;height:76px;top:-35px}@media(min-width: 768px){.gm-questPopup__coin{width:82px;height:82px;top:-35px}}.gm-questPopup__coin img,.gm-questPopup__coin svg{width:60px;height:60px;min-width:60px;min-height:60px}@media(min-width: 768px){.gm-questPopup__coin img,.gm-questPopup__coin svg{width:62px;height:62px;min-width:62px;min-height:62px}}.gm-questPopup__header{margin-top:12px;margin-bottom:16px}@media(min-width: 768px){.gm-questPopup__header{margin-top:0;margin-bottom:24px}}.gm-questPopup__title{color:#130f26;text-align:center;font-size:25px;font-weight:500;line-height:30px;margin:0 0 8px 0}@media(min-width: 768px){.gm-questPopup__title{font-size:40px;font-style:normal;font-weight:700;line-height:42px}}.gm-questPopup__description{color:#130f26;text-align:center;font-size:14px;font-weight:500;line-height:20px;margin:0}.gm-questPopup__tabs{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px;width:100%;padding:0 16px}@media(min-width: 768px){.gm-questPopup__tabs{padding:0 24px}}.gm-questPopup__tab{width:50%;border-bottom:4px solid rgba(0,0,0,0);background:#fff;padding:8px 24px;color:#bbb8cc;font-size:12px;font-weight:400;line-height:15px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}@media(min-width: 768px){.gm-questPopup__tab{font-size:15px;font-weight:500;line-height:20px}}.gm-questPopup__tab.active,.gm-questPopup__tab:hover{border-bottom-color:#5b1fce;color:#5214cc}.gm-questPopup__scroll{overflow-y:scroll;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;width:100%;display:flex;flex-direction:column;max-height:285px;padding:0 16px 16px 16px}@media(min-width: 768px){.gm-questPopup__scroll{padding:0 24px;max-height:500px}}.gm-questPopup__block{display:none}.gm-questPopup__block.active{display:block}.gm-questPopup__quest{border-radius:2px;background:var(--Neutral-00, #fff);display:flex;align-items:center;justify-content:space-between;padding:12px;width:100%;margin-bottom:8px;position:relative}.gm-questPopup__quest:last-of-type{margin-bottom:0}.gm-questPopup__quest--pointer{cursor:pointer}.gm-questPopup__content{display:flex;flex-direction:column;align-items:flex-start}.gm-questPopup__content--title{color:#130f26;font-size:16px;font-weight:500;line-height:25px;margin:0 0 2px 0}.gm-questPopup__content--progress{color:#807a99;font-size:14px;line-height:20px;margin-left:8px}.gm-questPopup__content--description{color:#605c73;font-size:12px;line-height:15px;margin:0 0 4px 0}.gm-questPopup__content--reward--details{color:#fa0;font-size:12px;font-weight:600;line-height:15px;margin:0}.gm-questPopup__btn{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(180deg, #5B1FCE 0%, #901BC8 100%)}.gm-questPopup__btn--done{background:#00b355}.gm-questPopup__btn--done .gm-questPopup__btn--bg{background:#00b355}.gm-questPopup__btn--done .gm-questPopup__btn--bg svg{width:18px;height:auto}.gm-questPopup__btn--active{cursor:pointer}.gm-questPopup__btn--bg{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:50%;background:linear-gradient(180deg, #5B1FCE 0%, #901BC8 100%);display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.gm-questPopup__btn--bg img{width:22px;height:22px}.gm-questPopup__btn--gr{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;z-index:1}.gm-rewardsPopup__statistic{background:#fff;padding:16px 15px;display:flex;flex-direction:column}.gm-rewardsPopup__steak{display:flex;align-items:center;width:100%;border-radius:2px;background:rgba(5,233,143,.05);padding:8px 12px}.gm-rewardsPopup__steak--img{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#00b355;width:16px;height:16px;min-width:16px;min-height:16px;margin-right:8px}@media(min-width: 768px){.gm-rewardsPopup__steak--img{width:20px;height:20px;min-width:20px;min-height:20px}}.gm-rewardsPopup__steak--img img{width:9px}@media(min-width: 768px){.gm-rewardsPopup__steak--img img{width:12px}}.gm-rewardsPopup__steak--title{color:#130f26;font-size:16px;font-weight:500;line-height:25px;margin:0}@media(min-width: 768px){.gm-rewardsPopup__steak--title{font-size:18px}}.gm-rewardsPopup__steak--tooltip{margin:0 0 0 auto;cursor:pointer;position:relative}.gm-rewardsPopup__steak--tooltip svg{width:18px;height:18px}@media(min-width: 768px){.gm-rewardsPopup__steak--tooltip svg{width:22px;height:22px}}.gm-rewardsPopup__steak--tooltip svg path{transition:.2s}.gm-rewardsPopup__steak--tooltip:hover svg path{fill:#5214cc}.gm-rewardsPopup__steak--tooltip:hover .tooltip{display:flex}.gm-rewardsPopup__steak--tooltip .tooltip{position:absolute;border-radius:2px;background:#fff;box-shadow:0 12px 28px 0 rgba(0,0,0,.12);padding:16px;display:none;flex-direction:column;width:250px;right:-12px;top:145%;transition:.2s;z-index:100}@media(min-width: 768px){.gm-rewardsPopup__steak--tooltip .tooltip{top:131%}}.gm-rewardsPopup__steak--tooltip .tooltip p{margin:0;font-size:12px;line-height:15px}.gm-rewardsPopup__steak--tooltip .tooltip p:nth-child(2){margin-top:10px}@media(min-width: 768px){.gm-rewardsPopup__steak--tooltip .tooltip p{font-size:14px;line-height:20px}}.gm-rewardsPopup__steak--tooltip .tooltip::before{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:0 11px 11px 11px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);transform:rotate(0deg);top:-11px;right:10px}@media(min-width: 768px){.gm-rewardsPopup__steak--tooltip .tooltip::before{right:12px}}.gm-rewardsPopup__days{display:flex;align-self:center;justify-content:space-between;margin:12px 0;height:93px;width:100%}.gm-rewardsPopup__day{display:flex;flex-direction:column;align-items:center;margin-right:4.5px;width:100%}@media(min-width: 768px){.gm-rewardsPopup__day{margin-right:12px}}.gm-rewardsPopup__day.current .gm-rewardsPopup__day--title{color:#00b355}.gm-rewardsPopup__day.current .gm-rewardsPopup__day--body{border:1px solid #00b355;background:rgba(5,233,143,.05)}.gm-rewardsPopup__day.current .gm-rewardsPopup__day--value{color:#00b355}.gm-rewardsPopup__day.mystery{position:relative}.gm-rewardsPopup__day.mystery .gm-rewardsPopup__day--mystery{position:absolute;height:65.763px}.gm-rewardsPopup__day.mystery .gm-rewardsPopup__day--check{position:relative;top:-13px;z-index:10}.gm-rewardsPopup__day:last-of-type{margin-right:0}.gm-rewardsPopup__day--title{text-align:center;font-size:14px;font-weight:500;line-height:20px;margin:0 0 2px 0;color:#fa0;width:100%}@media(min-width: 768px){.gm-rewardsPopup__day--title{font-size:16px;line-height:25px}}.gm-rewardsPopup__day--body{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:2px;border:1px solid rgba(255,170,0,.1);background:rgba(255,170,0,.1);padding:8px 0;width:100%;height:66px}.gm-rewardsPopup__day--body.mystery{padding:0 0 10px 0}.gm-rewardsPopup__day--body.mystery .gm-rewardsPopup__day--img{height:42px}.gm-rewardsPopup__day--body.mystery .gm-rewardsPopup__day--value{font-size:10px;font-weight:600;line-height:10px;text-align:center;margin-top:0}.gm-rewardsPopup__day--check{border-radius:50%;background:#00b355;display:flex;align-items:center;justify-content:center;width:26px;height:26px;min-width:26px;min-height:26px}.gm-rewardsPopup__day--check img{width:20px;height:20px;min-width:20px;min-height:20px}.gm-rewardsPopup__day--coin{width:26px;height:26px;min-width:26px;min-height:26px}.gm-rewardsPopup__day--value{color:#fa0;font-size:12px;font-weight:600;line-height:15px;margin-top:4px;text-align:center}@media(min-width: 768px){.gm-rewardsPopup__day--value{font-size:14px;font-weight:500;line-height:20px}}.gm-rewardsPopup__extra{border-radius:2px;background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%);display:flex;align-items:center;justify-content:center;width:100%;height:50px;padding:10px 60px;color:#fff;text-align:center;font-size:15px;font-weight:500;line-height:20px;text-transform:uppercase;border:none;cursor:pointer}.gm-rewardsPopup__purchasable{margin:24px 0 0 0}.gm-rewardsPopup__banner{display:flex;align-items:center;border-radius:2px;background:linear-gradient(180deg, #5B1FCE 0%, #901BC8 100%);padding:12px 12px 12px 0;margin:24px 0 0 0}@media(min-width: 768px){.gm-rewardsPopup__banner{padding:0;height:81px;margin-bottom:0;overflow:hidden}}.gm-rewardsPopup__banner img{width:auto;height:87px;margin-right:5px}@media(min-width: 768px){.gm-rewardsPopup__banner img{height:160px;margin-right:0;margin-top:-13px;align-self:flex-start}}.gm-rewardsPopup__banner .content{display:flex;flex-direction:column}@media(min-width: 768px){.gm-rewardsPopup__banner .content{margin-left:11px}}.gm-rewardsPopup__banner .content .title{color:#f9f9ff;font-size:16px;font-weight:500;line-height:25px;margin:0 0 4px 0}.gm-rewardsPopup__banner .content .description{color:#fff;font-size:12px;line-height:15px;margin:0}@media(min-width: 768px){.gm-rewardsPopup__banner .content .description{font-size:14px;line-height:20px}}.gm-purchasable__title{color:rgba(0,0,0,.88);font-size:18px;font-weight:500;line-height:25px;margin:0 0 16px 0}@media(min-width: 768px){.gm-purchasable__title{font-size:20px}}.gm-purchasable__empty{display:flex;flex-direction:column}.gm-purchasable__empty .title{color:#130f26;font-size:16px;font-weight:500;line-height:25px;margin:0 0 12px 0}@media(min-width: 768px){.gm-purchasable__empty .title{font-size:18px}}.gm-purchasable__empty .description{color:#403d4d;font-size:14px;font-weight:400;line-height:20px;margin:0}.gm-purchasable__bonuses{display:flex;align-items:stretch;flex-wrap:nowrap;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.gm-purchasable__bonuses::-webkit-scrollbar{display:none}@media(min-width: 768px){.gm-purchasable__bonuses{flex-direction:column;gap:unset}}.gm-purchasable__bonuses.gm-carousel .gm-purchasable__bonus{flex:0 0 90%;scroll-snap-align:start;scroll-snap-stop:always}@media(min-width: 768px){.gm-purchasable__bonuses.gm-carousel .gm-purchasable__bonus{flex:unset}}.gm-purchasable__bonus{display:flex;flex-direction:column;justify-content:space-between;padding:16px;border-radius:2px;border:3px solid rgba(0,0,0,0);background-color:#fff;margin-bottom:12px;position:relative;overflow:hidden;height:auto;width:100%}.gm-purchasable__bonus::before{content:"";width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;opacity:.2;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 84.3%),url("../img/bonus_bg.png") #d3d3d3 50%/cover no-repeat;filter:blur(5px)}@media(min-width: 768px){.gm-purchasable__bonus{margin-bottom:8px;justify-content:flex-start;flex:unset}.gm-purchasable__bonus:last-of-type{margin-bottom:0}}.gm-purchasable__bonus.buy{border-color:#f05054}.gm-purchasable__bonus.more{border-color:#bbb8cc}.gm-purchasable__bonus.get{border-color:#5b1fce}.gm-purchasable__bonus--mystery{display:flex;align-items:center;justify-content:center;position:absolute;top:-1px;right:-1px;height:26px;width:146px;border-radius:2px 0 2px 21px;background:linear-gradient(91deg, #290A66 0.8%, #5214CC 97.35%);color:#fff;text-align:center;font-size:12px;font-weight:600;line-height:15px;text-transform:uppercase}.gm-purchasable__bonus--mystery img{height:25px;margin-right:2px}.gm-purchasable__bonus--header{display:flex;align-items:center;margin-bottom:10px;position:relative;z-index:1}.gm-purchasable__bonus--img{width:74px;height:74px;min-width:74px;min-height:74px;display:flex;align-items:center;justify-content:center;border-radius:2px;margin-right:10px}.gm-purchasable__bonus--img img{width:auto;height:auto;max-width:80%;max-height:80%}.gm-purchasable__bonus--title{display:flex;flex-direction:column}.gm-purchasable__bonus--title .name,.gm-purchasable__bonus--title .aff{color:#130f26;font-size:14px;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;margin:0 0 4px 0;width:fit-content}.gm-purchasable__bonus--title .aff{color:#5214cc;cursor:pointer}.gm-purchasable__bonus--title .title{color:#130f26;font-size:14px;font-weight:500;line-height:20px;margin:0}@media(min-width: 768px){.gm-purchasable__bonus--title .title{font-size:16px;line-height:25px}}.gm-purchasable__bonus--body{display:flex;align-items:center;justify-content:space-between;flex-direction:column;position:relative;z-index:1}@media(min-width: 768px){.gm-purchasable__bonus--body{flex-direction:row;height:50px}}.gm-purchasable__bonus--actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;min-width:100%;height:44px;padding:12px 16px;border-radius:2px;border:1px dashed #5b1fce}.gm-purchasable__bonus--actions.inactive{border-color:#bbb8cc}@media(min-width: 768px){.gm-purchasable__bonus--actions{min-width:49%;height:100%;margin-bottom:0;margin-right:12px}}.gm-purchasable__bonus--promo{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.gm-purchasable__bonus--promo.copied{transition:.2s}.gm-purchasable__bonus--promo.copied span{text-transform:none;overflow:auto;text-overflow:unset;color:#00b355;width:auto}.gm-purchasable__bonus--promo.copied svg{display:none}.gm-purchasable__bonus--promo.inactive{pointer-events:none}.gm-purchasable__bonus--promo.inactive span{color:#bbb8cc}.gm-purchasable__bonus--promo.inactive svg path{stroke:#bbb8cc}.gm-purchasable__bonus--promo span{color:#5214cc;font-size:15px;font-weight:500;line-height:25px;width:53px;text-overflow:ellipsis;overflow:hidden;margin-right:8px;text-align:left;text-transform:uppercase}.gm-purchasable__bonus--promo svg{width:20px;height:20px;min-width:20px;min-height:20px;transition:.2s}.gm-purchasable__bonus--used{display:flex;align-items:center;justify-content:flex-end;color:#130f26;font-size:12px;line-height:15px}.gm-purchasable__bonus--used img,.gm-purchasable__bonus--used svg{margin-right:4px;width:14px;height:14px;min-width:14px;min-height:14px}.gm-purchasable__bonus--btn{display:flex;align-items:center;justify-content:center;width:100%;height:50px;padding:15px 8px;border-radius:2px;border:none;cursor:pointer;position:relative}@media(min-width: 768px){.gm-purchasable__bonus--btn{height:100%}}.gm-purchasable__bonus--btn.buy{background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%)}.gm-purchasable__bonus--btn.more{background:#807a99}.gm-purchasable__bonus--btn.more.promo .coin{margin:0 5px 0 0}@media(min-width: 768px){.gm-purchasable__bonus--btn.more.promo .text{margin:0 0 0 auto}}.gm-purchasable__bonus--btn.get{background:linear-gradient(180deg, #5B1FCE 0%, #901BC8 100%)}.gm-purchasable__bonus--btn.get.promo .text{margin:0 auto}@media(min-width: 768px){.gm-purchasable__bonus--btn.promo .coin{position:relative;left:0;margin:0 auto 0 0}}@media(min-width: 768px){.gm-purchasable__bonus--btn.promo .text{margin:0 auto 0 0}}.gm-purchasable__bonus--btn .coin{display:flex;align-items:center;justify-content:center;height:34px;padding:10px 12px;color:#fff;text-align:center;font-size:15px;font-weight:500;line-height:25px;border-radius:2px;background:rgba(255,255,255,.2);margin:0;min-width:79px}@media(min-width: 768px){.gm-purchasable__bonus--btn .coin{position:absolute;left:8px}}.gm-purchasable__bonus--btn .coin img{width:20px;height:20px;min-width:20px;min-height:20px;margin-right:4px}.gm-purchasable__bonus--btn .text{color:#fff;text-align:center;font-size:15px;font-weight:500;line-height:20px;text-transform:uppercase;margin:0 auto}@media(min-width: 768px){.gm-purchasable__bonus--btn .text{margin:0}}.gm-tradePopup__wrapper{display:flex;align-items:flex-end;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;background:rgba(19,15,38,.1);backdrop-filter:blur(6.5px)}@media(min-width: 768px){.gm-tradePopup__wrapper{align-items:center}}.gm-tradePopup__popup{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:24px;background:#fff;width:100%}@media(min-width: 768px){.gm-tradePopup__popup{width:425px}}.gm-tradePopup__title{color:#130f26;font-size:25px;font-weight:500;line-height:30px;text-align:center;margin:0 auto 32px auto;width:80%}@media(min-width: 768px){.gm-tradePopup__title{width:70%}}.gm-tradePopup__btns{display:flex;flex-direction:column;width:100%}.gm-tradePopup__btn{display:flex;align-items:center;justify-content:center;width:100%;font-size:15px;font-weight:500;line-height:20px;text-transform:uppercase;border-radius:2px;text-align:center;border:none;cursor:pointer}.gm-tradePopup__btn.approve{background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%);color:#fff;height:50px;padding:10px 60px;margin-bottom:16px}.gm-tradePopup__btn.approve.loading img{width:30px;height:30px;animation-duration:3s;animation-timing-function:ease-out;animation-fill-mode:both;animation-name:spinBtnLoading}.gm-tradePopup__btn.cancel{color:#5214cc;background:rgba(0,0,0,0)}.gm-carousel-indicators{display:flex;justify-content:center;margin:0 auto;gap:4px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;max-width:210px}.gm-carousel-indicators.flex-start{justify-content:flex-start}.gm-carousel-indicators::-webkit-scrollbar{display:none}@media(min-width: 768px){.gm-carousel-indicators{display:none}}.gm-carousel-indicators .dot{flex:0 0 auto;width:10px;height:10px;min-width:10px;border-radius:2px;border:2px solid #5b1fce;cursor:pointer;transition:transform .2s,background .2s}.gm-carousel-indicators .dot.active{background:linear-gradient(180deg, #5B1FCE 0%, #901BC8 100%)}.gm-header__coin{display:flex;align-items:center;justify-content:center;min-width:63px;height:30px;padding:12px;border-radius:2px;background:rgba(255,174,0,.13);color:#fa0;font-size:12px;font-weight:600;line-height:15px;margin:0 16px;cursor:pointer}.gm-header__coin img{width:20px;height:20px;margin-right:4px}.gm-body__coin{position:fixed;z-index:1000;top:50%;right:0;width:58px;height:58px;border-radius:40px 40px 0 40px;background:#fff;box-shadow:0 5px 28px 0 rgba(73,73,73,.12);display:flex;align-items:center;justify-content:center;cursor:pointer}.gm-body__coin img{width:46px;height:46px;min-width:46px;min-height:46px}.gm-body__timer{position:relative;display:flex;align-items:center;justify-content:center}.gm-body__timer .countdown-timer{position:relative;width:50px;height:50px;display:flex;justify-content:center;align-items:center}.gm-body__timer .timer-svg{width:100%;height:100%;transform:rotate(-90deg)}.gm-body__timer .timer-bg{fill:#fffaa8;stroke:none}.gm-body__timer .timer-progress{fill:none;stroke-width:10px;stroke-linecap:round;stroke-dashoffset:0;transition:stroke-dashoffset 1s linear}.gm-body__timer .timer-number{position:absolute;font-size:16px;font-weight:500;color:#130f26;line-height:1;text-align:center}.gm-body__success{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%}@keyframes draw-check{0%{stroke-dasharray:0,100;stroke-dashoffset:0}100%{stroke-dasharray:100,100;stroke-dashoffset:0}}@keyframes scale-circle{0%{transform:scale(0.5);opacity:0}100%{transform:scale(1);opacity:1}}.gm-body__success svg{width:44px;height:44px}.gm-body__success .checkmark{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100,100;stroke-dashoffset:100;animation:draw-check 1s ease-out .3s forwards}.gm-body__success .green-circle{transform-origin:center;animation:scale-circle 1s cubic-bezier(0.4, 0, 0.2, 1) forwards}.gm-body__show{display:flex}.gm-body--inactive{pointer-events:none}.gm-questBadge__wrapper{position:fixed;top:80px;left:0;height:auto;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:1000;gap:5px}.gm-questBadge__wrapper *,.gm-questBadge__wrapper input,.gm-questBadge__wrapper button{font-family:"Work Sans"}@keyframes slide-in{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.gm-questBadge__block{border-radius:2px;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px 24px;color:#130f26;font-size:15px;line-height:25px;animation:slide-in .6s ease forwards;max-width:320px}.gm-questBadge__block img,.gm-questBadge__block svg{margin-right:8px;width:24px;height:24px}.gm-questBadge__block span{margin-right:8px;font-size:20px}.gm-questBadge__block.hide{animation:slide-out .6s ease forwards}.gm-coinsAnimationBlock{display:flex;align-items:center;justify-content:center;position:absolute}.gm-coinsAnimationBlock img{position:absolute;width:44px;height:44px;min-width:44px;min-height:44px;transition:all 1s ease-in-out}.gm-wheel__banner{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;padding:16px 0 16px 16px;border-radius:2px;background:linear-gradient(90deg, #5B1FCE 71.18%, #F04967 95.58%);min-height:130px;margin:30px 0;cursor:pointer;position:relative;overflow:hidden}.gm-wheel__banner *{font-family:"Work Sans"}@media(min-width: 768px){.gm-wheel__banner{padding:16px 0 16px 40px;flex-direction:row;align-items:center;justify-content:flex-start;min-height:90px}}.gm-wheel__banner .title{color:#fff;font-size:18px;font-weight:500;line-height:25px;width:60%;margin:0 0 8px 0;position:relative;z-index:10;text-align:left}@media(min-width: 768px){.gm-wheel__banner .title{font-size:25px;line-height:30px;width:40%;margin:0}}.gm-wheel__banner .description{color:#fa0}.gm-wheel__banner .btn{display:flex;align-items:center;justify-content:center;min-width:172px;padding:10px;border:none;border-radius:2px;background:linear-gradient(180deg, #F05054 0%, #EE3A8A 100%);color:#fff;text-align:center;font-size:15px;font-weight:500;line-height:20px;text-transform:uppercase;cursor:pointer;position:relative;z-index:10}.gm-wheel__banner .btn__container{display:flex;align-items:center;justify-content:flex-start;width:60%}@media(min-width: 768px){.gm-wheel__banner .btn__container{width:40%;min-width:182px;justify-content:center}}.gm-wheel__banner .circle{display:flex;align-items:center;justify-content:center;width:133px;height:132px;min-width:133px;min-height:132px;position:absolute;right:-67px;top:10px}@media(min-width: 768px){.gm-wheel__banner .circle{width:152px;height:150px;min-width:152px;min-height:150px;right:-15px;top:auto}}@media(min-width: 768px){.gm-wheel__banner .circle{right:0}}.gm-wheel__banner .circle__box{width:100%;height:100%;z-index:2}.gm-wheel__banner .circle__block{width:100%;height:100%;z-index:1;animation:spinPause 3s cubic-bezier(0.33, 1, 0.68, 1) infinite}@keyframes spinPause{0%{transform:rotate(0deg)}83.33%{transform:rotate(720deg)}100%{transform:rotate(720deg)}}.gm-wheel__banner .circle img{position:absolute}/*# sourceMappingURL=style.min.css.map */
