@keyframes gwLoadAnimation{0%{opacity:0;transform:scale3d(var(--gw-load-animation-scale, .9),var(--gw-load-animation-scale, .9),1)}33%{opacity:var(--gw-load-animation-opacity, 1)}to{transform:scaleZ(1)}}@keyframes sectionLoadAnimation{0%{opacity:0;transform:translate3d(var(--section-load-animation-translate, 0),0,0)}to{opacity:1;transform:translateZ(0)}}.fs-tasks{display:flex;gap:var(--element-stack-l);flex-direction:column;width:100%;max-width:584px;margin:0 auto;padding:24px;border-radius:24px;background-color:var(--grey-dark-900)}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks{min-width:584px}}}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks{min-width:444px;max-width:444px;padding:32px}}}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks{min-width:504px;max-width:504px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks{min-width:600px;max-width:600px;padding:40px}}}.fs-tasks__heading{font-weight:500;font-size:28px;line-height:32px;letter-spacing:-.28px;text-transform:uppercase;color:var(--text-heading);text-transform:none}.fs-tasks__section{display:flex;gap:4px;flex-direction:column}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks__section{gap:8px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks__section{gap:12px}}}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks__section--header{flex-direction:row;justify-content:space-between;align-items:center}}}.fs-tasks__section--header .sb-button{padding:8px 16px 7px}@media screen and (max-width: 1023.98px),(max-width: 1024px) and (max-height: 500px){.fs-tasks__section--header .sb-button{width:100%}}.fs-tasks__section--header .sb-button__content{font-size:13px;line-height:16px}.fs-tasks__section--links{align-items:center}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks__section--links{flex-direction:row;justify-content:center}}}.fs-tasks__section--links a,.fs-tasks__section--links button{font-weight:500;font-size:13px;line-height:16px;text-transform:uppercase;display:flex;gap:8px;justify-content:center;align-items:center;color:var(--icon-action)}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks__section--links a,.fs-tasks__section--links button{width:100%}}}.fs-tasks__section-header{display:flex;justify-content:space-between;align-items:center}.fs-tasks__section-header--pointer,.fs-tasks__section-header--pointer .fs-task__section-toggle-btn{cursor:pointer}.fs-tasks__section-title{font-weight:500;font-size:16px;line-height:20px;color:var(--text-heading);text-align:left}.fs-tasks__tasks-list{display:flex;gap:8px;flex-direction:column}.fs-tasks__all-completed{display:flex;gap:var(--element-inline-m);align-items:center;padding:var(--inset-m);border-radius:12px;background:var(--gradient-green);color:var(--green-900)}.fs-tasks__all-completed svg,.fs-tasks__all-completed .icon-svg{width:16px;min-width:16px;height:16px}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks__all-completed svg,.fs-tasks__all-completed .icon-svg{width:24px;height:24px}}}.fs-tasks__all-completed p{margin:0;font-size:14px;line-height:16px}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks__all-completed p{font-size:16px;line-height:20px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-tasks__all-completed p{font-size:18px;line-height:24px}}}.fs-task{display:flex;flex-direction:column;padding:8px;border-radius:16px;color:var(--text-body-primary)}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task{padding:20px}}}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task{gap:12px;flex-direction:row;justify-content:space-between;padding:12px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task{padding:16px}}}.fs-task--active{background-color:var(--grey-dark-500)}.fs-task--inactive{border:1px solid var(--grey-dark-500)}.fs-task__top{display:flex;gap:12px;align-items:center}.fs-task__bottom{display:flex;gap:8px;justify-content:center;align-items:center}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task__bottom{gap:12px}}}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task__bottom .sb-button{width:104px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task__bottom .sb-button{width:110px;padding:12px}}}.fs-task__title{font-weight:500;font-size:14px;line-height:16px}.fs-task__cta{width:100%;border-radius:12px;text-align:center}.fs-task__cta .button__inner{width:100%;white-space:normal}.fs-task__cta.button--icon .button__inner{width:auto}.fs-task__coins{font-size:12px;line-height:16px;display:flex;gap:4px;align-items:center;padding:4px 8px;border-radius:24px;background-color:var(--grey-dark-800);font-weight:700;user-select:none}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task__coins{padding:6px 10px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task__coins{padding:8px 16px;font-size:14px}}}.fs-task__coin-icon{display:block;width:24px;min-width:24px;height:24px}.fs-task__icon img{min-width:48px;max-width:48px}.fs-task__section-toggle-btn svg{transition:transform .5s}.fs-task__section-toggle-btn--active svg{transform:rotate3d(0,0,1,-180deg)}.fs-task .ds-divider{margin:8px 0;border-top:1px solid var(--grey-dark-700);border-right:0;border-bottom:0;border-left:0}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task .ds-divider{margin:16px 0}}}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-task .ds-divider{display:none}}}.fs-modal{margin:0 auto}.fs-modal__background{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.fs-modal .ds-modal-dialog__body{border:unset;box-shadow:none}.fs-modal .ds-modal-dialog__container{padding:0;border-radius:16px;background:var(--surface-2)}.fs-modal .ds-modal-dialog__bottom-divider,.fs-modal .ds-modal-dialog__top-divider{display:none}.fs-modal .ds-modal-dialog__content{padding:24px}.fs-modal .ds-modal-dialog__close{top:12px;right:24px;width:44px;height:44px;background:none;background-image:unset;color:var(--icon-action)}.fs-modal .ds-modal-dialog__close:before{background-image:unset}.fs-modal .ds-modal-dialog__close:active{background:none}.fs-modal__headline{font-weight:500;font-size:17px;line-height:20px;letter-spacing:-.17px;text-transform:uppercase;padding:24px;border-radius:16px;background-color:var(--grey-dark-500);color:var(--text-heading)}@media screen and (max-width: 1023.98px),(max-width: 1024px) and (max-height: 500px){.fs-modal .ds-icon__thin{display:none}.fs-modal .ds-icon__regular{display:inline-block}}.fs-modal__text{margin-bottom:24px;color:var(--text-body-secondary);text-align:center;font-weight:400;font-size:14px;line-height:16px}body:has(.fs-modal){overflow:hidden}.fs-winning-modal__body{width:100%;max-width:412px}@media (min-width: 480px){.fs-winning-modal__body{width:343px}}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-winning-modal__body{width:412px}}}.fs-winning-modal__content{position:relative;display:flex;gap:24px;flex:1 1 auto;flex-direction:column;align-items:center;max-height:100%;background:var(--surface-2);color:var(--text-body-secondary);text-align:center;overflow-y:auto}.fs-winning-modal__text{display:flex;gap:8px;flex-direction:column}.fs-winning-modal__image{width:168px}.fs-winning-modal__headline{color:var(--text-heading);font-weight:500;font-size:36px;line-height:44px;letter-spacing:-.36px;text-transform:uppercase;text-transform:none}.fs-winning-modal__description{color:var(--text-body-tertiary);font-weight:500;font-size:20px;line-height:24px;letter-spacing:-.2px}.fs-winning-modal__confirm-btn{width:100%}.fs-winning-modal .ds-modal-dialog__content{padding:60px 24px 32px}.fs-history-modal{--modal-height: min(100dvh, 744px)}.fs-history-modal__pagination-wrapper{position:relative;width:100%;padding:0 24px 24px;border-radius:0 0 16px 16px;background:var(--surface-2)}.fs-history-modal__pagination-wrapper:before{content:"";position:absolute;bottom:100%;left:0;width:100%;height:96px;background:linear-gradient(180deg,rgba(0,16,37,0),#001025);visibility:visible;opacity:1;pointer-events:none}@media screen and (max-height: 460px){.fs-history-modal__pagination-wrapper:before{height:34px}}.fs-history-modal__pagination-wrapper--scrolled:before{visibility:hidden;opacity:0}.fs-history-modal .ds-modal-dialog__container{height:100%}.fs-history-modal .ds-modal-dialog__content{flex:1}.fs-history-modal .fs-modal__headline{border-radius:16px 16px 0 0}.fs-history-modal__body{max-width:830px;height:100%}.fs-history-modal__empty{padding:24px;color:var(--text-body-secondary);text-align:center;font-weight:400;font-size:14px;line-height:16px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-history-modal__list-item-reward span{display:none}}}.fs-history-modal .ds-pagination{--item-size: 40px;display:flex;gap:2px;justify-content:center;align-items:center;margin:0 auto;padding-top:20px;border-top:1px solid #212e3e;background:var(--surface-2);list-style:none}@media screen and (max-width: 450px){.fs-history-modal .ds-pagination{--item-size: 30px}}@media screen and (max-width: 330px){.fs-history-modal .ds-pagination{--item-size: 24px}}.fs-history-modal .ds-pagination .ds-pagination__arrow{width:var(--item-size);height:var(--item-size)}.fs-history-modal .ds-pagination .ds-pagination__arrow .ds-icon__regular{width:16px;height:16px}@media screen and (max-width: 450px){.fs-history-modal .ds-pagination .ds-pagination__arrow .ds-icon__regular{width:calc(var(--item-size) / 2 + 4px);height:calc(var(--item-size) / 2 + 4px)}}.fs-history-modal .ds-pagination .button--interaction .button__inner{display:flex;align-items:center;transform:none}.fs-history-modal .ds-pagination .ds-pagination__item{font-weight:500;font-size:13px;line-height:16px;position:relative;display:flex;flex-shrink:0;justify-content:center;align-items:center;width:var(--item-size);height:var(--item-size)}.fs-history-modal .ds-pagination .ds-pagination__item>*{position:relative;z-index:1}.fs-history-modal .ds-pagination .ds-pagination__item--active{background-color:var(--surface-action);color:var(--purple-brand-500)}.fs-history-modal .ds-pagination .ds-pagination__item--hide-xs{display:none}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-history-modal .ds-pagination .ds-pagination__item--hide-xs{display:flex}}}.fs-history-modal .ds-pagination .button{font-weight:500;font-size:13px;line-height:16px;position:relative;display:flex;justify-content:center;align-items:center;width:var(--item-size);height:var(--item-size);padding:unset;border:unset;color:var(--surface-action);cursor:pointer}@media (hover: hover) and (pointer: fine){.fs-history-modal .ds-pagination .button--secondary:hover{color:var(--purple-brand-500)}}.fs-history-modal .ds-pagination .button--secondary:before{background-color:var(--surface-action);transition:all .3s}.fs-history-modal .ds-pagination .button--interaction{background:unset}.fs-history-modal .ds-pagination .button--interaction.button--disabled{display:none}.fs-history-modal .ds-pagination .ds-pagination__link-dots{color:var(--surface-action)}.fs-history-modal .fs-history-table__table>*{display:block}.fs-history-modal .fs-history-table{font-weight:400;font-size:14px;line-height:16px;display:block;color:var(--text-body-secondary)}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-history-modal .fs-history-table .fake-th{color:var(--text-heading)}}}.fs-history-modal .fs-history-table__head-wrapper{display:none}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-history-modal .fs-history-table__head-wrapper{display:flex}}}.fs-history-modal .fs-history-table__row{display:flex;gap:8px;flex-direction:column;padding:16px 0}.fs-history-modal .fs-history-table__date{color:var(--text-body-tertiary);font-weight:400;font-size:13px;line-height:16px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-history-modal .fs-history-table__mobile-only{display:none}}}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-history-modal .fs-history-table__table{display:table;table-layout:fixed;border-spacing:4px;width:100%}.fs-history-modal .fs-history-table__table .fake-tr{display:table-row;width:100%}.fs-history-modal .fs-history-table__table .fake-tr:last-child .fs-history-table__cell:first-child{border-bottom-left-radius:8px}.fs-history-modal .fs-history-table__table .fake-tr:last-child .fs-history-table__cell:last-child{border-bottom-right-radius:8px}.fs-history-modal .fs-history-table__table .fake-th,.fs-history-modal .fs-history-table__table .fake-td{display:table-cell;vertical-align:middle}.fs-history-modal .fs-history-table__table .fake-th:first-child,.fs-history-modal .fs-history-table__table .fake-td:first-child{width:144px}.fs-history-modal .fs-history-table__table .fake-th{text-align:left}.fs-history-modal .fs-history-table__table .fake-th:first-child{border-top-left-radius:8px}.fs-history-modal .fs-history-table__table .fake-th:last-child{border-top-right-radius:8px}.fs-history-modal .fs-history-table__table .fake-tbody,.fs-history-modal .fs-history-table__table .fake-thead{display:table-row-group}.fs-history-modal .fs-history-table__table .fake-tbody .fs-history-table__head,.fs-history-modal .fs-history-table__table .fake-thead .fs-history-table__head{padding:12px;background:var(--grey-dark-500);font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase}.fs-history-modal .fs-history-table__table .fake-tbody .fs-history-table__cell,.fs-history-modal .fs-history-table__table .fake-thead .fs-history-table__cell{padding:8px;background:var(--surface)}.fs-history-modal .fs-history-table__table .fake-tbody .fs-history-table__reward strong,.fs-history-modal .fs-history-table__table .fake-thead .fs-history-table__reward strong{font-weight:400}}}body:has(.wheel-winning-modal-joker){overflow:hidden}.wheel-winning-modal-joker{flex-direction:column;padding:0!important}.wheel-winning-modal-joker .ds-modal-dialog__close{top:16px;right:16px;z-index:2}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.wheel-winning-modal-joker .ds-modal-dialog__close{top:32px;right:32px}}}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.authenticated .wheel-winning-modal-joker .ds-modal-dialog__container{padding-bottom:48px}}}.wheel-winning-modal-joker__background{display:none}.wheel-winning-modal-joker__body{display:flex;flex-grow:1;justify-content:center;align-items:center;width:100%;margin:0;border:0;border-radius:0;background:#24e2cc;backdrop-filter:none;box-shadow:none}.wheel-winning-modal-joker__lenses{position:absolute;z-index:1;overflow:hidden;top:0;right:0;bottom:0;left:0}.wheel-winning-modal-joker__lens{position:absolute;top:50%;user-select:none;pointer-events:none}.wheel-winning-modal-joker__lens img{max-width:none}@media (min-width: 1024px){.wheel-winning-modal-joker__lens--mobile-left,.wheel-winning-modal-joker__lens--mobile-right{display:none}}.wheel-winning-modal-joker__lens--desktop-left,.wheel-winning-modal-joker__lens--desktop-right{display:none}@media (min-width: 1024px){.wheel-winning-modal-joker__lens--desktop-left,.wheel-winning-modal-joker__lens--desktop-right{display:block}}.wheel-winning-modal-joker__lens--mobile-left,.wheel-winning-modal-joker__lens--desktop-left{left:0;translate:-183px -50%}@media screen and (width >= 635px){.wheel-winning-modal-joker__lens--mobile-left,.wheel-winning-modal-joker__lens--desktop-left{right:50%;left:auto;translate:-147px -50%}}@media (min-width: 768px){.wheel-winning-modal-joker__lens--mobile-left,.wheel-winning-modal-joker__lens--desktop-left{translate:-197px -50%}}.wheel-winning-modal-joker__lens--mobile-right,.wheel-winning-modal-joker__lens--desktop-right{right:0;translate:154px -50%}@media screen and (width >= 635px){.wheel-winning-modal-joker__lens--mobile-right,.wheel-winning-modal-joker__lens--desktop-right{right:auto;left:50%;translate:147px -50%}}@media (min-width: 768px){.wheel-winning-modal-joker__lens--mobile-right,.wheel-winning-modal-joker__lens--desktop-right{translate:197px -50%}}.wheel-winning-modal-joker__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;width:min(100%,586px);color:#232157;text-align:center;margin-inline:auto}.wheel-winning-modal-joker__image-joker,.wheel-winning-modal-joker__image-allwyn-draw{margin-bottom:16px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.wheel-winning-modal-joker__image-joker,.wheel-winning-modal-joker__image-allwyn-draw{margin-bottom:24px}}}.wheel-winning-modal-joker__image-allwyn-draw{max-width:min(100%,586px);object-fit:contain}.wheel-winning-modal-joker__headline-static{font-weight:500;font-size:16px;line-height:24px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.wheel-winning-modal-joker__headline-static{font-size:24px;line-height:32px}}}.wheel-winning-modal-joker__headline{font-weight:700;font-size:32px;line-height:40px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.wheel-winning-modal-joker__headline{margin-top:2px;font-size:40px;line-height:48px}}}.wheel-winning-modal-joker__description{margin-top:8px;font-weight:500;font-size:16px;line-height:24px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.wheel-winning-modal-joker__description{margin-top:4px;font-size:24px;line-height:32px}}}.wheel-winning-modal-joker__buttons{display:flex;gap:8px;margin-top:16px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.wheel-winning-modal-joker__buttons{margin-top:24px}}}.wheel-winning-modal-joker__button,.wheel-winning-modal-joker__button-secondary{font-family:var(--font-roboto)}.wheel-winning-modal-joker__button{--background: #193c4d;--background-hover: #fff;--background-active: #fff;--color: #fff}.wheel-winning-modal-joker__button:hover{color:#193c4d}.android .wheel-winning-modal-joker__button:hover,.ios .wheel-winning-modal-joker__button:hover,.mobile-app-view .wheel-winning-modal-joker__button:hover{color:#fff}.wheel-winning-modal-joker__button-secondary{--color: #193c4d;--color-hover: #fff;--border-color: #193c4d;--background-hover: #193c4d;--background-active: #193c4d}.wheel-winning-modal-joker__allwyn-draw-date{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;margin-top:8px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.wheel-winning-modal-joker__allwyn-draw-date{margin-top:24px}}}.fs-win-table-modal .ds-modal-dialog__content{padding:24px 0}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-win-table-modal__body{width:509px}}}.fs-win-table-modal__switch{padding:0 24px}.fs-win-table-modal__content{position:relative;display:flex;gap:24px;flex:1 1 auto;flex-direction:column;max-height:100%;background:var(--surface-2);color:var(--text-body-secondary);overflow-y:auto}.fs-win-table-modal__content table{border-spacing:4px;padding:0 20px}.fs-win-table-modal__content th{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;padding:16px;background:var(--surface-sazkabet-header);color:var(--text-heading);text-align:left}.fs-win-table-modal__content th:first-child{border-top-left-radius:16px}@media screen and (min-width: 350px){.fs-win-table-modal__content th:first-child{width:144px}}.fs-win-table-modal__content th:last-child{border-top-right-radius:16px}.fs-win-table-modal__content td{padding:8px 16px;background:var(--surface);font-size:16px;line-height:24px}.fs-win-table-modal__content tr:last-child td:first-child{border-bottom-left-radius:16px}.fs-win-table-modal__content tr:last-child td:last-child{border-bottom-right-radius:16px}.fs-win-table-modal__text-content{display:flex;gap:24px;flex:1 1 auto;flex-direction:column;padding:0 24px}.fs-win-table-modal__headline{color:var(--text-heading);font-weight:500;font-size:17px;line-height:20px;letter-spacing:-.17px;text-transform:uppercase}.fs-win-table-modal__text{font-weight:400;font-size:14px;line-height:16px}.fs-win-table-modal__title{color:var(--text-heading);font-weight:500;font-size:28px;line-height:32px;letter-spacing:-.28px;text-transform:uppercase;text-transform:none}.fs-win-table-modal__draw-info{padding:8px 16px}.fs-win-table-modal__draw-info:disabled{border-color:var(--surface-border);color:var(--surface-action)}.fs-win-table-modal__images{display:flex;flex-direction:column;align-items:center;padding:0 24px}.fs-win-table-modal__allwyn-image{max-width:100%;height:auto;border-radius:24px}.fs-win-table-modal__allwyn-logo{max-width:236px;height:auto}.fs-page-active{z-index:1;display:grid;grid-template-areas:"points" "tasks" "wheel";grid-auto-rows:min-content;gap:24px;margin:0 auto;justify-items:center}.fs-page-active--active{grid-template-areas:"wheel" "points" "tasks"}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-page-active{grid-template-areas:"tasks tasks tasks tasks tasks  .    points points points points points points" "tasks tasks tasks tasks tasks  .    wheel   wheel  wheel  wheel  wheel  wheel" "tasks tasks tasks tasks tasks  .      .       .      .      .      .      .  ";justify-content:center}.fs-page-active--active{grid-template-areas:"tasks tasks tasks tasks tasks  .    wheel   wheel  wheel  wheel  wheel  wheel" "tasks tasks tasks tasks tasks  .    points points points points points points" "tasks tasks tasks tasks tasks  .      .       .      .      .      .      .  "}}}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-page-active{display:flex;justify-content:space-between}}}.fs-page-active.container{padding:0 16px}@keyframes wheel-points-from-right{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes fs-tasks-fade-in-left{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes fs-wheel-fade-in-up{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.fs-page-active.is-animated .wheel-points-wrapper{opacity:0;transform:translate(24px);animation:wheel-points-from-right .5s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.5s}.fs-page-active.is-animated .fs-tasks{opacity:0;transform:translate(-24px);animation:fs-tasks-fade-in-left .5s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.5s}.fs-page-active.is-animated .fs-page-active__section--wheel{opacity:0;transform:scale(.8);animation:fs-wheel-fade-in-up .5s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.5s}.fs-page-active__section--tasks{grid-area:tasks}.fs-page-active__section--points{grid-area:points}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-page-active__section--points{padding-top:50px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-page-active__section--points{padding-top:0}}}.fs-page-active__section--wheel{grid-area:wheel}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-page-active__section--wheel{padding-top:36px}}}.fs-special-page{display:flex;gap:16px;flex-direction:column}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page{margin-top:48px}}}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page{flex-direction:row;justify-content:space-between}}}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page.container{padding:0 32px}}}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page.container{max-width:var(--container-max-width);margin:0 auto}}}.fs-special-page__section{display:flex;gap:var(--sp-dynamic-200, 16px);flex-direction:column;justify-content:center;align-items:center;text-align:center}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page__section{align-items:start;text-align:left}}}.fs-special-page__header{font-weight:500;font-size:28px;line-height:32px;letter-spacing:-.28px;text-transform:uppercase;max-width:350px;color:var(--white);text-transform:none}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page__header{font-weight:500;font-size:36px;line-height:44px;letter-spacing:-.36px;text-transform:uppercase;max-width:500px;text-transform:none}}}.fs-special-page__message{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;max-width:380px;color:#f6f6f2}.fs-special-page__message .button--link{display:inline;padding:0;border-bottom:1px solid #f6f6f2;border-radius:0;font-family:inherit;text-transform:none;text-decoration:none}.fs-special-page__message .button--link:not(:disabled,[disabled],.disabled):hover,.fs-special-page__message .button--link:not(:disabled,[disabled],.disabled):active{background-color:transparent}.fs-special-page__message .button--link .button__inner{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;padding:0}.fs-special-page__button-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:8px}.fs-special-page .spinning-wheel__spin-button:disabled,.fs-special-page .spinning-wheel__spin-button:active,.fs-special-page .spinning-wheel__spin-button:focus{--background: linear-gradient(135deg, #293089 0%, #232157 100%)}.fs-special-page .spinning-wheel__construction-middle video{background:transparent!important;opacity:0;transition:opacity .3s}.fs-special-page .spinning-wheel__construction-middle video.loaded{opacity:1}.fs-special-page__wheel-container{position:relative;max-width:340px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page__wheel-container{width:440px;max-width:none}}}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page__wheel-container{width:512px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page__wheel-container{width:652px}}}.fs-special-page__wheel-container .static-wheel__outside{margin:-3px}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-special-page__wheel-container .static-wheel__outside{margin:-5px}}}.fs-special-page .static-wheel__logo-in-btn img{width:96%;margin-top:6px}@media (min-width: 366px){.fs-special-page .static-wheel__logo-in-btn img{margin-top:7.5px}}@media (min-width: 480px){.fs-special-page .static-wheel__logo-in-btn img{margin-top:9px}}@media (min-width: 768px){.fs-special-page .static-wheel__logo-in-btn img{margin-top:10px}}@media (min-width: 1680px){.fs-special-page .static-wheel__logo-in-btn img{margin-top:14px}}.wheel-points-wrapper{margin:0 auto;padding:12px;border-radius:12px;background-color:var(--surface)}.wheel-points-wrapper .wheel-points-wrapper__headline,.wheel-points-wrapper .wheel-points-wrapper__label{color:var(--white);font-family:var(--font-roboto)!important;font-weight:500;font-size:14px;line-height:16px}.fs-page-active__points .wheel-points{background-color:#02060f}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-page-active__points .wheel-points{padding:12px 8px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.fs-page-active__points .wheel-points{padding:16px 12px}}}.furry-spin-wheel{--spinning-wheel-outside-padding: 17px;--spinning-wheel-pointer-width: 32px;--spinning-wheel-pointer-top: -24px;position:relative;margin-top:var(--spinning-wheel-outside-padding);margin-bottom:var(--spinning-wheel-outside-padding)}@media (max-width: 365.98px){.furry-spin-wheel{--spinning-button-font-size: 16px}}@media (min-width: 366px) and (max-width: 479.98px){.furry-spin-wheel{--spinning-wheel-outside-padding: 22px;--spinning-wheel-pointer-width: 36px;--spinning-wheel-pointer-top: -26px;--spinning-button-font-size: 18px}}@media (min-width: 480px) and (max-width: 767.98px){.furry-spin-wheel{--spinning-wheel-outside-padding: 27px;--spinning-wheel-pointer-width: 42px;--spinning-wheel-pointer-top: -30px;--spinning-button-font-size: 18px}}@media (min-width: 768px){.furry-spin-wheel{--spinning-wheel-outside-padding: 30px;--spinning-wheel-pointer-width: 50px;--spinning-wheel-pointer-top: -36px;--spinning-button-font-size: 23px}}@media (min-width: 1680px){.furry-spin-wheel{--spinning-wheel-outside-padding: 43px;--spinning-wheel-pointer-width: 70px;--spinning-wheel-pointer-top: -50px;--spinning-button-font-size: 28px}}.furry-spin-wheel__light{position:absolute;bottom:50%;display:block;width:396px;height:396px;transform-origin:bottom;pointer-events:none;user-select:none}.furry-spin-wheel__light--left{left:calc(172px - var(--sp-dynamic-300, 24px));transform:rotate3d(0,0,1,-90deg) scale3d(-1,1,1)}.furry-spin-wheel__light--right{right:calc(172px - var(--sp-dynamic-300, 24px));transform:rotate3d(0,0,1,90deg)}.furry-spin-wheel .static-wheel__inside{transform:translateZ(0);will-change:opacity}.spinning-wheel{position:relative;z-index:1;display:inline-flex;user-select:none}.spinning-wheel__construction{position:absolute;border-radius:50%;inset:calc(var(--spinning-wheel-outside-padding) * -1)}.spinning-wheel__construction:before{content:"";position:absolute;border-radius:50%;animation:gwLoadAnimation .5s ease-in-out .55s 1 normal backwards;top:.6%;right:.6%;bottom:.6%;left:.6%;box-shadow:-.54px .55px 3.27px rgba(0,0,0,.16),-8.5px 8.73px 8.73px rgba(0,0,0,.12),-16.37px 16.37px 16.37px rgba(0,0,0,.18)}.spinning-wheel__construction-image{position:absolute;z-index:1;display:block;pointer-events:none;aspect-ratio:1}.spinning-wheel__construction-image--main{z-index:3;top:0;right:0;bottom:0;left:0}.spinning-wheel__construction-image--outside{width:104%;max-width:none;top:-1.8%;right:-1.8%;bottom:-1.8%;left:-1.8%}.spinning-wheel__construction-image--mascot{display:block;width:96%;margin:6px auto 0}@media (min-width: 366px){.spinning-wheel__construction-image--mascot{margin-top:7.5px}}@media (min-width: 480px){.spinning-wheel__construction-image--mascot{margin-top:9px}}@media (min-width: 768px){.spinning-wheel__construction-image--mascot{margin-top:10px}}@media (min-width: 1680px){.spinning-wheel__construction-image--mascot{margin-top:14px}}.spinning-wheel__construction-middle{position:absolute;top:50%;left:50%;z-index:3;width:27.4%;height:27.3%;border-radius:50%;overflow:hidden;transform:translate3d(-50%,-50%,0)}.spinning-wheel__construction-shadow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.spinning-wheel__rotation,.spinning-wheel__rotation-content{position:relative;display:inline-flex}.spinning-wheel__rotation-image{position:absolute;pointer-events:none}.spinning-wheel__rotation-image--inside{width:100%;top:0;right:0;bottom:0;left:0}.spinning-wheel__rotation-image--pins{z-index:3;width:100%;top:0;right:0;bottom:0;left:0}.spinning-wheel__rotation-image--pointer{top:var(--spinning-wheel-pointer-top);left:calc(50% - var(--spinning-wheel-pointer-width) / 2);z-index:2;width:var(--spinning-wheel-pointer-width);transform:rotate3d(0,0,1,-14deg);transform-origin:center 33%}.spinning-wheel__rotation-image--pointer.slide-down-enter-active,.spinning-wheel__rotation-image--pointer.slide-down-leave-active{transition-duration:.3s;transition-property:opacity,transform;transition-timing-function:ease-in-out}.spinning-wheel__rotation-image--pointer.slide-down-enter-from,.spinning-wheel__rotation-image--pointer.slide-down-leave-to{opacity:0;transform:translate3d(0,-16px,0) rotate3d(0,0,1,-14deg)}.spinning-wheel__rotation-image--main-prize{top:50%;left:50%;display:block;width:21%;height:50%;transform:translate3d(-50%,-100%,0) rotate3d(0,0,1,calc(22.5deg * var(--main-prize-index, 0) + 11.25deg));transform-origin:50% 100%}.spinning-wheel__rotation-image--main-prize img{width:100%;max-width:none;height:100%;max-height:none;object-fit:contain}.spinning-wheel__rotation:after{content:"";position:absolute;border:2.5px solid #1d2d65;border-radius:50%;box-sizing:border-box;top:0;right:0;bottom:0;left:0;pointer-events:none}.spinning-wheel__spin-button{font-family:Sazka Sans,Arial,Helvetica,sans-serif!important;font-weight:700!important;font-size:var(--spinning-button-font-size, var(--tp-headline-hero-fs))!important;line-height:1.142!important;letter-spacing:normal!important;text-transform:none!important;transition-property:opacity;--background-hover: linear-gradient(135deg, #31399c 0%, #2a2766 100%);--background-active: linear-gradient(135deg, #293089 0%, #232157 100%)}.spinning-wheel__spin-button:before{content:""}.spinning-wheel__spin-button-glint{position:absolute;top:50%;left:50%;display:block;width:100%;height:100%;transform:translate3d(-50%,-50%,0);transition:opacity .3s cubic-bezier(.19,.91,.38,1)}.spinning-wheel__spin-button-glint--sm{display:block}@media (min-width: 480px){.spinning-wheel__spin-button-glint--sm{display:none}}.bonus-wheel .spinning-wheel__spin-button-glint--sm{display:block}@media (min-width: 1680px){.bonus-wheel .spinning-wheel__spin-button-glint--sm{display:none}}.spinning-wheel__spin-button-glint--lg{display:none}@media (min-width: 480px){.spinning-wheel__spin-button-glint--lg{display:block}}.bonus-wheel .spinning-wheel__spin-button-glint--lg{display:none}@media (min-width: 1680px){.bonus-wheel .spinning-wheel__spin-button-glint--lg{display:block}}.spinning-wheel__spin-button:disabled,.spinning-wheel__spin-button:active,.spinning-wheel__spin-button:focus{opacity:1}.spinning-wheel__spin-button:disabled svg,.spinning-wheel__spin-button:active svg,.spinning-wheel__spin-button:focus svg{opacity:0}.spinning-wheel__canvas{aspect-ratio:1/1}.static-wheel{position:relative;padding:6%;border-radius:50%;pointer-events:none;user-select:none}@keyframes spinWheel{0%{transform:rotate3d(0,0,1,360deg)}0%{transform:rotate3d(0,0,1,0)}}.static-wheel .spinning-wheel__construction-middle{width:27.65%!important;height:27.65%!important}.static-wheel .wheel-speech-bubble{width:80px;width:84px}@media (min-width: 1024px){.static-wheel .wheel-speech-bubble{width:112px}}@media (min-width: 1280px){.static-wheel .wheel-speech-bubble{width:130px}}.static-wheel .wheel-speech-bubble__content{padding:4.5px 6.5px;font-size:8px;line-height:10px}@media (min-width: 1024px){.static-wheel .wheel-speech-bubble__content{font-size:11px;line-height:13px}}@media (min-width: 1280px){.static-wheel .wheel-speech-bubble__content{font-size:13px;line-height:16px}}.static-wheel__construction{position:absolute;z-index:2;display:block;top:0;right:0;bottom:0;left:0}.static-wheel__outside{position:absolute;z-index:3;display:block;top:-2%;right:-2%;bottom:-2%;left:-2%;aspect-ratio:1}.static-wheel__pointer{position:absolute;top:0;left:50%;z-index:4;width:13%;transform:translate3d(-50%,-25%,0)}.static-wheel__rotation-content{position:relative}.static-wheel__logo{position:absolute;top:50%;left:50%;z-index:3;display:block;width:27.5%;transform:translate3d(-50%,-50%,0)}.static-wheel__logo-in-btn{position:absolute;top:50%;left:50%;z-index:-1;display:block;width:100%;height:100%;transform:translate3d(-50%,-50%,0)}.static-wheel__logo-in-btn:before{content:"";position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;border-radius:50%;background:var(--background)}.static-wheel__logo-in-btn img{transition:transform .5s ease-in-out}.static-wheel--error-state .static-wheel__logo-in-btn img{transform:translateY(calc(41.5% - 1.5px))}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.static-wheel--error-state .static-wheel__logo-in-btn img{transform:translateY(calc(41.5% - 1px))}}}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.static-wheel--error-state .static-wheel__logo-in-btn img{transform:translateY(41.5%)}}}.static-wheel__inside{position:relative;z-index:1;display:block;border-radius:50%;transform:rotate3d(0,0,1,-10deg);aspect-ratio:1/1}.static-wheel__inside:after{content:"";position:absolute;border:2.5px solid #1d2d65;border-radius:50%;box-sizing:border-box;top:0;right:0;bottom:0;left:0;pointer-events:none}.static-wheel__inside--spin{animation-name:spinWheel;animation-duration:3.5s;animation-timing-function:linear;animation-iteration-count:infinite}.static-wheel .spinning-wheel__spin-button{overflow:hidden}.static-wheel.static-wheel--error-state .wheel-speech-bubble{display:none!important}.wheel-speech-bubble{--bubble-x: -50%;--bubble-y: 25%;--bubble-before-y: -25%;position:absolute;left:50%;width:80px;translate:var(--bubble-x) var(--bubble-y);pointer-events:none}@media (min-width: 1024px){.wheel-speech-bubble{--bubble-y: 15%;width:116px}}@media (min-width: 1280px){.wheel-speech-bubble{width:140px}}.wheel-speech-bubble--active-container{position:absolute;top:63.5%;left:50%;z-index:4;pointer-events:none}.wheel-speech-bubble--static-wheel{--bubble-y: 52px}@media (min-width: 768px){.wheel-speech-bubble--static-wheel{--bubble-y: 65px}}@media (min-width: 1024px){.wheel-speech-bubble--static-wheel{--bubble-y: 75px}}@media (min-width: 1680px){.wheel-speech-bubble--static-wheel{--bubble-y: 87px}}.wheel-speech-bubble__content{width:100%;padding:4px 8px;border-radius:4px;background:var(--grey-dark-50);color:var(--black-light);font-family:Roboto Condensed,Arial,Helvetica,sans-serif;font-weight:400;font-size:8px;line-height:10px;text-align:left}@media (min-width: 1024px){.wheel-speech-bubble__content{padding:6px 14px;font-size:11px;line-height:13px}}@media (min-width: 1280px){.wheel-speech-bubble__content{padding:6px 18px;font-size:13px;line-height:16px}}.wheel-speech-bubble--static-wheel .wheel-speech-bubble__content{padding:4px}@media (min-width: 1024px){.wheel-speech-bubble--static-wheel .wheel-speech-bubble__content{padding:6px 8px}}@media (min-width: 1280px){.wheel-speech-bubble--static-wheel .wheel-speech-bubble__content{padding:6px 12px}}.wheel-speech-bubble__tail{position:absolute;bottom:100%;left:50%;width:0;height:0;border-right:3.3px solid transparent;border-bottom:6.4px solid var(--grey-dark-50);border-left:3.3px solid transparent;translate:-50%}.wheel-speech-bubble--animated{animation:floatUpAndFadeNatural .8s ease-in}.wheel-speech-bubble--entrance{animation:popInAndFade .5s ease-out}.wheel-speech-bubble--hidden{animation:popInAndFade .5s ease-out reverse forwards}@keyframes floatUpAndFadeNatural{0%{opacity:1;translate:var(--bubble-x) var(--bubble-y);scale:1}20%{opacity:.9;translate:var(--bubble-x) 15%;scale:1.005}40%{opacity:.75;translate:var(--bubble-x) 5%;scale:1.01}60%{opacity:.5;translate:var(--bubble-x) -10%;scale:1.015}70%{opacity:.3;translate:var(--bubble-x) -25%;scale:1.02}80%{opacity:.15;translate:var(--bubble-x) -45%;scale:1.025}90%{opacity:.05;translate:var(--bubble-x) -65%;scale:1.035}to{opacity:0;translate:var(--bubble-x) -80%;scale:1.05}}@keyframes popInAndFade{0%{opacity:0;scale:.75;translate:var(--bubble-x) var(--bubble-before-y)}to{opacity:1;translate:var(--bubble-x) var(--bubble-y);scale:1}}.furry-spin__wheel-page.authenticated.active .furry-spin-container{position:relative;flex-grow:1;overflow:hidden}.furry-spin__wheel-page.authenticated.active .furry-spin-container:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-image:image-set(url(/kurzove-sazky/shared-img/furry-spin/furry-bg-480.jpg) 1x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-480@2x.jpg) 2x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-480.webp) type("image/webp") 1x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-480@2x.webp) type("image/webp") 2x);background-position:center top;background-repeat:no-repeat;background-size:480px 100%;translate:0;pointer-events:none}@media screen and (width > 480px){.furry-spin__wheel-page.authenticated.active .furry-spin-container:before{background-image:image-set(url(/kurzove-sazky/shared-img/furry-spin/furry-bg-768.jpg) 1x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-768@2x.jpg) 2x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-768.webp) type("image/webp") 1x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-768@2x.webp) type("image/webp") 2x);background-size:768px 100%}}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.furry-spin__wheel-page.authenticated.active .furry-spin-container:before{background-image:image-set(url(/kurzove-sazky/shared-img/furry-spin/furry-bg-1024.jpg) 1x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-1024@2x.jpg) 2x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-1024.webp) type("image/webp") 1x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-1024@2x.webp) type("image/webp") 2x);background-size:1024px 100%}}}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.furry-spin__wheel-page.authenticated.active .furry-spin-container:before{top:-120px;left:50%;width:150%;height:150%;background-image:image-set(url(/kurzove-sazky/shared-img/furry-spin/furry-bg-full.jpg) 1x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-full@2x.jpg) 2x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-full.webp) type("image/webp") 1x,url(/kurzove-sazky/shared-img/furry-spin/furry-bg-full@2x.webp) type("image/webp") 2x);background-size:cover;translate:-40%}}}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.furry-spin__wheel-page.authenticated.active .furry-spin-container:before{top:-180px;width:2560px;height:1450px;background-size:90%;translate:-44.6%;background-position-y:top}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.furry-spin__wheel-page.authenticated.active .furry-spin-container:before{top:0;translate:-42.6%}}}@media screen and (min-width: 1950px){.furry-spin__wheel-page.authenticated.active .furry-spin-container:before{top:-10%;left:0;width:calc(100% + 190px);height:calc(100% + 190px);background-position:0 20%;background-size:calc(100% + 157px);translate:none}}.furry-spin__wheel-page .furry-spin-container{padding-top:48px;padding-bottom:170px}@media screen and (min-width: 768px){@media not all and (max-width: 1024px) and (max-height: 500px){.furry-spin__wheel-page .furry-spin-container{padding-top:24px}}}@media screen and (min-width: 1024px){@media not all and (max-width: 1024px) and (max-height: 500px){.furry-spin__wheel-page .furry-spin-container{padding-bottom:66px}}}@media screen and (min-width: 1280px){@media not all and (max-width: 1024px) and (max-height: 500px){.furry-spin__wheel-page .furry-spin-container{padding-bottom:80px}}}@media screen and (min-width: 1680px){@media not all and (max-width: 1024px) and (max-height: 500px){.furry-spin__wheel-page .furry-spin-container{padding-bottom:88px}}}.furry-spin__wheel-page.loader .furry-spin-page{min-height:100dvh}.furry-spin .sb-button:disabled,.furry-spin .sb-button[disabled]{cursor:default}.spinning-wheel__rotation{z-index:1}.spinning-wheel__spin-button{z-index:2}#loadingScreen{display:none!important}
