fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes a{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@charset "UTF-8";html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}body{margin:0}article,aside,figcaption,figure,footer,header,main,nav,section{display:block}hr{box-sizing:content-box;height:0;overflow:visible}.c-novomind .context-list-wrapper .context-entry .context-title,.c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button,.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item,a{background-color:transparent;-webkit-text-decoration-skip:objects}b,strong{font-weight:inherit;font-weight:bolder}video{display:inline-block}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}body,html{overflow-x:hidden}body,caption,dd,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,ol,p,table,td,th,ul{margin:0;padding:0}li>ol,li>ul{margin-bottom:0}table{border-collapse:collapse;border-spacing:0}svg{width:auto;max-width:100%;height:100%;margin:0 auto;fill:currentColor;pointer-events:none}i,picture,svg{display:block}i{font-style:normal}.c-novomind .context-list-wrapper .context-entry .context-title,.c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button,.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item,a,button{background-color:transparent;cursor:pointer;transition:all .2s cubic-bezier(.55,0,.1,1)}button,input,optgroup,select,textarea{font-family:inherit;line-height:22px}input,select,textarea{width:100%}label{cursor:pointer}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}p{margin:0 0 1.5em}iframe{display:block;width:0;min-width:100%;border:none}h1,h2,h3,h4{font-size:inherit;font-weight:inherit}img{display:block;max-width:100%}.c-novomind .context-list-wrapper .context-entry .context-title,.c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button,.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item,a{display:inline-block;color:#5be6fe;font-weight:400;text-decoration:none}.c-novomind .context-list-wrapper .context-entry .context-title:active,.c-novomind .context-list-wrapper .context-entry .context-title:focus,.c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry:active,.c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry:focus,.c-novomind .context-list-wrapper .context-entry .faq-wrapper .has-no-touchevents .faq-entry:hover,.c-novomind .context-list-wrapper .context-entry .has-no-touchevents .context-title:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .has-no-touchevents .search-result-item:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item:active,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item:focus,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button:active,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button:focus,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .has-no-touchevents .evaluation-button:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item:active,.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item:focus,.c-novomind .ihelp-main-wrapper .ihelp-main-content .has-no-touchevents .frequently-faq-item:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .has-no-touchevents .suggested-faq-item:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item:active,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item:focus,.has-no-touchevents .c-novomind .context-list-wrapper .context-entry .context-title:hover,.has-no-touchevents .c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry:hover,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item:hover,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button:hover,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item:hover,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item:hover,.has-no-touchevents a:hover,a:active,a:focus,html{color:#fff}html{font-size:1em;line-height:1.375;font-family:Source Sans Pro,sans-serif;overflow-y:scroll;min-height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}html.has-open-game,html.has-overlay{min-height:100vh}@media (max-width:63.99em){html.has-open-game,html.has-overlay{overflow-y:hidden}}body{background:#000;min-height:100vh;min-width:320px}body:before{z-index:1000!important}table.dataTable{width:100%;margin:0 auto;clear:both;border-spacing:0}table.dataTable td,table.dataTable th{text-align:left}table.dataTable tfoot th,table.dataTable thead th{text-transform:uppercase;font-weight:600}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer}table.dataTable thead .sorting:after{content:" \2195"}table.dataTable thead .sorting_asc:after{content:" \2191"}table.dataTable thead .sorting_desc:after{content:" \2193"}table.dataTable tbody>tr{transition:all .4s ease}table.dataTable tbody>tr>td.dataTables_empty{text-align:center}table.dataTable tbody>tr>td.column-amount{text-align:right;font-weight:600}table.dataTable tbody>tr[role=row]:hover{background-color:hsla(0,0%,100%,.1)}.dataTables_wrapper{position:relative;clear:both}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length{display:none}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left}.dataTables_wrapper .dataTables_paginate{float:none;display:table;margin:10px auto 6px;margin-top:10px;margin-bottom:6px}.dataTables_wrapper .dataTables_paginate .ellipsis{display:none}.dataTables_wrapper .dataTables_paginate .paginate_button{float:left;display:inline;margin:0 4px;padding:3px 12px;height:32px;border:1px solid hsla(0,0%,100%,.1);color:#5be6fe;text-decoration:none;background-color:transparent;cursor:pointer}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{color:#fff;cursor:default}.dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#fff}.dataTables_wrapper .dataTables_paginate>.paginate_button:first-child{margin-left:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.dataTables_wrapper .dataTables_paginate>.paginate_button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;padding-top:10px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{content:"+";top:13px;left:4px;height:16px;width:16px;display:block;position:absolute;color:#171717;border-radius:16px;text-align:left;text-indent:4px;line-height:16px;background-color:#fff}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:"-";text-indent:6px;line-height:14px}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child ul{display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul li{display:flex;width:100%;align-items:center;justify-content:center;padding-top:8px;padding-bottom:8px}table.dataTable>tbody>tr.child ul li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul li:last-child{border-bottom:none}table.dataTable>tbody>tr.child ul li span{width:50%;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}table.dataTable>tbody>tr.child span.dtr-data{padding-right:16px;padding-left:16px}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}.Zebra_DatePicker{border:1px solid #252525;border-radius:5px;background-color:#171717;color:#fff;font-size:14px;max-width:250px}.Zebra_DatePicker table{width:100%!important;table-layout:auto;border-collapse:collapse;border-spacing:0}.Zebra_DatePicker table td,.Zebra_DatePicker table th{padding:5px 0;text-align:center}.Zebra_DatePicker table td{border-radius:3px;cursor:pointer}.Zebra_DatePicker table.dp_footer .dp_hover,.Zebra_DatePicker table.dp_header .dp_hover{border-radius:5px;color:#ffe349}.Zebra_DatePicker table.dp_header{width:100%!important;font-weight:700;background-color:#000}.Zebra_DatePicker table.dp_header .dp_next,.Zebra_DatePicker table.dp_header .dp_previous{width:20%}.Zebra_DatePicker table.dp_daypicker,.Zebra_DatePicker table.dp_monthpicker,.Zebra_DatePicker table.dp_yearpicker{margin-top:3px}.Zebra_DatePicker table.dp_daypicker td:hover,.Zebra_DatePicker table.dp_monthpicker td:hover,.Zebra_DatePicker table.dp_yearpicker td:hover{background:#ffe349;color:#000}.Zebra_DatePicker table.dp_daypicker td.dp_selected,.Zebra_DatePicker table.dp_monthpicker td.dp_selected,.Zebra_DatePicker table.dp_yearpicker td.dp_selected{background:#ffe349;background:-webkit-gradient(left top,left bottom,color-stop(0,#ffd965),color-stop(100%,#ffb300));background:linear-gradient(180deg,#ffd965 0,#ffb300);color:#090909}.Zebra_DatePicker table.dp_daypicker,.Zebra_DatePicker table.dp_footer{background-color:#000}.Zebra_DatePicker table.dp_daypicker td,.Zebra_DatePicker table.dp_daypicker th{width:14.28%}.Zebra_DatePicker table.dp_daypicker td.dp_not_in_month{color:#747474;cursor:default}.Zebra_DatePicker table.dp_daypicker td.dp_not_in_month_selectable{color:#747474;cursor:pointer}.Zebra_DatePicker table.dp_daypicker td.dp_weekend{font-weight:700}.Zebra_DatePicker table.dp_monthpicker td,.Zebra_DatePicker table.dp_monthpicker th{width:33%}.Zebra_DatePicker.dp_visible{visibility:visible;opacity:1;transition:opacity .2s ease-in-out}.Zebra_DatePicker.dp_hidden{visibility:hidden;opacity:0}.swiper-container{margin-top:-40px;margin-bottom:-40px;padding-top:40px;padding-bottom:40px;position:relative;overflow:hidden;list-style:none;z-index:1}@media (min-width:93.75em){.swiper-container{margin:-40px;padding:40px}}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform,opacity;transition-duration:.2s;box-sizing:border-box}@media (min-width:64em){.swiper-slide{opacity:0}}.swiper-slide-visible{opacity:1}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{display:none}.swiper-container-horizontal .swiper-button-next,.swiper-container-horizontal .swiper-button-prev{display:block}.o-paging__next.swiper-button-next{right:0;border-radius:24px}.o-paging__next.swiper-button-next:hover i{color:#fff}.o-paging__prev.swiper-button-prev{left:0;border-radius:24px}.o-paging__prev.swiper-button-prev:hover i{color:#fff}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.o-animated{transition:all 1s;animation-fill-mode:both}.c-popup .o-animated{animation-duration:1s}.o-animated--infinite{animation-iteration-count:infinite}.o-animated--fade-enter-active{animation-name:fadeIn}.o-animated--fade-leave-active{animation-name:fadeOut}.o-animated--modal-fade-in{animation-name:modalFadeIn}.o-animated--bounce-enter-active{animation-name:bounceIn}.o-animated--bounce-leave-active{animation-name:bounceOut}.o-animated--sparkle{animation-name:sparkle;animation-timing-function:linear}.o-animated--pulse{animation-name:pulse}@keyframes modalFadeIn{0%{background-color:transparent}to{background-color:rgba(0,0,0,.7)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes sparkle{0%{opacity:1}25%{transform:translate3d(-50%,-200%,0)}75%{transform:translate3d(20%,-600%,0)}to{opacity:0;transform:translate3d(-20%,-800%,0)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.1,1.1,1.1)}to{transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.o-box{margin:-4px}.o-box--none{margin:0}.o-box--atomic{margin:-.5px}.o-box--reduced{margin:-2px}.o-box--regular{margin:-4px}.o-box--increased{margin:-6px}.o-box--large{margin:-8px}.o-box--huge{margin:-10px}.o-box--giant{margin:-12px}.o-box--mega{margin:-16px}.o-box--super{margin:-20px}.o-box--giga{margin:-32px}@media (min-width:20em) and (max-width:47.9375em){.o-box--none\@xs{margin:0}.o-box--atomic\@xs{margin:-.5px}.o-box--reduced\@xs{margin:-2px}.o-box--regular\@xs{margin:-4px}.o-box--increased\@xs{margin:-6px}.o-box--large\@xs{margin:-8px}.o-box--huge\@xs{margin:-10px}.o-box--giant\@xs{margin:-12px}.o-box--mega\@xs{margin:-16px}.o-box--super\@xs{margin:-20px}.o-box--giga\@xs{margin:-32px}}@media (min-width:48em){.o-box--none\@sm\+{margin:0}.o-box--atomic\@sm\+{margin:-.5px}.o-box--reduced\@sm\+{margin:-2px}.o-box--regular\@sm\+{margin:-4px}.o-box--increased\@sm\+{margin:-6px}.o-box--large\@sm\+{margin:-8px}.o-box--huge\@sm\+{margin:-10px}.o-box--giant\@sm\+{margin:-12px}.o-box--mega\@sm\+{margin:-16px}.o-box--super\@sm\+{margin:-20px}.o-box--giga\@sm\+{margin:-32px}}@media (min-width:48em) and (max-width:63.9375em){.o-box--none\@sm{margin:0}.o-box--atomic\@sm{margin:-.5px}.o-box--reduced\@sm{margin:-2px}.o-box--regular\@sm{margin:-4px}.o-box--increased\@sm{margin:-6px}.o-box--large\@sm{margin:-8px}.o-box--huge\@sm{margin:-10px}.o-box--giant\@sm{margin:-12px}.o-box--mega\@sm{margin:-16px}.o-box--super\@sm{margin:-20px}.o-box--giga\@sm{margin:-32px}}@media (min-width:64em){.o-box--none\@md\+{margin:0}.o-box--atomic\@md\+{margin:-.5px}.o-box--reduced\@md\+{margin:-2px}.o-box--regular\@md\+{margin:-4px}.o-box--increased\@md\+{margin:-6px}.o-box--large\@md\+{margin:-8px}.o-box--huge\@md\+{margin:-10px}.o-box--giant\@md\+{margin:-12px}.o-box--mega\@md\+{margin:-16px}.o-box--super\@md\+{margin:-20px}.o-box--giga\@md\+{margin:-32px}}@media (min-width:64em) and (max-width:85.3125em){.o-box--none\@md{margin:0}.o-box--atomic\@md{margin:-.5px}.o-box--reduced\@md{margin:-2px}.o-box--regular\@md{margin:-4px}.o-box--increased\@md{margin:-6px}.o-box--large\@md{margin:-8px}.o-box--huge\@md{margin:-10px}.o-box--giant\@md{margin:-12px}.o-box--mega\@md{margin:-16px}.o-box--super\@md{margin:-20px}.o-box--giga\@md{margin:-32px}}@media (min-width:85.375em){.o-box--none\@lg\+{margin:0}.o-box--atomic\@lg\+{margin:-.5px}.o-box--reduced\@lg\+{margin:-2px}.o-box--regular\@lg\+{margin:-4px}.o-box--increased\@lg\+{margin:-6px}.o-box--large\@lg\+{margin:-8px}.o-box--huge\@lg\+{margin:-10px}.o-box--giant\@lg\+{margin:-12px}.o-box--mega\@lg\+{margin:-16px}.o-box--super\@lg\+{margin:-20px}.o-box--giga\@lg\+{margin:-32px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-box--none\@lg{margin:0}.o-box--atomic\@lg{margin:-.5px}.o-box--reduced\@lg{margin:-2px}.o-box--regular\@lg{margin:-4px}.o-box--increased\@lg{margin:-6px}.o-box--large\@lg{margin:-8px}.o-box--huge\@lg{margin:-10px}.o-box--giant\@lg{margin:-12px}.o-box--mega\@lg{margin:-16px}.o-box--super\@lg{margin:-20px}.o-box--giga\@lg{margin:-32px}}@media (min-width:90em){.o-box--none\@xl\+{margin:0}.o-box--atomic\@xl\+{margin:-.5px}.o-box--reduced\@xl\+{margin:-2px}.o-box--regular\@xl\+{margin:-4px}.o-box--increased\@xl\+{margin:-6px}.o-box--large\@xl\+{margin:-8px}.o-box--huge\@xl\+{margin:-10px}.o-box--giant\@xl\+{margin:-12px}.o-box--mega\@xl\+{margin:-16px}.o-box--super\@xl\+{margin:-20px}.o-box--giga\@xl\+{margin:-32px}}.o-box__item{padding:4px}.o-box__item--none{padding:0}.o-box__item--atomic{padding:.5px}.o-box__item--reduced{padding:2px}.o-box__item--regular{padding:4px}.o-box__item--increased{padding:6px}.o-box__item--large{padding:8px}.o-box__item--huge{padding:10px}.o-box__item--giant{padding:12px}.o-box__item--mega{padding:16px}.o-box__item--super{padding:20px}.o-box__item--giga{padding:32px}@media (min-width:20em) and (max-width:47.9375em){.o-box__item--none\@xs{padding:0}.o-box__item--atomic\@xs{padding:.5px}.o-box__item--reduced\@xs{padding:2px}.o-box__item--regular\@xs{padding:4px}.o-box__item--increased\@xs{padding:6px}.o-box__item--large\@xs{padding:8px}.o-box__item--huge\@xs{padding:10px}.o-box__item--giant\@xs{padding:12px}.o-box__item--mega\@xs{padding:16px}.o-box__item--super\@xs{padding:20px}.o-box__item--giga\@xs{padding:32px}}@media (min-width:48em){.o-box__item--none\@sm\+{padding:0}.o-box__item--atomic\@sm\+{padding:.5px}.o-box__item--reduced\@sm\+{padding:2px}.o-box__item--regular\@sm\+{padding:4px}.o-box__item--increased\@sm\+{padding:6px}.o-box__item--large\@sm\+{padding:8px}.o-box__item--huge\@sm\+{padding:10px}.o-box__item--giant\@sm\+{padding:12px}.o-box__item--mega\@sm\+{padding:16px}.o-box__item--super\@sm\+{padding:20px}.o-box__item--giga\@sm\+{padding:32px}}@media (min-width:48em) and (max-width:63.9375em){.o-box__item--none\@sm{padding:0}.o-box__item--atomic\@sm{padding:.5px}.o-box__item--reduced\@sm{padding:2px}.o-box__item--regular\@sm{padding:4px}.o-box__item--increased\@sm{padding:6px}.o-box__item--large\@sm{padding:8px}.o-box__item--huge\@sm{padding:10px}.o-box__item--giant\@sm{padding:12px}.o-box__item--mega\@sm{padding:16px}.o-box__item--super\@sm{padding:20px}.o-box__item--giga\@sm{padding:32px}}@media (min-width:64em){.o-box__item--none\@md\+{padding:0}.o-box__item--atomic\@md\+{padding:.5px}.o-box__item--reduced\@md\+{padding:2px}.o-box__item--regular\@md\+{padding:4px}.o-box__item--increased\@md\+{padding:6px}.o-box__item--large\@md\+{padding:8px}.o-box__item--huge\@md\+{padding:10px}.o-box__item--giant\@md\+{padding:12px}.o-box__item--mega\@md\+{padding:16px}.o-box__item--super\@md\+{padding:20px}.o-box__item--giga\@md\+{padding:32px}}@media (min-width:64em) and (max-width:85.3125em){.o-box__item--none\@md{padding:0}.o-box__item--atomic\@md{padding:.5px}.o-box__item--reduced\@md{padding:2px}.o-box__item--regular\@md{padding:4px}.o-box__item--increased\@md{padding:6px}.o-box__item--large\@md{padding:8px}.o-box__item--huge\@md{padding:10px}.o-box__item--giant\@md{padding:12px}.o-box__item--mega\@md{padding:16px}.o-box__item--super\@md{padding:20px}.o-box__item--giga\@md{padding:32px}}@media (min-width:85.375em){.o-box__item--none\@lg\+{padding:0}.o-box__item--atomic\@lg\+{padding:.5px}.o-box__item--reduced\@lg\+{padding:2px}.o-box__item--regular\@lg\+{padding:4px}.o-box__item--increased\@lg\+{padding:6px}.o-box__item--large\@lg\+{padding:8px}.o-box__item--huge\@lg\+{padding:10px}.o-box__item--giant\@lg\+{padding:12px}.o-box__item--mega\@lg\+{padding:16px}.o-box__item--super\@lg\+{padding:20px}.o-box__item--giga\@lg\+{padding:32px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-box__item--none\@lg{padding:0}.o-box__item--atomic\@lg{padding:.5px}.o-box__item--reduced\@lg{padding:2px}.o-box__item--regular\@lg{padding:4px}.o-box__item--increased\@lg{padding:6px}.o-box__item--large\@lg{padding:8px}.o-box__item--huge\@lg{padding:10px}.o-box__item--giant\@lg{padding:12px}.o-box__item--mega\@lg{padding:16px}.o-box__item--super\@lg{padding:20px}.o-box__item--giga\@lg{padding:32px}}@media (min-width:90em){.o-box__item--none\@xl\+{padding:0}.o-box__item--atomic\@xl\+{padding:.5px}.o-box__item--reduced\@xl\+{padding:2px}.o-box__item--regular\@xl\+{padding:4px}.o-box__item--increased\@xl\+{padding:6px}.o-box__item--large\@xl\+{padding:8px}.o-box__item--huge\@xl\+{padding:10px}.o-box__item--giant\@xl\+{padding:12px}.o-box__item--mega\@xl\+{padding:16px}.o-box__item--super\@xl\+{padding:20px}.o-box__item--giga\@xl\+{padding:32px}}.o-box-v{margin-top:-4px;margin-bottom:-4px}.o-box-v--none{margin-top:0;margin-bottom:0}.o-box-v--atomic{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased{margin-top:-6px;margin-bottom:-6px}.o-box-v--large{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega{margin-top:-16px;margin-bottom:-16px}.o-box-v--super{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga{margin-top:-32px;margin-bottom:-32px}@media (min-width:20em) and (max-width:47.9375em){.o-box-v--none\@xs{margin-top:0;margin-bottom:0}.o-box-v--atomic\@xs{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced\@xs{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular\@xs{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased\@xs{margin-top:-6px;margin-bottom:-6px}.o-box-v--large\@xs{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge\@xs{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant\@xs{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega\@xs{margin-top:-16px;margin-bottom:-16px}.o-box-v--super\@xs{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga\@xs{margin-top:-32px;margin-bottom:-32px}}@media (min-width:48em){.o-box-v--none\@sm\+{margin-top:0;margin-bottom:0}.o-box-v--atomic\@sm\+{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced\@sm\+{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular\@sm\+{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased\@sm\+{margin-top:-6px;margin-bottom:-6px}.o-box-v--large\@sm\+{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge\@sm\+{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant\@sm\+{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega\@sm\+{margin-top:-16px;margin-bottom:-16px}.o-box-v--super\@sm\+{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga\@sm\+{margin-top:-32px;margin-bottom:-32px}}@media (min-width:48em) and (max-width:63.9375em){.o-box-v--none\@sm{margin-top:0;margin-bottom:0}.o-box-v--atomic\@sm{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced\@sm{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular\@sm{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased\@sm{margin-top:-6px;margin-bottom:-6px}.o-box-v--large\@sm{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge\@sm{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant\@sm{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega\@sm{margin-top:-16px;margin-bottom:-16px}.o-box-v--super\@sm{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga\@sm{margin-top:-32px;margin-bottom:-32px}}@media (min-width:64em){.o-box-v--none\@md\+{margin-top:0;margin-bottom:0}.o-box-v--atomic\@md\+{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced\@md\+{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular\@md\+{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased\@md\+{margin-top:-6px;margin-bottom:-6px}.o-box-v--large\@md\+{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge\@md\+{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant\@md\+{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega\@md\+{margin-top:-16px;margin-bottom:-16px}.o-box-v--super\@md\+{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga\@md\+{margin-top:-32px;margin-bottom:-32px}}@media (min-width:64em) and (max-width:85.3125em){.o-box-v--none\@md{margin-top:0;margin-bottom:0}.o-box-v--atomic\@md{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced\@md{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular\@md{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased\@md{margin-top:-6px;margin-bottom:-6px}.o-box-v--large\@md{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge\@md{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant\@md{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega\@md{margin-top:-16px;margin-bottom:-16px}.o-box-v--super\@md{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga\@md{margin-top:-32px;margin-bottom:-32px}}@media (min-width:85.375em){.o-box-v--none\@lg\+{margin-top:0;margin-bottom:0}.o-box-v--atomic\@lg\+{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced\@lg\+{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular\@lg\+{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased\@lg\+{margin-top:-6px;margin-bottom:-6px}.o-box-v--large\@lg\+{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge\@lg\+{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant\@lg\+{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega\@lg\+{margin-top:-16px;margin-bottom:-16px}.o-box-v--super\@lg\+{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga\@lg\+{margin-top:-32px;margin-bottom:-32px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-box-v--none\@lg{margin-top:0;margin-bottom:0}.o-box-v--atomic\@lg{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced\@lg{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular\@lg{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased\@lg{margin-top:-6px;margin-bottom:-6px}.o-box-v--large\@lg{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge\@lg{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant\@lg{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega\@lg{margin-top:-16px;margin-bottom:-16px}.o-box-v--super\@lg{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga\@lg{margin-top:-32px;margin-bottom:-32px}}@media (min-width:90em){.o-box-v--none\@xl\+{margin-top:0;margin-bottom:0}.o-box-v--atomic\@xl\+{margin-top:-.5px;margin-bottom:-.5px}.o-box-v--reduced\@xl\+{margin-top:-2px;margin-bottom:-2px}.o-box-v--regular\@xl\+{margin-top:-4px;margin-bottom:-4px}.o-box-v--increased\@xl\+{margin-top:-6px;margin-bottom:-6px}.o-box-v--large\@xl\+{margin-top:-8px;margin-bottom:-8px}.o-box-v--huge\@xl\+{margin-top:-10px;margin-bottom:-10px}.o-box-v--giant\@xl\+{margin-top:-12px;margin-bottom:-12px}.o-box-v--mega\@xl\+{margin-top:-16px;margin-bottom:-16px}.o-box-v--super\@xl\+{margin-top:-20px;margin-bottom:-20px}.o-box-v--giga\@xl\+{margin-top:-32px;margin-bottom:-32px}}.o-box-v__item{padding-top:4px;padding-bottom:4px}.o-box-v__item--none{padding-top:0;padding-bottom:0}.o-box-v__item--atomic{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased{padding-top:6px;padding-bottom:6px}.o-box-v__item--large{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega{padding-top:16px;padding-bottom:16px}.o-box-v__item--super{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga{padding-top:32px;padding-bottom:32px}@media (min-width:20em) and (max-width:47.9375em){.o-box-v__item--none\@xs{padding-top:0;padding-bottom:0}.o-box-v__item--atomic\@xs{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced\@xs{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular\@xs{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased\@xs{padding-top:6px;padding-bottom:6px}.o-box-v__item--large\@xs{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge\@xs{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant\@xs{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega\@xs{padding-top:16px;padding-bottom:16px}.o-box-v__item--super\@xs{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga\@xs{padding-top:32px;padding-bottom:32px}}@media (min-width:48em){.o-box-v__item--none\@sm\+{padding-top:0;padding-bottom:0}.o-box-v__item--atomic\@sm\+{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced\@sm\+{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular\@sm\+{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased\@sm\+{padding-top:6px;padding-bottom:6px}.o-box-v__item--large\@sm\+{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge\@sm\+{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant\@sm\+{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega\@sm\+{padding-top:16px;padding-bottom:16px}.o-box-v__item--super\@sm\+{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga\@sm\+{padding-top:32px;padding-bottom:32px}}@media (min-width:48em) and (max-width:63.9375em){.o-box-v__item--none\@sm{padding-top:0;padding-bottom:0}.o-box-v__item--atomic\@sm{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced\@sm{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular\@sm{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased\@sm{padding-top:6px;padding-bottom:6px}.o-box-v__item--large\@sm{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge\@sm{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant\@sm{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega\@sm{padding-top:16px;padding-bottom:16px}.o-box-v__item--super\@sm{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga\@sm{padding-top:32px;padding-bottom:32px}}@media (min-width:64em){.o-box-v__item--none\@md\+{padding-top:0;padding-bottom:0}.o-box-v__item--atomic\@md\+{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced\@md\+{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular\@md\+{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased\@md\+{padding-top:6px;padding-bottom:6px}.o-box-v__item--large\@md\+{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge\@md\+{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant\@md\+{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega\@md\+{padding-top:16px;padding-bottom:16px}.o-box-v__item--super\@md\+{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga\@md\+{padding-top:32px;padding-bottom:32px}}@media (min-width:64em) and (max-width:85.3125em){.o-box-v__item--none\@md{padding-top:0;padding-bottom:0}.o-box-v__item--atomic\@md{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced\@md{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular\@md{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased\@md{padding-top:6px;padding-bottom:6px}.o-box-v__item--large\@md{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge\@md{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant\@md{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega\@md{padding-top:16px;padding-bottom:16px}.o-box-v__item--super\@md{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga\@md{padding-top:32px;padding-bottom:32px}}@media (min-width:85.375em){.o-box-v__item--none\@lg\+{padding-top:0;padding-bottom:0}.o-box-v__item--atomic\@lg\+{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced\@lg\+{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular\@lg\+{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased\@lg\+{padding-top:6px;padding-bottom:6px}.o-box-v__item--large\@lg\+{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge\@lg\+{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant\@lg\+{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega\@lg\+{padding-top:16px;padding-bottom:16px}.o-box-v__item--super\@lg\+{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga\@lg\+{padding-top:32px;padding-bottom:32px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-box-v__item--none\@lg{padding-top:0;padding-bottom:0}.o-box-v__item--atomic\@lg{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced\@lg{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular\@lg{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased\@lg{padding-top:6px;padding-bottom:6px}.o-box-v__item--large\@lg{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge\@lg{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant\@lg{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega\@lg{padding-top:16px;padding-bottom:16px}.o-box-v__item--super\@lg{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga\@lg{padding-top:32px;padding-bottom:32px}}@media (min-width:90em){.o-box-v__item--none\@xl\+{padding-top:0;padding-bottom:0}.o-box-v__item--atomic\@xl\+{padding-top:.5px;padding-bottom:.5px}.o-box-v__item--reduced\@xl\+{padding-top:2px;padding-bottom:2px}.o-box-v__item--regular\@xl\+{padding-top:4px;padding-bottom:4px}.o-box-v__item--increased\@xl\+{padding-top:6px;padding-bottom:6px}.o-box-v__item--large\@xl\+{padding-top:8px;padding-bottom:8px}.o-box-v__item--huge\@xl\+{padding-top:10px;padding-bottom:10px}.o-box-v__item--giant\@xl\+{padding-top:12px;padding-bottom:12px}.o-box-v__item--mega\@xl\+{padding-top:16px;padding-bottom:16px}.o-box-v__item--super\@xl\+{padding-top:20px;padding-bottom:20px}.o-box-v__item--giga\@xl\+{padding-top:32px;padding-bottom:32px}}.o-box-h{margin-right:-4px;margin-left:-4px}.o-box-h--none{margin-right:0;margin-left:0}.o-box-h--atomic{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced{margin-right:-2px;margin-left:-2px}.o-box-h--regular{margin-right:-4px;margin-left:-4px}.o-box-h--increased{margin-right:-6px;margin-left:-6px}.o-box-h--large{margin-right:-8px;margin-left:-8px}.o-box-h--huge{margin-right:-10px;margin-left:-10px}.o-box-h--giant{margin-right:-12px;margin-left:-12px}.o-box-h--mega{margin-right:-16px;margin-left:-16px}.o-box-h--super{margin-right:-20px;margin-left:-20px}.o-box-h--giga{margin-right:-32px;margin-left:-32px}@media (min-width:20em) and (max-width:47.9375em){.o-box-h--none\@xs{margin-right:0;margin-left:0}.o-box-h--atomic\@xs{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced\@xs{margin-right:-2px;margin-left:-2px}.o-box-h--regular\@xs{margin-right:-4px;margin-left:-4px}.o-box-h--increased\@xs{margin-right:-6px;margin-left:-6px}.o-box-h--large\@xs{margin-right:-8px;margin-left:-8px}.o-box-h--huge\@xs{margin-right:-10px;margin-left:-10px}.o-box-h--giant\@xs{margin-right:-12px;margin-left:-12px}.o-box-h--mega\@xs{margin-right:-16px;margin-left:-16px}.o-box-h--super\@xs{margin-right:-20px;margin-left:-20px}.o-box-h--giga\@xs{margin-right:-32px;margin-left:-32px}}@media (min-width:48em){.o-box-h--none\@sm\+{margin-right:0;margin-left:0}.o-box-h--atomic\@sm\+{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced\@sm\+{margin-right:-2px;margin-left:-2px}.o-box-h--regular\@sm\+{margin-right:-4px;margin-left:-4px}.o-box-h--increased\@sm\+{margin-right:-6px;margin-left:-6px}.o-box-h--large\@sm\+{margin-right:-8px;margin-left:-8px}.o-box-h--huge\@sm\+{margin-right:-10px;margin-left:-10px}.o-box-h--giant\@sm\+{margin-right:-12px;margin-left:-12px}.o-box-h--mega\@sm\+{margin-right:-16px;margin-left:-16px}.o-box-h--super\@sm\+{margin-right:-20px;margin-left:-20px}.o-box-h--giga\@sm\+{margin-right:-32px;margin-left:-32px}}@media (min-width:48em) and (max-width:63.9375em){.o-box-h--none\@sm{margin-right:0;margin-left:0}.o-box-h--atomic\@sm{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced\@sm{margin-right:-2px;margin-left:-2px}.o-box-h--regular\@sm{margin-right:-4px;margin-left:-4px}.o-box-h--increased\@sm{margin-right:-6px;margin-left:-6px}.o-box-h--large\@sm{margin-right:-8px;margin-left:-8px}.o-box-h--huge\@sm{margin-right:-10px;margin-left:-10px}.o-box-h--giant\@sm{margin-right:-12px;margin-left:-12px}.o-box-h--mega\@sm{margin-right:-16px;margin-left:-16px}.o-box-h--super\@sm{margin-right:-20px;margin-left:-20px}.o-box-h--giga\@sm{margin-right:-32px;margin-left:-32px}}@media (min-width:64em){.o-box-h--none\@md\+{margin-right:0;margin-left:0}.o-box-h--atomic\@md\+{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced\@md\+{margin-right:-2px;margin-left:-2px}.o-box-h--regular\@md\+{margin-right:-4px;margin-left:-4px}.o-box-h--increased\@md\+{margin-right:-6px;margin-left:-6px}.o-box-h--large\@md\+{margin-right:-8px;margin-left:-8px}.o-box-h--huge\@md\+{margin-right:-10px;margin-left:-10px}.o-box-h--giant\@md\+{margin-right:-12px;margin-left:-12px}.o-box-h--mega\@md\+{margin-right:-16px;margin-left:-16px}.o-box-h--super\@md\+{margin-right:-20px;margin-left:-20px}.o-box-h--giga\@md\+{margin-right:-32px;margin-left:-32px}}@media (min-width:64em) and (max-width:85.3125em){.o-box-h--none\@md{margin-right:0;margin-left:0}.o-box-h--atomic\@md{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced\@md{margin-right:-2px;margin-left:-2px}.o-box-h--regular\@md{margin-right:-4px;margin-left:-4px}.o-box-h--increased\@md{margin-right:-6px;margin-left:-6px}.o-box-h--large\@md{margin-right:-8px;margin-left:-8px}.o-box-h--huge\@md{margin-right:-10px;margin-left:-10px}.o-box-h--giant\@md{margin-right:-12px;margin-left:-12px}.o-box-h--mega\@md{margin-right:-16px;margin-left:-16px}.o-box-h--super\@md{margin-right:-20px;margin-left:-20px}.o-box-h--giga\@md{margin-right:-32px;margin-left:-32px}}@media (min-width:85.375em){.o-box-h--none\@lg\+{margin-right:0;margin-left:0}.o-box-h--atomic\@lg\+{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced\@lg\+{margin-right:-2px;margin-left:-2px}.o-box-h--regular\@lg\+{margin-right:-4px;margin-left:-4px}.o-box-h--increased\@lg\+{margin-right:-6px;margin-left:-6px}.o-box-h--large\@lg\+{margin-right:-8px;margin-left:-8px}.o-box-h--huge\@lg\+{margin-right:-10px;margin-left:-10px}.o-box-h--giant\@lg\+{margin-right:-12px;margin-left:-12px}.o-box-h--mega\@lg\+{margin-right:-16px;margin-left:-16px}.o-box-h--super\@lg\+{margin-right:-20px;margin-left:-20px}.o-box-h--giga\@lg\+{margin-right:-32px;margin-left:-32px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-box-h--none\@lg{margin-right:0;margin-left:0}.o-box-h--atomic\@lg{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced\@lg{margin-right:-2px;margin-left:-2px}.o-box-h--regular\@lg{margin-right:-4px;margin-left:-4px}.o-box-h--increased\@lg{margin-right:-6px;margin-left:-6px}.o-box-h--large\@lg{margin-right:-8px;margin-left:-8px}.o-box-h--huge\@lg{margin-right:-10px;margin-left:-10px}.o-box-h--giant\@lg{margin-right:-12px;margin-left:-12px}.o-box-h--mega\@lg{margin-right:-16px;margin-left:-16px}.o-box-h--super\@lg{margin-right:-20px;margin-left:-20px}.o-box-h--giga\@lg{margin-right:-32px;margin-left:-32px}}@media (min-width:90em){.o-box-h--none\@xl\+{margin-right:0;margin-left:0}.o-box-h--atomic\@xl\+{margin-right:-.5px;margin-left:-.5px}.o-box-h--reduced\@xl\+{margin-right:-2px;margin-left:-2px}.o-box-h--regular\@xl\+{margin-right:-4px;margin-left:-4px}.o-box-h--increased\@xl\+{margin-right:-6px;margin-left:-6px}.o-box-h--large\@xl\+{margin-right:-8px;margin-left:-8px}.o-box-h--huge\@xl\+{margin-right:-10px;margin-left:-10px}.o-box-h--giant\@xl\+{margin-right:-12px;margin-left:-12px}.o-box-h--mega\@xl\+{margin-right:-16px;margin-left:-16px}.o-box-h--super\@xl\+{margin-right:-20px;margin-left:-20px}.o-box-h--giga\@xl\+{margin-right:-32px;margin-left:-32px}}.o-box-h__item{padding-right:4px;padding-left:4px}.o-box-h__item--none{padding-right:0;padding-left:0}.o-box-h__item--atomic{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced{padding-right:2px;padding-left:2px}.o-box-h__item--regular{padding-right:4px;padding-left:4px}.o-box-h__item--increased{padding-right:6px;padding-left:6px}.o-box-h__item--large{padding-right:8px;padding-left:8px}.o-box-h__item--huge{padding-right:10px;padding-left:10px}.o-box-h__item--giant{padding-right:12px;padding-left:12px}.o-box-h__item--mega{padding-right:16px;padding-left:16px}.o-box-h__item--super{padding-right:20px;padding-left:20px}.o-box-h__item--giga{padding-right:32px;padding-left:32px}@media (min-width:20em) and (max-width:47.9375em){.o-box-h__item--none\@xs{padding-right:0;padding-left:0}.o-box-h__item--atomic\@xs{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced\@xs{padding-right:2px;padding-left:2px}.o-box-h__item--regular\@xs{padding-right:4px;padding-left:4px}.o-box-h__item--increased\@xs{padding-right:6px;padding-left:6px}.o-box-h__item--large\@xs{padding-right:8px;padding-left:8px}.o-box-h__item--huge\@xs{padding-right:10px;padding-left:10px}.o-box-h__item--giant\@xs{padding-right:12px;padding-left:12px}.o-box-h__item--mega\@xs{padding-right:16px;padding-left:16px}.o-box-h__item--super\@xs{padding-right:20px;padding-left:20px}.o-box-h__item--giga\@xs{padding-right:32px;padding-left:32px}}@media (min-width:48em){.o-box-h__item--none\@sm\+{padding-right:0;padding-left:0}.o-box-h__item--atomic\@sm\+{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced\@sm\+{padding-right:2px;padding-left:2px}.o-box-h__item--regular\@sm\+{padding-right:4px;padding-left:4px}.o-box-h__item--increased\@sm\+{padding-right:6px;padding-left:6px}.o-box-h__item--large\@sm\+{padding-right:8px;padding-left:8px}.o-box-h__item--huge\@sm\+{padding-right:10px;padding-left:10px}.o-box-h__item--giant\@sm\+{padding-right:12px;padding-left:12px}.o-box-h__item--mega\@sm\+{padding-right:16px;padding-left:16px}.o-box-h__item--super\@sm\+{padding-right:20px;padding-left:20px}.o-box-h__item--giga\@sm\+{padding-right:32px;padding-left:32px}}@media (min-width:48em) and (max-width:63.9375em){.o-box-h__item--none\@sm{padding-right:0;padding-left:0}.o-box-h__item--atomic\@sm{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced\@sm{padding-right:2px;padding-left:2px}.o-box-h__item--regular\@sm{padding-right:4px;padding-left:4px}.o-box-h__item--increased\@sm{padding-right:6px;padding-left:6px}.o-box-h__item--large\@sm{padding-right:8px;padding-left:8px}.o-box-h__item--huge\@sm{padding-right:10px;padding-left:10px}.o-box-h__item--giant\@sm{padding-right:12px;padding-left:12px}.o-box-h__item--mega\@sm{padding-right:16px;padding-left:16px}.o-box-h__item--super\@sm{padding-right:20px;padding-left:20px}.o-box-h__item--giga\@sm{padding-right:32px;padding-left:32px}}@media (min-width:64em){.o-box-h__item--none\@md\+{padding-right:0;padding-left:0}.o-box-h__item--atomic\@md\+{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced\@md\+{padding-right:2px;padding-left:2px}.o-box-h__item--regular\@md\+{padding-right:4px;padding-left:4px}.o-box-h__item--increased\@md\+{padding-right:6px;padding-left:6px}.o-box-h__item--large\@md\+{padding-right:8px;padding-left:8px}.o-box-h__item--huge\@md\+{padding-right:10px;padding-left:10px}.o-box-h__item--giant\@md\+{padding-right:12px;padding-left:12px}.o-box-h__item--mega\@md\+{padding-right:16px;padding-left:16px}.o-box-h__item--super\@md\+{padding-right:20px;padding-left:20px}.o-box-h__item--giga\@md\+{padding-right:32px;padding-left:32px}}@media (min-width:64em) and (max-width:85.3125em){.o-box-h__item--none\@md{padding-right:0;padding-left:0}.o-box-h__item--atomic\@md{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced\@md{padding-right:2px;padding-left:2px}.o-box-h__item--regular\@md{padding-right:4px;padding-left:4px}.o-box-h__item--increased\@md{padding-right:6px;padding-left:6px}.o-box-h__item--large\@md{padding-right:8px;padding-left:8px}.o-box-h__item--huge\@md{padding-right:10px;padding-left:10px}.o-box-h__item--giant\@md{padding-right:12px;padding-left:12px}.o-box-h__item--mega\@md{padding-right:16px;padding-left:16px}.o-box-h__item--super\@md{padding-right:20px;padding-left:20px}.o-box-h__item--giga\@md{padding-right:32px;padding-left:32px}}@media (min-width:85.375em){.o-box-h__item--none\@lg\+{padding-right:0;padding-left:0}.o-box-h__item--atomic\@lg\+{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced\@lg\+{padding-right:2px;padding-left:2px}.o-box-h__item--regular\@lg\+{padding-right:4px;padding-left:4px}.o-box-h__item--increased\@lg\+{padding-right:6px;padding-left:6px}.o-box-h__item--large\@lg\+{padding-right:8px;padding-left:8px}.o-box-h__item--huge\@lg\+{padding-right:10px;padding-left:10px}.o-box-h__item--giant\@lg\+{padding-right:12px;padding-left:12px}.o-box-h__item--mega\@lg\+{padding-right:16px;padding-left:16px}.o-box-h__item--super\@lg\+{padding-right:20px;padding-left:20px}.o-box-h__item--giga\@lg\+{padding-right:32px;padding-left:32px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-box-h__item--none\@lg{padding-right:0;padding-left:0}.o-box-h__item--atomic\@lg{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced\@lg{padding-right:2px;padding-left:2px}.o-box-h__item--regular\@lg{padding-right:4px;padding-left:4px}.o-box-h__item--increased\@lg{padding-right:6px;padding-left:6px}.o-box-h__item--large\@lg{padding-right:8px;padding-left:8px}.o-box-h__item--huge\@lg{padding-right:10px;padding-left:10px}.o-box-h__item--giant\@lg{padding-right:12px;padding-left:12px}.o-box-h__item--mega\@lg{padding-right:16px;padding-left:16px}.o-box-h__item--super\@lg{padding-right:20px;padding-left:20px}.o-box-h__item--giga\@lg{padding-right:32px;padding-left:32px}}@media (min-width:90em){.o-box-h__item--none\@xl\+{padding-right:0;padding-left:0}.o-box-h__item--atomic\@xl\+{padding-right:.5px;padding-left:.5px}.o-box-h__item--reduced\@xl\+{padding-right:2px;padding-left:2px}.o-box-h__item--regular\@xl\+{padding-right:4px;padding-left:4px}.o-box-h__item--increased\@xl\+{padding-right:6px;padding-left:6px}.o-box-h__item--large\@xl\+{padding-right:8px;padding-left:8px}.o-box-h__item--huge\@xl\+{padding-right:10px;padding-left:10px}.o-box-h__item--giant\@xl\+{padding-right:12px;padding-left:12px}.o-box-h__item--mega\@xl\+{padding-right:16px;padding-left:16px}.o-box-h__item--super\@xl\+{padding-right:20px;padding-left:20px}.o-box-h__item--giga\@xl\+{padding-right:32px;padding-left:32px}}.o-container{max-width:1420px;margin-right:auto;margin-left:auto;padding-right:8px;padding-left:8px}@media (min-width:85.375em){.o-container\@lg\+{max-width:1420px;margin-right:auto;margin-left:auto;padding-right:8px;padding-left:8px}}@media (max-width:63.99em){.o-container__bleed-out\@md-{margin-right:-8px;margin-left:-8px}}.o-css-grid{list-style:none}@supports (display:grid){.o-css-grid{display:grid}}@supports (grid-gap:8px){.o-css-grid--gutter-giant{grid-gap:24px}}@supports (grid-gap:8px){.o-css-grid--col-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@supports (grid-gap:8px){.o-css-grid--col-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.o-dashboard-spacing__item{padding:10px}@media (min-width:48em){.o-dashboard-spacing__item{padding:20px}}.o-dashboard-spacing--grid{margin-right:-10px;margin-left:-10px}@media (min-width:48em){.o-dashboard-spacing--grid{margin-right:-20px;margin-left:-20px}}.o-dashboard-spacing--grid .o-dashboard-spacing__item{padding:0 10px}@media (min-width:48em){.o-dashboard-spacing--grid .o-dashboard-spacing__item{padding:0 20px}}.o-ellipsis{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:64em){.o-ellipsis\@md\+{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.o-form-item{display:flex;align-items:center}.o-form-item__label{flex-shrink:0;font-size:12px}.o-form-item--checkbox .o-form-item__input{flex-shrink:0;margin-right:5px}.o-form-item--padding-right{padding-right:5px}.o-form-item--center-items{align-items:center}.o-form-item--justify-cont{display:flex;justify-content:center}.o-grid{display:flex;flex-wrap:wrap;min-width:100%}@media (max-width:63.99em){.o-grid--scroll\@sm{min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}}.o-grid--inline{flex-wrap:nowrap}@media (max-width:63.99em){.o-grid--inline\@sm{flex-wrap:nowrap}}.o-grid--center{align-items:center}.o-grid--right{justify-content:flex-end}@media (min-width:48em){.o-grid--right\@sm\+{justify-content:flex-end}}@media (min-width:64em){.o-grid--right\@md\+{justify-content:flex-end}}@media (min-width:85.375em){.o-grid--right\@lg\+{justify-content:flex-end}}.o-grid__item{flex:none;width:100%;min-width:0}.o-grid__item--auto{width:auto}.o-grid__item--1\/10{width:10%}.o-grid__item--1\/8{width:12.5%}.o-grid__item--1\/6{width:16.66%}.o-grid__item--1\/5{width:20%}.o-grid__item--1\/4{width:25%}.o-grid__item--3\/10{width:30%}.o-grid__item--1\/3,.o-grid__item--2\/6{width:33.33%}.o-grid__item--2\/5{width:40%}.o-grid__item--1\/2{width:50%}.o-grid__item--3\/5{width:60%}.o-grid__item--2\/3{width:66.66%}.o-grid__item--7\/10{width:70%}.o-grid__item--3\/4{width:75%}.o-grid__item--4\/5{width:80%}.o-grid__item--5\/6{width:83.34%}.o-grid__item--9\/10{width:90%}.o-grid__item--1\/1{width:100%}@media (min-width:20em) and (max-width:47.9375em){.o-grid__item--auto\@xs{width:auto}.o-grid__item--1\/10\@xs{width:10%}.o-grid__item--1\/8\@xs{width:12.5%}.o-grid__item--1\/6\@xs{width:16.66%}.o-grid__item--1\/5\@xs{width:20%}.o-grid__item--1\/4\@xs{width:25%}.o-grid__item--3\/10\@xs{width:30%}.o-grid__item--1\/3\@xs,.o-grid__item--2\/6\@xs{width:33.33%}.o-grid__item--2\/5\@xs{width:40%}.o-grid__item--1\/2\@xs{width:50%}.o-grid__item--3\/5\@xs{width:60%}.o-grid__item--2\/3\@xs{width:66.66%}.o-grid__item--7\/10\@xs{width:70%}.o-grid__item--3\/4\@xs{width:75%}.o-grid__item--4\/5\@xs{width:80%}.o-grid__item--5\/6\@xs{width:83.34%}.o-grid__item--9\/10\@xs{width:90%}.o-grid__item--1\/1\@xs{width:100%}}@media (min-width:48em){.o-grid__item--auto\@sm\+{width:auto}.o-grid__item--1\/10\@sm\+{width:10%}.o-grid__item--1\/8\@sm\+{width:12.5%}.o-grid__item--1\/6\@sm\+{width:16.66%}.o-grid__item--1\/5\@sm\+{width:20%}.o-grid__item--1\/4\@sm\+{width:25%}.o-grid__item--3\/10\@sm\+{width:30%}.o-grid__item--1\/3\@sm\+,.o-grid__item--2\/6\@sm\+{width:33.33%}.o-grid__item--2\/5\@sm\+{width:40%}.o-grid__item--1\/2\@sm\+{width:50%}.o-grid__item--3\/5\@sm\+{width:60%}.o-grid__item--2\/3\@sm\+{width:66.66%}.o-grid__item--7\/10\@sm\+{width:70%}.o-grid__item--3\/4\@sm\+{width:75%}.o-grid__item--4\/5\@sm\+{width:80%}.o-grid__item--5\/6\@sm\+{width:83.34%}.o-grid__item--9\/10\@sm\+{width:90%}.o-grid__item--1\/1\@sm\+{width:100%}}@media (min-width:48em) and (max-width:63.9375em){.o-grid__item--auto\@sm{width:auto}.o-grid__item--1\/10\@sm{width:10%}.o-grid__item--1\/8\@sm{width:12.5%}.o-grid__item--1\/6\@sm{width:16.66%}.o-grid__item--1\/5\@sm{width:20%}.o-grid__item--1\/4\@sm{width:25%}.o-grid__item--3\/10\@sm{width:30%}.o-grid__item--1\/3\@sm,.o-grid__item--2\/6\@sm{width:33.33%}.o-grid__item--2\/5\@sm{width:40%}.o-grid__item--1\/2\@sm{width:50%}.o-grid__item--3\/5\@sm{width:60%}.o-grid__item--2\/3\@sm{width:66.66%}.o-grid__item--7\/10\@sm{width:70%}.o-grid__item--3\/4\@sm{width:75%}.o-grid__item--4\/5\@sm{width:80%}.o-grid__item--5\/6\@sm{width:83.34%}.o-grid__item--9\/10\@sm{width:90%}.o-grid__item--1\/1\@sm{width:100%}}@media (min-width:64em){.o-grid__item--auto\@md\+{width:auto}.o-grid__item--1\/10\@md\+{width:10%}.o-grid__item--1\/8\@md\+{width:12.5%}.o-grid__item--1\/6\@md\+{width:16.66%}.o-grid__item--1\/5\@md\+{width:20%}.o-grid__item--1\/4\@md\+{width:25%}.o-grid__item--3\/10\@md\+{width:30%}.o-grid__item--1\/3\@md\+,.o-grid__item--2\/6\@md\+{width:33.33%}.o-grid__item--2\/5\@md\+{width:40%}.o-grid__item--1\/2\@md\+{width:50%}.o-grid__item--3\/5\@md\+{width:60%}.o-grid__item--2\/3\@md\+{width:66.66%}.o-grid__item--7\/10\@md\+{width:70%}.o-grid__item--3\/4\@md\+{width:75%}.o-grid__item--4\/5\@md\+{width:80%}.o-grid__item--5\/6\@md\+{width:83.34%}.o-grid__item--9\/10\@md\+{width:90%}.o-grid__item--1\/1\@md\+{width:100%}}@media (min-width:64em) and (max-width:85.3125em){.o-grid__item--auto\@md{width:auto}.o-grid__item--1\/10\@md{width:10%}.o-grid__item--1\/8\@md{width:12.5%}.o-grid__item--1\/6\@md{width:16.66%}.o-grid__item--1\/5\@md{width:20%}.o-grid__item--1\/4\@md{width:25%}.o-grid__item--3\/10\@md{width:30%}.o-grid__item--1\/3\@md,.o-grid__item--2\/6\@md{width:33.33%}.o-grid__item--2\/5\@md{width:40%}.o-grid__item--1\/2\@md{width:50%}.o-grid__item--3\/5\@md{width:60%}.o-grid__item--2\/3\@md{width:66.66%}.o-grid__item--7\/10\@md{width:70%}.o-grid__item--3\/4\@md{width:75%}.o-grid__item--4\/5\@md{width:80%}.o-grid__item--5\/6\@md{width:83.34%}.o-grid__item--9\/10\@md{width:90%}.o-grid__item--1\/1\@md{width:100%}}@media (min-width:85.375em){.o-grid__item--auto\@lg\+{width:auto}.o-grid__item--1\/10\@lg\+{width:10%}.o-grid__item--1\/8\@lg\+{width:12.5%}.o-grid__item--1\/6\@lg\+{width:16.66%}.o-grid__item--1\/5\@lg\+{width:20%}.o-grid__item--1\/4\@lg\+{width:25%}.o-grid__item--3\/10\@lg\+{width:30%}.o-grid__item--1\/3\@lg\+,.o-grid__item--2\/6\@lg\+{width:33.33%}.o-grid__item--2\/5\@lg\+{width:40%}.o-grid__item--1\/2\@lg\+{width:50%}.o-grid__item--3\/5\@lg\+{width:60%}.o-grid__item--2\/3\@lg\+{width:66.66%}.o-grid__item--7\/10\@lg\+{width:70%}.o-grid__item--3\/4\@lg\+{width:75%}.o-grid__item--4\/5\@lg\+{width:80%}.o-grid__item--5\/6\@lg\+{width:83.34%}.o-grid__item--9\/10\@lg\+{width:90%}.o-grid__item--1\/1\@lg\+{width:100%}}@media (min-width:85.375em) and (max-width:89.9375em){.o-grid__item--auto\@lg{width:auto}.o-grid__item--1\/10\@lg{width:10%}.o-grid__item--1\/8\@lg{width:12.5%}.o-grid__item--1\/6\@lg{width:16.66%}.o-grid__item--1\/5\@lg{width:20%}.o-grid__item--1\/4\@lg{width:25%}.o-grid__item--3\/10\@lg{width:30%}.o-grid__item--1\/3\@lg,.o-grid__item--2\/6\@lg{width:33.33%}.o-grid__item--2\/5\@lg{width:40%}.o-grid__item--1\/2\@lg{width:50%}.o-grid__item--3\/5\@lg{width:60%}.o-grid__item--2\/3\@lg{width:66.66%}.o-grid__item--7\/10\@lg{width:70%}.o-grid__item--3\/4\@lg{width:75%}.o-grid__item--4\/5\@lg{width:80%}.o-grid__item--5\/6\@lg{width:83.34%}.o-grid__item--9\/10\@lg{width:90%}.o-grid__item--1\/1\@lg{width:100%}}@media (min-width:90em){.o-grid__item--auto\@xl\+{width:auto}.o-grid__item--1\/10\@xl\+{width:10%}.o-grid__item--1\/8\@xl\+{width:12.5%}.o-grid__item--1\/6\@xl\+{width:16.66%}.o-grid__item--1\/5\@xl\+{width:20%}.o-grid__item--1\/4\@xl\+{width:25%}.o-grid__item--3\/10\@xl\+{width:30%}.o-grid__item--1\/3\@xl\+,.o-grid__item--2\/6\@xl\+{width:33.33%}.o-grid__item--2\/5\@xl\+{width:40%}.o-grid__item--1\/2\@xl\+{width:50%}.o-grid__item--3\/5\@xl\+{width:60%}.o-grid__item--2\/3\@xl\+{width:66.66%}.o-grid__item--7\/10\@xl\+{width:70%}.o-grid__item--3\/4\@xl\+{width:75%}.o-grid__item--4\/5\@xl\+{width:80%}.o-grid__item--5\/6\@xl\+{width:83.34%}.o-grid__item--9\/10\@xl\+{width:90%}.o-grid__item--1\/1\@xl\+{width:100%}}.o-grid__item--grow{flex:1 0 0px}@media (min-width:20em) and (max-width:47.9375em){.o-grid__item--grow\@xs{flex:1 0 0px}}@media (min-width:48em){.o-grid__item--grow\@sm\+{flex:1 0 0px}}@media (min-width:48em) and (max-width:63.9375em){.o-grid__item--grow\@sm{flex:1 0 0px}}@media (min-width:64em){.o-grid__item--grow\@md\+{flex:1 0 0px}}@media (min-width:64em) and (max-width:85.3125em){.o-grid__item--grow\@md{flex:1 0 0px}}@media (min-width:85.375em){.o-grid__item--grow\@lg\+{flex:1 0 0px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-grid__item--grow\@lg{flex:1 0 0px}}@media (min-width:90em){.o-grid__item--grow\@xl\+{flex:1 0 0px}}.o-highlight{background-color:#353535;border-radius:4px}.o-inset{background-color:#180c4c;border-radius:6px;box-shadow:.7px .7px 2.9px .1px #4f47a9,inset 1px 1.7px 7px 0 #090a36;position:relative;color:#5be6fe}.o-inset--circle{border-radius:50%}.o-inset--24{border-radius:24px}.o-layout-dark{background-color:#383838}.o-nav{display:flex;height:100%;align-items:center}.o-nav--scrollable{max-width:100vw;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;white-space:nowrap}.o-nav--scrollable::-webkit-scrollbar{display:none}.has-no-touchevents .o-nav--scrollable{overflow-x:hidden}.o-nav--vertical{flex-direction:column}.o-nav__list{flex:none;display:flex;align-items:stretch;list-style:none;width:100%}.o-nav__list--to-end{justify-content:flex-end}.o-nav__item{display:block;flex:none}.o-nav__link{display:flex;align-items:center;justify-content:center;height:100%;min-height:48px}.o-overlay{display:none}.o-overlay.is-active{background-color:#21166c;display:block;position:fixed;top:80px;right:0;bottom:50px;left:0;z-index:30}@media (min-width:64em){.o-overlay.is-active{top:80px}}@media (min-width:85.375em){.o-overlay.is-active{position:absolute;left:auto;bottom:auto}}.o-paging{position:absolute;top:50%;transform:translateY(-50%);z-index:5;font-size:0;cursor:pointer}.o-paging__prev{left:-24px}.o-paging__next{right:-24px}.o-ratio,[data-bind="visible: isFreeSpinsPackageAvailable"],[data-bind="visible: isFreeSpinsResultAvailable"]{position:relative;width:100%}.o-ratio:before,[data-bind="visible: isFreeSpinsPackageAvailable"]:before,[data-bind="visible: isFreeSpinsResultAvailable"]:before{content:"";display:block}.o-ratio--2\:1:before{padding-top:50%}.o-ratio--742\:400:before{padding-top:53.91%}.o-ratio--749\:463:before{padding-top:61.82%}.o-ratio--650\:358:before{padding-top:55.08%}.o-ratio--536\:400:before,[data-bind="visible: isFreeSpinsPackageAvailable"]:before,[data-bind="visible: isFreeSpinsResultAvailable"]:before{padding-top:53.91%}.o-ratio--7\:4:before{padding-top:57.14%}.o-ratio--4\:3:before{padding-top:75%}.o-ratio--62\:49:before{padding-top:79.03%}.o-ratio--173\:300:before{padding-top:86.5%}.o-ratio--1\:1:before{padding-top:100%}.o-ratio--28\:31:before{padding-top:110.71%}@media (min-width:48em){.o-ratio--153\:49\@sm\+:before{padding-top:32.02%}}.o-ratio--230\:251:before{padding-top:109%}@media (min-width:64em){.o-ratio--4\:3-custom\@md\+:before,.o-ratio--4\:3-custom\@sm\+:before{padding-top:75%}}@media (min-width:48em){.o-ratio--4\:3-custom\@sm\+:before{padding-top:calc(((100% - 15px) * 3 / 4) + 15px)}}.o-ratio--90\:71:before{padding-top:78.89%}@media (min-width:48em){.o-ratio--351\:112\@sm\+:before{padding-top:31.91%}}@media (min-width:48em){.o-ratio--2\:1-custom\@sm\+:before{padding-top:calc(50% + 37px)}}@media (min-width:85.375em){.o-ratio--16\:9\@lg\+:before{padding-top:56.25%}}@media (min-width:85.375em){.o-ratio--5\:3-custom\@lg\+:before{padding-top:calc((100% - 16px) * .5769 + 95px)}}@media (min-width:85.375em){.o-ratio--5\:3-custom-2\@lg\+:before{padding-top:calc(((100% - 15px) * .5625) + 95px)}}#freespinspackagequery,#freespinspackageresult,.o-ratio__content{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.o-ratio__content--bottom{top:auto;bottom:0}@media (min-width:48em){.o-ratio\@sm\+{position:relative}.o-ratio\@sm\+:before{content:"";display:block}}@media (min-width:85.375em){.o-ratio__content\@lg\+{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}@media (min-width:48em){.o-ratio__content\@sm\+{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}@media (max-width:85.365em){.o-ratio\@lg-{position:relative}.o-ratio\@lg-:before{content:"";display:block}.o-ratio__content\@lg-{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.o-ratio--1\:1\@lg-:before{padding-top:100%}}@media (min-width:48em) and (max-width:85.365em){.o-ratio--145\:758\@sm-md:before{padding-top:19.2612%}}.o-ratio--25\:8:before{padding-top:31.79%}.o-ratio--117\:58:before{padding-top:49.57%}.o-ratio--4\:1:before{padding-top:25%}.o-table{overflow:hidden;background-color:#201c3e;border:1px solid hsla(0,0%,100%,.1);border-radius:8px}.o-table--scrollable{min-width:600px}.o-table__wrapper--scrollable{overflow-x:auto}.o-table tr .o-table__cell{border-top:1px solid hsla(0,0%,100%,.1)}.o-table svg{margin:0;height:40px}.o-tabs{border-bottom:1px solid hsla(0,0%,100%,.1)}.o-tabs__icon{color:#5be6fe}.o-tabs--margin-bottom{margin-bottom:16px}.o-tabs__tab{font-weight:700;margin-right:16px;text-transform:uppercase;letter-spacing:.3px;color:#5be6fe;white-space:nowrap;cursor:pointer}.o-tabs__tab--no-margin{margin-right:0}.has-no-touchevents .o-tabs__tab:hover{position:relative;color:#fff}.has-no-touchevents .o-tabs__tab:hover:after{content:"";position:absolute;width:100%;bottom:-1px;height:2px;background-color:#fff;left:0}.has-no-touchevents .o-tabs__tab:hover .c-icon{color:#fff}.o-tabs__tab.active,.o-tabs__tab.is-active{position:relative;color:#fff}.o-tabs__tab.active:after,.o-tabs__tab.is-active:after{content:"";position:absolute;width:100%;bottom:-1px;height:2px;box-shadow:0 0 9.4px .6px #3bc1ff;background-color:#fff;left:0}.o-tabs__tab.is-disabled{color:#3d4075;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.o-tabs__tab.is-disabled:hover{color:#3d4075}.o-tabs__tab.is-disabled:after{content:"";background-color:transparent}.o-tabs__tab .c-icon{margin:0}.o-tabs__item{font-weight:700}@supports (display:grid){.o-titled-icon{display:grid;align-items:center;grid-template-columns:max-content 1fr max-content;grid-gap:8px}.o-titled-icon--vertical{grid-template-columns:1fr;grid-gap:0;text-align:center}@media (max-width:47.99em){.o-titled-icon--vertical\@xs{grid-template-columns:1fr;grid-gap:0;text-align:center}}@media (min-width:20em) and (max-width:63.99em){.o-titled-icon--vertical\@sm{grid-template-columns:1fr;grid-gap:0;text-align:center}}@media (max-width:85.365em){.o-titled-icon--vertical\@lg-{grid-template-columns:1fr;grid-gap:0;text-align:center}}@media (min-width:64em){.o-titled-icon--vertical-off\@md\+{grid-template-columns:max-content 1fr}}.o-titled-icon--centered{width:-moz-max-content;width:max-content;grid-template-columns:max-content max-content;margin:0 auto}.o-titled-icon__icon{display:block;position:relative}.o-titled-icon__icon--fixed-width{width:32px}.o-titled-icon__icon--bottom{align-self:end}}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes,.o-wrapper{padding:8px}.o-wrapper--none{padding:0}.o-wrapper--atomic{padding:1px}.o-wrapper--reduced{padding:4px}.o-wrapper--regular{padding:8px}.c-payment dl,.c-payment form fieldset,.c-payment section,.o-wrapper--increased{padding:12px}.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .suggestions-wrapper,.o-wrapper--large{padding:16px}.o-wrapper--huge{padding:20px}.c-novomind .context-list-wrapper,.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faqs-wrapper,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faqs-wrapper,.o-wrapper--giant{padding:24px}.o-wrapper--mega{padding:32px}.o-wrapper--super{padding:40px}.o-wrapper--giga{padding:64px}@media (min-width:20em) and (max-width:47.9375em){.o-wrapper--none\@xs{padding:0}.o-wrapper--atomic\@xs{padding:1px}.o-wrapper--reduced\@xs{padding:4px}.o-wrapper--regular\@xs{padding:8px}.o-wrapper--increased\@xs{padding:12px}.o-wrapper--large\@xs{padding:16px}.o-wrapper--huge\@xs{padding:20px}.o-wrapper--giant\@xs{padding:24px}.o-wrapper--mega\@xs{padding:32px}.o-wrapper--super\@xs{padding:40px}.o-wrapper--giga\@xs{padding:64px}}@media (min-width:48em){.o-wrapper--none\@sm\+{padding:0}.o-wrapper--atomic\@sm\+{padding:1px}.o-wrapper--reduced\@sm\+{padding:4px}.o-wrapper--regular\@sm\+{padding:8px}.o-wrapper--increased\@sm\+{padding:12px}.o-wrapper--large\@sm\+{padding:16px}.o-wrapper--huge\@sm\+{padding:20px}.o-wrapper--giant\@sm\+{padding:24px}.o-wrapper--mega\@sm\+{padding:32px}.o-wrapper--super\@sm\+{padding:40px}.o-wrapper--giga\@sm\+{padding:64px}}@media (min-width:48em) and (max-width:63.9375em){.o-wrapper--none\@sm{padding:0}.o-wrapper--atomic\@sm{padding:1px}.o-wrapper--reduced\@sm{padding:4px}.o-wrapper--regular\@sm{padding:8px}.o-wrapper--increased\@sm{padding:12px}.o-wrapper--large\@sm{padding:16px}.o-wrapper--huge\@sm{padding:20px}.o-wrapper--giant\@sm{padding:24px}.o-wrapper--mega\@sm{padding:32px}.o-wrapper--super\@sm{padding:40px}.o-wrapper--giga\@sm{padding:64px}}@media (min-width:64em){.o-wrapper--none\@md\+{padding:0}.o-wrapper--atomic\@md\+{padding:1px}.o-wrapper--reduced\@md\+{padding:4px}.o-wrapper--regular\@md\+{padding:8px}.o-wrapper--increased\@md\+{padding:12px}.o-wrapper--large\@md\+{padding:16px}.o-wrapper--huge\@md\+{padding:20px}.o-wrapper--giant\@md\+{padding:24px}.o-wrapper--mega\@md\+{padding:32px}.o-wrapper--super\@md\+{padding:40px}.o-wrapper--giga\@md\+{padding:64px}}@media (min-width:64em) and (max-width:85.3125em){.o-wrapper--none\@md{padding:0}.o-wrapper--atomic\@md{padding:1px}.o-wrapper--reduced\@md{padding:4px}.o-wrapper--regular\@md{padding:8px}.o-wrapper--increased\@md{padding:12px}.o-wrapper--large\@md{padding:16px}.o-wrapper--huge\@md{padding:20px}.o-wrapper--giant\@md{padding:24px}.o-wrapper--mega\@md{padding:32px}.o-wrapper--super\@md{padding:40px}.o-wrapper--giga\@md{padding:64px}}@media (min-width:85.375em){.o-wrapper--none\@lg\+{padding:0}.o-wrapper--atomic\@lg\+{padding:1px}.o-wrapper--reduced\@lg\+{padding:4px}.o-wrapper--regular\@lg\+{padding:8px}.o-wrapper--increased\@lg\+{padding:12px}.o-wrapper--large\@lg\+{padding:16px}.o-wrapper--huge\@lg\+{padding:20px}.o-wrapper--giant\@lg\+{padding:24px}.o-wrapper--mega\@lg\+{padding:32px}.o-wrapper--super\@lg\+{padding:40px}.o-wrapper--giga\@lg\+{padding:64px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-wrapper--none\@lg{padding:0}.o-wrapper--atomic\@lg{padding:1px}.o-wrapper--reduced\@lg{padding:4px}.o-wrapper--regular\@lg{padding:8px}.o-wrapper--increased\@lg{padding:12px}.o-wrapper--large\@lg{padding:16px}.o-wrapper--huge\@lg{padding:20px}.o-wrapper--giant\@lg{padding:24px}.o-wrapper--mega\@lg{padding:32px}.o-wrapper--super\@lg{padding:40px}.o-wrapper--giga\@lg{padding:64px}}@media (min-width:90em){.o-wrapper--none\@xl\+{padding:0}.o-wrapper--atomic\@xl\+{padding:1px}.o-wrapper--reduced\@xl\+{padding:4px}.o-wrapper--regular\@xl\+{padding:8px}.o-wrapper--increased\@xl\+{padding:12px}.o-wrapper--large\@xl\+{padding:16px}.o-wrapper--huge\@xl\+{padding:20px}.o-wrapper--giant\@xl\+{padding:24px}.o-wrapper--mega\@xl\+{padding:32px}.o-wrapper--super\@xl\+{padding:40px}.o-wrapper--giga\@xl\+{padding:64px}}.o-wrapper-v{padding-top:8px;padding-bottom:8px}.o-wrapper-v--none{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga{padding-top:64px;padding-bottom:64px}@media (min-width:20em) and (max-width:47.9375em){.o-wrapper-v--none\@xs{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic\@xs{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced\@xs{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular\@xs{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased\@xs{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large\@xs{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge\@xs{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant\@xs{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega\@xs{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super\@xs{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga\@xs{padding-top:64px;padding-bottom:64px}}@media (min-width:48em){.o-wrapper-v--none\@sm\+{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic\@sm\+{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced\@sm\+{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular\@sm\+{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased\@sm\+{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large\@sm\+{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge\@sm\+{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant\@sm\+{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega\@sm\+{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super\@sm\+{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga\@sm\+{padding-top:64px;padding-bottom:64px}}@media (min-width:48em) and (max-width:63.9375em){.o-wrapper-v--none\@sm{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic\@sm{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced\@sm{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular\@sm{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased\@sm{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large\@sm{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge\@sm{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant\@sm{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega\@sm{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super\@sm{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga\@sm{padding-top:64px;padding-bottom:64px}}@media (min-width:64em){.o-wrapper-v--none\@md\+{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic\@md\+{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced\@md\+{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular\@md\+{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased\@md\+{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large\@md\+{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge\@md\+{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant\@md\+{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega\@md\+{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super\@md\+{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga\@md\+{padding-top:64px;padding-bottom:64px}}@media (min-width:64em) and (max-width:85.3125em){.o-wrapper-v--none\@md{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic\@md{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced\@md{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular\@md{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased\@md{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large\@md{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge\@md{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant\@md{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega\@md{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super\@md{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga\@md{padding-top:64px;padding-bottom:64px}}@media (min-width:85.375em){.o-wrapper-v--none\@lg\+{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic\@lg\+{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced\@lg\+{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular\@lg\+{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased\@lg\+{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large\@lg\+{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge\@lg\+{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant\@lg\+{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega\@lg\+{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super\@lg\+{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga\@lg\+{padding-top:64px;padding-bottom:64px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-wrapper-v--none\@lg{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic\@lg{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced\@lg{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular\@lg{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased\@lg{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large\@lg{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge\@lg{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant\@lg{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega\@lg{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super\@lg{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga\@lg{padding-top:64px;padding-bottom:64px}}@media (min-width:90em){.o-wrapper-v--none\@xl\+{padding-top:0;padding-bottom:0}.o-wrapper-v--atomic\@xl\+{padding-top:1px;padding-bottom:1px}.o-wrapper-v--reduced\@xl\+{padding-top:4px;padding-bottom:4px}.o-wrapper-v--regular\@xl\+{padding-top:8px;padding-bottom:8px}.o-wrapper-v--increased\@xl\+{padding-top:12px;padding-bottom:12px}.o-wrapper-v--large\@xl\+{padding-top:16px;padding-bottom:16px}.o-wrapper-v--huge\@xl\+{padding-top:20px;padding-bottom:20px}.o-wrapper-v--giant\@xl\+{padding-top:24px;padding-bottom:24px}.o-wrapper-v--mega\@xl\+{padding-top:32px;padding-bottom:32px}.o-wrapper-v--super\@xl\+{padding-top:40px;padding-bottom:40px}.o-wrapper-v--giga\@xl\+{padding-top:64px;padding-bottom:64px}}.o-wrapper-h{padding-right:8px;padding-left:8px}.o-wrapper-h--none{padding-right:0;padding-left:0}.o-wrapper-h--atomic{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced{padding-right:4px;padding-left:4px}.o-wrapper-h--regular{padding-right:8px;padding-left:8px}.c-payment header h3,.o-wrapper-h--increased{padding-right:12px;padding-left:12px}.o-wrapper-h--large{padding-right:16px;padding-left:16px}.o-wrapper-h--huge{padding-right:20px;padding-left:20px}.o-wrapper-h--giant{padding-right:24px;padding-left:24px}.o-wrapper-h--mega{padding-right:32px;padding-left:32px}.o-wrapper-h--super{padding-right:40px;padding-left:40px}.o-wrapper-h--giga{padding-right:64px;padding-left:64px}@media (min-width:20em) and (max-width:47.9375em){.o-wrapper-h--none\@xs{padding-right:0;padding-left:0}.o-wrapper-h--atomic\@xs{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced\@xs{padding-right:4px;padding-left:4px}.o-wrapper-h--regular\@xs{padding-right:8px;padding-left:8px}.o-wrapper-h--increased\@xs{padding-right:12px;padding-left:12px}.o-wrapper-h--large\@xs{padding-right:16px;padding-left:16px}.o-wrapper-h--huge\@xs{padding-right:20px;padding-left:20px}.o-wrapper-h--giant\@xs{padding-right:24px;padding-left:24px}.o-wrapper-h--mega\@xs{padding-right:32px;padding-left:32px}.o-wrapper-h--super\@xs{padding-right:40px;padding-left:40px}.o-wrapper-h--giga\@xs{padding-right:64px;padding-left:64px}}@media (min-width:48em){.o-wrapper-h--none\@sm\+{padding-right:0;padding-left:0}.o-wrapper-h--atomic\@sm\+{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced\@sm\+{padding-right:4px;padding-left:4px}.o-wrapper-h--regular\@sm\+{padding-right:8px;padding-left:8px}.o-wrapper-h--increased\@sm\+{padding-right:12px;padding-left:12px}.o-wrapper-h--large\@sm\+{padding-right:16px;padding-left:16px}.o-wrapper-h--huge\@sm\+{padding-right:20px;padding-left:20px}.o-wrapper-h--giant\@sm\+{padding-right:24px;padding-left:24px}.o-wrapper-h--mega\@sm\+{padding-right:32px;padding-left:32px}.o-wrapper-h--super\@sm\+{padding-right:40px;padding-left:40px}.o-wrapper-h--giga\@sm\+{padding-right:64px;padding-left:64px}}@media (min-width:48em) and (max-width:63.9375em){.o-wrapper-h--none\@sm{padding-right:0;padding-left:0}.o-wrapper-h--atomic\@sm{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced\@sm{padding-right:4px;padding-left:4px}.o-wrapper-h--regular\@sm{padding-right:8px;padding-left:8px}.o-wrapper-h--increased\@sm{padding-right:12px;padding-left:12px}.o-wrapper-h--large\@sm{padding-right:16px;padding-left:16px}.o-wrapper-h--huge\@sm{padding-right:20px;padding-left:20px}.o-wrapper-h--giant\@sm{padding-right:24px;padding-left:24px}.o-wrapper-h--mega\@sm{padding-right:32px;padding-left:32px}.o-wrapper-h--super\@sm{padding-right:40px;padding-left:40px}.o-wrapper-h--giga\@sm{padding-right:64px;padding-left:64px}}@media (min-width:64em){.o-wrapper-h--none\@md\+{padding-right:0;padding-left:0}.o-wrapper-h--atomic\@md\+{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced\@md\+{padding-right:4px;padding-left:4px}.o-wrapper-h--regular\@md\+{padding-right:8px;padding-left:8px}.o-wrapper-h--increased\@md\+{padding-right:12px;padding-left:12px}.o-wrapper-h--large\@md\+{padding-right:16px;padding-left:16px}.o-wrapper-h--huge\@md\+{padding-right:20px;padding-left:20px}.o-wrapper-h--giant\@md\+{padding-right:24px;padding-left:24px}.o-wrapper-h--mega\@md\+{padding-right:32px;padding-left:32px}.o-wrapper-h--super\@md\+{padding-right:40px;padding-left:40px}.o-wrapper-h--giga\@md\+{padding-right:64px;padding-left:64px}}@media (min-width:64em) and (max-width:85.3125em){.o-wrapper-h--none\@md{padding-right:0;padding-left:0}.o-wrapper-h--atomic\@md{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced\@md{padding-right:4px;padding-left:4px}.o-wrapper-h--regular\@md{padding-right:8px;padding-left:8px}.o-wrapper-h--increased\@md{padding-right:12px;padding-left:12px}.o-wrapper-h--large\@md{padding-right:16px;padding-left:16px}.o-wrapper-h--huge\@md{padding-right:20px;padding-left:20px}.o-wrapper-h--giant\@md{padding-right:24px;padding-left:24px}.o-wrapper-h--mega\@md{padding-right:32px;padding-left:32px}.o-wrapper-h--super\@md{padding-right:40px;padding-left:40px}.o-wrapper-h--giga\@md{padding-right:64px;padding-left:64px}}@media (min-width:85.375em){.o-wrapper-h--none\@lg\+{padding-right:0;padding-left:0}.o-wrapper-h--atomic\@lg\+{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced\@lg\+{padding-right:4px;padding-left:4px}.o-wrapper-h--regular\@lg\+{padding-right:8px;padding-left:8px}.o-wrapper-h--increased\@lg\+{padding-right:12px;padding-left:12px}.o-wrapper-h--large\@lg\+{padding-right:16px;padding-left:16px}.o-wrapper-h--huge\@lg\+{padding-right:20px;padding-left:20px}.o-wrapper-h--giant\@lg\+{padding-right:24px;padding-left:24px}.o-wrapper-h--mega\@lg\+{padding-right:32px;padding-left:32px}.o-wrapper-h--super\@lg\+{padding-right:40px;padding-left:40px}.o-wrapper-h--giga\@lg\+{padding-right:64px;padding-left:64px}}@media (min-width:85.375em) and (max-width:89.9375em){.o-wrapper-h--none\@lg{padding-right:0;padding-left:0}.o-wrapper-h--atomic\@lg{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced\@lg{padding-right:4px;padding-left:4px}.o-wrapper-h--regular\@lg{padding-right:8px;padding-left:8px}.o-wrapper-h--increased\@lg{padding-right:12px;padding-left:12px}.o-wrapper-h--large\@lg{padding-right:16px;padding-left:16px}.o-wrapper-h--huge\@lg{padding-right:20px;padding-left:20px}.o-wrapper-h--giant\@lg{padding-right:24px;padding-left:24px}.o-wrapper-h--mega\@lg{padding-right:32px;padding-left:32px}.o-wrapper-h--super\@lg{padding-right:40px;padding-left:40px}.o-wrapper-h--giga\@lg{padding-right:64px;padding-left:64px}}@media (min-width:90em){.o-wrapper-h--none\@xl\+{padding-right:0;padding-left:0}.o-wrapper-h--atomic\@xl\+{padding-right:1px;padding-left:1px}.o-wrapper-h--reduced\@xl\+{padding-right:4px;padding-left:4px}.o-wrapper-h--regular\@xl\+{padding-right:8px;padding-left:8px}.o-wrapper-h--increased\@xl\+{padding-right:12px;padding-left:12px}.o-wrapper-h--large\@xl\+{padding-right:16px;padding-left:16px}.o-wrapper-h--huge\@xl\+{padding-right:20px;padding-left:20px}.o-wrapper-h--giant\@xl\+{padding-right:24px;padding-left:24px}.o-wrapper-h--mega\@xl\+{padding-right:32px;padding-left:32px}.o-wrapper-h--super\@xl\+{padding-right:40px;padding-left:40px}.o-wrapper-h--giga\@xl\+{padding-right:64px;padding-left:64px}}.c-badge{margin-right:10px;border:1px solid #ff746d;border-radius:6px;padding:3px 5px;font-size:12px;font-weight:700;text-transform:uppercase;color:#fff;text-shadow:#ff2a00 -1px 0 6px,#ff2a00 0 -1px 6px,#ff2a00 1px 0 6px,#ff2a00 0 1px 6px,#ff2a00 -1px -1px 6px,#ff2a00 1px 1px 6px;box-shadow:0 0 5px 1px #ff2a00}.c-bar-wager-warning{display:block}@media (min-width:48em){.c-bar-wager-warning{display:flex;justify-content:space-between}}.c-bar-wager-warning__text{font-size:18px;color:#fff;font-weight:600}.c-bar-wager-warning__text--gold{color:#ffe349}.c-bar-wager-warning__item-wrapper{display:inline-block;align-items:center}.c-bar-wager-warning__item-wrapper--cursor{cursor:pointer}.c-bar-wager-warning__bonus-box{background-color:#000;font-weight:600}.c-bar-wager-warning--block{display:block}.c-bar-status{position:relative;width:224px;height:48px;padding-left:56px;padding-top:4px;font-weight:700}.c-bar-status:after{content:"";position:absolute;left:40px;right:1px;bottom:1px;display:block;height:14px;border-radius:6px;background-color:#3534a2;box-shadow:0 -1px 2.9px .1px #6375ea}.c-bar-status__badge{width:58px;height:79px;position:absolute;left:-5px;top:-15px;z-index:2}.c-bar-status__bar{position:absolute;left:48px;bottom:3px;width:174px;height:10px;border-radius:0 5px 5px 0;background-image:linear-gradient(90deg,#4c76c5 1%,#75e4af 99%);box-shadow:inset 0 0 5px 0 hsla(0,0%,100%,.5);z-index:1;transform-origin:left}.c-bar-status__caption{position:absolute;left:0;width:48px;bottom:-1px;font-size:14px;line-height:14px;font-weight:700;text-align:center;color:#fff;z-index:10;text-shadow:none}.c-balance{height:48px;padding-left:8px;cursor:pointer}.c-balance__panel-highlight{text-shadow:rgba(59,193,255,.4) -.1px 0 10px,rgba(59,193,255,.4) 0 -.1px 10px,rgba(59,193,255,.4) .1px 0 10px,rgba(59,193,255,.4) 0 .1px 10px,rgba(59,193,255,.4) -.1px -.1px 10px,rgba(59,193,255,.4) .1px .1px 10px;font-size:20px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:.4px;color:#fff;white-space:nowrap}@media (min-width:48em){.c-balance__panel-highlight{margin-right:12px}}@media (min-width:48em){.c-balance__panel-highlight--timer{min-width:88px}}.c-balance__panel-label{position:absolute;left:18px;top:-18px;padding:0 8px;font-size:14px;line-height:16px;font-weight:700;white-space:nowrap;max-width:90%;color:#fff;align-items:center}.c-header .c-balance__panel-label-type{display:none}@media (min-width:48em){.c-header .c-balance__panel-label-type{display:inline}}.c-balance__timer{width:100px;height:36px;font-size:12px;line-height:36px;background-repeat:no-repeat;background-size:100% 100%;background-image:url(../../../Content/images/build/svg/icons/deal-balance.fc7635d.svg);font-weight:700;text-align:center}@media (min-width:48em){.c-balance__timer{font-size:14px;width:162px}}.c-balance__cta-shop{z-index:1}.c-bonus{width:100%}.c-bonus--expand-top{margin-top:10%}@media (min-width:64em){.c-bonus--expand-top{margin-top:64px}}.c-bonus--round{width:330px;height:248px;max-width:100%;background:url(../../../Content/images/build/assets/bonus/bonus-round.cc773a7.png) no-repeat;background-size:contain;display:flex;flex-direction:column;align-items:center;position:relative}@media (min-width:64em){.c-bonus--round{width:644px;height:500px}}.c-bonus--round-rec{padding-top:70px;margin-top:20px}@media (min-width:64em){.c-bonus--round-rec{margin-top:70px}}.c-bonus--coins,.c-bonus--trophy{max-width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.c-bonus--trophy{background:url(../../../Content/images/build/assets/leaderboard/modalbg.1733c4a.png) no-repeat;background-size:contain;width:330px;height:310px}@media (min-width:64em){.c-bonus--trophy{width:567px;height:544px}}.c-bonus--coins{background:url(../../../Content/images/build/assets/leaderboard/modalbg-coins.46e75a7.png) no-repeat;background-size:contain;width:330px;height:275px}@media (min-width:64em){.c-bonus--coins{width:644px;height:544px}}.c-bonus__close{top:10px;right:4px;width:48px;height:48px;position:absolute;background-image:url(../../../Content/images/build/assets/bonus/close.0d077d6.png);background-size:contain;background-repeat:no-repeat;z-index:1}@media (min-width:64em){.c-bonus__close{top:26px;right:24px;width:62px;height:62px}}.c-bonus__close--leaderboard{top:30px}@media (min-width:64em){.c-bonus__close--leaderboard{top:70px;right:-14px}}.c-bonus__title{text-align:center;font-weight:900;font-size:30px;max-width:100%}@media (min-width:64em){.c-bonus__title{font-size:52px}}@supports (background-clip:text) or (-webkit-background-clip:text){.c-bonus__title{background-image:linear-gradient(180deg,#fefe6c,#e28800),linear-gradient(#fef79b,#fef79b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-stroke:1px #fefe6c}}.c-bonus__title--level{margin-top:-30px}@media (min-width:64em){.c-bonus__title--level{margin-top:-46px;height:90px}}.c-bonus__title--recommendation{margin-top:34px}@media (min-width:64em){.c-bonus__title--recommendation{margin-top:76px}}.c-bonus__title--compensation{margin-top:34px}@media (min-width:64em){.c-bonus__title--compensation{margin-top:76px}}.c-bonus__title--doi{margin-top:32px}@media (min-width:64em){.c-bonus__title--doi{margin-top:76px}}.c-bonus__title--soi{font-size:18px}.c-bonus__title--leaderboard-unlock{margin-top:100px}@media (min-width:64em){.c-bonus__title--leaderboard-unlock{margin-top:170px}}.c-bonus__title--leaderboard-coins{margin-top:70px}@media (min-width:64em){.c-bonus__title--leaderboard-coins{margin-top:150px}}.c-bonus__counter{display:inline-block}.c-bonus__counter--flex{display:inline-flex;flex-wrap:nowrap}@supports (background-clip:text) or (-webkit-background-clip:text){.c-bonus__counter{background-image:linear-gradient(180deg,#fefe6c,#e28800),linear-gradient(#fef79b,#fef79b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-stroke:1px #fefe6c}}.c-bonus__headline{font-size:18px;font-weight:700;line-height:2.78;color:#fef79b;margin-top:12px}.c-bonus__logo{margin-top:34px;width:120px;height:42px}@media (min-width:64em){.c-bonus__logo{margin-top:64px;width:240px;height:84px}}.c-bonus__copy{height:42px;font-size:12px;line-height:12px;max-width:70%;font-weight:700;color:#fff;text-shadow:.7px .7px 5.5px #251c6d;display:flex;justify-content:center;align-items:center;text-align:center}@media (min-width:64em){.c-bonus__copy{height:88px;font-size:22px;line-height:28px}}.c-bonus__copy--leaderboard{height:35px}@media (min-width:64em){.c-bonus__copy--leaderboard{height:55px}}.c-bonus__double-bonus{margin-top:6px;max-width:260px;min-width:260px;background-image:linear-gradient(transparent,#cf021f,transparent);background-position:top;background-repeat:no-repeat;background-size:1px 100%}@media (min-width:64em){.c-bonus__double-bonus{max-width:440px;min-width:440px}}.c-bonus__amount{display:flex;flex-direction:column;justify-content:center;align-items:center;height:55px}@media (min-width:64em){.c-bonus__amount{height:110px}}.c-bonus__amount--padding-top{padding-top:0}@media (min-width:64em){.c-bonus__amount--padding-top{padding-top:25px}}.c-bonus__value{margin-top:8px;font-size:30px;line-height:34px;display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:900;color:#fefe6c}@media (min-width:64em){.c-bonus__value{font-size:70px;line-height:74px;margin-top:8px}}.c-bonus__value--content-right{justify-content:flex-end}.c-bonus__double-bonus .c-bonus__value{font-size:22px;line-height:22px}@media (min-width:64em){.c-bonus__double-bonus .c-bonus__value{font-size:42px;line-height:42px}}.c-bonus__value-label{font-size:11px;margin-bottom:-8px;overflow:hidden;text-overflow:ellipsis;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#fff;text-shadow:.7px .7px 5.5px #251c6d;-webkit-text-stroke:initial}@media (min-width:64em){.c-bonus__value-label{font-size:16px;margin-bottom:-16px}}.c-bonus .c-bonus__cta{margin-top:16px;font-size:12px}@media (min-width:64em){.c-bonus .c-bonus__cta{margin-top:32px;font-size:16px}}.c-bonus__ribbon{position:absolute;background:url(../../../Content/images/build/assets/bonus/ribbon.86d2a36.png) no-repeat;background-size:contain;top:-5px;width:144px;height:66px}@media (min-width:64em){.c-bonus__ribbon{top:-26px;width:280px;height:124px}}.c-bonus__ribbon-label{position:absolute;top:4px;padding-right:2px;left:50%;transform:translateX(-50%);font-weight:900;color:#fefe6c;text-transform:uppercase}@media (min-width:64em){.c-bonus__ribbon-label{top:8px;padding-right:4px}}.c-bonus__logo-label{position:absolute;top:14px;left:50%;transform:translateX(-50%);color:#fefe6c;text-transform:uppercase;font-size:14px}@media (min-width:64em){.c-bonus__logo-label{top:36px;font-size:18px}}.c-bonus__badge-star{width:136px;height:105px;margin-top:-70px;font-size:18px;background:url(../../../Content/images/build/assets/bonus/star-p.a390e0f.png) no-repeat 50%;background-size:cover;display:flex;justify-content:center;align-items:center;font-weight:900;color:#6a0519;padding:0}@media (min-width:64em){.c-bonus__badge-star{width:267px;height:205px;margin-top:-84px;font-size:35px}}.c-bonus__badge-coins{width:120px;height:68px;margin-top:-64px;background:url(../../../Content/images/build/assets/bonus/maxbet-p.7442537.png) no-repeat 50%;background-size:contain;display:flex;justify-content:center;align-items:center;font-weight:900;color:#6a0519;padding:0 5px 0 0}@media (min-width:64em){.c-bonus__badge-coins{width:220px;height:154px;margin-top:-78px}}.c-bonus__tag{position:absolute;top:-32px;width:76px;height:76px}@media (min-width:64em){.c-bonus__tag{top:-67px;width:148px;height:148px}}.c-bonus__tag--rec{background:url(../../../Content/images/build/assets/bonus/tw-head-p.4abed6c.png) no-repeat;background-size:contain}.c-bonus-conversion-play{height:100%;max-width:265px;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:20px}@media (min-width:48em){.c-bonus-conversion-play{max-width:300px;margin-bottom:auto}}.c-bonus-conversion-play__wrapper{position:relative;background:url(../../../Content/images/build/assets/dashboard/novoslots.5ffd93e.png) no-repeat;background-size:cover;width:100%;min-height:220px}@media (min-width:48em) and (max-width:63.99em){.c-bonus-conversion-play__wrapper{min-height:250px}}.c-bonus-conversion-play__content{position:absolute;bottom:-20px;display:block;width:100%}.c-bonus-conversion-info{position:relative}.c-bonus-conversion-info__header{margin-bottom:20px;font-size:18px}.c-bonus-conversion-info-list{font-size:16px}.c-bonus-conversion-info-list__item{display:flex;align-items:center;margin-bottom:15px}.c-bonus-conversion-info-list__numbering{border-radius:50%;width:35px;height:30px;padding:3px;border:2px solid #fff;color:#fff;text-align:center;margin-right:20px;flex:0 0 30px}.c-bonus-conversion-step{position:relative;display:inline-block;margin-left:1px;border:1px solid #747474;padding:5px 15px;background:transparent;text-align:center;color:#747474;font-size:14px;font-weight:600}.c-bonus-conversion-step__amount{z-index:0}.c-bonus-conversion-step__progress{z-index:-1;position:absolute;top:0;left:0;bottom:0;background:#747474}.c-bonus-conversion-step.is-completed{border-color:#747474;background:#747474;text-shadow:-.3px 1px 0 hsla(0,0%,45%,.65);color:#000}.c-bonus-conversion-step.is-active{border-color:#747474;text-shadow:0 0 4.9px #000;color:#fff}.has-active-bonus .c-bonus-conversion-step__progress{background:#ffe349}.has-active-bonus .c-bonus-conversion-step.is-completed{border-color:#ffe349;background:#ffe349}.has-active-bonus .c-bonus-conversion-step.is-active{border-color:#ffe349}.c-bonus-conversion-table{display:table}.c-bonus-conversion-table td,.c-bonus-conversion-table th{text-align:left;padding:10px}.c-bonus-conversion-table__body tr{border-top:1px solid #000}.c-bonus-conversion-table__icon{width:20px;height:20px;color:#ffe349}.c-bonus-conversion-table__wrapper{background-color:#4c4c4c}.c-bonus-conversion-table__notice,.c-bonus-conversion-table__wrapper{display:none}.has-bonus-campaign .c-bonus-conversion-table__notice,.has-bonus-campaign .c-bonus-conversion-table__wrapper{display:block}.c-bonus-conversion-wager-status{background-color:#4c4c4c}.c-bonus-conversion-wager-status__row{position:relative;padding:10px}.c-bonus-conversion-wager-status__row--top{justify-content:space-around}.c-bonus-conversion-wager-status__total{position:absolute;top:10px;right:10px}.c-bonus-conversion-wager-status--margin-top{margin-top:30px}.c-bonus-conversion-wager-status__status-bar{display:none;background-color:#383838;font-size:14px;justify-content:space-between}.has-bonus-campaign .c-bonus-conversion-wager-status__status-bar{display:flex}.c-bonus-conversion-wager-status__status-bar--cancel{font-size:12px;color:#ffe349}.c-bonus-conversion-wager-status__icon--exclamation{width:20px;height:20px;color:#ffe349}.c-bonus-conversion-wager-status__icon--trash{width:14px;height:14px}.c-bonus-conversion-wager-status-value{line-height:.9em;text-align:center}.c-bonus-conversion-wager-status-value__content{font-size:14px}.c-bonus-conversion-wager-status-value__description{text-transform:uppercase;font-size:10px;font-weight:600}.c-bonus-conversion-wager-status-value__emphasis{display:inline-block;font-weight:600}.c-bonus-conversion-wager-status-value--right div{display:flex;justify-content:flex-end}.c-bonus-conversion-wager-status__expiration-date{white-space:nowrap}.c-bonus-conversion-wager-slider{position:relative}.c-bonus-conversion-wager-slider__slides{margin-bottom:0}.c-bonus-conversion-wager-slider:after,.c-bonus-conversion-wager-slider:before{content:"";z-index:1;position:absolute;top:0;bottom:0;width:15%}.c-bonus-conversion-wager-slider:before{left:0;background:linear-gradient(90deg,#4c4c4c 50%,transparent);text-align:left}.c-bonus-conversion-wager-slider:after{right:0;background:linear-gradient(270deg,#4c4c4c 50%,transparent);text-align:right}.c-bonus-conversion-wager-slider .slick-next,.c-bonus-conversion-wager-slider .slick-prev{z-index:2;background-color:#4c4c4c;top:0}.c-bonus-conversion-wager-slider .slick-prev{left:-10px}.c-bonus-conversion-wager-slider .slick-next{right:-10px}.c-bonus-time{width:120px;z-index:80}@media (max-width:47.99em){.c-bonus-time{margin:0 auto}}.has-fallback-fullscreen .c-bonus-time{display:none}.c-bonus-time__collectible{display:flex;flex-direction:column;cursor:pointer;align-items:center;margin-bottom:-2px}@media (max-width:47.99em){.c-bonus-time__collectible{margin:-58px auto;margin-top:-72px}}.c-bonus-time__collectible .c-radial-progress__inner{z-index:1}.c-bonus-time__collectible-coins{z-index:-1;margin-bottom:-30px}.c-bonus-time__collectible-sparkling-gold{width:80px;height:100px}.c-bonus-time__collectible-gold{width:95px;height:110px;position:absolute;top:-5px;left:5px;background:url(../../../Content/images/build/assets/bonus/time-coins.282df1c.png) no-repeat;background-size:contain}@media (max-width:47.99em){.c-bonus-time__collectible-gold{width:74px;top:-3px;left:17px}}.c-bonus-time__collectible-leaderboard{width:95px;height:110px;position:absolute;top:-54px;left:14px;background-size:contain}.c-bonus-time__collectible-sparkles{display:flex;height:100%;width:90%;margin:16px auto}.c-bonus-time__collectible-sparkle{width:10px;height:10px;flex:1}.c-bonus-time__collectible-amount{position:relative;justify-content:center;display:flex;width:100%;align-items:center;z-index:100;background-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.8));border-radius:15px 15px 0 0;font-weight:700}@media (max-width:47.99em){.c-bonus-time__collectible-amount{display:none}}.c-bonus-time__collectible-label{position:relative;background:url(../../../Content/images/build/assets/bonus/mid-time.675fa64.png) repeat-x;cursor:pointer;min-width:110px;height:22px;font-size:14px;text-align:center;font-weight:700;text-transform:uppercase;color:#fff}.c-bonus-time__collectible-label:after,.c-bonus-time__collectible-label:before{content:"";position:absolute;width:21px;height:20px}.c-bonus-time__collectible-label:before{background:url(../../../Content/images/build/assets/bonus/left-time.90ea6e1.png) no-repeat;left:-21px}.c-bonus-time__collectible-label:after{background:url(../../../Content/images/build/assets/bonus/right-time.082ffa3.png) no-repeat;right:-21px}@media (max-width:63.99em){.c-bonus-time__collected,.c-bonus-time__timer{margin:0 auto}}@media (max-width:47.99em){.c-bonus-time__timer{margin-top:-80px}}.c-bonus-time__waiting-content{border-radius:50%;width:100%;height:100px;background:url(../../../Content/images/build/assets/bonus/time-bg.5f0028f.jpg) no-repeat;background-size:contain;text-align:center;padding-top:10px;font-size:14px;font-weight:700;text-shadow:0 1px 3px #000}@media (max-width:63.99em){.c-bonus-time__waiting-content{padding-top:6px}}.c-bonus-time__waiting-content-countdown{margin-top:28px;display:block}.c-bonus-time__collected,.c-bonus-time__waiting-content-countdown{font-size:14px;font-weight:700;color:#fff;text-shadow:0 1px 3px #000}.c-bonus-time__collected{width:120px;height:100px;border-radius:50% 50% 0 0;margin-bottom:-40px;background:url(../../../Content/images/build/assets/bonus/time-bg.5f0028f.jpg) no-repeat;background-size:contain;text-align:center;padding-top:28px;line-height:16px;box-shadow:.7px .7px 2.9px .1px #4a44a2,inset 1px 1.7px 7px 0 #090a36;position:relative;text-transform:uppercase}.c-bonus-time__collected-gold{width:60px;height:42px;position:absolute;background:url(../../../Content/images/build/assets/bonus/time-coins.282df1c.png) no-repeat;background-size:contain;left:50%;transform:translateX(-50%);top:-12px}.c-bonus-time__countdown{line-height:22px}.c-bonus-time__amount{display:flex;justify-content:center}.c-bonus-time__status--primary{font-size:14px}.c-bonus-time__status--secondary{font-size:12px}.c-bonus-time.c-page--fixed-bottom-right{right:60px}.c-bubble{position:absolute;top:-2px;right:-8px;padding:4px 8px;background-color:#f75a5a;color:#fff;border-radius:10px;font-size:12px;font-weight:700;line-height:12px}.c-btn,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link,.c-payment button,[data-bind="click: acceptFreeSpins"],[data-bind="click: acknowledgeFreeSpinsResult"],[data-bind="click: rejectFreeSpins"]{max-width:100%;height:48px;padding:12px 56px;color:#fff;font-size:20px;line-height:22px;font-weight:700;text-transform:uppercase;border-radius:24px;text-shadow:rgba(0,0,0,.3) -1px -1px 1px;text-align:center;transition:all .2s ease-in;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:64em){.c-btn\@md\+{max-width:100%;height:48px;padding:12px 56px;color:#fff;font-size:18px;font-weight:600;text-transform:uppercase;border-radius:24px;text-shadow:rgba(0,0,0,.3) 1px 0 1px;text-align:center;transition:all .2s ease-in;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .c-teaser-area:hover .has-no-touchevents .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .c-teaser-area__img-link:hover~.c-teaser-area .has-no-touchevents .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .has-no-touchevents .evaluation-contact-link:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .c-teaser-area:hover .has-no-touchevents .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .c-teaser-area__img-link:hover~.c-teaser-area .has-no-touchevents .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .has-no-touchevents .evaluation-contact-link:hover,.c-payment .c-teaser-area:hover .has-no-touchevents button,.c-payment .c-teaser-area__img-link:hover~.c-teaser-area .has-no-touchevents button,.c-payment .has-no-touchevents button:hover,.c-teaser-area:hover .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .has-no-touchevents .evaluation-contact-link,.c-teaser-area:hover .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .has-no-touchevents .evaluation-contact-link,.c-teaser-area:hover .c-payment .has-no-touchevents button,.c-teaser-area:hover .has-no-touchevents .c-btn,.c-teaser-area:hover .has-no-touchevents [data-bind="click: acceptFreeSpins"],.c-teaser-area:hover .has-no-touchevents [data-bind="click: acknowledgeFreeSpinsResult"],.c-teaser-area:hover .has-no-touchevents [data-bind="click: rejectFreeSpins"],.c-teaser-area__img-link:hover~.c-teaser-area .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .has-no-touchevents .evaluation-contact-link,.c-teaser-area__img-link:hover~.c-teaser-area .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .has-no-touchevents .evaluation-contact-link,.c-teaser-area__img-link:hover~.c-teaser-area .c-payment .has-no-touchevents button,.c-teaser-area__img-link:hover~.c-teaser-area .has-no-touchevents .c-btn,.c-teaser-area__img-link:hover~.c-teaser-area .has-no-touchevents [data-bind="click: acceptFreeSpins"],.c-teaser-area__img-link:hover~.c-teaser-area .has-no-touchevents [data-bind="click: acknowledgeFreeSpinsResult"],.c-teaser-area__img-link:hover~.c-teaser-area .has-no-touchevents [data-bind="click: rejectFreeSpins"],.has-no-touchevents .c-btn:hover,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .c-teaser-area:hover .evaluation-contact-link,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .c-teaser-area__img-link:hover~.c-teaser-area .evaluation-contact-link,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link:hover,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .c-teaser-area:hover .evaluation-contact-link,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .c-teaser-area__img-link:hover~.c-teaser-area .evaluation-contact-link,.has-no-touchevents .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link:hover,.has-no-touchevents .c-payment .c-teaser-area:hover button,.has-no-touchevents .c-payment .c-teaser-area__img-link:hover~.c-teaser-area button,.has-no-touchevents .c-payment button:hover,.has-no-touchevents .c-teaser-area:hover .c-btn,.has-no-touchevents .c-teaser-area:hover .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link,.has-no-touchevents .c-teaser-area:hover .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link,.has-no-touchevents .c-teaser-area:hover .c-payment button,.has-no-touchevents .c-teaser-area:hover [data-bind="click: acceptFreeSpins"],.has-no-touchevents .c-teaser-area:hover [data-bind="click: acknowledgeFreeSpinsResult"],.has-no-touchevents .c-teaser-area:hover [data-bind="click: rejectFreeSpins"],.has-no-touchevents .c-teaser-area__img-link:hover~.c-teaser-area .c-btn,.has-no-touchevents .c-teaser-area__img-link:hover~.c-teaser-area .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link,.has-no-touchevents .c-teaser-area__img-link:hover~.c-teaser-area .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link,.has-no-touchevents .c-teaser-area__img-link:hover~.c-teaser-area .c-payment button,.has-no-touchevents .c-teaser-area__img-link:hover~.c-teaser-area [data-bind="click: acceptFreeSpins"],.has-no-touchevents .c-teaser-area__img-link:hover~.c-teaser-area [data-bind="click: acknowledgeFreeSpinsResult"],.has-no-touchevents .c-teaser-area__img-link:hover~.c-teaser-area [data-bind="click: rejectFreeSpins"],.has-no-touchevents :hover[data-bind="click: acceptFreeSpins"],.has-no-touchevents :hover[data-bind="click: acknowledgeFreeSpinsResult"],.has-no-touchevents :hover[data-bind="click: rejectFreeSpins"]{filter:brightness(120%);color:#fff}.c-btn:focus,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link:focus,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link:focus,.c-payment button:focus,:focus[data-bind="click: acceptFreeSpins"],:focus[data-bind="click: acknowledgeFreeSpinsResult"],:focus[data-bind="click: rejectFreeSpins"]{outline:0}.c-btn--primary,.c-payment button,[data-bind="click: acceptFreeSpins"],[data-bind="click: acknowledgeFreeSpinsResult"]{color:#fff;border:1px solid #1c9271;background-image:linear-gradient(180deg,#8cffdc,#52e8a6 8%,#15b671 51%,#099c6a 86%,#33d4a6);box-shadow:inset 0 -2px 0 0 #057f50;border-radius:24px;text-shadow:rgba(0,0,0,.3) -1px -1px 1px}.c-btn--primary:hover,.c-payment button:hover,:hover[data-bind="click: acceptFreeSpins"],:hover[data-bind="click: acknowledgeFreeSpinsResult"]{color:#fff}.c-btn--primary:active,.c-payment button:active,:active[data-bind="click: acceptFreeSpins"],:active[data-bind="click: acknowledgeFreeSpinsResult"]{background-image:linear-gradient(0deg,#55efb5,#52e8a6 7%,#059564 93%,#33d4a6);box-shadow:none}.c-btn--secondary,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link,.multiselect--secondary,.multiselect__content-wrapper{color:#fff;border:1px solid #2974b9;background-image:linear-gradient(180deg,#55d6fb,#56a5ed 8%,#2f62c8 51%,#1f73c3 86%,#65acf7);box-shadow:inset 0 -2px 0 0 #1859ac;border-radius:24px;text-shadow:rgba(0,0,0,.3) -1px -1px 1px}@media (min-width:64em){.c-btn--secondary\@md\+{border:1px solid #2974b9;border-radius:24px;box-shadow:inset 0 -2px 0 0 #1859ac}.c-btn--secondary\@md\+,.c-btn--secondary\@md\+:hover{background-image:linear-gradient(180deg,#55d6fb,#56a5ed 8%,#2f62c8 51%,#1f73c3 86%,#65acf7)}.c-btn--secondary\@md\+:hover{color:#fff;filter:brightness(120%);background-color:none}}.c-btn--secondary:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content .evaluation-contact-link,.c-payment .has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content button,.has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content .c-btn,.has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link,.has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link,.has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content .c-payment button,.has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content [data-bind="click: acceptFreeSpins"],.has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content [data-bind="click: acknowledgeFreeSpinsResult"],.has-no-touchevents .c-promotions-slide__img-link:hover~.c-promotions-slide__content [data-bind="click: rejectFreeSpins"],.multiselect--secondary:hover,.multiselect__content-wrapper:hover,.o-paging__next.swiper-button-next:hover,.o-paging__prev.swiper-button-prev:hover{color:#fff;filter:brightness(120%);background-image:linear-gradient(180deg,#55d6fb,#56a5ed 8%,#2f62c8 51%,#1f73c3 86%,#65acf7);background-color:none}.c-btn--secondary:active,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link:active,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link:active,.multiselect--secondary:active,.multiselect__content-wrapper:active{color:#fff;background-image:linear-gradient(0deg,#55d6fb,#55d6fb 7%,#1f73c3 93%,#47b4f0);background-color:none;box-shadow:none}@media (max-width:85.365em){.c-btn--header{width:100%;border-radius:0;padding:10px 0}}.c-btn--bare{text-transform:none}.c-btn--ghost,[data-bind="click: rejectFreeSpins"]{display:flex;align-items:center;justify-content:center;height:auto;width:-moz-fit-content;width:fit-content;padding:0;border:0;text-transform:none;color:#fff}.c-btn--narrow{padding-right:24px;padding-left:24px}@media (max-width:47.99em){.c-btn--narrow\@sm{padding-left:36px;padding-right:36px}}.c-btn--inset{position:relative;height:40px;padding:8px;color:#5be6fe;font-weight:700;font-size:14px;text-transform:none;border-radius:6px;text-align:left}.c-btn--inset:hover,.has-no-touchevents .c-btn--inset:hover{color:#fff}@media (max-width:85.365em){.c-btn--light\@lg-{color:#000;border-radius:0;background-color:#fff}}@media (min-width:48em){.c-btn--shop{position:relative;padding-right:0;overflow:visible;color:#fff;text-shadow:rgba(0,0,0,.3) -1px -1px 1px;width:118px;padding-left:30px}}@media (min-width:48em){.c-btn--shop:before{content:"";z-index:-1;position:absolute;background-repeat:no-repeat;background-position:0 0;height:65px;width:138px;right:-20px;bottom:0;background-size:142px 65px;background-image:url(../../../Content/images/build/svg/icons/green-shop-btn.b5f8456.svg)}}.c-btn--promo{position:relative;width:70px;padding-right:0;padding-left:0;overflow:visible;color:#fff;text-shadow:rgba(0,0,0,.3) -1px -1px 1px}@media (min-width:48em){.c-btn--promo{width:118px;padding-left:10px}}@media (max-width:47.99em){.c-btn--promo .c-icon--plus{visibility:hidden}}.c-btn--promo:before{content:"";z-index:-1;position:absolute;right:-17px;bottom:-2px;background-repeat:no-repeat;background-image:url(../../../Content/images/build/svg/icons/btn_promo_small.fd203bd.svg);background-position:0 0;width:85px;height:65px;background-size:92px 65px}@media (min-width:48em){.c-btn--promo:before{width:138px;right:-20px;bottom:0;background-size:142px 65px;background-image:url(../../../Content/images/build/svg/icons/btn_promo.979b93a.svg)}}.c-btn--rect{border-radius:0}@media (max-width:85.365em){.c-btn--rect\@lg-{border-radius:0}}.c-btn--sm,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link{height:32px;padding-top:0;padding-bottom:0;border-radius:16px;font-size:16px;line-height:28px}@media (max-width:47.99em){.c-btn--sm\@sm-{height:32px;padding-top:0;padding-bottom:0;border-radius:16px;font-size:16px;line-height:28px}.has-no-touchevents .c-btn--sm\@sm-:hover{filter:brightness(120%);color:#fff}}@media (min-width:64em){.c-btn--sm\@md\+{height:32px;padding-top:0;padding-bottom:0;border-radius:16px;font-size:16px;line-height:28px}.has-no-touchevents .c-btn--sm\@md\+:hover{filter:brightness(120%);color:#fff}}@media (max-width:47.99em){.c-btn--xs\@sm-{height:24px;padding-top:0;padding-bottom:0;border-radius:12px;font-size:11px;line-height:23px}}.c-btn--block,.c-payment button{display:block;width:100%;padding-right:10px;padding-left:10px}@media (max-width:89.99em){.c-btn--block\@xl-{display:block;width:100%}}@media (max-width:47.99em){.c-btn--block\@sm-{display:block;width:100%;padding-right:10px;padding-left:10px}}@media (min-width:85.375em){.c-btn--fixed-width{width:160px}}.c-btn--round{padding:0;min-width:44px;height:44px;border-radius:24px}.c-btn--circle{width:48px;padding-right:0;padding-left:0}.c-btn--social{padding-top:0;padding-bottom:0;justify-content:center;border-radius:8px;color:#fff;font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.3px}@media (min-width:64em){.c-btn--social{font-size:16px}}.c-btn--social-no-max-width{max-width:none}.c-btn--social-fb{background-color:#34518d}.has-no-touchevents .c-btn--social-fb:hover{color:#fff}.c-btn--social-twitter{background-color:#00acee}.c-card{position:relative;overflow:hidden;display:flex;flex-direction:column}.c-card__header{padding:4px;font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center}.c-card__content{padding:2px 0 14px}.c-card__content,.c-card__footer{display:flex;justify-content:center;align-items:center}.c-card__footer{height:24px;background-color:hsla(0,0%,100%,.1);white-space:nowrap;margin-top:auto}.c-card__footer-action{display:block;text-align:center;text-transform:uppercase;font-size:12px;font-weight:700;color:#5be6fe}.c-cheat-engine{position:fixed;right:10px;top:150px;z-index:100;background-color:#190c4e;max-width:140px;border-radius:5px}.c-cheat-engine__button{color:#5be6fe;font-size:16px;border:1px solid hsla(0,0%,100%,.1);padding:0 10px;height:32px;min-height:32px;margin-left:auto;border-radius:0}.c-coinpack{min-width:0;line-height:28px;cursor:pointer}.c-coinpack--timed{width:100%;display:-ms-grid;display:grid;-ms-grid-columns:140px 1fr;grid-template-columns:132px 1fr;grid-gap:8px;border:1px solid #383652;border-radius:8px;background-color:#201e3e}@media (min-width:30em){.c-coinpack--timed{-ms-grid-columns:185px 1fr;grid-template-columns:185px 1fr}}@media (min-width:48em){.c-coinpack--timed{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}}.c-coinpack__wrap{display:flex;flex-direction:column;text-align:center;justify-content:flex-end;border:1px solid #383652;border-radius:8px;background-color:#201e3e;padding-top:48px}.c-coinpack__wrap--small{position:relative;padding-top:0;text-align:left}.c-coinpack__media{margin:0 auto -48px;opacity:0;transition:opacity .2s cubic-bezier(.55,0,.1,1)}.c-coinpack__media.is-loaded{opacity:1}.c-coinpack__media--left{margin:0;position:absolute;left:0;bottom:0}.c-coinpack__media--timed{position:absolute;left:50%;max-width:none;top:0;transform:translateX(-50%) scale(.8)}@media (min-width:30em){.c-coinpack__media--timed{left:calc(50% + 8px);transform:translateX(-50%)}}.c-coinpack__media--current{position:absolute;left:75px;top:50%;transform:translate(-50%,-50%)}.c-coinpack__badge{position:relative;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3}@media (min-width:30em){.c-coinpack__badge{-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1}}@media (min-width:30em) and (max-width:47.99em){.c-coinpack__badge{min-height:128px}}.c-coinpack__old-price{text-decoration:line-through}.c-coinpack__bonus{height:28px;background-image:linear-gradient(180deg,#ff7171 0,#f75a5a 3%,#d13737 95%,#f75a5a);-webkit-mask-image:linear-gradient(45deg,transparent,transparent 20px,#000 0,#000 calc(100% - 20px),transparent calc(100% - 20px),transparent),linear-gradient(135deg,transparent,transparent 20px,#000 0,#000 calc(100% - 20px),transparent calc(100% - 20px),transparent);mask-image:linear-gradient(45deg,transparent,transparent 20px,#000 0,#000 calc(100% - 20px),transparent calc(100% - 20px),transparent),linear-gradient(135deg,transparent,transparent 20px,#000 0,#000 calc(100% - 20px),transparent calc(100% - 20px),transparent);font-size:12px;font-weight:700;text-transform:uppercase;text-shadow:-.7px -.7px 2px #8a1717}.c-coinpack__bonus-timed{position:absolute;top:54px;left:calc(50% - 6px);font-size:20px;font-weight:700;transform:translateX(-50%)}@media (min-width:48em){.c-coinpack__bonus-timed{left:50%}}.c-coinpack__bonus-current{position:absolute;top:calc(50% - 8px);left:67px;font-size:20px;font-weight:700;transform:translateX(-50%)}.c-coinpack__timer{height:54px;width:140px;line-height:54px;background-repeat:no-repeat;background-size:140px 54px;background-image:url(../../../Content/images/build/svg/icons/deal-timer.6f460b5.svg);padding-left:38px;font-weight:700;text-align:center}@media (min-width:30em){.c-coinpack__timer{margin:0 auto}}.c-coinpack__timer-wrapper{display:block;-ms-grid-row-align:center;align-self:center;-ms-grid-column:2;grid-column-start:2}@media (min-width:30em){.c-coinpack__timer-wrapper{-ms-grid-column:1;grid-column-start:1}}@media (min-width:48em){.c-coinpack__timer-wrapper{-ms-grid-column:3;grid-column-start:3;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}}.c-coinpack__vip-bonus{width:-moz-fit-content;width:fit-content;margin-right:auto;margin-left:auto;padding-right:16px;padding-left:16px;height:28px;box-shadow:inset 0 1px 4px 3px #ffda80;background-image:linear-gradient(180deg,#ffffa9,#e98c12 22%,#fcce5f 30%,#ea8d13 62%,#ffffa9);font-size:12px;line-height:24px;font-weight:700;text-transform:uppercase;text-shadow:-1px -1px 2px #c0710a;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 40 28'><polygon points='0 0, 0 20, 20 28, 40 20,40 0' fill='red'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 40 28'><polygon points='0 0, 0 20, 20 28, 40 20,40 0' fill='red'/></svg>");-webkit-mask-size:100% 100%;mask-size:100% 100%;text-align:center}.c-coinpack__vip-bonus--timed{height:24px;margin-right:0;margin-left:0;-webkit-mask-image:none;mask-image:none}.c-coinpack__amount--small{padding-left:152px;line-height:32px;font-size:16px;font-weight:600}.c-coinpack__amount--small:first-child{padding-top:4px}.c-coinpack__amount-virtual{font-size:18px;font-weight:700;color:#fff;text-shadow:0 0 9.4px #3bc1ff}.c-coinpack__amount-virtual--small{font-size:20px}.c-coinpack__amount-virtual--timed{margin-top:8px;display:-ms-grid;display:grid;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr;grid-gap:8px;font-size:24px}.c-coinpack__amount-vip{display:-ms-grid;display:grid;grid-auto-flow:column;justify-content:center;grid-gap:4px;font-size:13px}.c-coinpack__amount-vip--timed{justify-content:left}.c-coinpack__amount-vip--small{justify-content:flex-start;font-size:16px}.c-coinpack__amount-vip--smaller{font-size:12px;height:calc(100% - 2px);padding-top:2px}.c-coinpack__icon-vip{display:flex;align-items:center}.c-coinpack__total{height:40px;background-color:#383652;font-size:13px;line-height:20px}.c-coinpack__total--small{height:auto;line-height:inherit;font-size:16px}.c-coinpack__total--timed{background-color:#0c0a2a;height:52px;margin:0 8px;-ms-grid-row-align:end;align-self:end;text-align:center;font-size:16px;line-height:34px;font-weight:700;border-radius:8px;border:1px solid #383652}@media (min-width:30em) and (max-width:47.99em){.c-coinpack__total--timed{margin-left:0}}@media (min-width:48em){.c-coinpack__total--timed{-ms-grid-column:4;grid-column-start:4}}.c-coinpack__cta{width:calc(100% - 16px);margin-left:auto;margin-right:auto;margin-top:-16px;position:relative}.c-coinpack__cta:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%}.c-coinpack__cta-wrapper{-ms-grid-row-align:center;align-self:center;-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1/3}@media (min-width:30em){.c-coinpack__cta-wrapper{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2}}@media (min-width:48em){.c-coinpack__cta-wrapper{-ms-grid-column:4;-ms-grid-column-span:1;grid-column:4}}@media (min-width:30em) and (max-width:47.99em){.c-coinpack__cta--timed{width:calc(100% - 8px);margin-left:0}}.c-coinpack--center{display:flex;align-items:center;justify-content:center}.c-coinpack-featured{position:relative;display:grid;grid-template-columns:max-content 1fr;grid-template-rows:max-content max-content;grid-gap:16px;border:1px solid #383652;border-radius:6px;background-color:#201e3e}@media (min-width:85.375em){.c-coinpack-featured{grid-template-columns:max-content max-content 1fr max-content;grid-template-rows:max-content max-content;grid-auto-flow:column}}.c-coinpack-featured__media{margin-top:auto;margin-bottom:auto}@media (min-width:85.375em){.c-coinpack-featured__media{grid-row:1/3}}.c-coinpack-featured__batch{position:absolute;width:72px;height:72px;bottom:64px;left:24px;display:flex;justify-content:center;align-items:center;background-image:url(../../../Content/images/build/svg/icons/red-badge.2d1ff12.svg);font-size:14px;line-height:16px;text-transform:uppercase;font-weight:700}@media (min-width:85.375em){.c-coinpack-featured__batch{position:static;grid-row:1/3}}.c-coinpack-featured__details{display:grid;grid-gap:4px}@media (min-width:85.375em){.c-coinpack-featured__details{grid-row:1/3;grid-template-columns:max-content max-content;grid-column-gap:8px}}.c-coinpack-featured__old-price{text-decoration:line-through}.c-coinpack-featured__amount-virtual{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;grid-gap:8px;align-content:center;font-size:20px;color:#fff;text-shadow:0 0 9.4px #3bc1ff}@media (min-width:85.375em){.c-coinpack-featured__amount-virtual{grid-column:1/2}}.c-coinpack-featured__amount-vip{display:grid;grid-auto-flow:column;justify-content:left;grid-gap:4px;font-size:13px;line-height:28px}@media (min-width:85.375em){.c-coinpack-featured__amount-vip{grid-column:1/2}}.c-coinpack-featured__timer{display:grid;grid-auto-flow:column;grid-gap:4px 8px;background:#f75a5a;width:-moz-max-content;width:max-content;padding:8px;border-radius:8px}@media (min-width:85.375em){.c-coinpack-featured__timer{grid-row:2/3;grid-column:2/3}}.c-coinpack-featured__total{line-height:32px;font-weight:700;text-align:center}.c-coinpack-featured__cta-wrapper{min-width:0}.c-coinpack-list{display:grid;grid-gap:8px;grid-template-columns:1fr 1fr;align-items:end}@media (min-width:48em){.c-coinpack-list{grid-template-columns:1fr 1fr 1fr}}@media (min-width:64em){.c-coinpack-list{grid-template-columns:1fr 1fr 1fr 1fr}}.c-coinpack-offer{width:700px;max-width:100%;background-image:url(../../../Content/images/build/assets/dialog/bg-sale-big-top.9b44721.png),url(../../../Content/images/build/assets/dialog/bg-sale-big-bottom.450901e.png);background-repeat:no-repeat;background-position:0 0,0 100%;background-size:100% auto;position:relative}.c-coinpack-offer:before{display:block;right:0;top:0;margin-top:6.85%;margin-bottom:29%;background-image:url(../../../Content/images/build/assets/dialog/bg-sale-big-middle.e427702.png);background-repeat:repeat-y;z-index:-1}.c-coinpack-offer:after,.c-coinpack-offer:before{content:"";position:absolute;left:0;bottom:0;background-size:100% auto}.c-coinpack-offer:after{width:37%;margin-bottom:10%;margin-left:-1.14%;padding-top:27.28%;background-image:url(../../../Content/images/build/assets/dialog/sale-pink.9c8abc4.png);background-repeat:no-repeat}.c-coinpack-offer__wrapper{padding:72px 8px}@media (max-width:63.99em){.c-coinpack-offer__wrapper{max-width:100vmin}}.c-coinpack-offer__content{font-weight:700;padding:7% 12% 24%;text-align:center}.c-coinpack-offer__close{top:0;right:0;margin-right:11.14%;margin-top:-2.85%;transform:translate(50%,50%);width:9.538vmin;height:9.538vmin;max-width:62px;max-height:62px;position:absolute;background-image:url(../../../Content/images/build/assets/bonus/close.0d077d6.png);background-size:contain;background-repeat:no-repeat;z-index:1}.c-coinpack-offer__title{text-align:center;font-weight:900;font-size:16px;max-width:100%;padding-bottom:4%}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__title{font-size:52px}}@supports (background-clip:text) or (-webkit-background-clip:text){.c-coinpack-offer__title{background-image:linear-gradient(180deg,#fefe6c,#e28800),linear-gradient(#fef79b,#fef79b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-stroke:1px #fefe6c}}.c-coinpack-offer__copy{font-size:12px;line-height:12px;color:#fff;height:22%;padding:0 10px}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__copy{font-size:24px;line-height:24px;height:24%}}.c-coinpack-offer__progress{text-align:center}.c-coinpack-offer__cta{position:absolute;bottom:-4px;left:50%;transform:translate(-50%,50%);font-size:12px}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__cta{font-size:16px}}.c-coinpack-offer__vip{font-size:12px;font-weight:700;text-align:left;display:flex;flex-direction:row;align-items:center;color:#fff}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__vip{font-size:18px}}.c-coinpack-offer__old-amount{display:flex;flex-direction:row;justify-content:center;align-items:center;text-decoration:line-through}.c-coinpack-offer__old-amount,.c-coinpack-offer__vip-bonus{font-size:14px;line-height:14px}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__old-amount,.c-coinpack-offer__vip-bonus{font-size:24px;line-height:24px}}.c-coinpack-offer__twists{display:flex;flex-direction:column;justify-content:flex-start;position:absolute;left:50%;bottom:8%;transform:translateX(-50%)}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__twists{left:calc(50% + 40px);bottom:8%;height:90px}}.c-coinpack-offer__amount{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__amount{font-size:52px}}.c-coinpack-offer__bonus{position:absolute;width:80px;height:80px;right:3%;bottom:14%;background-image:url(../../../Content/images/build/assets/shop/bonus-holder.eddeb75.png);background-size:100%;background-repeat:no-repeat;padding:0 0 52px 4px;display:flex;flex-direction:column;justify-content:center;z-index:1}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__bonus{font-size:26px;line-height:54px;width:160px;height:160px;right:3%;bottom:18%;padding:4px 0 106px 8px}}.c-coinpack-offer__price{font-size:14px;color:#fff;left:0;position:absolute;width:18%;text-align:center;bottom:0;z-index:1;margin-bottom:18.57%;margin-left:6%}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__price{font-size:28px}}.c-coinpack-offer__timer{position:absolute;font-size:11px;left:calc(50% - 32px);top:-32px;margin-top:-1.17%;width:64px;height:64px;background-image:url(../../../Content/images/build/assets/shop/timer-holder.82e8c91.png);color:#fefe6c;background-repeat:no-repeat;background-size:100%;display:flex;justify-content:center;align-items:center}@media (min-width:768px) and (orientation:portrait),(min-width:1024px){.c-coinpack-offer__timer{font-size:16px;left:calc(50% - 56px);top:-56px;width:112px;height:112px}}.c-dashboard{justify-content:center;min-height:600px;max-width:1120px;margin:0 auto;display:flex;overflow:hidden}@media (min-width:64em){.c-dashboard{border:1px solid #55d6fb;border-radius:8px;box-shadow:.5px .9px 32.6px 2.5px rgba(89,147,247,.77);margin:48px auto}}.c-dashboard__wrapper{margin-left:auto;margin-right:auto}.c-dashboard__close{max-height:40px;max-width:40px;background-color:#212121}.c-dashboard__close--icon{height:20px;width:20px;color:#ffe349}.c-dashboard__separator{width:100%;height:1px;opacity:.1;background-color:#fff}.c-dashboard__content{max-width:900px;background-color:#0c092a}.c-dashboard__content-section{position:relative;width:100%;height:auto}.c-dashboard__content-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#212121}.c-dashboard__content--no-sidebar{max-width:1210px}.c-dashboard__content--border{border:2px solid #fff}.c-dashboard__security--title{font-weight:700;text-align:center;text-transform:uppercase}.c-dashboard-balance{background-color:#383838;color:#fff}@media (min-width:48em){.c-dashboard-balance{display:flex;justify-content:space-between;flex:1 0 auto}}@media (min-width:64em){.c-dashboard-balance__wrapper{display:flex;align-items:center}}.c-dashboard-balance--bg-highlight{position:relative;margin-right:30px;display:inline-block;background-color:#4c4c4c}@media (min-width:48em){.c-dashboard-balance--bg-highlight:before{content:"";position:absolute;display:block;width:100%;top:0;right:0;bottom:0;left:0;background-color:#4c4c4c;transform:skewX(-20deg);transform-origin:bottom left}}.c-dashboard-balance__content{position:relative}.c-dashboard-balance__content--highlight{color:#39d188}.c-dashboard-balance__item{padding:15px;width:100%}@media (min-width:48em){.c-dashboard-balance__item{width:auto}}.c-dashboard-balance__heading{font-size:14px;font-weight:600}.c-dashboard-balance__amount{font-size:30px}.c-dashboard-balance__note-wrapper{display:flex;flex:0 0 25%;align-items:center;font-size:14px}.c-dashboard-content{margin:-20px 0}.c-dashboard-content__item{margin:20px 0}.c-dashboard-content__text{line-height:20px}@media (min-width:48em){.c-dashboard-content__text{line-height:32px}}.c-dashboard-header{padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.1);font-size:28px;font-weight:300}.c-dashboard-history__btn{color:#5be6fe;font-size:16px;border:1px solid hsla(0,0%,100%,.1);padding:0 20px;height:32px;min-height:32px;margin-left:auto}@media (max-width:47.99em){.c-dashboard-history__btn--date{margin-top:16px}}.c-dashboard-history__btn.is-active{color:#5be6fe;border:1px solid hsla(0,0%,100%,.2)}.has-no-touchevents .c-dashboard-history__btn:hover{filter:brightness(120%);color:#fff}.c-dashboard-history__btn--connect-right{border-top-right-radius:0;border-bottom-right-radius:0}.c-dashboard-history__btn--connect-left{border-top-left-radius:0;border-bottom-left-radius:0}@media (max-width:47.99em){.c-dashboard-history__btn--connect-top\@sm\+{border-top-left-radius:0;border-top-right-radius:0}}@media (max-width:47.99em){.c-dashboard-history__btn--connect-bottom\@sm\+{border-bottom-left-radius:0;border-bottom-right-radius:0}}.c-divider{height:1px;background-color:#747474;background-clip:content-box}.c-divider--large{padding-top:10px;padding-right:10px;padding-left:10px}.c-documents__file-container{background-color:#4c4c4c}.c-documents__file-box{position:relative;display:flex;align-items:center}.c-documents__file-title{min-width:60px}.c-documents__upload-button{display:flex;align-items:center}.c-error-page__headline{font-size:150px;font-weight:700;text-align:center;color:#5be6fe;line-height:.9}@media (min-width:48em){.c-error-page__headline{font-size:300px}}.c-error-page__message{justify-content:center}.c-error-page__message--text{background-color:hsla(0,0%,100%,.2);text-transform:uppercase;font-weight:700;text-align:center}.c-error-page__promo-text{text-align:center;font-size:24px}.c-error-page__background{background:url(../../../Content/images/build/assets/site/404bg.c236c1e.jpg)}.c-faq-box{display:flex;align-items:center;justify-content:center;height:100%;background-color:transparent;border:1px solid #353535;color:#ffe349;text-align:center;transition:all .4s ease;cursor:pointer;word-break:break-word}.c-faq-box:hover{background-color:#ffe349}.c-faq-box:hover .c-faq-box__link,.c-faq-box:hover .c-faq-box__symbol{color:#000}.c-faq-box__link{width:100%}.c-faq-box__symbol{color:#fff}.c-faq-box__title{padding-top:25px}.c-featured-game{z-index:1;position:absolute;top:0;right:5px;-webkit-overflow-scrolling:touch;pointer-events:none;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700}.c-jackpot-game.is-active:not(.u-hide)+.c-featured-game{top:26px}.c-featured-game__highroller,.c-featured-game__max-bet,.c-featured-game__xp{display:flex;justify-content:center;align-items:center;flex-direction:column;background-size:contain;text-shadow:-.7px -.7px 0 rgba(24,12,76,.8)}.c-featured-game__max-bet{width:45px;height:16px;background:url(../../../Content/images/build/svg/icons/maxbet-standalone.045b152.svg) bottom no-repeat;background-size:cover;font-size:10px;line-height:12px}@media (min-width:26.625em){.c-featured-game__max-bet{width:65px;height:40px;background:url(../../../Content/images/build/svg/icons/maxbet-standalone.045b152.svg) top no-repeat}}.c-featured-game__max-bet__value{display:none}@media (min-width:26.625em){.c-featured-game__max-bet__value{display:block;font-size:14px}}.c-featured-game__xp{width:40px;height:16px;background:url(../../../Content/images/build/svg/icons/xp-standalone.52a0bc9.svg) bottom no-repeat;background-size:cover;font-size:10px;line-height:12px}@media (min-width:26.625em){.c-featured-game__xp{width:65px;height:40px;background:url(../../../Content/images/build/svg/icons/xp-standalone.52a0bc9.svg) top no-repeat;font-size:14px}}.c-featured-game__xp__value{display:none}@media (min-width:26.625em){.c-featured-game__xp__value{display:block}}.c-featured-game__max-bet+.c-featured-game__xp{margin-top:-5px;z-index:-1}@media (min-width:26.625em){.c-featured-game__max-bet+.c-featured-game__xp{width:48px;height:35px}}.c-featured-game__max-bet.u-hide+.c-featured-game__xp{margin-top:0}.c-featured-game__highroller{width:65px;height:40px;background:url(../../../Content/images/build/svg/icons/highroller-badge.361d90d.svg) top no-repeat}.c-game-overlay .c-featured-game{position:static}.c-game-overlay .c-featured-game__max-bet,.c-game-overlay .c-featured-game__xp{width:90%;height:50px;background-position-y:center}.c-game-detail__info-wrapper .c-featured-game{position:static}@media (max-width:47.99em){.c-game-detail__info-wrapper .c-featured-game{margin-top:-5px}}@media (min-width:48em){.c-game-detail__info-wrapper .c-featured-game{flex-direction:row}}.c-game-detail__info-wrapper .c-featured-game__xp{font-size:14px}@media (max-width:47.99em){.c-game-detail__info-wrapper .c-featured-game__xp{z-index:2}}.c-game-detail__info-wrapper .c-featured-game__max-bet{font-size:10px}@media (max-width:47.99em){.c-game-detail__info-wrapper .c-featured-game__max-bet{z-index:3}}.c-game-detail__info-wrapper .c-featured-game__max-bet,.c-game-detail__info-wrapper .c-featured-game__xp{width:65px;height:45px}@media (min-width:48em){.c-game-detail__info-wrapper .c-featured-game__max-bet,.c-game-detail__info-wrapper .c-featured-game__xp{margin:0}}.c-game-detail__info-wrapper .c-featured-game__max-bet__value,.c-game-detail__info-wrapper .c-featured-game__xp__value{display:block;font-size:14px}.c-game-detail__info-wrapper .c-featured-game .c-featured-game__max-bet+.c-featured-game__xp{margin-top:-5px;z-index:unset;width:65px;height:45px}@media (min-width:48em){.c-game-detail__info-wrapper .c-featured-game .c-featured-game__max-bet+.c-featured-game__xp{margin:0}}.c-game-overlay__ingame-badge-wrapper .c-featured-game{position:static;margin-top:-5px;z-index:3}.c-game-overlay__ingame-badge-wrapper .c-featured-game__max-bet,.c-game-overlay__ingame-badge-wrapper .c-featured-game__xp{width:65px;height:40px}.c-game-overlay__ingame-badge-wrapper .c-featured-game__max-bet__value,.c-game-overlay__ingame-badge-wrapper .c-featured-game__xp__value{display:block}.c-game-overlay__ingame-badge-wrapper .c-featured-game__xp{z-index:2;font-size:14px}.c-featured-game__max-bet+.c-game-overlay__ingame-badge-wrapper .c-featured-game__xp{width:65px;height:40px}.c-game-overlay__ingame-badge-wrapper .c-featured-game__max-bet{z-index:3}.c-game-overlay__ingame-badge-wrapper .c-featured-game__max-bet__value{font-size:14px}.c-gamesList .c-featured-game__max-bet{width:45px;height:16px;background:url(../../../Content/images/build/svg/icons/maxbet-standalone.045b152.svg) bottom no-repeat;background-size:cover;font-size:10px;line-height:12px}@media (min-width:64em){.c-gamesList .c-featured-game__max-bet{width:65px;height:40px;background:url(../../../Content/images/build/svg/icons/maxbet-standalone.045b152.svg) top no-repeat}}.c-gamesList .c-featured-game__max-bet__value{display:none}@media (min-width:64em){.c-gamesList .c-featured-game__max-bet__value{display:block;font-size:14px}}.c-gamesList .c-featured-game__xp{width:40px;height:16px;background:url(../../../Content/images/build/svg/icons/xp-standalone.52a0bc9.svg) bottom no-repeat;background-size:cover;font-size:10px;line-height:12px}@media (min-width:64em){.c-gamesList .c-featured-game__xp{width:65px;height:40px;background:url(../../../Content/images/build/svg/icons/xp-standalone.52a0bc9.svg) top no-repeat;font-size:14px}}.c-gamesList .c-featured-game__xp__value{display:none}@media (min-width:64em){.c-gamesList .c-featured-game__xp__value{display:block}}[data-bind="visible: isFreeSpinsPackageAvailable"],[data-bind="visible: isFreeSpinsResultAvailable"]{width:536px;max-width:100%;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)}#freespinspackagequery,#freespinspackageresult{background:url(../../../Content/images/build/assets/dialog/fs-bg.f33db86.png);background-repeat:no-repeat;background-position:50%;background-size:contain;position:relative;display:flex;flex-direction:column;justify-content:space-around;background-color:transparent!important;padding:8% 20% 4%}#freespinspackagequery-calltoaction,#freespinspackagequery-text,#freespinspackageresult-calltoaction,#freespinspackageresult-text{font-size:11px}@media (min-width:48em){#freespinspackagequery-calltoaction,#freespinspackagequery-text,#freespinspackageresult-calltoaction,#freespinspackageresult-text{font-size:16px}}#freespinspackagequery-buttons,#freespinspackageresult-button{display:flex;flex-direction:column;align-items:center}[data-bind="click: acceptFreeSpins"],[data-bind="click: acknowledgeFreeSpinsResult"]{margin:10px}@media (max-width:47.99em){[data-bind="click: acceptFreeSpins"],[data-bind="click: acknowledgeFreeSpinsResult"]{margin:4px;height:28px;border-radius:16px;font-size:14px;line-height:16px;padding:0 20px}}[data-bind="click: rejectFreeSpins"]{color:#5be6fe;text-transform:uppercase;border-radius:0}@media (max-width:47.99em){[data-bind="click: rejectFreeSpins"]{font-size:14px}}.c-footer-legal{text-align:center;max-width:1031px}.c-footer-copyright{text-align:left}@media (min-width:48em){.c-footer-copyright{text-align:right}}.c-footer-external{text-align:left}@media (min-width:48em){.c-footer-external{display:flex;align-items:center;justify-content:center}}.c-footer-external--highlight{border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.c-footer-external__title{font-size:16px;font-weight:700;text-transform:uppercase}.c-footer-external__link-icon{width:100%}@media (min-width:64em){.c-footer-external__link-icon{width:auto;height:48px}}.c-footer-links{display:flex;flex-wrap:wrap;align-items:center}.c-footer-links__title{margin:10px 0;font-size:24px;color:#fff}.c-footer-links__ul{list-style-type:none;font-size:14px}.c-footer-links__ul li{padding-bottom:3px}.c-footer-links__ul-img{align-items:center;justify-content:center;list-style-type:none}@media (min-width:64em){.c-footer-links__ul-img{align-items:flex-start;justify-content:flex-start}}.c-footer-links__ul-img li{display:flex;width:33.33%;height:55px;padding:5px 10px}@media (min-width:48em){.c-footer-links__ul-img li{width:120px;height:60px}}@media (min-width:64em){.c-footer-links__ul-img li{width:110px;height:55px;padding:5px 20px 5px 0}}.c-footer-links__ul-img img{display:block;width:100%}.c-footer-li__links{justify-content:center}@media (min-width:85.375em){.c-footer-li__links{margin:0 -20px}}.c-footer-li__icon{height:50px;width:100%}.c-footer-li__icon img{height:30px;margin:0 auto}.c-footer-payment{background:hsla(0,0%,100%,.1);cursor:pointer}.c-footer-payment--no-links{cursor:auto}.c-footer-payment__links{display:block}.c-text-content{color:#fff}.c-novomind .context-list-wrapper .context-entry .c-text-content .context-title,.c-novomind .context-list-wrapper .context-entry .faq-wrapper .c-text-content .faq-entry,.c-novomind .ihelp-main-wrapper .ihelp-main-content .c-text-content .frequently-faq-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .c-text-content .suggested-faq-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .c-text-content .search-result-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .c-text-content .evaluation-button,.c-text-content .c-novomind .context-list-wrapper .context-entry .context-title,.c-text-content .c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry,.c-text-content .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item,.c-text-content .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button,.c-text-content .c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item,.c-text-content .c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item,.c-text-content a{text-decoration:none;color:#5be6fe}.c-novomind .context-list-wrapper .context-entry .faq-wrapper .has-no-touchevents .c-text-content .faq-entry:hover,.c-novomind .context-list-wrapper .context-entry .has-no-touchevents .c-text-content .context-title:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .has-no-touchevents .c-text-content .search-result-item:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .has-no-touchevents .c-text-content .evaluation-button:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .has-no-touchevents .c-text-content .frequently-faq-item:hover,.c-novomind .ihelp-main-wrapper .ihelp-main-content .has-no-touchevents .c-text-content .suggested-faq-item:hover,.has-no-touchevents .c-text-content .c-novomind .context-list-wrapper .context-entry .context-title:hover,.has-no-touchevents .c-text-content .c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry:hover,.has-no-touchevents .c-text-content .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item:hover,.has-no-touchevents .c-text-content .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button:hover,.has-no-touchevents .c-text-content .c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item:hover,.has-no-touchevents .c-text-content .c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item:hover,.has-no-touchevents .c-text-content a:hover{color:#fff}.c-text-content p{margin:0 0 16px;font-size:.9em}.c-text-content li{font-size:.9em}.c-text-content h1,.c-text-content h2,.c-text-content h3,.c-text-content h4{margin-bottom:16px;font-size:20px;font-weight:400}@media (min-width:90em){.c-text-content h1,.c-text-content h2,.c-text-content h3,.c-text-content h4{font-size:20px;margin-bottom:16px}}.c-text-content__title{margin-bottom:16px;font-size:20px;font-weight:400}@media (min-width:90em){.c-text-content__title{font-size:28px;margin-bottom:40px}}@media (max-width:89.99em){.c-text-content__text{font-size:14px}}@media (min-width:48em){.c-text-content__reduce-padding-top{padding-bottom:0;padding-top:40px}}@media (max-width:47.99em){.c-text-content__reduce-padding-top{padding-bottom:0;padding-top:0}}@media (min-width:48em){.c-text-content__reduce-padding-bottom{padding-bottom:40px;padding-top:0}}@media (max-width:47.99em){.c-text-content__reduce-padding-bottom{padding-bottom:0;padding-top:0}}@media (max-width:47.99em){.c-text-content__article{margin-bottom:0;margin-top:0}}.c-footer-sticky{position:fixed;bottom:-1px;left:0;width:100%;height:48px}@supports (padding-bottom:constant(safe-area-inset-bottom)){.c-footer-sticky{--safe-area-inset-bottom:constant(safe-area-inset-bottom);bottom:calc(var(--safe-area-inset-bottom) - 1px)}}@supports (padding-bottom:env(safe-area-inset-bottom)){.c-footer-sticky{--safe-area-inset-bottom:env(safe-area-inset-bottom);bottom:calc(var(--safe-area-inset-bottom) - 1px)}}.c-footer-sticky__safe-area{position:fixed;bottom:0;left:0;height:0;width:100%;background-color:#0c092a}@supports (padding-bottom:constant(safe-area-inset-bottom)){.c-footer-sticky__safe-area{--safe-area-inset-bottom:constant(safe-area-inset-bottom);height:var(--safe-area-inset-bottom)}}@supports (padding-bottom:env(safe-area-inset-bottom)){.c-footer-sticky__safe-area{--safe-area-inset-bottom:env(safe-area-inset-bottom);height:var(--safe-area-inset-bottom)}}.c-form-item{position:relative}.c-form-item__label{display:block;padding-bottom:12px;color:#fff;font-weight:600;overflow:hidden;text-overflow:ellipsis}.c-form-item__label--group{padding:7.5px 7.5px 2.5px}.c-form-item__label-bottom{position:absolute;top:15px;left:8px;z-index:15;font-size:12px;color:#000;cursor:text;transition:all .1s ease-in-out}.c-form-item__tooltip{position:absolute;bottom:45px;left:0;right:0;z-index:0;padding:8px;background-color:#4c76c5;font-size:14px;color:#fff;transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease;border-radius:8px 8px 0 0}.c-form-item__tooltip ul{padding-left:15px}.c-form-item__input,.c-form-item__select,.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .search-input,.c-payment input,.c-payment select{position:relative;display:block;width:100%;margin:0;padding:12px;background-color:#fff;border:1px solid transparent;border-radius:8px;color:#0c0a2a;font-size:18px}.c-form-item__input[readonly],.c-form-item__select[readonly],.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .search-input[readonly],.c-payment input[readonly],.c-payment select[readonly]{background-color:#fff;color:#0c0a2a}.c-form-item__input[disabled],.c-form-item__select[disabled],.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .search-input[disabled],.c-payment input[disabled],.c-payment select[disabled]{background-color:hsla(0,0%,100%,.1);color:#fff}.c-form-item__input.has-errors,.c-form-item__select.has-errors,.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .has-errors.search-input,.c-payment input.has-errors,.c-payment select.has-errors{border-color:#f75a5a}.c-form-item__input.has-focus,.c-form-item__select.has-focus,.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .has-focus.search-input,.c-payment input.has-focus,.c-payment select.has-focus{border-color:#4c76c5}.c-form-item__input--password,.c-form-item__select--password{border-bottom:none;margin-bottom:3px;padding-right:37px}.c-form-item__input--no-radius-left,.c-form-item__select--no-radius-left{border-radius:0 8px 8px 0}.c-form-item__input--small,.c-form-item__select--small{padding:3px}.c-form-item__input:-ms-input-placeholder,.c-form-item__select:-ms-input-placeholder,.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .search-input:-ms-input-placeholder,.c-payment input:-ms-input-placeholder,.c-payment select:-ms-input-placeholder{color:#0c0a2a}.c-form-item__input::placeholder,.c-form-item__select::placeholder,.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .search-input::placeholder,.c-payment input::placeholder,.c-payment select::placeholder{color:#0c0a2a}.c-form-item__select--no-arrow{-moz-appearance:none;-webkit-appearance:none}.c-form-item__select--no-arrow::-ms-expand{display:none}.c-form-item__select-currency{height:100%;width:100%;margin:0;padding:0;background-color:transparent;border:none;text-align:center}.c-form-item__error-icon{display:none;color:#d7333a;width:25px;height:25px;position:absolute;bottom:15px;right:8px}.c-form-item__error-icon--show{display:block}.c-form-item__eye-icon{width:30px;height:30px;position:absolute;top:46px;right:6px;cursor:pointer;transition:all .3s ease-in;color:#ccc}.c-form-item__eye-icon--is-active,.c-form-item__eye-icon.is-active{color:#0c0a2a}.c-form-item__calendar-icon{position:absolute;width:50px;padding:5px;top:0;right:0;bottom:0;z-index:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.c-form-item__calendar-icon svg{fill:#4c4c4c}.c-form-item__currency-inside{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:70px;height:50px;background-color:#0c0a2a;font-size:16px;text-align:center;color:#000;border-top-left-radius:5px;border-bottom-left-radius:5px}.c-form-item__currency-inside svg{fill:#a2a2a2}.c-form-item__currency-inside--is-active svg{fill:#000}.c-form-item__select{height:48px}.c-form-item__pwd-show{display:flex;align-items:flex-end;position:absolute;top:0;right:0;bottom:0;padding:6px;opacity:.5;cursor:pointer;transition:background .3s ease}.c-form-item__pwd-show:active,.c-form-item__pwd-show:hover{opacity:1}.c-form-item__pwd-show .show{display:inline-block}.c-form-item__pwd-show.active .show,.c-form-item__pwd-show .hide{display:none}.c-form-item__pwd-show.active .hide{display:inline-block}.c-form-item__pwd-indicator{display:block;height:6px;width:0;min-width:10%;max-width:100%;border:none;background:#d43f3a;transition:all .6s ease;border-radius:0 0 8px 8px}.c-form-item__pwd-indicator.is-low,.c-form-item__pwd-indicator.low{background:#f0ad4e}.c-form-item__pwd-indicator.is-medium,.c-form-item__pwd-indicator.medium{background:#059564}.c-form-item__pwd-indicator.high,.c-form-item__pwd-indicator.is-high{background:#55efb5}.c-form-item__suggestions{display:none;font-size:14px}.c-form-item__suggestions.active{display:block}.c-form-item__suggestions ul{margin:0;padding-left:25px}.c-form-item .parsley-error{border:1px solid #f75a5a;padding:12px;color:#000}.c-form-item.has-focus .c-form-item__tooltip{transform:scaleY(1)}.c-form-item--no-border{border-bottom:none}.c-form-item--currency .c-form-item__input,.c-form-item--currency .c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .search-input,.c-form-item--currency .c-payment input,.c-form-item--currency .c-payment select,.c-form-item--currency input,.c-form-item--currency select,.c-form-item--currency textarea,.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .c-form-item--currency .search-input,.c-payment .c-form-item--currency input,.c-payment .c-form-item--currency select{padding-left:70px;text-align:right}.c-form-item__wrapper{position:relative;align-items:center}.c-form-item__checkbox,.c-form-item__radio{width:30px;height:30px;vertical-align:middle;opacity:0;z-index:1}.c-form-item__radio:checked+.c-form-item__radio-custom:before{background-image:linear-gradient(#0c0a2a,#0c0a2a),linear-gradient(#fff,#fff);background-clip:content-box,border-box}.c-form-item__checkbox:checked+.c-form-item__checkbox-custom:before{background-image:url(../../../Content/images/build/svg/icons/check2.ab201ae.svg);background-position:50%;background-repeat:no-repeat;background-size:100%}.c-form-item__checkbox-custom,.c-form-item__radio-custom{display:inline-block;align-self:center}.c-form-item__checkbox-custom:before,.c-form-item__radio-custom:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;background:#fff;border:3px solid #fff;display:inline-block;vertical-align:middle;width:30px;height:30px;padding:6px;margin-right:10px;text-align:center;transition:all .3s ease;border-radius:8px}.c-form-item__checkbox-custom:before{border:none;transition:none}.c-form-item__currency-withdraw{position:absolute;width:30px;top:0;left:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;color:rgba(0,0,0,.6);font-size:20px}.c-form-item__radio-custom:before{border-radius:50%}.c-form-item__message{height:104px;max-width:100%}.c-form-errors,.c-form-success{margin-top:-9px;padding:8px;border-radius:0 0 8px 8px;list-style-type:none;text-align:left}.c-form-errors:empty,.c-form-errors__wrapper:empty,.c-form-success:empty,.c-form-success__wrapper:empty{display:none}.c-form-errors--old,.c-form-success--old{padding:0}.c-form-errors--old ul,.c-form-success--old ul{padding:8px}.c-form-errors--group,.c-form-success--group{margin-top:0;border-radius:8px}.c-form-errors ul.parsley--list,.c-form-errors ul.parsley-errors-list,.c-form-success ul.parsley--list,.c-form-success ul.parsley-errors-list{list-style-type:none}.c-form-errors ul.parsley-errors-list:empty,.c-form-success ul.parsley-errors-list:empty{display:none}.c-form-errors ul.c-form-errors__nrgs,.c-form-success ul.c-form-errors__nrgs{list-style-type:none;margin-top:-8px}.c-form-errors ul.c-form-errors__nrgs:empty,.c-form-success ul.c-form-errors__nrgs:empty{display:none}.c-form-errors--password ul.c-form-errors__nrgs,.c-form-errors--password ul.parsley-errors-list,.c-form-success--password ul.c-form-errors__nrgs,.c-form-success--password ul.parsley-errors-list{margin-top:-10px}.c-form-errors.c-form-errors--old li,.c-form-errors:not(.c-form-errors--group) li,.c-form-success.c-form-errors--old li,.c-form-success:not(.c-form-errors--group) li{padding-top:5px;color:#fff}.c-form-errors__nrgs,.c-form-success__nrgs{list-style-type:none}.c-form-errors__nickname-list,.c-form-success__nickname-list{list-style-position:inside;padding:5px;margin:0}.c-form-errors__nickname-list-item:hover,.c-form-success__nickname-list-item:hover{text-decoration:underline;cursor:pointer}.c-form-errors{background-color:#f75a5a}.c-form-errors--old.c-form-errors--group{padding:0}.c-form-errors--old.c-form-errors--group ul{padding:0 8px 8px;margin-top:8px}.c-form-success{background-color:#39d188}.c-form-item__password-field .c-form-item__error-icon--show{right:38px}.has-fallback-fullscreen .c-fullscreenClose{position:absolute;top:0;right:0;z-index:1000}.c-game{transition:transform .4s cubic-bezier(.165,.84,.44,1),opacity .4s cubic-bezier(.165,.84,.44,1);transform:none}.c-game.is-below,.is-below .c-game{transform:translateY(90px);opacity:0}.c-game__media,.c-game__media-inner{position:relative;overflow:hidden}.c-game__media-inner{border-radius:8px}.c-game__media-inner-wrapper--limit{max-width:70px}.has-no-touchevents .c-game:hover .c-game__media-inner:before{content:"";background-color:rgba(0,0,0,.6);width:100%;height:100%;position:absolute;z-index:1}.c-game__cta{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.c-game__caption{display:flex;align-items:center;height:35px;padding-top:4px;padding-bottom:4px}@media (min-width:85.375em){.c-game__caption{padding-right:10px;padding-left:10px}}.c-game__caption--small{height:auto;padding-top:4px;font-size:12px}@media (min-width:85.375em){.c-game__caption--small{padding-right:0;padding-left:0}}.c-game__caption--vertical{height:100%;padding-top:0;padding-left:10px;flex-direction:column;justify-content:center}.c-game__caption-hidden{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.has-touchevents .c-game__caption-hidden{pointer-events:auto}.c-game__link{flex:auto;display:block;font-size:12px;cursor:pointer}@media (min-width:85.375em){.c-game__link{font-size:15px}}.c-game__link:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.c-game__link--vertical{max-height:36px;padding:10px 0}.c-game__link--bold{color:#ffe349;font-size:14px;font-weight:600}.c-game__fav{z-index:1;margin-left:8px}.c-game__fav svg{stroke:#5be6fe;fill:transparent;stroke-width:1px;transition:fill .2s cubic-bezier(.55,0,.1,1);width:100%}.c-game__fav.is-favorite{display:block}.c-game__fav.is-favorite svg{fill:#5be6fe}.has-no-touchevents .c-game__fav:not(.is-favorite):hover svg{fill:rgba(91,230,254,.4)}.c-game__image{opacity:1}.c-game__image img,.c-game__image source{width:100%;height:100%;object-fit:cover}.c-game__image img{border-radius:8px}.c-game__image.is-lazy{opacity:0}.c-game__tv{position:absolute;left:5%;bottom:0;width:90%;margin-bottom:5%;z-index:0;overflow:hidden}.c-game__tv-wrap *{width:100%;height:100%}.c-game__tv-wrap{z-index:1}.c-game__screenshot{opacity:0;transition:opacity .2s cubic-bezier(.55,0,.1,1)}.c-game__tv .c-game__screenshot,.has-no-touchevents .c-game:hover .c-game__screenshot{opacity:1}.c-game__video{display:none}.has-no-touchevents .c-game:hover .c-game__video{display:block}@media (max-width:63.99em){.c-game.is-desktop-only{display:none!important}}.c-game.is-mobile-only{display:none!important}@media (max-width:63.99em){.c-game.is-mobile-only{display:block!important}}.c-game .c-game__jackpot{display:none;width:100%;height:25px;background-image:linear-gradient(45deg,transparent,transparent 50%,#000 0),linear-gradient(#000,#000),linear-gradient(135deg,#000,#000 50%,transparent 0);background-repeat:no-repeat;background-position:0,50%,100%;background-size:26px 25px,100% 100%,26px 25px;background-origin:border-box,content-box,border-box;color:#ffeba8;font-size:12px;font-weight:600;text-align:left;line-height:25px}@media (min-width:48em){.c-game .c-game__jackpot{text-align:center}}@media (min-width:64em){.c-game .c-game__jackpot{padding:0 25px}}@media (min-width:90em){.c-game .c-game__jackpot{left:10%;width:80%}}.c-game .c-game__jackpot.is-active{display:block}.c-game .c-game__jackpot-amount{text-shadow:0 0 5px #d43f3a,0 0 10px #d43f3a,0 0 20px #d43f3a,0 0 15px #d43f3a,0 0 20px #d43f3a}.c-game__title{color:#5be6fe}.has-no-touchevents .c-game:hover,.has-no-touchevents .c-game__hover:hover{z-index:2}.has-no-touchevents .c-game:hover .c-game__hover,.has-no-touchevents .c-game__hover:hover .c-game__hover{transform:translateY(0)}.has-no-touchevents .c-game:hover .c-game__cta,.has-no-touchevents .c-game__hover:hover .c-game__cta{display:block;max-width:100%}.has-no-touchevents .c-game:hover .c-game__image img,.has-no-touchevents .c-game__hover:hover .c-game__image img{border-radius:8px 8px 0 0}.has-no-touchevents .c-game:hover .c-game__media,.has-no-touchevents .c-game__hover:hover .c-game__media{z-index:11;margin:-16px -27px;border-radius:8px;box-shadow:.7px .7px 28.4px 11.6px rgba(0,0,0,.65);border:1px solid hsla(0,0%,100%,.1);background-color:#0c092a}.has-no-touchevents .c-game:hover .c-game__media--promo,.has-no-touchevents .c-game__hover:hover .c-game__media--promo{margin:-15px -9px;border:none;background-color:transparent;box-shadow:unset}.has-no-touchevents .c-game:hover .c-game__media--promo:hover .c-game__media-inner:before,.has-no-touchevents .c-game__hover:hover .c-game__media--promo:hover .c-game__media-inner:before{display:none}.c-game__cta-icon{display:block;width:20px;height:20px;margin:auto}.noDemo .c-game__cta-try{display:none}.c-game__fav-icon{flex:none;display:block;width:28px;height:24px}.c-game__tag-container{display:flex;justify-content:flex-end;position:absolute;top:0;right:0;left:0;z-index:1}.c-game__tag{position:relative;width:35px;height:25px;margin-left:-4px}@media (min-width:64em){.c-game__tag{width:60px;height:25px;margin-left:-24px}}.c-game__tag--new{position:relative}.c-game__tag--new:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fcd102;transform:skewX(45.5deg);transform-origin:bottom left;z-index:0}.c-game__tag--hot{position:relative}.c-game__tag--hot:before{content:"";display:block;background-color:#780d11;transform:skewX(45.5deg);transform-origin:bottom left;z-index:0}.c-game__tag--hot:before,.c-game__tag-text{position:absolute;top:0;right:0;bottom:0;left:0}.c-game__tag-text{padding-top:5px;font-size:12px;font-weight:700;text-align:center;text-transform:uppercase}@media (min-width:64em){.c-game__tag-text{font-size:14px}}.c-game__tag-text--new{background-color:#fcd102;color:#000}.c-game__tag-text--hot{background-color:#780d11;color:#fcd102}.c-game-deluxe{position:relative}.c-game-deluxe__atmospere,.c-game-deluxe__screenshot{width:100%;height:100%;object-fit:cover}.c-game-deluxe__screenshot{object-fit:contain}.c-game-deluxe__cta{position:absolute;right:12px;bottom:16px;left:12px}@keyframes goUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.c-game-deluxe__hover{display:none;transform:translateY(40px);animation:goUp .4s ease forwards;animation-play-state:paused;background-color:#000;background-clip:content-box}.c-game-deluxe__caption,.c-game-deluxe__hover{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.c-game-deluxe__caption{opacity:0}.has-touchevents .c-game-deluxe__caption{pointer-events:auto}.c-game-deluxe__link{display:block;width:100%;height:100%}.has-no-touchevents .c-game-deluxe:hover .c-game-deluxe__hover{display:block;animation-play-state:running;pointer-events:auto}.c-game-overlay-footer__trigger{display:flex;align-items:center;position:absolute;right:0;bottom:30px}.c-game-overlay-footer__trigger--closed{height:40px;width:40px;margin-right:10px;padding:0 15px;border-radius:6px;bottom:15px}.c-game-overlay-footer__item--collapse{display:flex;justify-content:center;align-self:center;cursor:pointer}.c-game-overlay-footer__item--collapse i{color:#fff}.c-game-overlay-footer__item--arrow{position:relative;display:flex;align-items:center;max-width:210px;height:100%;background:linear-gradient(270deg,#202a82,rgba(0,0,0,.01) 99%)}.c-game-overlay-footer__item--arrow:after{left:100%;top:50%;content:"";height:0;width:0;border:solid transparent;position:absolute;pointer-events:none;border-left-color:#202a82;border-width:36px 0 36px 16px;margin-top:-36px}.c-game-overlay-footer__item--bonus{cursor:pointer}.c-game-overlay-footer__game-list{display:flex;width:calc(100% - 400px);overflow:hidden;height:100px;transform:translateY(-20%);margin-bottom:-100px;padding:0 50px}.c-game-overlay-footer__game-list .swiper-container,.c-game-overlay-footer__game-list .swiper-wrapper{width:100%}.c-game-overlay-footer__game-list .c-game{width:120px;margin-right:12px}.c-game-overlay-footer__game-list .c-game:last-child{margin-right:0}.c-game-overlay-footer__game{cursor:pointer;transform:translateY(10%)}.c-game-overlay-footer .c-game:hover .c-game__media{cursor:pointer;transition:all .2s cubic-bezier(.55,0,.1,1);box-shadow:unset;margin:-9px -15px}.c-game-overlay-footer .c-game__media{border-radius:8px}.c-game-overlay{display:flex;flex-direction:column;z-index:2000}@media (max-width:64em){.c-game-overlay.c-overlay{z-index:20000}}.c-game-overlay__header{height:80px}.has-fallback-fullscreen .c-game-overlay__header{height:0}.c-game-overlay__nav{display:flex;height:100%;width:-moz-fit-content;width:fit-content;border-radius:6px;overflow:hidden}.c-game-overlay__content{background-color:#0f0949;flex:1 0 auto;position:relative;width:100%;background-position:"center 0";background-repeat:"no-repeat";background-size:"cover"}.c-game-overlay__game-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media (min-width:64.0625em){.c-game-overlay__game-wrapper{padding:20px 0 92px}.has-fallback-fullscreen .c-game-overlay__game-wrapper{padding:0}}.c-game-overlay__game-wrapper--splitscreen{background-image:url(../../../Content/images/build/assets/site/4er-bg.6c26cc3.jpg);background-repeat:no-repeat}.c-game-overlay__game-ratio{background-color:#000}.c-game-overlay__game-iframe,.c-game-overlay__game-item,.c-game-overlay__game-ratio,.c-game-overlay__iframe-wrapper{height:100%}@media (max-width:47.99em){.c-game-overlay__game-iframe{height:100vh}}.c-game-overlay__game-item{position:relative;width:100%;background-color:rgba(0,0,0,.5)}@media (min-width:64.0625em){.c-game-overlay__game-item{width:calc((100vh - 180px) * 16 / 9 + 20px);max-width:calc(100% - 100px)}.has-fallback-fullscreen .c-game-overlay__game-item{width:100%;max-width:100%}}.c-game-overlay__game-item.doubleframe,.c-game-overlay__game-item.multiframe{width:50%}@media (min-width:64.0625em){.c-game-overlay__game-item.doubleframe,.c-game-overlay__game-item.multiframe{min-width:34%;width:calc(((100vh - 80px) / 2 * 16 / 9) + 20px);max-width:calc(50% - 50px)}}.c-game-overlay__game-item.doubleframe{height:75%}.c-game-overlay__game-item.multiframe{height:50%}@media (min-width:64.0625em){.c-game-overlay__game-item{padding:4px}}.c-game-overlay__game-item--0.doubleframe{padding:4px 0 4px 4px}.c-game-overlay__game-item--0.multiframe{padding:4px 0 0 4px}.c-game-overlay__game-item--1.doubleframe{padding:4px 4px 4px 0}.c-game-overlay__game-item--1.multiframe{padding:4px 4px 0 0}.c-game-overlay__game-item--2.multiframe{padding:0 0 4px 4px}.c-game-overlay__game-item--3.multiframe{padding:0 4px 4px 0}.c-game-overlay__game-suggestions{height:100%;overflow-y:none}@media (max-width:47.99em){.c-game-overlay__game-suggestions{margin:0 -50px}}.c-game-overlay__game-suggestions-background{height:100%;background-color:#21166c}.c-game-overlay__suggestion-tabs{height:auto;position:relative;padding:0 10px;margin-bottom:8px}.c-game-overlay__suggestion-paging-link-left,.c-game-overlay__suggestion-paging-link-right{background-color:#21166c}.c-game-overlay__suggestion-paging-link-left{left:0}.c-game-overlay__suggestion-paging-link-right{right:0}.c-game-overlay__gamelist{height:calc(100% - 57px);overflow-y:auto;overflow-x:hidden}.c-game-overlay__gamelist.all-games{height:100%}.c-game-overlay__game-tab{border-right:1px solid #383838;cursor:pointer}.c-game-overlay__game-search{padding:8px}.c-game-overlay__game-search--close{padding-top:16px;margin-left:auto;cursor:pointer}.c-game-overlay__iframe-wrapper{margin:0 auto}@media (min-width:85.375em){.doubleframe .c-game-overlay__iframe-wrapper,.multiframe .c-game-overlay__iframe-wrapper{padding-bottom:4px}}.c-game-overlay__footer{display:flex;width:100%;align-items:center;height:72px;position:absolute;bottom:0;left:0}.c-game-overlay__footer.is-active{background:#4d58d1;align-items:initial}.has-fallback-fullscreen .c-game-overlay__footer{display:none}.c-game-overlay__tools{display:none;position:absolute;left:100%;top:0;z-index:1}@media (min-width:48em){.c-game-overlay__tools.is-active{display:block}}.doubleframe:nth-child(2n-1) .c-game-overlay__tools,.multiframe:nth-child(2n-1) .c-game-overlay__tools{right:100%;left:auto}.c-game-overlay__game-rating{color:#fff;font-size:14px}.c-game-overlay__game-fav svg{stroke:#5be6fe;color:transparent}.c-game-overlay__game-fav.is-active{color:#5be6fe}.c-game-overlay__game-fav.is-active svg,.has-no-touchevents .c-game-overlay__game-fav:not(.is-active):hover svg{fill:#5be6fe}.c-game-overlay__ingame-badge-wrapper{margin-top:5px;z-index:1;position:absolute;top:0;right:5px;display:flex;flex-direction:column;justify-content:center;align-items:center}.c-game-detail{background-repeat:no-repeat;background-position:top;background-size:100%}.c-game-detail__wrapper{padding-bottom:30px}.c-game-detail__gradient{background:linear-gradient(180deg,rgba(5,2,37,0) 2%,rgba(5,2,37,.7) 15%,rgba(5,2,37,.99) 30%)}.c-game-detail__title-wrapper{width:100%;padding-bottom:10px;border-bottom:1px solid hsla(0,0%,100%,.1)}@media (max-width:47.99em){.c-game-detail__title-wrapper--bg{background-color:hsla(0,0%,100%,.1)}}@media (max-width:47.99em) and (max-width:47.99em){.c-game-detail__title-wrapper--bg{border-top:2px solid hsla(0,0%,100%,.1);border-bottom:none}}.c-game-detail__title{display:none}@media (min-width:48em){.c-game-detail__title{display:block;font-size:30px;font-weight:600;text-align:center;text-shadow:0 0 1em #50a0e9,0 0 .2em #50a0e9;text-transform:uppercase}}.c-game-detail__title-sub{font-size:22px;font-weight:300}@media (min-width:48em){.c-game-detail__title-sub{font-size:28px}}.c-game-detail__fav{display:flex;align-items:center}.c-game-detail__fav-icon{width:32px}.c-game-detail__fav svg{stroke:#5be6fe;fill:transparent;stroke-width:2px;transition:fill .2s cubic-bezier(.55,0,.1,1);width:100%}.c-game-detail__fav.is-favorite svg{fill:#5be6fe}.has-no-touchevents .c-game-detail__fav:not(.is-favorite):hover svg{fill:rgba(91,230,254,.4)}.c-game-detail__poster{background-position:bottom;background-size:cover}@media (min-width:48em){.c-game-detail__poster{padding-bottom:24px}}@media (min-width:64em){.c-game-detail__poster{background-size:100%}}.c-game-detail__controls{display:flex;justify-content:center}.c-game-detail__controls .c-featured-game,.c-game-detail__controls .c-highroller-game,.c-game-detail__controls .c-jackpot-game,.c-game-detail__controls .c-special-game,.c-game-detail__controls .c-sweet-game{display:none!important}.c-game-detail__cta-wrapper{position:absolute;right:0;bottom:0;left:0;z-index:2}@media (min-width:48em){.c-game-detail__cta-wrapper{right:25%;left:25%;background-image:linear-gradient(90deg,transparent 10%,rgba(0,0,0,.8) 60%,transparent 90%)}}.c-game-detail__frame-text{text-align:center}@media (max-width:47.99em){.c-game-detail__text-c{order:2;width:100%}}@media (min-width:48em){.c-game-detail__text-c{padding-bottom:30px}}.c-game-detail__text-c h1,.c-game-detail__text-c h2,.c-game-detail__text-c h3,.c-game-detail__text-c h4{padding:10px 0;font-size:18px;font-weight:600}.c-game-detail__text-c p{padding-bottom:10px;margin:0}.c-game-detail__image{width:100%}@media (min-width:48em){.c-game-detail__image{width:250px}}.c-game-detail__rating{display:flex;align-items:center}@media (max-width:47.99em){.c-game-detail__rating{margin-top:16px}}.c-game-detail__rating-data{color:#fff;font-size:16px;line-height:1.7}@media (min-width:48em){.c-game-detail__rating-data{line-height:1.9;align-self:flex-end}}@media (min-width:48em){.c-game-detail__rating-wrapper{display:flex}}.c-game-detail__info-wrapper{display:flex;width:100%;justify-content:space-between}@media (min-width:48em){.c-game-detail__info-wrapper{width:auto;align-items:center}}@media (min-width:48em){.c-game-detail__badge-wrapper{display:flex}}@media (max-width:47.99em){.c-game-detail__badge-wrapper{margin-top:5px}}.c-game-detail__features{margin-bottom:16px;border-radius:8px;background-color:hsla(0,0%,100%,.1)}.c-game-detail__features--list{line-height:1.88}.c-game-detail__features tr{display:flex;flex-wrap:wrap;margin-bottom:16px}.c-game-detail__features tr:last-child{margin-bottom:0}.c-game-detail__features th{text-align:left;text-transform:uppercase;width:100%}.c-game-detail__feature-title{font-size:22px;font-weight:300}.c-game-detail__card-list{list-style-type:square;padding-left:16px}.c-game-detail__hero .c-game__cta{position:static;display:block;top:auto;left:auto;transform:none}@media (max-width:47.99em){.c-game-detail__hero-wrapper:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7) 70%)}}.c-game-detail__hero-image{position:relative;width:100%;height:100%;object-fit:cover}@media (min-width:48em){.c-game-detail__hero-image{border-bottom-right-radius:8px;border-bottom-left-radius:8px}}@media (max-width:47.99em){.c-game-detail__content{display:flex;flex-wrap:wrap}}.c-game-detail__summary-wrapper{padding-top:30px}@media (max-width:47.99em){.c-game-detail__gallery{padding-bottom:30px}}@media (max-width:47.99em){.c-game-detail__recommended{order:3}}.c-game-rating{align-items:center}.c-game-rating__star{display:flex;align-items:center;cursor:pointer;color:transparent;stroke:#5be6fe;stroke-width:1px}.c-game-rating__star-icon.c-icon{color:inherit}.c-game-rating__star.is-active{color:#5be6fe}.c-game-status{display:none}.has-fallback-fullscreen .c-game-status{display:block}.c-games-area{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px}.c-games-area__grid{display:flex}.c-games-area__grid .c-game{width:calc((100% - 16px) / 2.5);margin-right:8px}.c-games-area__grid .c-game:last-child{margin-right:0}@media (min-width:64em){.c-games-area__grid .c-game{width:calc((100% - 60px) / 6);margin-right:12px}.c-games-area__grid .c-game:last-child{margin-right:0}}@media (min-width:48em){.c-games-area{grid-gap:12px}}@media (min-width:85.375em){.c-games-area{grid-gap:24px}}@media (min-width:48em){.c-games-area--vertical{padding-top:24px;padding-bottom:24px}}.c-games-area--bg{position:absolute;left:calc(50% - 50vw);right:calc(50% - 50vw);top:0;bottom:0;background-repeat:no-repeat;background-position:top;z-index:-1}@media (min-width:120em){.c-games-area--bg{background-size:cover}}.c-games-area__link--all{text-transform:uppercase}.c-games-area__link--number{font-weight:300}@media (max-width:63.99em){.c-games-area__link--number{display:none}}@media (min-width:64em){.c-games-area__link--number-mobile{display:none}}.c-games-area__paging{top:46%}.c-games-area__section,.c-games-area__wrapper{max-width:1404px;position:relative}.c-games-area__section{min-width:0;margin-bottom:8px}.c-games-area__section--row-2{min-height:289px}@media (min-width:48em){.c-games-area__section--row-2{min-height:469px}}@media (min-width:64em){.c-games-area__section--row-2{min-height:325px}}@media (min-width:85.375em){.c-games-area__section--row-2{min-height:400px}}.c-games-area__section:not(:last-child):after{content:"";position:absolute;left:0;bottom:0;width:100%;height:8px;background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.1));-webkit-mask-image:linear-gradient(90deg,transparent 0,transparent 24px,#000 60px,#000 calc(100% - 60px),transparent calc(100% - 24px),transparent);mask-image:linear-gradient(90deg,transparent 0,transparent 24px,#000 60px,#000 calc(100% - 60px),transparent calc(100% - 24px),transparent)}@media (min-width:48em){.c-games-area__section:not(:last-child):after{bottom:-16px}}.c-games-area__section .slick-initialized .slick-list{margin:-48px;padding:48px}.c-games-area__tabs,.c-games-area__tabs .o-tabs__tab{z-index:2}.c-games-area__grid--promo.slick-initialized .slick-list,.c-games-area__grid.slick-initialized .slick-list{margin:-32px;padding:32px}@media (min-width:64em){.c-games-area__grid.slick-initialized{max-width:calc(100% + 12px)}}.c-games-area__grid .slick-slide{opacity:0;transition:opacity 1s}.c-games-area__grid .slick-slide.slick-active{opacity:1}@media (min-width:64em){.c-games-area__grid .is-desktopOverflow{display:none!important}}.c-games-area__grid .slick-next:before,.c-games-area__grid .slick-prev:before{font-size:30px}@media (max-width:63.99em){.c-games-area__grid .is-mobileOverflow{display:none}}.c-games-area__grid .slick-arrow.slick-disabled{display:none!important}.c-header{background-color:#0f0949;background-image:url(../../../Content/images/build/assets/header/header-1-bg.96bf0b7.png);background-size:cover}.c-header__grid{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;height:80px}@media (min-width:48em){.c-header__grid{justify-content:flex-start;height:80px}}.has-open-game .c-header__grid{max-width:100%}.has-fallback-fullscreen .c-header{display:none}.c-header__brand,.c-header__links,.c-header__nav,.c-header__search{pointer-events:auto;flex:none}.c-header__balance{min-width:0;width:160px;margin-left:-46px}@media (min-width:48em){.c-header__balance{padding-left:40px;min-width:240px;width:auto;border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-56px}}.c-header__status{z-index:1;cursor:pointer}.c-header__nav-user{pointer-events:auto}.c-header__nav-user--inbox{position:relative}.c-header__nav-user--inbox .c-btn,.c-header__nav-user--inbox .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .evaluation-contact-link,.c-header__nav-user--inbox .c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .evaluation-contact-link,.c-header__nav-user--inbox .c-payment button,.c-header__nav-user--inbox [data-bind="click: acceptFreeSpins"],.c-header__nav-user--inbox [data-bind="click: acknowledgeFreeSpinsResult"],.c-header__nav-user--inbox [data-bind="click: rejectFreeSpins"],.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no .c-header__nav-user--inbox .evaluation-contact-link,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes .c-header__nav-user--inbox .evaluation-contact-link,.c-payment .c-header__nav-user--inbox button{overflow:initial}.c-header__brand,.c-header__nav-primary{height:50%}@media (min-width:48em){.c-header__brand,.c-header__nav-primary{height:100%}}.c-header__brand{height:100%;display:flex;align-items:center}.c-header__registration{width:40%;max-width:150px;margin-left:auto}.c-header__search{width:60px;order:1}@media (min-width:48em){.c-header__search{width:auto;order:2}}.c-header__nav-primary{order:1;margin-right:2px;margin-left:auto;max-width:calc(100% - 62px)}@media (min-width:48em){.c-header__nav-primary{margin-right:0;margin-left:0}}.has-open-game .c-header__nav-primary{display:none}.is-authenticated .c-header__nav-user{min-width:0}.has-open-game .is-authenticated .c-header__nav-user--leaderboard{display:none}@media (min-width:48em){.is-authenticated .c-header__nav-user{width:auto;position:static;order:2;margin-left:auto;max-width:calc(100% - 128px)}}.is-not-authenticated .c-header__nav-user{width:100%;position:fixed;bottom:0;left:0;z-index:27}@media (min-width:48em){.is-not-authenticated .c-header__nav-user{width:auto;min-width:0;position:static;order:2;margin-left:auto}}@media (min-width:77.5em){.has-open-game .c-header__nav-user{margin-left:0}}@media (min-width:48em){.c-header__search{order:2;margin-left:25px}}.has-open-game .c-header__search{margin-left:-11px}.has-open-game .c-header__leaderboard-button{margin-left:30px}.c-header-main__bar{align-items:center}@media (min-width:64em){.c-header-main__bar{display:-ms-grid;display:grid;-ms-grid-columns:1fr 16px auto;grid-template-columns:1fr auto;grid-gap:16px;background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.1));background-size:calc(100% - 16px) 1px;background-repeat:no-repeat;background-position:8px 54px}}.c-header-main--vertical{display:flex;justify-content:center;padding:20px 0;border-bottom:1px solid rgba(212,212,255,.15);background-image:url(../../../Content/images/build/assets/header/header-3-bg.63bc5e2.jpg);background-repeat:no-repeat;background-position:50% 100%;background-size:auto 100%}@media (min-width:120em){.c-header-main--vertical{background-size:cover}}.c-headline-glow{font-weight:700;font-size:20px;text-transform:uppercase;color:#fff;text-shadow:0 0 10px #5be6fe}@media (max-width:63.99em){.c-headline-glow--dark{text-shadow:0 0 10px rgba(0,0,0,.65)}}@media (min-width:48em){.c-headline-glow{font-size:38px;line-height:40px}}.c-headline-mid{line-height:32px;margin-bottom:16px;margin-top:4px}@media (min-width:85.375em){.c-headline-mid{font-size:18px}}.c-headline-mid--vertical{justify-content:center;margin:8px 0}.c-headline-mid__text{font-size:20px;font-weight:300;letter-spacing:.6px;margin:0}@media (min-width:64em){.c-headline-mid__text{font-size:28px}}.c-headline-mid__text--vertical{font-size:36px}.c-headline-mid__button{z-index:2}.c-headline-reg{font-weight:600}.c-headline-section{font-size:28px;letter-spacing:.6px;font-weight:300;color:#fff}.c-headline-section__wrapper{display:flex;align-items:center}.c-headline-section__learn-more{color:#fcd102;font-size:16px}.c-headline-section__icon{padding-left:20px}.c-headline-section__desc{padding-top:45px}.c-headline-sub{font-size:18px;line-height:24px;color:#fff}.c-headline-sub--line-behind{display:flex;align-items:center;text-transform:uppercase}.c-headline-sub--line-behind:after,.c-headline-sub--line-behind:before{display:block;content:"";height:1px;background-color:#ffe349;flex:1 0 auto}.c-headline-sub--line-behind:before{margin-right:4px}.c-headline-sub--line-behind:after{margin-left:4px}.c-headline-sub--s{font-size:14px;line-height:20px}.c-highroller-game{z-index:1;position:absolute;top:0;right:5px;-webkit-overflow-scrolling:touch;pointer-events:none;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700}.c-jackpot-game.is-active:not(.u-hide)~.c-highroller-game{top:26px}.c-highroller-game__content{display:flex;justify-content:center;align-items:center;flex-direction:column;width:65px;height:40px;text-shadow:-.7px -.7px 0 rgba(24,12,76,.8);background:url(../../../Content/images/build/svg/icons/highroller-badge.361d90d.svg);background-position:top;background-size:contain;background-repeat:no-repeat;text-transform:uppercase;line-height:14px;font-size:12px}.c-game-overlay .c-highroller-game{position:static}.c-game-overlay .c-highroller-game__content{width:90%;height:50px;background-position-y:center}.c-game-detail__info-wrapper .c-highroller-game{position:static}@media (max-width:47.99em){.c-game-detail__info-wrapper .c-highroller-game{margin-top:-5px}.c-game-detail__info-wrapper .c-highroller-game__content{z-index:1}}@media (min-width:48em){.c-game-detail__info-wrapper .c-highroller-game{flex-direction:row}}.c-game-detail__info-wrapper .c-highroller-game__content{width:65px;height:45px}@media (min-width:48em){.c-game-detail__info-wrapper .c-highroller-game__content{margin:0}}.c-game-overlay__ingame-badge-wrapper .c-highroller-game{position:static;margin-top:-5px}.c-game-overlay__ingame-badge-wrapper .c-highroller-game__content{z-index:1;font-size:11px}.c-history__nav{border-radius:8px}.c-history__nav--h-line{border-right:1px solid #212121}.c-history__nav-date{position:relative;display:flex;align-items:center}.c-history__nav-date-title{display:block;padding:0 20px}.c-history__nav-date-input{position:relative;width:100%}.c-history__date-input{max-width:250px;padding:6px 12px;outline:0;line-height:1.42857143;border-radius:5px;border:1px solid #252525;background-color:#000;color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.c-history__date-input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ffe349}.c-history__date-picker{position:absolute;width:250px;top:100%;right:0;z-index:1}.c-icon-circle{flex:0 0 auto;width:28px;height:28px;margin-right:10px}.c-icon-circle--green{color:#39d188}.c-icon-circle--white{color:#fff}.c-icon-circle--yellow{color:#ffe349}.c-icon-status{width:66px;width:-moz-max-content;width:max-content;border-radius:50%}.has-fallback-fullscreen .c-icon-status{position:absolute;z-index:1000;left:8px;top:8px}.c-icon-status__icon{transform:rotate(180deg);color:#5be6fe}.c-icon-status__icon--bottom{position:absolute;bottom:4px}.c-icon-status__icon--bottom-star{bottom:23px}.c-icon-status__icon--bottom-leaderboard{bottom:18px;left:11px}.c-icon-status__icon--bottom-leaderboard-arrow{bottom:12px;left:32px}.c-icon-status__icon--bottom-user{bottom:18px;left:9px}.c-icon-status__icon--bottom-ribbon-star{left:-12px}.c-icon-status__icon--ribbon{position:absolute;top:0}.c-icon-status__leaderboard{display:none}.c-icon-status__leaderboard--ingame,.has-open-game .c-icon-status__leaderboard{display:block}.c-icon-status__leaderboard.is-active{filter:none;cursor:pointer}.c-icon-status__caption{position:absolute;left:22px;width:34px;bottom:-1px;font-size:14px;line-height:14px;font-weight:700;text-align:center;color:#fff;text-shadow:none;z-index:10}.c-icon-status__caption--center{left:11px;bottom:1px;width:49px}.c-icon-status__caption--leaderboard{left:17px;bottom:1px;width:36px;font-size:11px;border-radius:5px;background-color:#36389f;color:#fff}.c-icon-status__caption--no-shadow{text-shadow:none}.c-icon-status--spaced{margin-top:8px}@supports (margin-left:constant(safe-area-inset-left)){.c-icon-status--safe-area{margin-left:constant(safe-area-inset-left)}}@supports (margin-left:env(safe-area-inset-left)){.c-icon-status--safe-area{margin-left:env(safe-area-inset-left)}}.c-icon{margin:-3px;height:22px;color:#5be6fe}.c-icon--red-circle{width:40px;background-color:#881015;color:#ffe349;border-radius:50%;padding:10px}.c-icon--color-inherit{color:inherit}.c-icon--leaderboard-msg{color:#fff;width:74px}.c-icon--leaderboard-unlocked{color:#fff;width:160px;height:165px}.c-icon--vip{color:#5be6fe}.c-icon--light{color:#fff}.c-icon--flip{transform:rotate(180deg)}.c-icon--arrow{width:16px;height:24px}.c-icon--arrow-increase{color:#059564}.c-icon--sg-social{height:22px;width:22px}@media (min-width:85.375em){.c-icon--sg-social{height:30px;width:30px}}.c-icon--info{height:25px;width:25px}.c-icon--cross-red{color:#f75a5a}.c-icon--check-green{color:#39d188}.c-icon--letter{height:25px;width:25px}.c-icon--help{width:24px;height:24px}.c-icon--sidebar{width:42px;height:28px}.c-icon--promotions{padding-bottom:2px}@media (min-width:48em){.c-icon--promotions{padding-bottom:4px}}.c-icon--promotion-send{height:40px;width:40px}.c-icon--promotion-terms{height:15px;width:15px;display:inline-block}.c-icon--promotion-header{width:10px;margin-right:10px;display:inline-block;color:#fff}.c-icon--full{height:100%;width:100%}.c-icon--full-height{height:100%}.c-icon--rating{color:transparent;stroke:#5be6fe;stroke-width:1px}.c-icon--game-details-star{height:44px;width:44px}@media (min-width:48em){.c-icon--game-details-star{height:29px;width:29px}}.c-icon--level-ribbon{width:49px;height:22px}.c-icon--level-user{width:35px;height:36px}.c-icon--fullscreen{height:40px}.c-icon--10{height:10px}.c-icon--12{height:12px;width:12px}.c-icon--13{height:13px}.c-icon--16{height:16px}.c-icon--18{height:18px}.c-icon--20{height:20px}.c-icon--23{width:23px;height:23px}.c-icon--24{height:24px}@media (min-width:64em){.c-icon--24\@md\+{height:24px}}.c-icon--26{height:26px}.c-icon--28{height:28px}@media (min-width:48em){.c-icon--28\@sm\+{height:28px}}.c-icon--32{height:32px}.c-icon--36{height:36px}.c-icon--38{height:38px}.c-icon--40{height:40px}@media (min-width:48em){.c-icon--40\@sm\+{height:40px}}@media (min-width:64em){.c-icon--40\@md\+{height:40px}}.c-icon--42{height:42px}.c-icon--44{height:44px}.c-icon--48{height:48px}@media (min-width:64em){.c-icon--48\@sm\+{height:48px}}.c-icon--56{height:56px}@media (min-width:48em){.c-icon--56\@sm\+{height:56px}}.c-icon--60\@sm\+{height:60px}@media (min-width:64em){.c-icon--60\@md\+{height:60px}}.c-icon--70{height:70px}@media (min-width:64em){.c-icon--70\@md\+{height:70px}}.c-icon--80{height:80px;width:80px}@media (min-width:48em){.c-icon--80\@sm\+{height:80px}}@media (min-width:64em){.c-icon--120\@md\+{height:120px}}@media (min-width:64em){.c-icon--144\@md\+{height:144px;width:auto}}.c-icon--button{margin:-2px auto;color:#000}.c-icon--no-margin{margin:0}.c-inbox-message{border-bottom:1px solid hsla(0,0%,100%,.1);color:#fff;padding:12px}.c-inbox-message.is-unread{background-color:hsla(0,0%,100%,.1)}.c-inbox-message--dashboard{width:100%;background-color:#201d3e;border:1px solid hsla(0,0%,100%,.1);border-radius:6px;align-items:center}.c-inbox-message--dashboard.is-unread{border-color:#5be6fe}.c-inbox-message:last-child{border-bottom:none}.c-inbox-message--clicked{color:#fff}.c-inbox-message__body-wrapper{display:flex}.c-inbox-message__picture{max-width:64px}.c-inbox-message__content{flex:1;min-width:0;font-size:14px;word-wrap:break-word}.c-inbox-message__title{padding-bottom:10px;font-weight:600;font-size:16px}.c-inbox-message__title--dashboard{padding-bottom:0}.c-inbox-message__title p{margin:0}.c-inbox-message__text{color:#fff;line-height:1.3;margin-bottom:8px}.c-inbox-message__text--dashboard{margin-bottom:0}.c-inbox-message__text p{display:inline}.c-inbox-message__icon{display:inline-block;width:15px;height:13px;color:#ffe349}.c-inbox{width:320px}.c-inbox__content--dashboard{margin-bottom:30px}@media (min-width:64em){.c-inbox__wrapper{border-radius:8px}.c-inbox__wrapper.is-active{position:absolute;top:60px;left:-124px;bottom:auto;right:auto}.c-inbox__wrapper:before{content:"";position:absolute;height:0;width:0;top:-8px;left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid rgba(33,22,108,.8)}}.c-inbox__header{font-size:16px;font-weight:700;text-transform:uppercase;background-image:linear-gradient(0deg,#180c4c,#21166c)}.c-inbox__header--grid{justify-content:space-between}.c-inbox__more{color:#ffe349;cursor:pointer}.c-inbox__more-wrapper{text-align:right}.c-inbox__empty{padding:12px}.c-inbox__badge{display:flex;align-items:center;justify-content:center;position:absolute;left:30px;top:0;width:18px;height:18px;border-radius:50%;background-color:#fff;box-shadow:0 0 0 4px hsla(0,0%,100%,.2);color:#ba1c22;font-size:14px;font-weight:600}.c-inbox__paging{display:flex;justify-content:space-between;white-space:nowrap}.c-inbox__page-button,.c-inbox__paging--dashboard{justify-content:center}.c-inbox__page-button{height:32px;width:32px;display:flex;align-items:center;border-radius:6px;background-color:transparent;border:1px solid hsla(0,0%,100%,.1);color:#5be6fe;cursor:pointer}.c-inbox__page-button.is-active{color:#fff;border:1px solid hsla(0,0%,100%,.2)}.c-inbox__arrow{height:18px;width:18px;color:hsla(0,0%,100%,.4);margin:2px 0}.c-inbox__arrow--dashboard{height:12px;width:12px;color:inherit}.c-inbox__arrow.is-active{color:#fff;cursor:pointer}.c-interactive-teaser{overflow:hidden}.c-interactive-teaser__background{height:100%;width:auto;max-width:none;transform:translateX(-50%);animation:movingBg 15s ease infinite}.c-interactive-teaser__symbol{position:absolute;left:50%;top:50%;height:155px;width:auto;animation:rotatingG 7s infinite forwards;transform-style:preserve-3d}@keyframes rotatingG{0%{transform:translate(-50%,-50%) rotateY(0deg)}10%{transform:translate(-50%,-50%) rotateY(1turn)}25%{transform:translate(-50%,-50%) rotateY(0deg)}to{transform:translate(-50%,-50%) rotateY(0deg)}}@keyframes movingBg{0%{transform:translateX(-50%)}50%{transform:translateX(-20%)}to{transform:translateX(-50%)}}.c-invite-friends{overflow:hidden}.c-invite-friends__icon{cursor:pointer;display:inline-block}.c-invite-friends__img{position:relative;height:312px;background-image:url(../../../Content/images/build/assets/dashboard/invite-friends_bg.d4335eb.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px}.c-invite-friends__text{text-shadow:rgba(255,42,0,.4) -.1px 0 10px,rgba(255,42,0,.4) 0 -.1px 10px,rgba(255,42,0,.4) .1px 0 10px,rgba(255,42,0,.4) 0 .1px 10px,rgba(255,42,0,.4) -.1px -.1px 10px,rgba(255,42,0,.4) .1px .1px 10px;position:absolute;left:0;bottom:0;padding:inherit;width:100%;text-align:center;font-size:20px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;color:#fff}.c-invite-friends__status-title{cursor:pointer;font-weight:600;color:#5be6fe}.c-invite-friends__bonus-img{width:100%}.c-invite-friends__bonus-img-wrapper{position:relative}.c-invite-friends__bonus-amount,.c-invite-friends__bonus-title{position:absolute;left:0;width:100%;text-align:center;font-weight:900;font-size:24px;color:#fefe6c}@supports (background-clip:text) or (-webkit-background-clip:text){.c-invite-friends__bonus-amount,.c-invite-friends__bonus-title{background-image:linear-gradient(180deg,#fefe6c,#e28800),linear-gradient(#fef79b,#fef79b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-stroke:.4px #fefe6c}}.c-invite-friends__bonus-title{padding-left:15%;padding-right:15%;top:22%}@media (min-width:48em){.c-invite-friends__bonus-title{font-size:28px}}.c-invite-friends__bonus-amount{display:flex;align-items:center;justify-content:center;padding-left:25%;padding-right:25%;bottom:20%}@media (min-width:48em){.c-invite-friends__bonus-amount{font-size:30px}}.c-invite-friends__icon{color:#5be6fe}.c-invite-friends__list ul{margin-left:24px;padding-left:24px!important;list-style-type:square}.c-jackpot-box{border:1px solid rgba(91,230,254,.6);height:100%;border-radius:8px;box-shadow:0 0 11px 1.5px rgba(89,147,247,.77)}.c-jackpot-box__header{justify-content:space-between;align-items:center;flex-wrap:nowrap}.c-jackpot-box__header-wrapper{display:flex;height:66px;background-image:url(../../../Content/images/build/assets/modal/modal_header-bg.503b833.jpg);background-size:cover;border-radius:8px 8px 0 0;background-repeat:no-repeat}@media (min-width:48em){.c-jackpot-box__header-wrapper{font-size:18px}}.c-jackpot-box__title{display:flex;word-break:break-word;align-items:center;padding-right:8px;line-height:32px}.c-jackpot-box__icon{padding-right:8px;flex-shrink:0}@media (min-width:64em){.c-jackpot-box__button{margin-left:8px}}.c-jackpot-box__description{padding:16px 24px 8px}.c-jackpot-box__games{padding:8px 16px}@media (max-width:63.99em){.c-jackpot-box__games{overflow-x:hidden}}@media (min-width:64em){.c-jackpot-box__games .is-desktopOverflow{display:none!important}}@media (max-width:63.99em){.c-jackpot-box__games .is-mobileOverflow{display:none}}.c-jackpot-box__button{padding:0 24px 16px}.c-jackpot-box .slick-initialized .slick-list{margin:-20px;padding:20px}.c-jackpot-box .slick-slide{opacity:0;transition:opacity 1s}.c-jackpot-box .slick-slide.slick-active{opacity:1}.c-jackpot-box .slick-arrow.slick-disabled{display:none!important}@keyframes jackpot-glow{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.c-jackpot-game{z-index:1;display:none;position:absolute;top:0;right:0;left:0;height:60%;box-shadow:0 -4px 5px -2px rgba(255,198,0,.75);border-radius:5px 5px 0 0;overflow:hidden;background:url(../../../Content/images/build/assets/game/game-jackpot-background.0b0ba4f.png) top no-repeat;background-size:cover;-webkit-overflow-scrolling:touch;pointer-events:none;text-align:center}.c-game__media--promo .c-jackpot-game{height:20%;top:-3px;background:url(../../../Content/images/build/assets/game/jackpot-plate-curved.4493596.png) top no-repeat;background-size:100%;box-shadow:none;border-radius:none}.c-game__media--promo .c-jackpot-game__text{display:flex;justify-content:center;align-items:center;height:100%;background-color:transparent}@media (min-width:48em){.c-game__media--promo .c-jackpot-game__text{padding-bottom:5%}}.c-game__media--promo .c-jackpot-game__text:before{background-image:none}.c-jackpot-game.is-active{display:block}.has-no-touchevents .game:hover .c-jackpot-game{display:none}.c-jackpot-game__text{position:relative;padding:6px 0 4px;background-color:rgba(255,198,0,.7);font-size:12px;font-weight:700;color:#fff;text-shadow:0 0 12px #ff2a00,0 0 12px #ff2a00,0 0 12px #ff2a00,0 0 12px #ff2a00}.c-jackpot-game__text--curved{background-image:url(../../../Content/images/build/assets/game/jackpot-plate-curved.4493596.png)}.c-jackpot-game__text:before{content:" ";position:absolute;top:0;right:5px;bottom:0;left:5px;display:block}@media (min-width:64em){.c-jackpot-game__text:before{background-image:url(../../../Content/images/build/assets/game/game-jackpot-dots.3028cf9.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}.c-jackpot-game__text span{width:auto;display:inline-block;margin:0;padding:0}.c-last-winners__wrapper{position:relative;background-image:linear-gradient(0deg,#567ddb 0,#4d58d1 11%,#4853c9 50%,#404bbd 94%,#4d58d1 98%,#5f81e9);margin-top:32px}.c-last-winners__container{height:72px}.c-last-winners__arrow{padding-right:30px}.c-last-winners__title{position:relative;display:flex;align-items:center;height:calc(100% - 4px);margin-top:2px;margin-bottom:2px;background:linear-gradient(270deg,#202a82,rgba(0,0,0,.01) 99%);padding-right:24px;color:#fff;font-weight:700;text-shadow:0 0 9.4px #356ecf;text-transform:uppercase}.c-last-winners__title:after{left:100%;top:50%;content:"";height:0;width:0;border:solid transparent;position:absolute;pointer-events:none;border-left-color:#202a82;border-width:34px 0 34px 14px;margin-top:-34px}.c-last-winners__list{position:relative;overflow:hidden;list-style:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 36px,#000 calc(100% - 36px),transparent);mask-image:linear-gradient(90deg,transparent 0,#000 36px,#000 calc(100% - 36px),transparent)}@keyframes autoSlider{0%{transform:translateZ(0)}to{transform:translate3d(-2336px,0,0)}}.c-last-winners__list-item{animation:autoSlider 18s infinite forwards linear;transform-style:preserve-3d}.c-last-winners__list:hover .c-last-winners__list-item{animation-play-state:paused}.c-last-winners__item{width:304px;align-items:center}.c-last-winners__image{width:88px;height:88px;border-radius:50%;border:2px solid #567ddb;margin-top:-6px;margin-bottom:-6px;box-shadow:0 4px 8px 0 #190c4e}.c-last-winners__caption{font-size:13px}.c-language-selection{padding:10px}.c-leaderboard-button__position{position:relative}.c-leaderboard-button--wrapper{height:100%;margin:-4px auto 0}.c-leaderboard-button__icon{position:absolute;background:url(../../../Content/images/build/assets/leaderboard/tournament-icon.6486fb7.png) no-repeat;width:65px;height:65px;bottom:-9px;left:50%;transform:translateX(-50%);background-size:100%}.c-leaderboard-button__label{position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);background:url(../../../Content/images/build/assets/bonus/mid-time.675fa64.png) repeat-x;cursor:pointer;min-width:110px;height:22px;font-size:14px;text-align:center;font-weight:700;text-transform:uppercase;color:#fff;padding:0 1px}.c-leaderboard-button__label--position{position:relative;white-space:nowrap}.c-leaderboard-button__label:after,.c-leaderboard-button__label:before{content:"";position:absolute;width:21px;height:20px;bottom:2px}.c-leaderboard-button__label:before{background:url(../../../Content/images/build/assets/bonus/left-time.90ea6e1.png) no-repeat;left:-20px}.c-leaderboard-button__label:after{background:url(../../../Content/images/build/assets/bonus/right-time.082ffa3.png) no-repeat;right:-20px}.c-leaderboard-game-screen{position:absolute;top:0;left:0;height:100%;width:290px;z-index:20;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background-color:#21166c}@supports (padding-left:constant(safe-area-inset-left)){.c-leaderboard-game-screen{--safe-area-inset-left:constant(safe-area-inset-left);padding-left:calc(var(--safe-area-inset-left) + 8px)}}@supports (padding-left:env(safe-area-inset-left)){.c-leaderboard-game-screen{--safe-area-inset-left:env(safe-area-inset-left);padding-left:calc(var(--safe-area-inset-left) + 8px)}}.c-leaderboard-game-screen__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:10}@media (min-width:85.375em){.c-leaderboard-game-screen__overlay{display:none}}.c-leaderboard-game-screen__header{display:flex;align-items:center}.c-leaderboard-game-screen__title{min-width:0;word-wrap:break-word}.c-leaderboard-game-screen__close{margin-left:auto;min-width:32px;cursor:pointer}.c-leaderboard-game-screen__countdown{display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;text-align:left}.c-leaderboard-game-screen__countdown--timer{flex:0 0 auto;font-size:20px}.c-leaderboard-game-screen__message{background-color:#190c4e;font-size:16px;font-weight:600;text-align:center;text-transform:uppercase}.c-leaderboard-table{background-color:hsla(0,0%,100%,.1)}.c-leaderboard-table__title{background-color:hsla(0,0%,100%,.2);font-size:16px;font-weight:700}@media (min-width:48em){.c-leaderboard-table__title{font-size:30px}}.c-leaderboard-table__row{background-color:hsla(0,0%,100%,.1);text-align:center;font-size:14px;font-weight:700}.c-leaderboard-table__row.currentUser{background-color:hsla(0,0%,100%,.3)}@media (min-width:48em){.c-leaderboard-table__row{font-size:20px}}.c-leaderboard-table__row--position{height:20px;width:20px;border-radius:50%;background-color:#212121;display:flex;align-items:center;justify-content:center}@media (min-width:48em){.c-leaderboard-table__row--position{height:40px;width:40px}}.c-leaderboard-table__row--position-1{background-color:#ffe349;color:#000}.c-leaderboard-table__row--position-2{background-color:#8d8d8d}.c-leaderboard-table__row--position-3{background-color:#c67409}.c-leaderboard-table__row--user{display:flex;align-items:center}.c-leaderboard-table__row--score{display:flex;align-items:center;margin-left:auto}.c-leaderboard-table--separator{margin:0 15px}@media (min-width:48em){.c-leaderboard-table--separator{margin:0 20px}}.c-leaderboard-table--separator img{max-width:calc(100% - 30px)}@media (min-width:48em){.c-leaderboard-table--separator img{max-width:calc(100% - 40px);margin:0 20px}}.c-leaderboard-tile{position:relative;display:flex;justify-content:space-between;align-items:center;margin-left:15px;max-height:40px;font-size:16px;border:1px solid transparent}.c-leaderboard-tile--teaser{width:100%}@media (min-width:64em){.c-leaderboard-tile--teaser{width:50%}}.c-leaderboard-tile--race{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.1);border-radius:8px;font-weight:600}.c-leaderboard-tile--active{box-shadow:0 0 9.4px .6px #3bc1ff,inset 0 0 9.4px .6px #3bc1ff;border-color:#fff}.c-leaderboard-tile__rank{display:flex;align-items:center;justify-content:center;flex:1 0 auto;margin-left:-24px;min-width:34px;height:34px;color:#191732;font-weight:600;text-shadow:.5px .9px 1px hsla(0,0%,78%,.75)}.c-leaderboard-tile__rank--default{padding:5px;background:#b6c0eb;background:linear-gradient(180deg,#b6c0eb 0,#739fde 50%,#93c8ef);border:2px solid #9fcbf3;border-radius:8px}.c-leaderboard-tile__rank--prize{width:34px;font-size:12px;text-align:center}.c-leaderboard-tile__rank--bronze,.c-leaderboard-tile__rank--gold,.c-leaderboard-tile__rank--silver{height:48px;font-size:0}.c-leaderboard-tile__rank--bronze{background:url(../../../Content/images/build/assets/leaderboard/rank-bronze.bddc00c.png) no-repeat}.c-leaderboard-tile__rank--silver{background:url(../../../Content/images/build/assets/leaderboard/rank-silver.e88323f.png) no-repeat}.c-leaderboard-tile__rank--gold{background:url(../../../Content/images/build/assets/leaderboard/rank-gold.b4ebc06.png) no-repeat}.c-leaderboard-tile__username{width:100%;text-align:left;padding-left:10px}.c-leaderboard-tile__score{position:relative;margin-left:16px}.c-leaderboard-tile__score:before{content:"";position:absolute;top:50%;left:-16px;transform:translateY(-50%);width:10px;height:10px;background-color:#00acee;border-radius:5px}.c-leaderboard-tile__divider{background-image:url(../../../Content/images/build/assets/leaderboard/zigzag-divider.fad5e9f.png);margin-left:18px;height:4px;background-repeat:repeat-x;background-position:50%}.c-leaderboard-tile__text{width:100%;text-align:left;padding-left:10px}.c-leaderboard-tile__text--bold{font-weight:600}.c-leaderboard__wrapper{position:relative;background-image:url(../../../Content/images/build/assets/leaderboard/leaderboard-bg.61a72b5.jpg);background-repeat:no-repeat;background-size:cover;background-position:100% 0}@media (min-width:64em){.c-leaderboard__wrapper{border:1px solid #55d6fb;border-radius:8px;box-shadow:.5px .9px 32.6px 2.5px rgba(89,147,247,.77);background-size:100%;background-position:100% 0}}.c-leaderboard--locked{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:10;background-color:rgba(0,0,0,.8)}@media (min-width:48em){.c-leaderboard--locked{justify-content:center}}@media (min-width:64em){.c-leaderboard--border{border-right:2px solid hsla(0,0%,100%,.1)}}.c-leaderboard__title{font-size:28px}.c-leaderboard__teaser{position:relative;display:flex;justify-content:center}.c-leaderboard__teaser-content{position:absolute;bottom:0;left:0;width:100%;display:flex;flex-direction:column;align-items:center;font-weight:600}@media (max-width:47.99em){.c-leaderboard__teaser-content{justify-content:flex-end;height:100%}}.c-leaderboard__teaser-graphic{width:100%;height:auto}@media (min-width:48em){.c-leaderboard__teaser-graphic{border-top-left-radius:5px}}.c-leaderboard__teaser-graphic-wrapper:after{content:"";position:absolute;bottom:-1px;left:0;height:50%;width:100%;background-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.8) 50%)}.c-leaderboard__teaser-graphic-wrapper--no-race{background:url(../../../Content/images/build/assets/leaderboard/leaderboard_teaser_notournament.155f59d.jpg) no-repeat;border-bottom-left-radius:5px;border-top-left-radius:5px}.c-leaderboard__teaser-graphic-wrapper--no-race:after{border-bottom-left-radius:5px;bottom:0}.c-leaderboard__teaser-timer{background-color:#0c0927;border:2px solid #3cd490;border-radius:8px;text-align:center;font-weight:600}@media (max-width:47.99em){.c-leaderboard__teaser-timer{display:flex;align-items:center;align-self:flex-start;justify-content:center;margin-bottom:10px}.c-leaderboard__teaser-timer--completed{display:block}}.c-leaderboard__teaser-countdown{color:#3cd490;font-size:30px;text-shadow:0 0 8.3px #4c76c5}.c-leaderboard__teaser-countdown--spacing{line-height:.9}@media (max-width:47.99em){.c-leaderboard__teaser-countdown{font-size:20px}}.c-leaderboard__teaser-sub{color:#fff;font-size:12px;text-transform:uppercase}@media (max-width:47.99em){.c-leaderboard__teaser-sub{padding-right:5px;font-size:16px}}.c-leaderboard__teaser-title{color:#fff;font-size:20px;text-align:center}@media (min-width:48em){.c-leaderboard__teaser-title{padding-top:8px}}.c-leaderboard__subtitle{text-transform:uppercase;font-weight:600;text-align:left}.c-leaderboard__rules table{width:100%}@media (min-width:48em){.c-leaderboard__rules table{width:50%}}.c-leaderboard__rules table p{margin:0}.c-leaderboard__rules table tr:nth-child(2n){background-color:hsla(0,0%,100%,.1)}.c-leaderboard__info{font-size:28px;font-weight:600;text-align:center}.c-leaderboard__home-countdown{align-items:center;justify-content:space-between}.c-leaderboard__home-countdown-wrapper,.c-levels{position:relative}.c-levels{width:100%;font-size:16px;font-weight:600;text-align:center}.c-levels .swiper-container{margin:0;padding:0}@media (max-width:47.99em){.c-levels{overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media (min-width:48em){.c-levels{display:flex}}.c-levels__wrapper{position:relative}@media (max-width:47.99em){.c-levels__wrapper{margin:0 -8px}}@media (min-width:48em){.c-levels__wrapper--left-shadow:before{left:160px;background:linear-gradient(270deg,rgba(5,2,37,0),rgba(5,2,37,.9))}}@media (min-width:48em){.c-levels__wrapper--left-shadow:before,.c-levels__wrapper--right-shadow:after{content:"";position:absolute;z-index:2;top:0;width:145px;height:100%;pointer-events:none}.c-levels__wrapper--right-shadow:after{right:0;background:linear-gradient(90deg,rgba(5,2,37,0),rgba(5,2,37,.9))}}.c-levels__legend{display:flex;z-index:2}@media (min-width:48em){.c-levels__legend{align-items:flex-end;flex:0 0 160px}}.c-levels__legend-wrapper{display:flex;width:100%}@media (min-width:48em){.c-levels__legend-wrapper{flex-wrap:wrap;justify-content:normal;max-width:160px;padding-bottom:16px}}@media (max-width:47.99em){.c-levels__legend-wrapper{justify-content:space-between}.c-levels__legend-wrapper--vip{min-width:500px}}.c-levels__legend-item{display:flex;justify-content:center;flex-direction:column;align-items:center;width:105px}@media (min-width:48em){.c-levels__legend-item{justify-content:normal;flex-direction:row;align-items:center;width:auto}}.c-levels__legend-item--placeholder{width:80px}@media (min-width:48em){.c-levels__legend-item--placeholder{display:none}}.c-levels__legend-badge{height:52px;min-width:52px}.c-levels__legend-text{width:100%}@media (min-width:48em){.c-levels__legend-text{padding-left:8px;text-align:left}}.c-levels__progress-bar{display:none}@media (min-width:48em){.c-levels__progress-bar{position:relative;display:block;width:100%}}.c-levels__progress-bar-item{margin:0 auto;width:24px;height:24px;background-color:#3534a2;border-radius:50%}.c-levels__progress-bar-item:after{content:"";position:absolute;height:8px;background-color:#3534a2;width:calc(100% + 2px);top:50%;transform:translateY(-50%);left:0;z-index:-1}.c-levels__progress-bar-item.is-active:after{content:none}.c-levels__progress-bar-item--lastLevel:after{content:"";width:calc(50% + 1px)}.c-levels__progress-bar-item--fill.is-active{position:absolute;height:8px;background-color:#3534a2;top:50%;left:calc(50% + 10px);border-top-right-radius:8px;border-bottom-right-radius:8px;transform:translateY(-50%);background-image:linear-gradient(90deg,#4c76c5 1%,#39d188 99%);box-shadow:inset 1 0 5px 0 hsla(0,0%,100%,.5);z-index:2}.c-levels__progress-bar-item--fill.is-active.is-prev{background-image:none;background-color:#4c76c5}.c-levels__progress-bar-item.is-active{background-color:#4c76c5;border:1px solid #1d1b70}.c-levels__progress-bar-item.is-active:before{content:"";position:absolute;width:calc(100% + -18px);top:50%;z-index:1;left:19px;transform:translate(50%,-50%);height:10px;background-color:#180c4c;border-bottom:1px solid #1d1b70;border-top:1px solid #1d1b70}.c-levels__progress-bar-item--lastActiveLevel.is-active:before{content:none}.c-levels__progress-bar-item.is-next{background-color:#180c4c;border:1px solid #1d1b70}@media (min-width:48em){.c-levels__level-wrapper{position:relative;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;width:calc(100% - 160px)}}.c-levels__level-wrapper .swiper-button-next,.c-levels__level-wrapper .swiper-button-prev{display:block;z-index:3}.c-levels__level{text-align:center;width:100%;min-width:320px}@media (min-width:48em){.c-levels__level{position:relative;display:flex;flex-wrap:nowrap;min-width:0}}.c-levels__level .slick-list{margin:-2px;padding:2px}@media (max-width:47.99em){.c-levels__level--vip{min-width:500px}}.c-levels__level-item{display:flex;align-items:center;transition-duration:0s}.c-levels__level-item.swiper-slide-visible{transition-delay:.15s;transition-duration:.2s}@media (max-width:47.99em){.c-levels__level-item{position:relative;justify-content:space-between}}@media (min-width:48em){.c-levels__level-item{flex-wrap:wrap;border-top:1px solid transparent}.c-levels__level-item--vip{border:1px solid transparent}.c-levels__level-item:not(.swiper-slide-visible){opacity:0}}.c-levels__level-item--active{background-color:rgba(125,167,217,.1);border-top:1px solid #5be6fe;border-bottom:1px solid #5be6fe;box-shadow:inset .5px .9px 15.2px .8px rgba(156,229,255,.6)}@media (min-width:48em){.c-levels__level-item--active{border:1px solid #5be6fe;border-radius:8px;box-shadow:inset .5px .9px 32.6px 2.5px rgba(89,147,247,.77)}}@media (max-width:47.99em){.c-levels__level-item--active.c-levels__level-item{position:relative;padding-top:24px}}.c-levels__level-title{text-transform:uppercase}@media (min-width:48em){.c-levels__level-title{height:44px}}@media (max-width:47.99em){.c-levels__level-title--vip{position:absolute;top:5px}}.c-levels__level-amount{display:flex;align-items:center;justify-content:center;margin:10px;min-width:85px;background-color:#3534a2;box-shadow:inset 0 0 10px 0 #00acee;border:0 solid #fff;border-radius:6px;width:100%}@media (min-width:48em){.c-levels__level-amount{margin-bottom:28px;min-width:0}}.c-levels__level-amount--increase{display:inline-block;padding-left:10px}.c-levels__level-header{flex:1 0 auto;max-width:80px}@media (min-width:48em){.c-levels__level-header{flex:0 1 auto;height:116px;max-width:none;width:100%}}.c-levels__level-star{position:relative}.c-levels__level-star-icon{margin:0 auto;height:48px;width:56px}.c-levels__level-vip{position:relative}.c-levels__level-vip-icon{height:54px;width:66px;color:#5be6fe}@media (min-width:48em){.c-levels__level-vip-icon{margin:0 auto}}.c-levels__level-number{position:absolute;bottom:7px;left:50%;transform:translateX(-50%);text-align:center;font-weight:600;text-shadow:-.7px -.7px 2px #0f3a8c;color:#fff}@media (min-width:48em){.c-levels__level-number{bottom:8px}}.c-levels__level-number--current{bottom:3px}.c-levels__help{border-radius:8px}@media (max-width:47.99em){.c-levels__help{position:relative;max-width:800px;width:200%;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}}.c-levels__help-container{overflow-x:auto}.c-levels__help-wrapper{position:absolute;bottom:0;display:flex;align-items:center;width:100%;min-height:33.33%}@media (min-width:48em){.c-levels__help-wrapper{justify-content:space-around}}@media (min-width:48em){.c-levels__help-img{width:100%}}.c-levels__help-item{padding:0 12px;text-transform:uppercase;text-align:center;font-size:16px;font-weight:700;color:#fff;text-shadow:rgba(59,193,255,.4) -.1px 0 10px,rgba(59,193,255,.4) 0 -.1px 10px,rgba(59,193,255,.4) .1px 0 10px,rgba(59,193,255,.4) 0 .1px 10px,rgba(59,193,255,.4) -.1px -.1px 10px,rgba(59,193,255,.4) .1px .1px 10px}@media (max-width:47.99em){.c-levels__help-item{flex:none}}.c-levelup-ingame{width:320px;max-width:100%;height:96px;z-index:50;background-image:url(../../../Content/images/build/assets/dialog/lui-bg.fb661a2.png);background-repeat:no-repeat;background-position:50%;background-size:contain;position:absolute;top:3%;right:5%}@media (max-width:47.99em){.c-levelup-ingame{height:64px;width:214px;background-size:contain;margin-left:auto;margin-right:auto;left:0;right:0}}.c-levelup-ingame__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.c-levelup-ingame__wrapper--maxbet{display:flex;justify-content:flex-end}.c-levelup-ingame__coin{max-height:40px}@media (max-width:47.99em){.c-levelup-ingame__coin{max-height:26px}}.c-levelup-ingame__amount{display:flex;justify-content:center;align-items:center;flex-direction:column}.c-levelup-ingame__amount--label{font-size:16px;font-weight:700;text-shadow:.7px .7px 5.5px rgba(24,12,76,.8)}@media (max-width:47.99em){.c-levelup-ingame__amount--label{font-size:12px}}.c-levelup-ingame__value{font-size:36px;display:flex;align-items:center}@media (max-width:47.99em){.c-levelup-ingame__value{font-size:24px}}.c-levelup-ingame__value .c-bonus__title{font-size:inherit;font-weight:inherit}.c-levelup-ingame__star{position:absolute;left:-68px;top:-5px;width:136px;height:105px;margin-left:0;font-size:18px;background:url(../../../Content/images/build/assets/bonus/star-p.a390e0f.png) no-repeat 50%;background-size:cover;display:flex;justify-content:center;align-items:center;font-weight:900;color:#6a0519;padding:0;background-position-x:4px}@media (max-width:47.99em){.c-levelup-ingame__star{top:-19px}}.c-levelup-ingame__star--maxbet{top:30px}@media (max-width:47.99em){.c-levelup-ingame__star--maxbet{top:5px}}.c-levelup-ingame--maxbet{background-image:url(../../../Content/images/build/assets/dialog/lui-bg-mb.8bd1d7e.png);background-repeat:no-repeat;background-position:top;height:194px}@media (max-width:47.99em){.c-levelup-ingame--maxbet{height:128px}}.c-link{cursor:pointer;color:#5be6fe;font-weight:600;text-decoration:none}.c-link:active,.c-link:focus,.has-no-touchevents .c-link:hover{color:#fff}.c-link-glow{color:#fff;text-shadow:hsla(0,0%,100%,.7) 0 0 10px;text-transform:uppercase;transition:all .2s ease-out;font-weight:700}.c-link-glow.is-active,.has-no-touchevents .c-link-glow:hover{text-shadow:none}.c-link-glow.is-active .c-link-glow__icon,.has-no-touchevents .c-link-glow:hover .c-link-glow__icon{color:#fff}@media (min-width:48em){.c-link-glow{font-size:20px}.c-link-glow--sm{font-size:16px}}.c-link-glow--blue{text-shadow:rgba(59,193,255,.4) -.1px 0 10px,rgba(59,193,255,.4) 0 -.1px 10px,rgba(59,193,255,.4) .1px 0 10px,rgba(59,193,255,.4) 0 .1px 10px,rgba(59,193,255,.4) -.1px -.1px 10px,rgba(59,193,255,.4) .1px .1px 10px}.c-link-learn-more--flex{display:flex;align-items:center}.c-link-learn-more--xs-hidden{display:none}@media (min-width:48em){.c-link-learn-more--xs-hidden{display:inline-block}}.c-link-learn-more__icon{margin-left:10px}.c-link-learn-more__text{color:#5be6fe;font-size:16px}.c-list{margin-left:24px;padding-left:24px;list-style-type:square;color:#fff}.c-list:before{content:"";list-style-position:inside}.c-list--red{color:#881015}@media (min-width:85.375em){.c-list\@lg\+{margin-left:24px;padding-left:24px;list-style-type:square;color:#fff}.c-list\@lg\+:before{content:"";list-style-position:inside}.c-list\@lg\+--red{color:#881015}}.c-list-games__teaser{margin-bottom:10px}@media (min-width:48em){.c-list-games__teaser{margin-bottom:-33.33vw}}@media (min-width:64em){.c-list-games__teaser{margin-bottom:calc((100vw - 65px) * -1/3)}}@media (min-width:48em) and (max-width:63.99em){.c-list-games__item:nth-child(3){margin-left:66.66%}}@media (min-width:64em) and (max-width:85.365em){.c-list-games__item:nth-child(4){margin-left:50%}}@media (min-width:85.375em){.c-list-games__item:nth-child(5){margin-left:40%}}.has-iframe-content .c-list-steps{height:100%}.c-list-steps__item{display:none;position:relative}.c-list-steps__item.is-active{display:block}.has-iframe-content .c-list-steps__item{height:100%}.c-loader{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:-2px;background-color:#1b1a1a;z-index:10}.c-loader__spinner{width:100px;height:100px;transition:all 2s linear}.c-loader__spinner--rotate{transform:rotate(1turn)}.c-logo-link{display:block}.c-logo-link__logo{width:140px;height:50px}.is-authenticated .c-logo-link__logo{width:40px;height:28px}@media (min-width:48em){.is-authenticated .c-logo-link__logo{width:140px;height:50px}}.c-message,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes{color:#fff;border-radius:8px;list-style-position:inside;font-size:16px;font-weight:700;line-height:22px;padding:12px}.c-message__wrapper.is-hidden{display:none}.c-message__title{font-weight:700}.c-message__content--medium{font-size:24px}@media (min-width:48em){.c-message__content--big{font-size:32px}}.c-message--success{background-color:#39d188;color:#000}.c-message--success-bg{font-size:16px;background-image:url(../../../Content/images/build/assets/shop/success-bg.796cb30.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover}.c-message--error{background-color:#f75a5a}.c-message--notification,.c-message--sent,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes{background-color:#24233f;border:1px solid hsla(0,0%,100%,.1);color:#fff}.c-message--info{background-color:#7a7a7a}.c-menu-flyout{position:relative}.c-menu-flyout__trigger{border-radius:6px 0 0 6px}.doubleframe:nth-child(2n-1) .c-menu-flyout__toggle,.multiframe:nth-child(2n-1) .c-menu-flyout__toggle{order:6}.c-menu-flyout__content{position:absolute;top:0;right:51px}.doubleframe:nth-child(2n-1) .c-menu-flyout__content,.multiframe:nth-child(2n-1) .c-menu-flyout__content{right:auto;left:100%;display:flex}.c-modal{position:relative;display:flex;height:100%;width:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;align-items:center;flex-direction:column;justify-content:center;z-index:2100;transform:translate(0);background-repeat:no-repeat;background-size:1920px auto;background-position:top;margin:0 auto}@media (min-width:48em){.c-modal{height:auto}}@media (min-width:90em){.c-modal{background-size:100% auto}}.c-modal:after{content:"";position:absolute}.c-modal--no-bg{background:transparent}@media (min-width:48em){.c-modal--register{min-height:calc(100vh - 80px);background-image:url(../../../Content/images/build/assets/registration/registration-bg.731cae9.jpg);background-size:cover;z-index:0}}@media (min-width:48em){.c-modal--voucher{background-image:url(../../../Content/images/build/assets/site/voucher-bg.7dc5f0c.jpg)}}@media (min-width:48em){.c-modal--login,.c-modal--voucher{min-height:60vh;background-size:cover;z-index:0}.c-modal--login{background-image:url(../../../Content/images/build/assets/registration/registration-bg.731cae9.jpg)}}.c-modal--birthday{background-image:url(../../../Content/images/build/assets/promotions/birthday-landing-page-bg.9fd20de.jpg)}.c-modal--birthday,.c-modal--gold{background-color:#212121;z-index:0}.c-modal--gold{margin-top:80px;background-image:url(../../../Content/images/build/assets/promotions/gold-landing-page-bg.8287421.jpg)}@media (min-width:48em){.c-modal--gold{margin-top:80px}}.c-modal--z-index-zero{z-index:0}.c-modal__inner{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;transition:all .2s cubic-bezier(.55,0,.1,1);width:100%;height:100%;margin:0 auto;background-color:#0c0a2a;border:1px solid #5be6fe;border-radius:8px;box-shadow:.5px .9px 32.6px 2.5px rgba(89,147,247,.77)}.c-modal.is-active .c-modal__inner{opacity:1;transform:translateY(0)}@media (min-width:48em){.c-modal__inner{height:auto;max-width:590px}}.c-modal__inner--oversize{max-width:800px}.c-modal__inner--no-icon .c-btn--close{display:none}.c-modal__brand{display:flex;justify-content:center;width:100%;margin-top:20px;margin-bottom:20px}@media (min-width:64em){.c-modal__brand{margin-top:20px;margin-bottom:40px}}.c-modal__logo{width:50%;height:40px}@media (min-width:48em){.c-modal__logo{width:230px;height:56px}}.c-modal__title{align-self:flex-end;font-size:16px;font-weight:300}@media (min-width:48em){.c-modal__title{font-size:22px}}.c-modal__header{flex:none;background-image:url(../../../Content/images/build/assets/modal/modal_header-bg.503b833.jpg);background-size:auto 100%}.c-modal__content{flex:1 0 0%;max-height:calc(100% - 78px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media (min-width:48em){.c-modal__content{max-height:calc(100vh - 172px);flex-basis:auto}}.c-modal__content.has-iframe-content{overflow:visible}.is-ios .c-modal__content.has-iframe-content{overflow-y:scroll;overflow-x:hidden}.c-modal__headline{font-size:20px;font-weight:300;line-height:30px}@media (min-width:48em){.c-modal__headline{font-size:28px}}.c-modal__link-wrapper{justify-content:flex-end}@media (min-width:48em){.c-modal__link-wrapper{justify-content:space-between}}.c-modal__img-wrapper{width:100%;height:auto}.c-modal__img{width:100%}.c-modal__message{display:flex;align-items:flex-start;width:100%;background-color:rgba(0,0,0,.8)}@media (min-width:48em){.c-modal__message{align-items:center}}.c-modal__message-icon{background-color:#383838;border-radius:50%;min-width:45px;padding:10px}.c-modal__message-text{color:#fff}.c-modal__footer{flex:none;display:flex;align-items:center;justify-content:center;min-height:50px;background-color:hsla(0,0%,100%,.1);text-align:center;font-size:16px}.multiselect{border-radius:6px;background-origin:border-box;background-clip:content-box,border-box;cursor:pointer;min-height:0}.multiselect--secondary{border:none!important}.multiselect--secondary,.multiselect--secondary:hover{background-image:linear-gradient(180deg,#55d6fb,#56a5ed 8%,#2f62c8 51%,#1f73c3 86%,#65acf7)}.multiselect--secondary:hover{color:#fff;filter:brightness(120%);background-color:none}.multiselect--secondary.multiselect--active:hover{filter:none}.multiselect__content-wrapper{border:none!important;border-radius:5px 5px 0 0}.multiselect__content-wrapper,.multiselect__content-wrapper:hover{background-image:linear-gradient(180deg,#55d6fb,#56a5ed 8%,#2f62c8 51%,#1f73c3 86%,#65acf7)}.multiselect__content-wrapper:hover{color:#fff;background-color:none}.multiselect__tags{min-height:30px;display:block;padding:2px 6px;border-radius:0;border:none;background:transparent}.multiselect__single{margin:0;padding:6px 42px 6px 0;background:transparent}.multiselect__option-title{text-align:center;font-size:15px;line-height:32px;font-weight:700;color:#fff}.multiselect__content-wrapper{background-origin:border-box;background-clip:content-box,border-box}.multiselect__select{transform-origin:18.5px 16px;right:0;top:8px}.multiselect__select:before{background-image:url(../../../Content/images/build/svg/icons/arrowdown.aeb76e0.svg);background-repeat:no-repeat;width:32px;height:32px;display:block;position:absolute;border:none;margin:0;top:0;right:0}.multiselect__option{background-color:transparent;padding:6px 10px 6px 6px;min-height:36px}.multiselect__option--highlight,.multiselect__option--selected{background:hsla(0,0%,100%,.1)!important}.c-nav-help{position:fixed;z-index:10;bottom:20%;right:0;display:none;overflow:hidden;border-bottom-left-radius:5px;border-top-left-radius:5px}.c-nav-help__list{list-style:none}.c-nav-help__link{display:block;background-image:linear-gradient(#ffd965,#ffb300);padding:5px 10px;font-size:14px;font-weight:700}.c-nav-help__link,.has-no-touchevents .c-nav-help__link:hover{color:#000}.c-nav-help__ico{display:inline-block;margin:0 auto}@media (min-width:64em){.c-nav-help{display:block}}.c-nav-node{z-index:1;padding-right:20px}.c-nav-node__wrapper{position:relative;display:flex;justify-content:space-between}.c-nav-node__item{width:36px!important}.c-nav-node__item-num-w{display:block;border:4px solid #000;border-radius:100%}.c-nav-node__item-num-w--completed{border:4px solid #ffe349;background-color:#ffe349}.c-nav-node__item-num-b{position:relative;display:block;padding:5px;background-color:#000;border:2px solid #636363;border-radius:100%;color:#636363;cursor:pointer}@media (min-width:48em){.c-nav-node__item-num-b{padding:3px 8px}}.c-nav-node__item-num-b--current{border:2px solid #ffe349;color:#ffe349}.c-nav-node__item-num-b--completed{border:2px solid #ffe349;color:#000;background-color:#ffe349}.c-nav-node__line{position:absolute;width:100%;height:4px;top:50%;left:0;z-index:-1;background-color:#000}.c-nav-node__line--yellow-full{width:100%;background-color:#ffe349}.c-nav-primary{height:56px;background-color:#202485;background-image:url(../../../Content/images/build/assets/header/header-2-bg.cff1369.png);background-size:cover}.c-nav-primary__grid{height:100%}@media (max-width:63.99em){.c-nav-primary__grid{padding-right:0;grid-gap:0}}@media (min-width:64em){.c-nav-primary__grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 8px 224px;grid-template-columns:1fr 224px;grid-gap:8px;justify-content:space-between}}.c-nav-primary__link{padding-right:8px;padding-left:8px}@media (max-width:47.99em){.c-nav-primary__link{padding-top:2px}}:first-child>.c-nav-primary__link{margin-left:-8px}@media (min-width:48em){.c-nav-primary__link{padding-right:16px;padding-left:16px}:nth-child(2)>.c-nav-primary__link{margin-left:-18px}}.c-nav-primary__paging-link-left,.c-nav-primary__paging-link-right{height:100%;display:flex;align-items:center;justify-content:center}.c-nav-primary__paging-link-right{right:0;background-image:linear-gradient(90deg,transparent,#202485 16px,#202485 29px,#0c092a 0)}.c-nav-primary__paging-link-left{left:0;background-image:linear-gradient(270deg,transparent,#202485 16px,#202485 29px,#0c092a 0)}.c-nav-filter{max-width:100%;position:relative}.c-nav-filter__list{border-bottom:1px solid hsla(0,0%,100%,.1);min-width:100%;width:auto;transition:transform .4s}@media (min-width:64em){.c-nav-filter__list{border-bottom:none}}.c-nav-filter__item{position:relative;color:#5be6fe;font-weight:600;font-size:16px;text-transform:uppercase;padding:12px 25px}.c-nav-filter__item:before{content:"";height:2px;position:absolute;left:0;right:0;bottom:-1px;background-color:#fff;box-shadow:0 0 10px 1px #c5edff;opacity:0;transition:opacity .2s ease-out}.c-nav-filter__item.is-active:before,.has-no-touchevents .c-nav-filter__item:hover:before{opacity:1}.c-nav-filter__paging-link{background:#0c092a}.c-nav-game-tools{width:50px}.c-nav-game-tools__item{display:block;width:50px;height:50px;border:0;color:#fff;border-radius:0 6px 6px 0;background:rgba(0,0,0,.5);font-size:12px}.c-nav-game-tools__item.is-active i,.c-nav-game-tools__item:hover i{color:#fff;cursor:pointer}.c-nav-game-tools__item--rating{display:flex;align-items:center;justify-content:center;border-radius:0;cursor:pointer;stroke:#5be6fe;stroke-width:1px;width:30px}.c-nav-game-tools__item--rating.is-active i,.c-nav-game-tools__item--rating:hover i{color:#5be6fe}.c-nav-game-tools__item--close-rating{border-radius:6px 0 0 6px}.doubleframe:nth-child(2n-1) .c-nav-game-tools__item--close-rating,.multiframe:nth-child(2n-1) .c-nav-game-tools__item--close-rating{transform:scaleX(-1)}.c-nav-splitscreen{display:none}@media (min-width:77.5em){.c-nav-splitscreen{display:none;max-width:none;margin:0 auto;padding:10px 0}.has-open-game.has-no-touchevents .c-nav-splitscreen{display:block}.c-nav-splitscreen__item{color:#5be6fe;border-width:0;font-size:12px;text-transform:uppercase;cursor:pointer;border:1px solid hsla(0,0%,100%,.1)}.c-nav-splitscreen__item .is-active,.c-nav-splitscreen__item .is-active i,.c-nav-splitscreen__item:hover,.c-nav-splitscreen__item:hover i{color:#fff}}.c-nav-tabbed__wrapper{position:relative}.c-nav-tabbed__button{position:absolute;top:50%;transform:translateY(-50%);padding:8px;width:30px;cursor:pointer;z-index:5}.c-nav-tabbed__button-left{left:-8px}.c-nav-tabbed__button-right{right:-8px}.c-nav-user{justify-content:flex-end}.c-nav-user,.c-nav-user__bar{display:flex;align-items:center}.c-nav-user__bar{width:100%;background-color:#fff;font-weight:600}@media (min-width:64em){.c-nav-user__bar{flex:none;background-color:transparent}}@media (min-width:64em){.is-authenticated .c-nav-user__bar{position:static;height:auto;padding-right:0;padding-left:0}}.c-nav-user__fixed-left-bottom,.c-nav-user__fixed-right-bottom{pointer-events:auto}@media (max-width:85.365em){.c-nav-user__fixed-left-bottom,.c-nav-user__fixed-right-bottom{z-index:110;display:flex;align-items:center;position:fixed;bottom:-1px;width:50%;height:50px;background-color:#0f0949}@supports (padding-bottom:constant(safe-area-inset-bottom)){.c-nav-user__fixed-left-bottom,.c-nav-user__fixed-right-bottom{--safe-area-inset-bottom:constant(safe-area-inset-bottom);bottom:calc(var(--safe-area-inset-bottom) - 1px)}}@supports (padding-bottom:env(safe-area-inset-bottom)){.c-nav-user__fixed-left-bottom,.c-nav-user__fixed-right-bottom{--safe-area-inset-bottom:env(safe-area-inset-bottom);bottom:calc(var(--safe-area-inset-bottom) - 1px)}}}@media (max-width:85.365em){.c-nav-user__fixed-bottom{width:100%}}@media (max-width:85.365em){.c-nav-user__fixed-left-bottom{left:0}}@media (max-width:85.365em){.c-nav-user__fixed-right-bottom{right:0;justify-content:flex-end}}@media (min-width:85.375em){.c-nav-user__fixed-right-bottom{margin-left:10px}}.c-nav-user__amount{display:flex;align-items:center;position:relative;width:100%;height:40px;padding-right:10px;padding-left:10px;background-color:#881015;border-radius:8px;color:#fff;margin-right:10px}@media (min-width:64em){.c-nav-user__amount{min-width:240px;width:auto}}@media (min-width:85.375em){.c-nav-user__amount{margin-right:0}}.c-nav-user__deposit{display:flex;justify-content:center;margin-left:auto;margin-right:-10px}@media (max-width:47.99em){.c-nav-user__deposit{padding-left:5px;padding-right:5px}}.c-nav-user__toggle-menu{pointer-events:auto;position:relative}@media (min-width:85.375em){.c-nav-user__toggle-menu{margin-right:15px;margin-left:15px}}@media (min-width:90em){.c-nav-user__toggle-menu{margin-right:30px;margin-left:30px}}@media (max-width:85.365em){.c-nav-user__toggle-my-games{margin-left:10px}}.c-nav-user__safe-area{height:0;background-color:#0c092a}@supports (padding-top:constant(safe-area-inset-top)){.c-nav-user__safe-area{--safe-area-inset-bottom:constant(safe-area-inset-bottom);height:var(--safe-area-inset-bottom)}}@supports (height:env(safe-area-inset-bottom)){.c-nav-user__safe-area{--safe-area-inset-bottom:env(safe-area-inset-bottom);height:var(--safe-area-inset-bottom)}}.c-nav-user-menu{background-color:rgba(0,0,0,.6)}@media (min-width:85.375em){.c-nav-user-menu{border-radius:8px}.c-nav-user-menu:before{content:"";position:absolute;height:0;width:0;top:-8px;left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid rgba(27,26,26,.8)}}@media (min-width:48em){.c-nav-user-menu.is-active{top:80px}}@media (min-width:85.375em){.c-nav-user-menu.is-active{max-width:400px;height:auto}}.c-nav-user-menu__header{height:auto;background-color:rgba(27,26,26,.8);font-size:14px;font-weight:600}@media (min-width:85.375em){.c-nav-user-menu__header{border-top-left-radius:4px;border-top-right-radius:4px}}@media (max-width:85.365em){.c-nav-user-menu__content{height:100%;overflow:hidden;overflow-y:scroll}}.c-nav-user-menu__divider{border-bottom:1px solid #4c4c4c}@media (min-width:48em) and (max-width:85.365em){.c-nav-user-menu__divider{border-bottom:none}}.c-nav-user-menu__header-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.c-nav-user-menu__title{padding-right:15px}@media (min-width:48em) and (max-width:85.365em){.c-nav-user-menu__title{flex:0 0 auto;width:100%;padding-right:0;padding-bottom:5px}}.c-nav-user-menu__amount{font-size:16px;font-weight:300}.c-nav-user-menu__link{display:block;border:1px solid #ffe349;border-radius:8px}@media (min-width:85.375em){.c-nav-user-menu__link{display:inline;border:none}}@media (max-width:85.365em){.c-nav-user-menu__list{list-style:none}}@media (min-width:85.375em){.c-nav-user-menu__link-wrapper{padding-bottom:20px}}.c-nav-user-menu__item{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:0;font-size:14px;text-align:center;word-break:break-word}@media (min-width:85.375em){.c-nav-user-menu__item{display:inline;text-align:left;font-size:16px;font-weight:600}}.c-nav-user-menu__logout-wrapper{align-self:center}@media (min-width:85.375em){.c-nav-user-menu__logout-wrapper{order:1;border-bottom-left-radius:4px;border-bottom-right-radius:4px}}.c-nav-user-menu__logout{display:flex;align-items:center;justify-content:flex-end;color:#ffe349;font-size:18px;font-weight:300;text-transform:uppercase}@media (min-width:85.375em){.c-nav-user-menu__logout{justify-content:center;font-size:16px;font-weight:600}}.c-newsletter-box{overflow:hidden}@media (min-width:48em){.c-newsletter-box{border-radius:8px}}.c-newsletter-box__check{display:flex;align-items:center;background-color:#252240;border-radius:8px;font-size:16px;font-weight:600}@media (min-width:48em){.c-newsletter-box__check{order:1}}.c-newsletter-box__info{position:relative;display:flex;align-items:center;background-color:#0c092a;font-size:18px;font-weight:600}@media (min-width:48em){.c-newsletter-box__info{order:2;padding-right:15%;background-image:url(../../../Content/images/build/assets/dashboard/newsletter_bg.79fb2e1.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover;border-left:2px solid #5be6fe}.c-newsletter-box__info:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:-13px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:11px solid #5be6fe}}@media (min-width:64em){.c-newsletter-box__info{font-size:24px}}.c-novomind .ihelp-main-wrapper{display:flex;flex-wrap:wrap;min-width:100%}@media (min-width:48em){.c-novomind .ihelp-main-wrapper{flex-wrap:nowrap}}@media (max-width:47.99em){.c-novomind .ihelp-main-wrapper .ihelp-main-content{width:100%;margin-top:8px;order:2}}@media (min-width:48em){.c-novomind .ihelp-main-wrapper .ihelp-main-content{flex:1 0 0;min-width:66.66%;padding-right:24px}}.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper{position:relative}.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .submit-search-button{position:absolute;top:0;right:0;height:100%;width:50px;background-image:url(../../../Content/images/build/svg/icons/search-lupe.be35d1c.svg);background-position:50%;background-repeat:no-repeat;background-size:80%;border:none;font-size:0}.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .suggestions-wrapper{position:absolute;top:50px;left:0;width:100%;z-index:1;background-color:#fff;border-radius:8px;color:#000}.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .suggestions-wrapper.closed{display:none}.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .suggestions-wrapper .search-suggestions li{cursor:pointer;transition:all .2s cubic-bezier(.55,0,.1,1);text-decoration:none}.c-novomind .ihelp-main-wrapper .ihelp-main-content .search-wrapper .suggestions-wrapper .search-suggestions li:hover{color:#5be6fe}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-question{font-size:24px;line-height:32px}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-relatedsuggestions{font-weight:600}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .search-result-item{width:100%}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .dialog-answer-wrapper .dialog-text-wrapper i{display:inline-block}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper{margin-top:24px}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button{height:44px}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button-text-wrapper{position:relative;padding-top:10px;padding-right:46px;padding-left:46px}@media (max-width:47.99em){.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button-text-wrapper{width:100%}}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button-text-wrapper:before{content:"";position:absolute;top:0;left:0;height:46px;width:46px;color:#fff}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button.yes>.evaluation-button-text-wrapper:before{background-image:url(../../../Content/images/build/svg/icons/thumb-up.7e9aeb4.svg);background-repeat:no-repeat}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper .evaluation-button.no>.evaluation-button-text-wrapper:before{top:7px;transform:scaleX(-1);background-image:url(../../../Content/images/build/svg/icons/thumb-down.24887ff.svg);background-repeat:no-repeat}.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-no,.c-novomind .ihelp-main-wrapper .ihelp-main-content .dialog-wrapper .evaluation-wrapper.hilfreich-clicked-yes{margin-top:15px;margin-bottom:15px}.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faqs-wrapper,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faqs-wrapper{margin-top:8px;width:100%;background-color:hsla(0,0%,100%,.1);border-radius:8px}@media (min-width:48em){.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faqs-wrapper,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faqs-wrapper{margin-top:24px}}.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faqs-wrapper .frequently-faqs-headline,.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faqs-wrapper .suggested-faqs-headline,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faqs-wrapper .frequently-faqs-headline,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faqs-wrapper .suggested-faqs-headline{padding-top:0}.c-novomind .ihelp-main-wrapper .ihelp-main-content .frequently-faq-item,.c-novomind .ihelp-main-wrapper .ihelp-main-content .suggested-faq-item{width:100%}.c-novomind .context-list-wrapper{width:100%;background-color:hsla(0,0%,100%,.1);border-radius:8px}@media (min-width:48em){.c-novomind .context-list-wrapper{flex:none;height:-moz-min-content;height:min-content;width:33.33%;max-width:400px;padding-left:24px}}.c-novomind .context-list-wrapper .context-list-headline{padding-top:0}.c-novomind .context-list-wrapper .context-entry{padding-bottom:4px}@media (min-width:48em){.c-novomind .context-list-wrapper .context-entry{padding-bottom:10px}}.c-novomind .context-list-wrapper .context-entry .context-title{font-weight:600}.c-novomind .context-list-wrapper .context-entry .faq-wrapper{display:none}.c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry{position:relative;width:100%}.c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry-title{padding-left:20px}.c-novomind .context-list-wrapper .context-entry .faq-wrapper .faq-entry:before{content:"";position:absolute;top:6px;left:0;height:10px;width:10px;background-image:url(../../../Content/images/build/svg/icons/arrow_submenu.8b9e8a7.svg);background-repeat:no-repeat;color:#fff}.c-novomind .context-list-wrapper .context-entry input[type=checkbox]{display:none}.c-novomind .context-list-wrapper .context-entry input[type=checkbox]:checked~.faq-wrapper{display:block}.c-nav-sort__list :first-child .c-nav-sort__item{margin-right:-1px;border-radius:8px 0 0 8px}.c-nav-sort__list :last-child .c-nav-sort__item{border-radius:0 8px 8px 0}.c-nav-sort__item{color:#5be6fe;font-size:16px;border:1px solid hsla(0,0%,100%,.1);padding:0 20px;height:32px;min-height:32px}.c-nav-sort__item.is-active,.has-no-touchevents .c-nav-sort__item:hover{color:#fff;border:1px solid hsla(0,0%,100%,.2)}.c-overlay{top:0;right:0;bottom:0;left:0;overflow:hidden;position:fixed;display:flex;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;align-items:center;flex-direction:column;justify-content:center;z-index:120;background-color:rgba(0,0,0,.7)}.c-overlay--top-most{z-index:2200}.c-overlay--below-header{top:136px;background-color:rgba(0,0,0,.8)}.c-overlay--content-top{justify-content:flex-start}.c-overlay--game{overflow:hidden}.c-page{background-color:#0c092a;padding-top:80px;padding-bottom:50px}@media (min-width:48em){.c-page{padding-top:80px}}@media (min-width:85.375em){.c-page{padding-bottom:0}}.c-page--empty{padding-top:0}.c-page--empty,.c-page--registration{padding-bottom:0}.c-page--fixed-bottom-right{position:fixed;bottom:0;right:48px}.c-page__header{position:fixed;top:0;left:0;width:100%;transition:top .2s cubic-bezier(.55,0,.1,1);z-index:110}@media (min-width:48em){.has-open-game .c-page__header{background-color:transparent;z-index:130}}.c-page__sidemenu{position:fixed;top:0;left:0;bottom:0;right:0;overflow:hidden}@media (max-width:85.365em){.c-page__sidemenu--sticky-footer{bottom:50px}}.c-page__message-bar{position:fixed;left:0;right:0;padding-left:calc(50% - 702px);padding-right:calc(50% - 702px);z-index:110;opacity:.95}.c-page__message-bar--cookie-message{z-index:5000}.c-page__message-bar:empty{display:none}.c-page__message-bar:first-of-type{bottom:8px}.c-page__message-bar:nth-of-type(2){bottom:72px}@media (max-width:85.365em){.c-page__message-bar:first-of-type{bottom:48px;padding:8px}.c-page__message-bar:nth-of-type(2){bottom:144px;padding:8px}}@media (max-width:63.99em){.has-overlay\@md- .c-page{height:100vh;overflow-y:hidden}}@media (max-width:63.99em){.is-ios.has-overlay\@md- .c-page{position:fixed}}.has-overlay .c-page{height:100vh;overflow-y:hidden}.is-ios.has-overlay .c-page{position:fixed}@media (max-width:64em){.has-overlay.has-open-game .c-page{position:static;height:150%;overflow:hidden}}.c-payment{min-height:200px}.c-payment__wrapper{height:100%}.c-payment__iframe{height:calc(100% - 40px);-webkit-overflow-scrolling:touch}@media (min-width:48em){.c-payment__iframe{height:auto;min-height:460px;max-height:calc(100vh - 165px)}}.is-ios .c-payment__iframe{height:100%;max-height:none}@media (max-width:47.99em){.c-payment__success-game-item:nth-child(n+5){display:none}}.c-payment__provider-logo{background-position:0;background-repeat:no-repeat;background-size:auto 200%}.c-payment header img{max-width:100%}.c-payment .has-no-touchevents button:hover{color:#000;background-color:#fed02d}.c-payment button:active{background-color:#fed02d;box-shadow:inset 0 3px 3px 0 rgba(174,139,15,.54)}.c-payment button:disabled{background-color:#d9d9d9;color:#fff}.c-payment .box{margin-bottom:8px}.c-payment dl{display:flex;justify-content:center;background-color:#353535;text-align:center;font-size:16px;color:#fff;line-height:24px;-webkit-margin-before:0;-webkit-margin-after:0}.c-payment dd{padding-left:10px;font-weight:600;-webkit-margin-start:0}.c-payment #ui-deposit-amount dd span{margin-left:0}.c-payment fieldset{border:none}.c-payment form fieldset{margin:0}.c-payment .form-item{display:table;width:100%;margin-bottom:20px}.c-payment .form-item:last-child{margin-bottom:0}.c-payment .form-item .item-error,.c-payment .form-item .item-input,.c-payment .form-item .item-label{float:left}.c-payment .form-item .item-label{width:100%;padding-bottom:5px;font-size:14px}.c-payment .form-item .item-input{width:100%}.c-payment .form-item .item-error{color:#d7333a;width:100%}.c-payment .form-item.item-type-btn .item-input{width:100%;text-align:left}@media (min-width:28.125em){.c-payment .form-item .item-label{width:30%;padding-top:13px;padding-bottom:0}.c-payment .form-item .item-input{width:70%}.c-payment .form-item .item-error{padding-top:10px;padding-left:30%}}.c-payment .item-divider{display:none}.c-payment .item-type-group .input-origin{display:flex}.c-payment .input-origin .input-select-wrap:first-child{padding-right:20px}.c-payment section p{font-size:14px;color:#a2a2a2}.c-payment .bd{padding:15px}.c-payment [id=nrgs-creditCard-newCardCode]{width:80px}.c-payment [id=ui-nrgs-creditCard-newCardCode]{background-repeat:no-repeat;background-position:100% 100%;background-size:auto 50px;background-image:url(../../../Content/images/build/assets/deposit/cc-example.7a026d4.png)}.c-payment-type-item{height:205px;cursor:pointer}.c-payment-type-item__wrap{position:relative;display:flex;flex-direction:column;text-align:center;justify-content:flex-end;border:1px solid #383652;border-radius:8px;background-color:#201d3e;height:185px}@media (min-width:48em){.c-payment-type-item__wrap{background-position:center -15px}}.c-payment-type-item__limits-label{font-size:16px;font-weight:700;padding-top:6px}.c-payment-type-item__cta{margin-top:-8px;position:relative}.c-payment-type-item__cta:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%}.c-payment-type-item__logo{height:135px;width:100%;box-shadow:inset 0 1px 16px 0 #7a7a7a;background-color:#fff;border-radius:5px 5px 0 0;display:flex;justify-content:center;align-items:center;border:1px solid #fff}.c-payment-type-item__logo--container{height:100%;width:100%;padding:17% 10%;color:#000}@media (max-width:47.99em) and (orientation:landscape){.c-payment-type-item__logo--container{padding:8% 10%}}.c-payment-type-item__title{height:50px;width:100%;border-radius:0 0 5px 5px;background-color:#201d3e}.c-payment-type-item--center{display:flex;align-items:center;justify-content:center}.c-payment-type-item__btn{position:absolute}.c-payment-types__text{padding-bottom:16px}.c-payment-types__text--large{font-size:20px;letter-spacing:.4px;text-transform:uppercase}.c-payment-types__text--spaced{line-height:1.6}.c-payment-types-list__btn-all{font-size:13px;text-transform:uppercase;text-align:center}.has-all-items-visible .c-payment-types-list__btn-all{display:none}.c-payment-types-list__info{display:flex;align-items:center;color:#15af6d;font-size:15px}.c-payment-types-list__more{display:flex;justify-content:center}.c-payment-status__icon{margin:-16px 0}.c-payment-status__msg{display:flex;flex-direction:column;align-items:center;min-height:104px;height:100%;margin:-8px -8px 0;font-size:35px;font-weight:700;color:#fff;text-shadow:2px 4px 6px #7f1111}@media (min-width:64em){.c-payment-status__msg{margin:-24px -24px 16px}}.c-payment-status__msg--error,.c-payment-status__msg--success{background-color:red;background-image:url(../../../Content/images/build/assets/shop/error-bg.d642fc8.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.c-payment-status__msg--success{background-color:green;background-image:url(../../../Content/images/build/assets/shop/success-bg.796cb30.jpg);text-shadow:2px 4px 6px #511f7c}.c-payment-status__headline{font-size:20px;font-weight:300;line-height:30px}@media (min-width:64em){.c-payment-status__headline{font-size:28px}}.c-payment-status__payment-label{align-self:center}.c-payment-status__details{text-align:left}.c-payment-status__detail-label{font-weight:700}.c-payment-status__balance-old{font-weight:700;text-decoration:line-through}.c-payment-status__balance-update{font-weight:700;color:#39d188}.c-payment-status__balance-new{font-weight:700;font-size:36px;text-shadow:0 0 10px #3bc1ff}.c-payment-status__payment-type{height:100%;text-align:center;border:1px solid #383652;border-radius:8px;background-color:#201e3e}.c-payment-status__payment-logo{height:100%;width:100%;padding:8px;box-shadow:inset 0 1px 16px 0 #7a7a7a;background-color:#fff;border-radius:8px;display:flex;align-items:center;border:1px solid #fff}.c-payment-status__game-list{width:100%;display:flex}.c-payment-status__game-list .c-game{width:calc((100% - 48px) / 3);margin-right:24px}.c-payment-status__game-list .c-game:last-child{margin-right:0}.c-payment-status__game-list .o-paging__prev{left:16px}.c-payment-status__game-list .o-paging__next{right:16px}.c-payment-status__box{border-radius:8px;background-color:#24233f}.c-photobox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;padding:10%;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center}.c-photobox__wrapper{position:relative;border:1px solid #5be6fe;border-radius:8px;box-shadow:.5px .9px 32.6px 2.5px rgba(89,147,247,.77)}.c-photobox__wrapper img{border-radius:8px}.c-photobox__close{position:absolute;top:-10px;right:-10px;z-index:1;padding:2px 8px;background-color:rgba(0,0,0,.8);border:1px solid #5be6fe;border-radius:50%;box-shadow:.5px .9px 32.6px 2.5px rgba(89,147,247,.77);cursor:pointer}@supports (display:grid){.c-pillow-set{display:grid;grid-template-columns:repeat(4,1fr)}}.c-pillow-set__tile{display:flex;flex-direction:column;justify-content:center;background-size:100%;background-position:50%;background-repeat:no-repeat;background-image:url(../../../Content/images/build/assets/bonus/day-done.d45a0e3.png);padding:16%}.c-pillow-set__tile-value{font-size:13px;font-weight:400}@media (min-width:48em){.c-pillow-set__tile-value{font-size:16px;font-weight:700}}@media (min-width:64em){.c-pillow-set__tile-value{font-size:26px;font-weight:700}}.c-pillow-set__tile-label{margin-top:auto;margin-bottom:auto;display:flex;justify-content:center;font-size:10px;font-weight:700;color:#fff;text-shadow:.7px .7px 5.5px #7da7d9}@media (min-width:25em) and (orientation:landscape){.c-pillow-set__tile-label{font-size:10px}}@media (min-width:48em){.c-pillow-set__tile-label{font-size:12px;line-height:12px}}@media (min-width:64em){.c-pillow-set__tile-label{font-size:14px;line-height:18px}}.c-popup{z-index:50}.c-progress-bar{transform:skewX(-45deg);transform-origin:bottom;position:relative;margin-left:-40px;height:40px;background-image:linear-gradient(90deg,#636363 20%,#d9d9d9 0,#d9d9d9 40%,#828282 0,#828282 60%,#bdbdbd 0,#bdbdbd 80%,#a2a2a2 0)}.c-progress-bar__wrapper{position:relative;width:100%;overflow:hidden}.c-progress-bar__active{padding-right:100%;position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(90deg,#c67409 20%,#c2c2c2 0,#c2c2c2 40%,#ffb503 0,#ffb503 60%,#d9d9d9 0,#d9d9d9 80%,#356ecf 0);background-clip:content-box;transition:padding-right .8s cubic-bezier(.55,0,.1,1)}.c-progress-bar--margin{margin-top:20px;margin-bottom:20px}.c-progress-bar__labels{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:space-around;height:100%;width:100%;color:#000;font-size:10px}@media (min-width:20em){.c-progress-bar__labels{font-size:14px}}.c-progress-bar__heading-sub{font-size:16px;color:#fff}.c-progress-circle{position:relative;margin:0 auto;display:block;width:140px;height:140px}.c-progress-circle__inner{position:absolute;padding:20px;top:0;right:0;bottom:0;left:0}.c-progress-circle__content-wrap{display:inline-block;height:100%;padding:0;margin:0;color:#fff;border-radius:50%;cursor:pointer}.c-progress-circle__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.c-progress-circle__label{margin-top:5px;font-size:12px;color:#fff}.c-progress-circle__icon{margin:0 auto;width:27px;height:24px}.c-progress-circle__title{font-size:15px}.c-promo-landing-page{min-height:100vh;height:auto;width:100%;background-image:url(../../../Content/images/build/assets/promotions/relaunch-landing-page-bg_small.8aaca6e.jpg);background-repeat:no-repeat;background-size:100% auto;background-position:0 0}@media (min-width:48em){.c-promo-landing-page{background-image:url(../../../Content/images/build/assets/promotions/relaunch-landing-page-bg.fe6f34c.jpg);background-position:top}}@media (min-width:85.375em){.c-promo-landing-page{background-size:1920px auto}}@media (max-width:47.99em){.c-promo-landing-page{background-size:100%}}.c-promo-landing-page__wrapper{max-width:800px;margin-left:auto;margin-right:auto;text-align:center}@media (min-width:48em){.c-promo-landing-page__wrapper{text-align:left}}@media (min-width:64em){.c-promo-landing-page__wrapper{max-width:1210px}}.c-promo-landing-page__title{margin-top:70%;font-size:20px;font-weight:600;text-shadow:2px 2px 2px rgba(0,0,0,.5)}@media (min-width:48em){.c-promo-landing-page__title{margin-top:0;font-size:45px}}.c-promo-landing-page__sub{font-size:16px;font-style:italic;text-shadow:1px 1px 1px rgba(0,0,0,.5);line-height:1.4}@media (max-width:47.99em){.c-promo-landing-page__content{text-align:left}}.c-promo-landing-page__content-heading{font-size:25px}.c-promo-landing-page__text ol,.c-promo-landing-page__text ul{padding-left:20px;list-style-type:square}.c-promo-landing-page__text ol li,.c-promo-landing-page__text ul li{color:#fff}.c-promo-det{flex-direction:row;min-height:800px}@media (min-width:64em){.c-promo-det{min-width:1024px;min-height:500px}}@media (min-width:85.375em){.c-promo-det{min-width:1120px}}.c-promo-det__box--1{background-color:#21166c}.c-promo-det__box-title{font-size:20px;font-weight:600}@media (min-width:48em){.c-promo-det__image{float:right;width:350px;margin-left:8px;margin-bottom:8px}}.c-promo-det__subtitle{font-size:28px;font-weight:300;letter-spacing:.6px;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.1)}.c-promo-det__more-item{position:relative;width:240px;height:120px;margin:4px}.c-promo-det__more-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(0deg,#000 0,transparent 90%);z-index:0;border-radius:0 0 6px 6px;pointer-events:none}.is-active .c-promo-det__more-bg{filter:grayscale(100%)}.c-promo-det__more-p-title{position:absolute;bottom:5%;left:6%;width:88%;font-weight:700;z-index:1;color:#fff;text-shadow:hsla(0,0%,100%,.9) 0 0 10px;transition:all .2s ease-out}.has-no-touchevents .c-promo-det__more-bg:hover~.c-promo-det__more-p-title,.has-no-touchevents .c-promo-det__more-p-title:hover{text-shadow:none}.c-promo-det__more-p-description{font-size:14px;font-style:italic}.c-promo-det img{height:100%;width:100%;border-radius:6px}.c-promo-det__text{margin:0}.c-promo-det__text li{margin:0 0 0 15px}.c-promo-det__email-box{display:flex;align-items:center}.c-promo-det__toggle{display:block;color:#fcd102;font-weight:600;cursor:pointer}.c-promo-det--mid-title{display:flex;align-items:center}.c-promo-det ol,.c-promo-det ul{padding-left:20px}.c-promo-det ul{list-style-type:square}.c-promotions{min-height:155px}@media (min-width:48em){.c-promotions{min-height:188px}}@media (min-width:64em){.c-promotions{min-height:167px}}@media (min-width:85.375em){.c-promotions{min-height:234px}}.c-promotions .slick-next,.c-promotions .slick-prev{z-index:5}.c-promotions-slide{position:relative;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0}.c-promotions-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(180deg,transparent 0,transparent 30%,rgba(0,0,0,.7) 80%)}.c-promotions-slide__content{overflow:hidden;position:absolute;top:auto;right:0;bottom:0;left:0;display:block}.c-promotions-slide__data{display:block;height:auto;z-index:51}.c-promotions-slide__title{font-size:14px;font-weight:600;line-height:1.2;text-shadow:0 0 9.4px #3bc1ff;letter-spacing:.5px;letter-spacing:.3px;color:#fff;z-index:51}@media (min-width:85.375em){.c-promotions-slide__title{font-size:24px;letter-spacing:.5px}}.c-promotions-slide__action{display:flex;height:auto;z-index:51}.c-promotions-slide__link{font-size:14px;font-weight:600;color:#5be6fe;text-transform:uppercase;z-index:51}@media (min-width:85.375em){.c-promotions-slide__link{font-size:16px}}.has-no-touchevents .c-promotions-slide__link:hover{color:#fff}.c-promotions-slide__link-wrapper{display:flex;align-items:center;justify-content:center}.c-promotions-slide__img-link{z-index:50;position:absolute;height:100%;width:100%;opacity:1}.c-promotions-slide__img-link.is-lazy{opacity:0}.c-promotions-slide:first-child .c-promotions-slide__img{border-top-left-radius:8px;border-bottom-left-radius:8px}.c-promotions-slide:last-child .c-promotions-slide__img{border-top-right-radius:8px;border-bottom-right-radius:8px}.c-radio-item{display:block;margin-bottom:0;cursor:pointer;height:40px;padding:2px 5px;border:1px solid #333;outline:0;transition:border-color .3s ease}.has-no-touchevents .c-radio-item:hover{border-color:#ffb503}.c-radio-item__info{padding-left:45px;font-size:12px;color:#ffe349}.c-radial-progress{position:relative}.c-radial-progress__inner{top:0;right:0;bottom:0;left:0;position:absolute;border-radius:50%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.c-registration__separator{border-color:hsla(0,0%,100%,.1)}.c-registration__slider-container{position:relative}.c-registration__container-slider{margin-bottom:0}.c-registration__slide-item{padding:0 1px}.c-registration__head-i--padding-left{display:inline-block;padding-left:5px}.c-registration__form-c{position:relative}.c-registration__form-c--loading{max-height:400px;overflow:hidden}.c-registration--padding-top{padding-top:30px}.c-registration__promo-w{position:relative;padding-top:32px;border-radius:8px}.c-registration__promo-photo{width:100%;border-radius:8px}.c-registration__promo-headline{position:absolute;bottom:0;text-align:center;width:100%;padding:0 20px 20px}.c-registration-offer{background-color:hsla(44,66%,94%,.1)}.c-registration-offer__title{font-size:16px;font-weight:600;color:#fff}.c-registration-offer__sub{font-size:14px;color:#fff}.c-registration-offer__container{flex:none;display:flex;align-items:stretch;list-style:none}@media (max-width:47.99em){.c-registration-offer__container{overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;display:block}.c-registration-offer__container::-webkit-scrollbar{display:none}}@media (min-width:48em){.c-registration-offer__container{flex-wrap:wrap;min-width:100%}}.c-registration-offer__box-wrapper{display:block;flex:none}@media (min-width:48em){.c-registration-offer__box-wrapper{width:33.33%;min-width:0}}@media (max-width:47.99em){.c-registration-offer__box-wrapper{width:100%}}.c-registration-offer__box{display:flex;min-height:70px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;font-size:16px;font-weight:600}.c-search__wrapper{display:none;position:absolute;top:80px;left:0;height:calc(100vh - 80px);width:100%;padding:0;margin:0;background:#000;pointer-events:auto}@media (min-width:48em){.c-search__wrapper{top:80px;height:calc(100vh - 80px)}}.c-search__wrapper.is-active{display:block}.c-search--game-screen{display:none}.has-open-game .c-search--game-screen{display:block;height:36px}.c-search__form{display:flex;align-content:space-between;flex-wrap:wrap;width:100%;padding:15px 10px;min-height:120px;background-color:#9a0c12}@media (max-width:19.99em){.c-search__form{min-height:88px}}@media (min-width:48em){.c-search__form{padding:30px 15%;min-height:160px}}.c-search__form-title{display:flex;width:100%}@media (max-width:19.99em){.c-search__form-title{width:10%;order:2}}.c-search__form-label{font-size:20px;font-weight:400;text-transform:none;white-space:nowrap}@media (min-width:48em){.c-search__form-label{font-size:28px}}@media (max-width:19.99em){.c-search__form-label{display:none}}.c-search__form-input{position:relative;width:100%;line-height:40px;font-size:24px;color:#a2a2a2}@media (max-width:19.99em){.c-search__form-input{width:90%;order:1}}.c-search__form-input input{padding-left:45px}.c-search__form-input--icon{position:absolute;top:50%;left:10px;width:25px;height:25px;transform:translateY(-50%)}.c-search__form-close{margin-left:auto;width:20px;height:20px;color:#ffe349;cursor:pointer}@media (max-width:19.99em){.c-search__form-close{margin-top:20px}}@media (min-width:48em){.c-search__form-close{width:28px;height:28px}}.c-search__result{height:calc(100% - 120px - 50px);padding-top:10px;overflow-y:auto}@media (max-width:19.99em){.c-search__result{height:calc(100% - 88px - 50px)}}@media (min-width:48em){.c-search__result{height:calc(100% - 160px - 50px);padding-top:20px}}@media (min-width:85.375em){.c-search__result{height:calc(100% - 160px)}}.c-search__result-message{text-align:center;font-size:16px;margin:0 auto 10px;min-height:20px}@media (min-width:48em){.c-search__result-message{font-size:30px;margin:0 auto 30px;min-height:40px}}@media (min-width:64em) and (max-width:85.365em){.c-search__result-items.recommended .c-game:nth-child(n+11){display:none}}.c-search__box{position:relative;height:100%;display:block}.c-search__box:after{content:"";width:40px;position:absolute;top:4px;bottom:4px;left:4px;z-index:1;background-image:url(../../../Content/images/build/svg/icons/search-lupe.be35d1c.svg);background-repeat:no-repeat;background-size:contain}@media (min-width:77.5em) and (max-width:81.25em){.c-search__box--game-screen{display:none}}.c-search-results__input,.c-search__header{position:relative;height:100%;padding:5px 5px 5px 40px;background-color:rgba(53,52,162,.99);border:none;border-radius:6px;box-shadow:.7px .7px 2.9px .1px #6375ea,inset 1px 1.7px 7px 0 #221e79;color:#fff;font-weight:300}.c-search-results__input:-ms-input-placeholder,.c-search__header:-ms-input-placeholder{color:#fff;opacity:.7}.c-search-results__input::placeholder,.c-search__header::placeholder{color:#fff;opacity:.7}.c-search__header--dark{background-color:#190c4e;box-shadow:.7px .7px 2.9px .1px #3bc1ff,inset 1px 1.7px 7px 0 #090a36}.c-search__header--dark:-ms-input-placeholder{color:#fff}.c-search__header--dark::placeholder{color:#fff}.has-open-game .c-search__header--game-screen{display:none}.c-search-results{position:relative;width:100%;display:flex;flex-direction:column}.c-search-results__close-button{position:absolute;top:12px;right:-10px}@media (min-width:64em){.c-search-results__close-button{top:16px}}.c-search-results__form{height:100%}.c-search-results__title{font-size:24px;font-weight:300;letter-spacing:.6px;color:#fff;margin:14px 0;text-align:left;text-transform:none}@media (min-width:64em){.c-search-results__title{margin:18px 0;font-size:28px}}@media (min-width:48em){.c-search-results__title--center\@sm\+{text-align:center}}.c-search-results__title--lower-margin{margin:2px 0 14px}.c-search-results__search-box{margin:12px 0;padding-right:48px;height:40px}.c-search-results__input{padding:5px 5px 5px 10px}.c-search-results__content-mobile{overflow-y:auto;overflow-x:hidden}.c-settings{overflow:hidden}.c-settings__columns{background-image:linear-gradient(#252525,#252525);background-size:1px 100%;background-repeat:no-repeat;background-position:50%}.c-shop{display:grid;grid-auto-flow:row;grid-gap:8px}.c-shop__vip-status{display:grid;grid-gap:16px;grid-template-columns:max-content 1fr max-content;align-items:center;width:-moz-max-content;width:max-content;max-width:100%}.c-shop__footer{font-size:14px;padding-top:24px}@media (min-width:85.375em){.c-shop__footer{display:grid;grid-template-columns:1fr max-content;grid-auto-flow:row;grid-gap:8px}}.c-shop__currency-label{line-height:36px}.c-shop__links{justify-content:center;margin-top:16px;margin-bottom:-8px;padding-bottom:8px;padding-top:8px;background-color:hsla(0,0%,100%,.1)}@media (min-width:85.375em){.c-shop__links{grid-column:1/3;margin:16px -20px -20px}}.c-dashboard-sidebar{width:270px;background-color:rgba(33,33,33,.5)}.c-dashboard-sidebar__content{list-style:none}.c-dashboard-sidebar__link{width:100%;height:auto;color:#fff;transition:background .4s ease,border-color .4s ease}.c-dashboard-sidebar__link--active{background-color:#212121}.c-dashboard-sidebar__link--active .c-dashboard-sidebar__text{color:#fff}.has-no-touchevents .c-dashboard-sidebar__link:hover{background:#ffe349;color:#000}.has-no-touchevents .c-dashboard-sidebar__link:hover .c-dashboard-sidebar__text{color:#000}.c-dashboard-sidebar__button{height:60px}.has-no-touchevents .c-dashboard-sidebar__button:hover .c-dashboard-sidebar__text{color:#000}.c-dashboard-sidebar__text{font-size:16px;font-weight:600;color:#ffe349;line-height:1}.c-sidemenu{position:fixed;display:flex;justify-content:flex-end;width:100%;height:100%;top:0;z-index:1000;transform:translate3d(100%,0,0);transition:transform 1s}.c-sidemenu__close{height:42px;padding:6px;cursor:pointer}.c-sidemenu__menu{background:#21166c;overflow-y:auto;-webkit-overflow-scrolling:touch;width:270px}.c-sidemenu__menu--dashboard{height:100%;width:100%;background-image:none;padding:10px}.c-sidemenu__menu-link--dashboard.active{margin-right:-10px;max-width:none;border-radius:6px 0 0 6px;box-shadow:inset 1px 1.7px 7px 0 #090a36;background-color:#0c092a;color:#fff}.c-sidemenu__menu-wrapper{width:100%;padding:10px;background-image:url(../../../Content/images/build/assets/header/sidemenu-bg.f581c92.jpg);background-repeat:no-repeat}.c-sidemenu__menu .c-icon-status{cursor:pointer}.c-sidemenu__title{margin:0 0 24px}.c-sidemenu__panel--header{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center}.c-sidemenu__panel--content{min-height:50px}.c-sidemenu__panel--footer{height:24px;font-size:12px;font-weight:700;color:#5be6fe;margin:-2px -10px;border-radius:0 0 6px 6px;text-align:center;background-color:hsla(0,0%,100%,.1)}.has-sidemenu .c-sidemenu{transform:translateZ(0);visibility:visible;transition:transform .5s;background:rgba(0,0,0,.7)}.c-special-game{z-index:1;position:absolute;top:0;right:5px;-webkit-overflow-scrolling:touch;pointer-events:none;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700}.c-jackpot-game.is-active:not(.u-hide)~.c-special-game{top:26px}.c-special-game__content{display:flex;justify-content:center;align-items:center;flex-direction:column;width:65px;height:40px;text-shadow:-.7px -.7px 0 rgba(24,12,76,.8);background:url(../../../Content/images/build/svg/icons/special-badge.9920f76.svg);background-position:top;background-size:contain;background-repeat:no-repeat;text-transform:uppercase;line-height:14px;font-size:12px}.c-game-overlay .c-special-game{position:static}.c-game-overlay .c-special-game__content{width:90%;height:50px;background-position-y:center}.c-game-detail__info-wrapper .c-special-game{position:static}@media (max-width:47.99em){.c-game-detail__info-wrapper .c-special-game{margin-top:-5px;z-index:0}}@media (min-width:48em){.c-game-detail__info-wrapper .c-special-game{flex-direction:row}}.c-game-detail__info-wrapper .c-special-game__content{width:65px;height:45px}@media (min-width:48em){.c-game-detail__info-wrapper .c-special-game__content{margin:0}}.c-game-overlay__ingame-badge-wrapper .c-special-game{position:static;margin-top:-5px;z-index:0}.c-game-overlay__ingame-badge-wrapper .c-special-game__content{font-size:11px}.c-static-page h2,.c-static-page h3,.c-static-page h4{padding:10px 0}.c-static-page h1{font-size:28px;font-weight:300}.c-static-page h2{font-size:24px;line-height:32px}.c-static-page h3{font-weight:600}.c-static-page h3,.c-static-page h4{font-size:16px;line-height:22px}.c-static-page ol,.c-static-page ul{margin-left:20px}.c-static-page li{list-style-type:square}.c-steps{display:flex;align-items:center;background-color:#353535;font-size:16px;color:#fff}.c-steps__number{margin-right:20px;width:auto;background-color:#828282;font-size:18px;font-weight:600;color:#000;position:relative}.c-steps__number:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#828282;transform:skewX(-22.5deg);transform-origin:bottom left;z-index:0}@media (min-width:48em){.c-steps__number{margin-right:30px;font-size:20px}}.c-steps__number.has-active-step,.c-steps__number.has-active-step:before{background-color:#ffe349}.c-steps__title{position:relative;z-index:1}.c-streak{position:absolute;width:100%;z-index:10001;background-size:100%;top:160px;background-image:url(../../../Content/images/build/assets/bonus/over-1.f96b2e4.png);background-repeat:no-repeat;margin-left:-8px}@media (min-width:48em){.c-streak{margin-left:-50px;top:260px}}@media (max-width:85.365em) and (orientation:landscape){.c-streak{left:35vw;top:0;width:60vw}}.c-streak__content{display:flex;flex-direction:column;padding:8% 13% 2%}.c-streak__text{flex-shrink:0;font-size:18px}@media (min-width:48em){.c-streak__text{font-size:24px}}@media (min-width:64em){.c-streak__text{height:16%;margin:8px}}.c-streak__badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:22.77%}@media (min-width:48em) and (max-width:85.365em) and (orientation:landscape){.c-streak__badge{position:absolute;top:0;left:50%;width:10%;transform:translate(-50%,-30%)}}.c-streak__badge .c-icon{height:120px;width:auto}@media (max-width:47.99em) and (orientation:portrait){.c-streak__badge .c-icon{height:80px}}@media (max-width:63.99em) and (orientation:landscape){.c-streak__badge .c-icon{height:42px}}.c-streak__tiles{flex-shrink:0;height:35%;display:flex;justify-content:space-between}.c-streak__tile{display:flex;flex-direction:column;justify-content:center;width:20%;background-size:88%;background-position:50%;background-repeat:no-repeat;background-image:url(../../../Content/images/build/assets/bonus/day-notdone.b98c465.png)}@media (min-width:48em){.c-streak__tile{height:97px}}.c-streak__tile.is-active{background-image:url(../../../Content/images/build/assets/bonus/day-done.d45a0e3.png);background-size:100%}.c-streak__tile--bonus{min-width:100%;margin-bottom:4px;font-size:13px;font-weight:400}@media (min-width:48em){.c-streak__tile--bonus{font-size:26px;font-weight:700;margin-bottom:20px}}.c-streak__tile--day{min-width:100%;margin-top:4px;display:flex;justify-content:center;font-size:13px;font-weight:700;color:#fff;text-shadow:.7px .7px 5.5px #7da7d9}@media (min-width:48em){.c-streak__tile--day{margin-top:20px;font-size:16px}}.c-streak__amount{margin:auto auto 20px}.c-streak__cta{height:0}.c-streak__btn{margin:-25px auto 0}.c-support-area{width:300px}.c-support-area__extended{display:none}@media (min-width:48em){.c-support-area__extended{max-width:300px;display:block}}@media (min-width:48em){.c-support-area__extended-mob{display:none}}.c-support-area__close{display:flex;align-items:center}.c-support-area__nav{color:#000;cursor:pointer}.c-support-area__tab-content,.c-support-area__tab-nav{width:100%;background-color:#000}.c-support-area__back{background-color:#383838;color:#fcd102;cursor:pointer;display:flex;align-items:center}.c-support-area__back:hover{background-color:rgba(56,56,56,.8)}.c-support-area--align-right{display:flex;justify-content:flex-end}.c-support-area--icon{width:22px}.c-sweet-game{z-index:1;position:absolute;top:0;right:5px;-webkit-overflow-scrolling:touch;pointer-events:none;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700}.c-jackpot-game.is-active:not(.u-hide)~.c-sweet-game{top:26px}.c-sweet-game__content{display:flex;justify-content:center;align-items:center;flex-direction:column;width:65px;height:40px;text-shadow:-.7px -.7px 0 rgba(24,12,76,.8);background:url(../../../Content/images/build/svg/icons/sweet-badge.d22c113.svg);background-position:top;background-size:contain;background-repeat:no-repeat;text-transform:uppercase;line-height:14px;font-size:12px}.c-game-overlay .c-sweet-game{position:static}.c-game-overlay .c-sweet-game__content{width:90%;height:50px;background-position-y:center}.c-game-detail__info-wrapper .c-sweet-game{position:static}@media (max-width:47.99em){.c-game-detail__info-wrapper .c-sweet-game{margin-top:-5px;z-index:0}}@media (min-width:48em){.c-game-detail__info-wrapper .c-sweet-game{flex-direction:row}}.c-game-detail__info-wrapper .c-sweet-game__content{width:65px;height:45px}@media (min-width:48em){.c-game-detail__info-wrapper .c-sweet-game__content{margin:0}}.c-game-overlay__ingame-badge-wrapper .c-sweet-game{position:static;margin-top:-5px;z-index:0}.c-game-overlay__ingame-badge-wrapper .c-sweet-game__content{font-size:11px}.c-table-spec{font-size:14px;font-weight:600}.c-table-spec--dark{background:#000}.c-table-spec--large{font-size:16px;font-weight:400;text-transform:uppercase}.c-table-spec__wrapper{display:flex;padding-top:5px;padding-bottom:5px;justify-content:space-between;align-items:center}.c-table-spec__wrapper--total{border-top:1px solid #2d2d2d}.c-table-spec__wrapper--separator{border-top:1px solid currentColor}.c-table-spec__wrapper--separator-dash{border-top:1px dashed currentColor}.c-table-spec--padded .c-table-spec__wrapper{padding-right:5px;padding-left:5px}.c-table-spec__title{flex:1 1 auto;color:#858585}.c-table-spec__amount{flex:0 0 auto;align-self:flex-end;color:#fff}.c-table-spec__amount--xl{min-width:50%;font-size:22px;text-align:right;word-wrap:break-word}.c-tabset{background-color:rgba(25,12,78,.1)}.c-tabset__item{color:#5be6fe;font-weight:600;text-transform:uppercase}.c-tabset__item.is-active,.c-tabset__item:active,.has-no-touchevents .c-tabset__item:hover{color:#fff;box-shadow:0 4px 2px -2px #3bc1ff;border-bottom:1px solid rgba(33,99,249,.85)}.c-tabset__content{display:none}.c-tabset__content.is-active{display:block}.c-tabset__content-wrapper{display:flex;flex-wrap:wrap;justify-content:center}@media (min-width:48em){.c-tabset__content-wrapper{flex-wrap:nowrap;align-items:center}}.c-tabset__img{flex:0 0 auto}.c-tabset__text{flex:1 1 auto;min-width:0;text-align:center}@media (min-width:48em){.c-tabset__text{text-align:left}}.c-teaser-area{position:absolute;top:auto;right:0;bottom:0;left:0;display:block;z-index:52;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.35) 15%,rgba(0,0,0,.8))}@media (min-width:64em){.c-teaser-area{background-image:none}}.c-teaser-area__wrapper{position:relative;overflow:hidden;height:230px;background-color:#090619}@media (min-width:48em){.c-teaser-area__wrapper{height:300px}}@media (min-width:64em){.c-teaser-area__wrapper{height:352px}}.c-teaser-area__img{width:auto;min-height:100%;background-position:top;background-size:cover}@media (min-width:90em){.c-teaser-area__img{background-size:auto;background-repeat:no-repeat}}.c-teaser-area__img-link{z-index:50;position:absolute;height:100%;width:100%}.c-teaser-area__container{width:100%;text-align:center;transform:translateY(0);position:relative}@media (min-width:64em){.c-teaser-area__container{max-width:500px;text-align:left;padding-bottom:48px}}@media (min-width:64em){.c-teaser-area__container:after{content:"";position:absolute;top:0;left:0;width:130%;height:100%;margin-right:-10%;margin-left:-20%;z-index:-1;background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.6) 20%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.6) 80%,transparent)}}.c-teaser-area__subline{color:#fff;font-size:18px}.c-teaser-area__cta-wrapper{display:flex;flex-wrap:nowrap;justify-content:center}@media (min-width:64em){.c-teaser-area__cta-wrapper{justify-content:left}}.c-teaser-area__link{font-size:14px;font-weight:600;color:#5be6fe;text-transform:uppercase;z-index:51}@media (min-width:85.375em){.c-teaser-area__link{font-size:16px}}.c-teaser-area__link:hover{color:#fff}.c-teaser-bonus{position:relative}@media (min-width:48em){.c-teaser-bonus{background-image:linear-gradient(90deg,#000,#000 40%,transparent),url(../../../Content/images/build/assets/deposit/deposit-bonus_bg.d344dbe.png);background-repeat:no-repeat;background-position:0,100%;background-size:auto,auto 100%;height:112px}}.c-teaser-bonus__wrapper{display:none}.has-bonus-opted-out .c-teaser-bonus__wrapper,.has-bonus .c-teaser-bonus__wrapper{display:block}.c-teaser-bonus__title{font-size:20px;font-weight:600}.c-teaser-bonus__img{position:absolute;right:25px;bottom:0}.is-rejected{filter:grayscale(100%)}.c-teaser-registration{height:200px;background-repeat:no-repeat;background-position:top;background-size:auto 100%;background-color:#090619}@media (min-width:48em){.c-teaser-registration{height:290px}}@media (min-width:90em){.c-teaser-registration{height:500px;background-size:auto 100%}}.c-teaser-registration__shadow{height:100%;width:100%;display:flex;justify-content:center;align-items:flex-end;background-size:100% 100%;background-image:linear-gradient(180deg,transparent 0,transparent 18%,rgba(0,0,0,.95) 80%)}@media (min-width:48em){.c-teaser-registration__shadow{background-image:linear-gradient(180deg,transparent 0,transparent 30%,rgba(0,0,0,.7) 80%)}}@media (min-width:90em){.c-teaser-registration__shadow{background-image:none}}.c-teaser-registration__container{display:grid;grid-gap:8px;max-width:1012px;text-align:center;transform:translateY(0)}@media (min-width:90em){.c-teaser-registration__container{padding-bottom:0;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.35) 30%,hsla(0,0%,100%,.35) 70%,hsla(0,0%,100%,0)),linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.15) 30%,hsla(0,0%,100%,.15) 70%,hsla(0,0%,100%,0)),linear-gradient(90deg,transparent 0,rgba(0,0,0,.8) 30%,rgba(0,0,0,.8) 70%,transparent),linear-gradient(90deg,transparent 0,rgba(0,0,0,.5) 25%,rgba(0,0,0,.5) 75%,transparent);background-size:100% 1px,100% 1px,100% 100%,100% 44px;background-repeat:no-repeat;background-position:0 0,left 0 bottom 44px,0 0,0 100%}.c-teaser-registration__container--game-detail{background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.35) 30%,hsla(0,0%,100%,.35) 70%,hsla(0,0%,100%,0)),linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.15) 30%,hsla(0,0%,100%,.15) 70%,hsla(0,0%,100%,0)),linear-gradient(90deg,transparent 0,rgba(0,0,0,.8) 30%,rgba(0,0,0,.8) 70%,transparent);background-size:100% 1px,100% 0,100% 100%,100% 44px}}.c-teaser-registration__title{font-weight:700;font-size:34px;line-height:38px;text-transform:uppercase;text-shadow:0 0 10px #5be6fe}@media (max-width:63.99em){.c-teaser-registration__title_mobile_game_h1{font-size:20px;line-height:20px;letter-spacing:.4px;text-align:center;color:#fff;text-shadow:0 0 9.4px #3bc1ff}}.c-teaser-registration__subline{text-shadow:#ff2a00 -1px 0 12px,#ff2a00 0 -1px 12px,#ff2a00 1px 0 12px,#ff2a00 0 1px 12px,#ff2a00 -1px -1px 12px,#ff2a00 1px 1px 12px;font-family:georgia,times new roman,times,serif;color:#fdf4c1;font-size:20px;font-weight:500;letter-spacing:.2px}@media (min-width:90em){.c-teaser-registration__subline{font-size:23px;line-height:40px}}@media (max-width:63.99em){.c-teaser-registration__subline_mobile_game_h1{font-size:15px;letter-spacing:.3px;text-align:center;color:#fff}}.c-teaser-registration__form{width:100%;max-width:464px;margin:0 auto}.c-teaser-registration__input{box-shadow:0 0 11.7px 1.3px rgba(180,245,255,.77),inset 0 0 14px 0 #2962cf}.c-teaser-registration__input:-ms-input-placeholder{color:#4c76c5}.c-teaser-registration__input::placeholder{color:#4c76c5}.c-teaser-registration__icon{position:relative;border:2px solid hsla(0,0%,100%,.2);border-radius:8px 0 0 8px;background-image:linear-gradient(180deg,#55d6fb 4%,#50a0e9 7%,#356ecf 49%,#2f62c8 51%,#1f73c3 88%,#47b4f0 98%);box-shadow:0 0 11.7px 1.3px rgba(180,245,255,.77),inset 0 0 14px 0 #2962cf;width:60px;align-self:center;margin-right:-14px;-webkit-clip-path:polygon(calc(100% - 10px) -10%,calc(100% - 10px) calc(50% - 5px),100% 50%,calc(100% - 10px) calc(50% + 5px),calc(100% - 10px) 110%,-10% 110%,-10% -10%);clip-path:polygon(calc(100% - 10px) -10%,calc(100% - 10px) calc(50% - 5px),100% 50%,calc(100% - 10px) calc(50% + 5px),calc(100% - 10px) 110%,-10% 110%,-10% -10%);-webkit-clip-path:polygon(50px -10px,50px 17px,58px 24px,50px 31px,50px 58px,-10px 58px,-10px -10px);clip-path:polygon(50px -10px,50px 17px,58px 24px,50px 31px,50px 58px,-10px 58px,-10px -10px);padding-right:10px;z-index:2}.c-teaser-registration__icon i{color:#5be6fe}.c-teaser-registration__hint{line-height:44px}.c-leaderboard-box{border:1px solid rgba(91,230,254,.6);height:100%;border-radius:8px;box-shadow:0 0 11px 1.5px rgba(89,147,247,.77)}.c-leaderboard-box__header{justify-content:space-between;align-items:center;flex-wrap:nowrap}.c-leaderboard-box__header-wrapper{display:flex;min-height:66px;background-image:url(../../../Content/images/build/assets/modal/modal_header-bg.503b833.jpg);background-size:cover;border-radius:8px 8px 0 0;background-repeat:no-repeat}@media (min-width:48em){.c-leaderboard-box__header-wrapper{font-size:18px}}.c-leaderboard-box__title{display:flex;word-break:break-word;align-items:center;padding-right:8px;line-height:32px}.c-leaderboard-box__icon{padding-right:8px;flex-shrink:0}@media (min-width:64em){.c-leaderboard-box__button{margin-left:8px}}.c-leaderboard-box__countdown{flex-shrink:0;background-color:#0c0927;border:2px solid #3cd490;border-radius:8px;text-align:center}@media (max-width:47.99em){.c-leaderboard-box__countdown{position:absolute;top:0;right:0;margin-top:11px;margin-right:10px;margin-left:10px}}.c-leaderboard-box__countdown-timer{color:#3cd490;font-size:16px;font-weight:600;text-shadow:0 0 8.3px #4c76c5}@media (min-width:48em){.c-leaderboard-box__countdown-timer{font-size:18px}}.c-leaderboard-box__content{background-image:url(../../../Content/images/build/assets/leaderboard/leaderboard-bg.61a72b5.jpg);background-repeat:no-repeat;background-size:cover;background-position:100% 0}.c-leaderboard-box__content--no-bg{background:none;position:absolute;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}@media (max-width:63.99em){.c-leaderboard-box__content{overflow:hidden}}@media (min-width:64em){.c-leaderboard-box__content{background-size:100%;background-position:100% 0}}.c-leaderboard-box__bg{width:100%;border-radius:0 0 8px 8px}@media (min-width:64em){.c-leaderboard-box__bg{border-radius:0}}.c-leaderboard-box-content__img{margin:0 auto;max-width:40%}.c-leaderboard-box-content__text{color:#fff;margin:0 auto;text-transform:uppercase;letter-spacing:.3px;font-weight:700;font-size:20px;text-shadow:0 0 9.4px #3bc1ff}@media (min-width:48em){.c-leaderboard-box-content__text{font-size:2em}}.c-leaderboard-box-content__text--inactive{text-align:center}.c-usp{background-image:url(../../../Content/images/build/assets/usp/bg.50b78eb.png);background-repeat:no-repeat;background-position:50% 100%}.c-usp__media{width:100%;min-height:100%;opacity:1}.c-usp__media.is-lazy{opacity:0}.c-usp__title{padding:8px 0;color:#fff;text-align:center;text-transform:uppercase;font-size:14px;letter-spacing:.3px;font-weight:700;text-shadow:0 0 9.4px #3bc1ff;background-size:16px 2px;background-position:bottom;background-image:linear-gradient(hsla(0,0%,100%,.3),hsla(0,0%,100%,.3));background-repeat:no-repeat;margin:0}@media (min-width:90em){.c-usp__title{font-size:20px;padding:16px 0;background-size:28px 2px}}.c-usp__summary{padding:8px 0;color:#fff;text-align:center}@media (max-width:89.99em){.c-usp__summary{font-size:12px}}.c-usp__link{display:block}.c-usp__media{min-height:122px}@media (min-width:48em){.c-usp__media{min-height:257px}}@media (min-width:64em){.c-usp__media{min-height:170px}}@media (min-width:85.375em){.c-usp__media{min-height:238px}}.c-vip{width:650px;max-width:100%;background:url(../../../Content/images/build/assets/dialog/bg.059f4ad.png);background-repeat:no-repeat;background-position:50%;background-size:contain;position:relative}.c-vip__wrapper{padding:72px 8px}@media (max-width:63.99em){.c-vip__wrapper{max-width:100vmin}}.c-vip__content{padding:7% 9% 4%}.c-vip__content--center{text-align:center}.c-vip__content--badge{padding-top:5%}@media (min-width:64em){.c-vip__content--badge{padding-top:10%}}.c-vip__close{top:-3.5vmin;right:4.5vmin;transform:translate(50%,50%);width:9.538vmin;height:9.538vmin;max-width:62px;max-height:62px;position:absolute;background-image:url(../../../Content/images/build/assets/bonus/close.0d077d6.png);background-size:contain;background-repeat:no-repeat;z-index:1}@media (min-width:40.625em){.c-vip__close{top:10px;right:-10px;transform:none}}.c-vip__badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);height:18.462vmin;max-height:120px}.c-vip__badge i{color:#5be6fe}@media (min-width:64em){.c-vip__badge{transform:translate(-50%,-40%)}}.c-vip__title{text-align:center;font-weight:900;font-size:30px;max-width:100%}@media (min-width:48em){.c-vip__title{font-size:52px}}@supports (background-clip:text) or (-webkit-background-clip:text){.c-vip__title{background-image:linear-gradient(180deg,#fefe6c,#e28800),linear-gradient(#fef79b,#fef79b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-stroke:1px #fefe6c}}.c-vip__arrow{font-size:30px}@supports (background-clip:text) or (-webkit-background-clip:text){.c-vip__arrow{background-image:linear-gradient(180deg,#fefe6c,#e28800),linear-gradient(#fef79b,#fef79b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-stroke:1px #fefe6c}}.c-vip__copy{font-size:12px;line-height:12px;color:#fff}@media (min-width:48em){.c-vip__copy{font-size:22px;line-height:28px}}.c-vip__progress{text-align:center}.c-vip .c-vip__cta{position:absolute;bottom:1.5vmin;left:50%;transform:translate(-50%,50%);font-size:12px}@media (min-width:48em){.c-vip .c-vip__cta{font-size:16px}}@media (min-width:40.625em){.c-vip .c-vip__cta{bottom:8px}}.c-video{width:100%;height:100%}.c-wheel{position:relative;margin:auto;padding:8px;width:100%}@media (min-width:48em){.c-wheel{padding:50px}}@media (max-width:85.365em) and (orientation:landscape){.c-wheel{margin-left:0;width:40vw}}@media (max-width:85.365em) and (orientation:landscape){.c-wheel--active .c-wheel__btn-close{right:auto;left:91vw}}.c-wheel__wrapper{position:relative;max-width:742px;width:100%;height:100%;margin:0 auto;overflow:hidden}@media (max-width:85.365em) and (orientation:landscape){.c-wheel__wrapper{margin-left:0;max-width:unset}}@media (min-width:48em) and (max-width:85.365em) and (orientation:portrait){.c-wheel__wrapper{padding-bottom:10%}}.c-wheel__title{text-align:center;font-weight:900;font-size:32px;color:#fefe6c}@supports (background-clip:text) or (-webkit-background-clip:text){.c-wheel__title{background-image:linear-gradient(180deg,#fefe6c,#e28800),linear-gradient(#fef79b,#fef79b);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-stroke:1px #fefe6c}}@media (min-width:64em){.c-wheel__title{font-size:42px}}.c-wheel__subline{font-size:12px;font-weight:700;text-align:center;text-shadow:1px 1px 6px #251c6d;margin-bottom:16px}@media (min-width:64em){.c-wheel__subline{font-size:16px}}.c-wheel__bg{position:absolute;left:50%;top:calc(50% - 6px);width:calc(100% + 16px);height:150%;transform:translate(-50%,-50%);background-image:url(../../../Content/images/build/assets/bonus/wheel-outer.f2b4916.png);background-position:center 27%;background-repeat:no-repeat;background-size:140%}@media (min-width:46.375em){.c-wheel__bg{left:-142px;top:-152px;width:742px;height:730px;background-size:100%;transform:none}}@media (max-width:85.365em) and (orientation:landscape){.c-wheel__bg{left:50%;top:calc(50% - 6px);width:calc(100% + 16px);height:150%;transform:translate(-50%,-50%);background-size:140%}}.c-wheel__item-label{transform:rotate(90deg);padding-left:50%;font-weight:900;font-size:18px}@media (min-width:48em){.c-wheel__item-label{font-size:28px}}@media (max-width:85.365em) and (orientation:landscape){.c-wheel__item-label{font-size:18px}}.c-wheel__btn-close{position:absolute;top:0;width:36px;height:36px;right:8px;background-image:url(../../../Content/images/build/assets/bonus/close.0d077d6.png);z-index:1;background-size:100%}@media (min-width:48em){.c-wheel__btn-close{right:0;width:62px;height:62px}}@media (max-width:85.365em) and (orientation:landscape){.c-wheel__btn-close{right:0}}.c-wheel__inner{position:relative;max-width:460px;margin:0 auto 25%}@media (max-width:85.365em) and (orientation:landscape){.c-wheel__inner{margin-bottom:0}}@media (max-width:85.365em) and (orientation:portrait){.c-wheel__inner{margin-bottom:10%}}.c-wheel__spinner{width:100%;height:100%;background-image:url(../../../Content/images/build/assets/bonus/spin-mid.89170ef.png);background-size:100%;color:#fff;font-weight:500;display:flex;flex-direction:column;justify-content:center;align-content:center}.c-wheel__cta{position:absolute;top:50%;left:50%;z-index:100;transform:translate(-50%,-50%);width:158px;height:158px;background-image:url(../../../Content/images/build/assets/bonus/spin.371ec1a.png);background-size:100%;cursor:pointer}@media (max-width:85.365em) and (orientation:landscape){.c-wheel__cta{width:40%;height:40%}}.c-wheel__segment-list{width:94%;height:94%;position:relative;margin:auto}.c-wheel__segment{position:absolute;top:0;left:0;z-index:2;width:100%;height:50%;transform-origin:center bottom}.c-wheel__segment:first-child{transform:rotate(0deg)}.c-wheel__segment:nth-child(2){transform:rotate(36deg)}.c-wheel__segment:nth-child(3){transform:rotate(72deg)}.c-wheel__segment:nth-child(4){transform:rotate(108deg)}.c-wheel__segment:nth-child(5){transform:rotate(144deg)}.c-wheel__segment:nth-child(6){transform:rotate(180deg)}.c-wheel__segment:nth-child(7){transform:rotate(216deg)}.c-wheel__segment:nth-child(8){transform:rotate(252deg)}.c-wheel__segment:nth-child(9){transform:rotate(288deg)}.c-wheel__segment:nth-child(10){transform:rotate(324deg)}.c-withdraw__subtitle{border-bottom:1px solid hsla(0,0%,100%,.2)}.c-withdraw__input-box{position:relative}.c-withdraw__input-field{padding:15px 10px 15px 30px;border:none;border-radius:8px;font-size:20px;font-weight:600}.c-withdraw__info{display:flex;min-width:100%;align-items:center}.c-withdraw__icon-info{flex:0 0 auto;padding-right:5px}.c-withdraw__icon-info svg{width:60px;height:45px}.c-withdraw--info-text{font-size:14px}.c-withdraw__payment{border-radius:8px}@media (min-width:48em){.c-withdraw__payment{min-height:190px}}.c-withdraw__payment--false{border:2px solid hsla(0,0%,100%,.2);cursor:not-allowed}.c-withdraw__payment--true{border:2px solid rgba(252,209,2,.9);cursor:pointer}.c-withdraw__payment--selected{background-color:rgba(252,209,2,.1)}.c-withdraw__payment-icon{padding-bottom:10px}.c-withdraw__payment-icon svg{height:25px}.c-withdraw__payment-rule{padding-bottom:40px;color:#fcd102;font-size:14px;font-weight:600;text-align:center;text-transform:uppercase}.c-withdraw__payment-rule--no-padding{padding:0}.c-withdraw__payment-rule--false{display:none}.c-withdraw__payment-logo{display:block;height:50px;margin:auto;padding-bottom:15px}.c-withdraw__payment-desc{color:#fff}.c-withdraw--provider-title{font-weight:600;text-transform:uppercase}.c-withdraw-data{margin-bottom:20px;background-color:#383838}.c-withdraw-data--padding-top{padding-top:50px}@media (max-width:47.99em){.c-withdraw-data__title-container{margin-bottom:10px;padding-left:10px;border-left:1px solid hsla(0,0%,100%,.2)}}.c-withdraw-data__title-box{padding:5px 0}@media (min-width:48em){.c-withdraw-data__title-box{padding:10px 0}}.c-withdraw-data__title{display:block;color:#fff;font-size:12px;padding-bottom:3px;text-transform:uppercase}.c-withdraw-data__title--big{font-size:18px;font-weight:600}.c-withdraw-data__arrow-box{padding:6px;background-color:#4c4c4c;font-size:9px}@media (min-width:48em){.c-withdraw-data__arrow-box{font-size:16px}}.c-withdraw-data__arrow-box--rounded{border-radius:8px;overflow:hidden}.c-withdraw-data__arrow{padding:10px;background-color:#1b1a1a;color:#000;font-weight:700;text-align:center;text-transform:uppercase}@media (min-width:48em){.c-withdraw-data__arrow{padding:15px 10px}}.c-withdraw-data__arrow--accepted,.c-withdraw-data__arrow--pending{color:#4c4c4c}.c-withdraw-data__arrow--rejected{background-color:#ba1c22;color:#000}.c-withdraw-data__arrow--requested-arr{background-color:#fcd102;position:relative}.c-withdraw-data__arrow--requested-arr:before{content:"";display:block;position:absolute;top:0;right:-11px;bottom:0;z-index:1;width:0;height:0;border-top:15px solid transparent;border-bottom:18px solid transparent;border-left:11px solid #fcd102}@media (min-width:48em){.c-withdraw-data__arrow--requested-arr:before{right:-21px;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:21px solid #fcd102}}.c-withdraw-data__arrow--requested-arr-pending{background-color:#fcd102;position:relative}.c-withdraw-data__arrow--requested-arr-pending:before{content:"";display:block;position:absolute;top:0;right:-11px;bottom:0;z-index:1;width:0;height:0;border-top:15px solid transparent;border-bottom:18px solid transparent;border-left:11px solid #fcd102}@media (min-width:48em){.c-withdraw-data__arrow--requested-arr-pending:before{right:-21px;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:21px solid #fcd102}}.c-withdraw-data__arrow--requested-arr-rejected{background-color:#8d8d8d;position:relative}.c-withdraw-data__arrow--requested-arr-rejected:before{content:"";display:block;position:absolute;top:0;right:-11px;bottom:0;z-index:1;width:0;height:0;border-top:15px solid transparent;border-bottom:18px solid transparent;border-left:11px solid #8d8d8d}@media (min-width:48em){.c-withdraw-data__arrow--requested-arr-rejected:before{right:-21px;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:21px solid #8d8d8d}}.c-withdraw-data__arrow--processing-arr{background-color:#059564;position:relative}.c-withdraw-data__arrow--processing-arr:before{content:"";display:block;position:absolute;top:0;right:-11px;bottom:0;z-index:1;width:0;height:0;border-top:15px solid transparent;border-bottom:18px solid transparent;border-left:11px solid #059564}@media (min-width:48em){.c-withdraw-data__arrow--processing-arr:before{right:-21px;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:21px solid #059564}}.c-withdraw-data__arrow--processing-arr-pending{background-color:#059564;position:relative}.c-withdraw-data__arrow--processing-arr-pending:before{content:"";display:block;position:absolute;top:0;right:-11px;bottom:0;z-index:1;width:0;height:0;border-top:15px solid transparent;border-bottom:18px solid transparent;border-left:11px solid #059564}@media (min-width:48em){.c-withdraw-data__arrow--processing-arr-pending:before{right:-21px;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:21px solid #059564}}.c-withdraw-data__arrow--processing-arr-rejected{background-color:#8d8d8d;position:relative}.c-withdraw-data__arrow--processing-arr-rejected:before{content:"";display:block;position:absolute;top:0;right:-11px;bottom:0;z-index:1;width:0;height:0;border-top:15px solid transparent;border-bottom:18px solid transparent;border-left:11px solid #8d8d8d}@media (min-width:48em){.c-withdraw-data__arrow--processing-arr-rejected:before{right:-21px;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:21px solid #8d8d8d}}.c-withdraw-data__arrow--rejected-arr{border-radius:0;background-color:#8d8d8d;position:relative}.c-withdraw-data__arrow--rejected-arr:before{content:"";display:block;position:absolute;top:0;right:-11px;bottom:0;z-index:1;width:0;height:0;border-top:15px solid transparent;border-bottom:18px solid transparent;border-left:11px solid #8d8d8d}@media (min-width:48em){.c-withdraw-data__arrow--rejected-arr:before{right:-21px;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:21px solid #8d8d8d}}.c-withdraw-data__link{display:flex;align-items:center;color:#fcd102;cursor:pointer}.c-withdraw-data__link--rejected{display:none}.c-withdraw-data__link-icon{display:block;width:20px;padding-right:5px}.c-withdraw-form{background-color:#4c4c4c}.c-withdraw-form__line{border-bottom:1px solid hsla(0,0%,100%,.2)}.c-withdraw-form__text{word-wrap:break-word}.u-center{text-align:center}.u-t-left{text-align:left}.u-flex-v-center{align-items:center}.u-flex-center{display:flex;align-items:flex-end;justify-content:center}.u-hide{display:none!important}@media (max-width:19.9375em){.u-hide\@xs-{display:none!important}}@media (min-width:20em) and (max-width:47.9375em){.u-hide\@xs{display:none!important}}@media (min-width:48em){.u-hide\@sm\+{display:none!important}}@media (max-width:47.9375em){.u-hide\@sm-{display:none!important}}@media (min-width:48em) and (max-width:63.9375em){.u-hide\@sm{display:none!important}}@media (min-width:64em){.u-hide\@md\+{display:none!important}}@media (max-width:63.9375em){.u-hide\@md-{display:none!important}}@media (min-width:64em) and (max-width:85.3125em){.u-hide\@md{display:none!important}}@media (min-width:85.375em){.u-hide\@lg\+{display:none!important}}@media (max-width:85.3125em){.u-hide\@lg-{display:none!important}}@media (min-width:85.375em) and (max-width:89.9375em){.u-hide\@lg{display:none!important}}@media (min-width:90em){.u-hide\@xl\+{display:none!important}}@media (max-width:89.9375em){.u-hide\@xl-{display:none!important}}.u-block{display:block}.u-flex{display:flex}.u-hide-visually{visibility:hidden;position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.u-element--list ol,.u-element--list ul{padding-left:20px}.u-bold{font-weight:600}.u-uppercase{text-transform:uppercase}html:lang(el) *{text-transform:none!important}.u-no-padding{padding:0}.u-m-top{margin-top:8px}.u-m-top-none{margin-top:0!important}.u-m-top-atomic{margin-top:1px!important}.u-m-top-reduced{margin-top:4px!important}.u-m-top-regular{margin-top:8px!important}.u-m-top-increased{margin-top:12px!important}.u-m-top-large{margin-top:16px!important}.u-m-top-huge{margin-top:20px!important}.u-m-top-giant{margin-top:24px!important}.u-m-top-mega{margin-top:32px!important}.u-m-top-super{margin-top:40px!important}.u-m-top-giga{margin-top:64px!important}@media (min-width:20em) and (max-width:47.9375em){.u-m-top-none\@xs{margin-top:0!important}.u-m-top-atomic\@xs{margin-top:1px!important}.u-m-top-reduced\@xs{margin-top:4px!important}.u-m-top-regular\@xs{margin-top:8px!important}.u-m-top-increased\@xs{margin-top:12px!important}.u-m-top-large\@xs{margin-top:16px!important}.u-m-top-huge\@xs{margin-top:20px!important}.u-m-top-giant\@xs{margin-top:24px!important}.u-m-top-mega\@xs{margin-top:32px!important}.u-m-top-super\@xs{margin-top:40px!important}.u-m-top-giga\@xs{margin-top:64px!important}}@media (min-width:48em){.u-m-top-none\@sm\+{margin-top:0!important}.u-m-top-atomic\@sm\+{margin-top:1px!important}.u-m-top-reduced\@sm\+{margin-top:4px!important}.u-m-top-regular\@sm\+{margin-top:8px!important}.u-m-top-increased\@sm\+{margin-top:12px!important}.u-m-top-large\@sm\+{margin-top:16px!important}.u-m-top-huge\@sm\+{margin-top:20px!important}.u-m-top-giant\@sm\+{margin-top:24px!important}.u-m-top-mega\@sm\+{margin-top:32px!important}.u-m-top-super\@sm\+{margin-top:40px!important}.u-m-top-giga\@sm\+{margin-top:64px!important}}@media (min-width:48em) and (max-width:63.9375em){.u-m-top-none\@sm{margin-top:0!important}.u-m-top-atomic\@sm{margin-top:1px!important}.u-m-top-reduced\@sm{margin-top:4px!important}.u-m-top-regular\@sm{margin-top:8px!important}.u-m-top-increased\@sm{margin-top:12px!important}.u-m-top-large\@sm{margin-top:16px!important}.u-m-top-huge\@sm{margin-top:20px!important}.u-m-top-giant\@sm{margin-top:24px!important}.u-m-top-mega\@sm{margin-top:32px!important}.u-m-top-super\@sm{margin-top:40px!important}.u-m-top-giga\@sm{margin-top:64px!important}}@media (min-width:64em){.u-m-top-none\@md\+{margin-top:0!important}.u-m-top-atomic\@md\+{margin-top:1px!important}.u-m-top-reduced\@md\+{margin-top:4px!important}.u-m-top-regular\@md\+{margin-top:8px!important}.u-m-top-increased\@md\+{margin-top:12px!important}.u-m-top-large\@md\+{margin-top:16px!important}.u-m-top-huge\@md\+{margin-top:20px!important}.u-m-top-giant\@md\+{margin-top:24px!important}.u-m-top-mega\@md\+{margin-top:32px!important}.u-m-top-super\@md\+{margin-top:40px!important}.u-m-top-giga\@md\+{margin-top:64px!important}}@media (min-width:64em) and (max-width:85.3125em){.u-m-top-none\@md{margin-top:0!important}.u-m-top-atomic\@md{margin-top:1px!important}.u-m-top-reduced\@md{margin-top:4px!important}.u-m-top-regular\@md{margin-top:8px!important}.u-m-top-increased\@md{margin-top:12px!important}.u-m-top-large\@md{margin-top:16px!important}.u-m-top-huge\@md{margin-top:20px!important}.u-m-top-giant\@md{margin-top:24px!important}.u-m-top-mega\@md{margin-top:32px!important}.u-m-top-super\@md{margin-top:40px!important}.u-m-top-giga\@md{margin-top:64px!important}}@media (min-width:85.375em){.u-m-top-none\@lg\+{margin-top:0!important}.u-m-top-atomic\@lg\+{margin-top:1px!important}.u-m-top-reduced\@lg\+{margin-top:4px!important}.u-m-top-regular\@lg\+{margin-top:8px!important}.u-m-top-increased\@lg\+{margin-top:12px!important}.u-m-top-large\@lg\+{margin-top:16px!important}.u-m-top-huge\@lg\+{margin-top:20px!important}.u-m-top-giant\@lg\+{margin-top:24px!important}.u-m-top-mega\@lg\+{margin-top:32px!important}.u-m-top-super\@lg\+{margin-top:40px!important}.u-m-top-giga\@lg\+{margin-top:64px!important}}@media (min-width:85.375em) and (max-width:89.9375em){.u-m-top-none\@lg{margin-top:0!important}.u-m-top-atomic\@lg{margin-top:1px!important}.u-m-top-reduced\@lg{margin-top:4px!important}.u-m-top-regular\@lg{margin-top:8px!important}.u-m-top-increased\@lg{margin-top:12px!important}.u-m-top-large\@lg{margin-top:16px!important}.u-m-top-huge\@lg{margin-top:20px!important}.u-m-top-giant\@lg{margin-top:24px!important}.u-m-top-mega\@lg{margin-top:32px!important}.u-m-top-super\@lg{margin-top:40px!important}.u-m-top-giga\@lg{margin-top:64px!important}}@media (min-width:90em){.u-m-top-none\@xl\+{margin-top:0!important}.u-m-top-atomic\@xl\+{margin-top:1px!important}.u-m-top-reduced\@xl\+{margin-top:4px!important}.u-m-top-regular\@xl\+{margin-top:8px!important}.u-m-top-increased\@xl\+{margin-top:12px!important}.u-m-top-large\@xl\+{margin-top:16px!important}.u-m-top-huge\@xl\+{margin-top:20px!important}.u-m-top-giant\@xl\+{margin-top:24px!important}.u-m-top-mega\@xl\+{margin-top:32px!important}.u-m-top-super\@xl\+{margin-top:40px!important}.u-m-top-giga\@xl\+{margin-top:64px!important}}.u-m-right{margin-right:8px}.u-m-right-none{margin-right:0!important}.u-m-right-atomic{margin-right:1px!important}.u-m-right-reduced{margin-right:4px!important}.u-m-right-regular{margin-right:8px!important}.u-m-right-increased{margin-right:12px!important}.u-m-right-large{margin-right:16px!important}.u-m-right-huge{margin-right:20px!important}.u-m-right-giant{margin-right:24px!important}.u-m-right-mega{margin-right:32px!important}.u-m-right-super{margin-right:40px!important}.u-m-right-giga{margin-right:64px!important}@media (min-width:20em) and (max-width:47.9375em){.u-m-right-none\@xs{margin-right:0!important}.u-m-right-atomic\@xs{margin-right:1px!important}.u-m-right-reduced\@xs{margin-right:4px!important}.u-m-right-regular\@xs{margin-right:8px!important}.u-m-right-increased\@xs{margin-right:12px!important}.u-m-right-large\@xs{margin-right:16px!important}.u-m-right-huge\@xs{margin-right:20px!important}.u-m-right-giant\@xs{margin-right:24px!important}.u-m-right-mega\@xs{margin-right:32px!important}.u-m-right-super\@xs{margin-right:40px!important}.u-m-right-giga\@xs{margin-right:64px!important}}@media (min-width:48em){.u-m-right-none\@sm\+{margin-right:0!important}.u-m-right-atomic\@sm\+{margin-right:1px!important}.u-m-right-reduced\@sm\+{margin-right:4px!important}.u-m-right-regular\@sm\+{margin-right:8px!important}.u-m-right-increased\@sm\+{margin-right:12px!important}.u-m-right-large\@sm\+{margin-right:16px!important}.u-m-right-huge\@sm\+{margin-right:20px!important}.u-m-right-giant\@sm\+{margin-right:24px!important}.u-m-right-mega\@sm\+{margin-right:32px!important}.u-m-right-super\@sm\+{margin-right:40px!important}.u-m-right-giga\@sm\+{margin-right:64px!important}}@media (min-width:48em) and (max-width:63.9375em){.u-m-right-none\@sm{margin-right:0!important}.u-m-right-atomic\@sm{margin-right:1px!important}.u-m-right-reduced\@sm{margin-right:4px!important}.u-m-right-regular\@sm{margin-right:8px!important}.u-m-right-increased\@sm{margin-right:12px!important}.u-m-right-large\@sm{margin-right:16px!important}.u-m-right-huge\@sm{margin-right:20px!important}.u-m-right-giant\@sm{margin-right:24px!important}.u-m-right-mega\@sm{margin-right:32px!important}.u-m-right-super\@sm{margin-right:40px!important}.u-m-right-giga\@sm{margin-right:64px!important}}@media (min-width:64em){.u-m-right-none\@md\+{margin-right:0!important}.u-m-right-atomic\@md\+{margin-right:1px!important}.u-m-right-reduced\@md\+{margin-right:4px!important}.u-m-right-regular\@md\+{margin-right:8px!important}.u-m-right-increased\@md\+{margin-right:12px!important}.u-m-right-large\@md\+{margin-right:16px!important}.u-m-right-huge\@md\+{margin-right:20px!important}.u-m-right-giant\@md\+{margin-right:24px!important}.u-m-right-mega\@md\+{margin-right:32px!important}.u-m-right-super\@md\+{margin-right:40px!important}.u-m-right-giga\@md\+{margin-right:64px!important}}@media (min-width:64em) and (max-width:85.3125em){.u-m-right-none\@md{margin-right:0!important}.u-m-right-atomic\@md{margin-right:1px!important}.u-m-right-reduced\@md{margin-right:4px!important}.u-m-right-regular\@md{margin-right:8px!important}.u-m-right-increased\@md{margin-right:12px!important}.u-m-right-large\@md{margin-right:16px!important}.u-m-right-huge\@md{margin-right:20px!important}.u-m-right-giant\@md{margin-right:24px!important}.u-m-right-mega\@md{margin-right:32px!important}.u-m-right-super\@md{margin-right:40px!important}.u-m-right-giga\@md{margin-right:64px!important}}@media (min-width:85.375em){.u-m-right-none\@lg\+{margin-right:0!important}.u-m-right-atomic\@lg\+{margin-right:1px!important}.u-m-right-reduced\@lg\+{margin-right:4px!important}.u-m-right-regular\@lg\+{margin-right:8px!important}.u-m-right-increased\@lg\+{margin-right:12px!important}.u-m-right-large\@lg\+{margin-right:16px!important}.u-m-right-huge\@lg\+{margin-right:20px!important}.u-m-right-giant\@lg\+{margin-right:24px!important}.u-m-right-mega\@lg\+{margin-right:32px!important}.u-m-right-super\@lg\+{margin-right:40px!important}.u-m-right-giga\@lg\+{margin-right:64px!important}}@media (min-width:85.375em) and (max-width:89.9375em){.u-m-right-none\@lg{margin-right:0!important}.u-m-right-atomic\@lg{margin-right:1px!important}.u-m-right-reduced\@lg{margin-right:4px!important}.u-m-right-regular\@lg{margin-right:8px!important}.u-m-right-increased\@lg{margin-right:12px!important}.u-m-right-large\@lg{margin-right:16px!important}.u-m-right-huge\@lg{margin-right:20px!important}.u-m-right-giant\@lg{margin-right:24px!important}.u-m-right-mega\@lg{margin-right:32px!important}.u-m-right-super\@lg{margin-right:40px!important}.u-m-right-giga\@lg{margin-right:64px!important}}@media (min-width:90em){.u-m-right-none\@xl\+{margin-right:0!important}.u-m-right-atomic\@xl\+{margin-right:1px!important}.u-m-right-reduced\@xl\+{margin-right:4px!important}.u-m-right-regular\@xl\+{margin-right:8px!important}.u-m-right-increased\@xl\+{margin-right:12px!important}.u-m-right-large\@xl\+{margin-right:16px!important}.u-m-right-huge\@xl\+{margin-right:20px!important}.u-m-right-giant\@xl\+{margin-right:24px!important}.u-m-right-mega\@xl\+{margin-right:32px!important}.u-m-right-super\@xl\+{margin-right:40px!important}.u-m-right-giga\@xl\+{margin-right:64px!important}}.u-m-bottom{margin-bottom:8px}.u-m-bottom-none{margin-bottom:0!important}.u-m-bottom-atomic{margin-bottom:1px!important}.u-m-bottom-reduced{margin-bottom:4px!important}.u-m-bottom-regular{margin-bottom:8px!important}.u-m-bottom-increased{margin-bottom:12px!important}.u-m-bottom-large{margin-bottom:16px!important}.u-m-bottom-huge{margin-bottom:20px!important}.u-m-bottom-giant{margin-bottom:24px!important}.u-m-bottom-mega{margin-bottom:32px!important}.u-m-bottom-super{margin-bottom:40px!important}.u-m-bottom-giga{margin-bottom:64px!important}@media (min-width:20em) and (max-width:47.9375em){.u-m-bottom-none\@xs{margin-bottom:0!important}.u-m-bottom-atomic\@xs{margin-bottom:1px!important}.u-m-bottom-reduced\@xs{margin-bottom:4px!important}.u-m-bottom-regular\@xs{margin-bottom:8px!important}.u-m-bottom-increased\@xs{margin-bottom:12px!important}.u-m-bottom-large\@xs{margin-bottom:16px!important}.u-m-bottom-huge\@xs{margin-bottom:20px!important}.u-m-bottom-giant\@xs{margin-bottom:24px!important}.u-m-bottom-mega\@xs{margin-bottom:32px!important}.u-m-bottom-super\@xs{margin-bottom:40px!important}.u-m-bottom-giga\@xs{margin-bottom:64px!important}}@media (min-width:48em){.u-m-bottom-none\@sm\+{margin-bottom:0!important}.u-m-bottom-atomic\@sm\+{margin-bottom:1px!important}.u-m-bottom-reduced\@sm\+{margin-bottom:4px!important}.u-m-bottom-regular\@sm\+{margin-bottom:8px!important}.u-m-bottom-increased\@sm\+{margin-bottom:12px!important}.u-m-bottom-large\@sm\+{margin-bottom:16px!important}.u-m-bottom-huge\@sm\+{margin-bottom:20px!important}.u-m-bottom-giant\@sm\+{margin-bottom:24px!important}.u-m-bottom-mega\@sm\+{margin-bottom:32px!important}.u-m-bottom-super\@sm\+{margin-bottom:40px!important}.u-m-bottom-giga\@sm\+{margin-bottom:64px!important}}@media (min-width:48em) and (max-width:63.9375em){.u-m-bottom-none\@sm{margin-bottom:0!important}.u-m-bottom-atomic\@sm{margin-bottom:1px!important}.u-m-bottom-reduced\@sm{margin-bottom:4px!important}.u-m-bottom-regular\@sm{margin-bottom:8px!important}.u-m-bottom-increased\@sm{margin-bottom:12px!important}.u-m-bottom-large\@sm{margin-bottom:16px!important}.u-m-bottom-huge\@sm{margin-bottom:20px!important}.u-m-bottom-giant\@sm{margin-bottom:24px!important}.u-m-bottom-mega\@sm{margin-bottom:32px!important}.u-m-bottom-super\@sm{margin-bottom:40px!important}.u-m-bottom-giga\@sm{margin-bottom:64px!important}}@media (min-width:64em){.u-m-bottom-none\@md\+{margin-bottom:0!important}.u-m-bottom-atomic\@md\+{margin-bottom:1px!important}.u-m-bottom-reduced\@md\+{margin-bottom:4px!important}.u-m-bottom-regular\@md\+{margin-bottom:8px!important}.u-m-bottom-increased\@md\+{margin-bottom:12px!important}.u-m-bottom-large\@md\+{margin-bottom:16px!important}.u-m-bottom-huge\@md\+{margin-bottom:20px!important}.u-m-bottom-giant\@md\+{margin-bottom:24px!important}.u-m-bottom-mega\@md\+{margin-bottom:32px!important}.u-m-bottom-super\@md\+{margin-bottom:40px!important}.u-m-bottom-giga\@md\+{margin-bottom:64px!important}}@media (min-width:64em) and (max-width:85.3125em){.u-m-bottom-none\@md{margin-bottom:0!important}.u-m-bottom-atomic\@md{margin-bottom:1px!important}.u-m-bottom-reduced\@md{margin-bottom:4px!important}.u-m-bottom-regular\@md{margin-bottom:8px!important}.u-m-bottom-increased\@md{margin-bottom:12px!important}.u-m-bottom-large\@md{margin-bottom:16px!important}.u-m-bottom-huge\@md{margin-bottom:20px!important}.u-m-bottom-giant\@md{margin-bottom:24px!important}.u-m-bottom-mega\@md{margin-bottom:32px!important}.u-m-bottom-super\@md{margin-bottom:40px!important}.u-m-bottom-giga\@md{margin-bottom:64px!important}}@media (min-width:85.375em){.u-m-bottom-none\@lg\+{margin-bottom:0!important}.u-m-bottom-atomic\@lg\+{margin-bottom:1px!important}.u-m-bottom-reduced\@lg\+{margin-bottom:4px!important}.u-m-bottom-regular\@lg\+{margin-bottom:8px!important}.u-m-bottom-increased\@lg\+{margin-bottom:12px!important}.u-m-bottom-large\@lg\+{margin-bottom:16px!important}.u-m-bottom-huge\@lg\+{margin-bottom:20px!important}.u-m-bottom-giant\@lg\+{margin-bottom:24px!important}.u-m-bottom-mega\@lg\+{margin-bottom:32px!important}.u-m-bottom-super\@lg\+{margin-bottom:40px!important}.u-m-bottom-giga\@lg\+{margin-bottom:64px!important}}@media (min-width:85.375em) and (max-width:89.9375em){.u-m-bottom-none\@lg{margin-bottom:0!important}.u-m-bottom-atomic\@lg{margin-bottom:1px!important}.u-m-bottom-reduced\@lg{margin-bottom:4px!important}.u-m-bottom-regular\@lg{margin-bottom:8px!important}.u-m-bottom-increased\@lg{margin-bottom:12px!important}.u-m-bottom-large\@lg{margin-bottom:16px!important}.u-m-bottom-huge\@lg{margin-bottom:20px!important}.u-m-bottom-giant\@lg{margin-bottom:24px!important}.u-m-bottom-mega\@lg{margin-bottom:32px!important}.u-m-bottom-super\@lg{margin-bottom:40px!important}.u-m-bottom-giga\@lg{margin-bottom:64px!important}}@media (min-width:90em){.u-m-bottom-none\@xl\+{margin-bottom:0!important}.u-m-bottom-atomic\@xl\+{margin-bottom:1px!important}.u-m-bottom-reduced\@xl\+{margin-bottom:4px!important}.u-m-bottom-regular\@xl\+{margin-bottom:8px!important}.u-m-bottom-increased\@xl\+{margin-bottom:12px!important}.u-m-bottom-large\@xl\+{margin-bottom:16px!important}.u-m-bottom-huge\@xl\+{margin-bottom:20px!important}.u-m-bottom-giant\@xl\+{margin-bottom:24px!important}.u-m-bottom-mega\@xl\+{margin-bottom:32px!important}.u-m-bottom-super\@xl\+{margin-bottom:40px!important}.u-m-bottom-giga\@xl\+{margin-bottom:64px!important}}.u-m-left{margin-left:8px}.u-m-left-none{margin-left:0!important}.u-m-left-atomic{margin-left:1px!important}.u-m-left-reduced{margin-left:4px!important}.u-m-left-regular{margin-left:8px!important}.u-m-left-increased{margin-left:12px!important}.u-m-left-large{margin-left:16px!important}.u-m-left-huge{margin-left:20px!important}.u-m-left-giant{margin-left:24px!important}.u-m-left-mega{margin-left:32px!important}.u-m-left-super{margin-left:40px!important}.u-m-left-giga{margin-left:64px!important}@media (min-width:20em) and (max-width:47.9375em){.u-m-left-none\@xs{margin-left:0!important}.u-m-left-atomic\@xs{margin-left:1px!important}.u-m-left-reduced\@xs{margin-left:4px!important}.u-m-left-regular\@xs{margin-left:8px!important}.u-m-left-increased\@xs{margin-left:12px!important}.u-m-left-large\@xs{margin-left:16px!important}.u-m-left-huge\@xs{margin-left:20px!important}.u-m-left-giant\@xs{margin-left:24px!important}.u-m-left-mega\@xs{margin-left:32px!important}.u-m-left-super\@xs{margin-left:40px!important}.u-m-left-giga\@xs{margin-left:64px!important}}@media (min-width:48em){.u-m-left-none\@sm\+{margin-left:0!important}.u-m-left-atomic\@sm\+{margin-left:1px!important}.u-m-left-reduced\@sm\+{margin-left:4px!important}.u-m-left-regular\@sm\+{margin-left:8px!important}.u-m-left-increased\@sm\+{margin-left:12px!important}.u-m-left-large\@sm\+{margin-left:16px!important}.u-m-left-huge\@sm\+{margin-left:20px!important}.u-m-left-giant\@sm\+{margin-left:24px!important}.u-m-left-mega\@sm\+{margin-left:32px!important}.u-m-left-super\@sm\+{margin-left:40px!important}.u-m-left-giga\@sm\+{margin-left:64px!important}}@media (min-width:48em) and (max-width:63.9375em){.u-m-left-none\@sm{margin-left:0!important}.u-m-left-atomic\@sm{margin-left:1px!important}.u-m-left-reduced\@sm{margin-left:4px!important}.u-m-left-regular\@sm{margin-left:8px!important}.u-m-left-increased\@sm{margin-left:12px!important}.u-m-left-large\@sm{margin-left:16px!important}.u-m-left-huge\@sm{margin-left:20px!important}.u-m-left-giant\@sm{margin-left:24px!important}.u-m-left-mega\@sm{margin-left:32px!important}.u-m-left-super\@sm{margin-left:40px!important}.u-m-left-giga\@sm{margin-left:64px!important}}@media (min-width:64em){.u-m-left-none\@md\+{margin-left:0!important}.u-m-left-atomic\@md\+{margin-left:1px!important}.u-m-left-reduced\@md\+{margin-left:4px!important}.u-m-left-regular\@md\+{margin-left:8px!important}.u-m-left-increased\@md\+{margin-left:12px!important}.u-m-left-large\@md\+{margin-left:16px!important}.u-m-left-huge\@md\+{margin-left:20px!important}.u-m-left-giant\@md\+{margin-left:24px!important}.u-m-left-mega\@md\+{margin-left:32px!important}.u-m-left-super\@md\+{margin-left:40px!important}.u-m-left-giga\@md\+{margin-left:64px!important}}@media (min-width:64em) and (max-width:85.3125em){.u-m-left-none\@md{margin-left:0!important}.u-m-left-atomic\@md{margin-left:1px!important}.u-m-left-reduced\@md{margin-left:4px!important}.u-m-left-regular\@md{margin-left:8px!important}.u-m-left-increased\@md{margin-left:12px!important}.u-m-left-large\@md{margin-left:16px!important}.u-m-left-huge\@md{margin-left:20px!important}.u-m-left-giant\@md{margin-left:24px!important}.u-m-left-mega\@md{margin-left:32px!important}.u-m-left-super\@md{margin-left:40px!important}.u-m-left-giga\@md{margin-left:64px!important}}@media (min-width:85.375em){.u-m-left-none\@lg\+{margin-left:0!important}.u-m-left-atomic\@lg\+{margin-left:1px!important}.u-m-left-reduced\@lg\+{margin-left:4px!important}.u-m-left-regular\@lg\+{margin-left:8px!important}.u-m-left-increased\@lg\+{margin-left:12px!important}.u-m-left-large\@lg\+{margin-left:16px!important}.u-m-left-huge\@lg\+{margin-left:20px!important}.u-m-left-giant\@lg\+{margin-left:24px!important}.u-m-left-mega\@lg\+{margin-left:32px!important}.u-m-left-super\@lg\+{margin-left:40px!important}.u-m-left-giga\@lg\+{margin-left:64px!important}}@media (min-width:85.375em) and (max-width:89.9375em){.u-m-left-none\@lg{margin-left:0!important}.u-m-left-atomic\@lg{margin-left:1px!important}.u-m-left-reduced\@lg{margin-left:4px!important}.u-m-left-regular\@lg{margin-left:8px!important}.u-m-left-increased\@lg{margin-left:12px!important}.u-m-left-large\@lg{margin-left:16px!important}.u-m-left-huge\@lg{margin-left:20px!important}.u-m-left-giant\@lg{margin-left:24px!important}.u-m-left-mega\@lg{margin-left:32px!important}.u-m-left-super\@lg{margin-left:40px!important}.u-m-left-giga\@lg{margin-left:64px!important}}@media (min-width:90em){.u-m-left-none\@xl\+{margin-left:0!important}.u-m-left-atomic\@xl\+{margin-left:1px!important}.u-m-left-reduced\@xl\+{margin-left:4px!important}.u-m-left-regular\@xl\+{margin-left:8px!important}.u-m-left-increased\@xl\+{margin-left:12px!important}.u-m-left-large\@xl\+{margin-left:16px!important}.u-m-left-huge\@xl\+{margin-left:20px!important}.u-m-left-giant\@xl\+{margin-left:24px!important}.u-m-left-mega\@xl\+{margin-left:32px!important}.u-m-left-super\@xl\+{margin-left:40px!important}.u-m-left-giga\@xl\+{margin-left:64px!important}}.u-no-margin{margin:0}.u-relative{position:relative}[data-bind="text:testModeDescription"]{white-space:normal!important}