﻿h1[data-v-3c69775b]
{
    font-size: 20px;
}
.nuxt-progress
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: #ffe65f;
    z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition
{
    transition: none;
}
.nuxt-progress-failed
{
    background-color: #cc1d00;
}
:root
{
    --root-padding: 0 20px;
}
@media(max-width: 1439px)
{
    :root
    {
        --root-padding: 0 20px;
    }
}
@media(max-width: 1023px)
{
    :root
    {
        --root-padding: 0 20px;
    }
}
@media(max-width: 767px)
{
    :root
    {
        --root-padding: 0 12px;
    }
}
*, :after, :before
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: inherit;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a
{
    color: inherit;
    text-decoration: none;
}
body
{
    width: 100vw;
    overflow: hidden;
    overflow-y: scroll;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    background: #090a0c;
}
body.t-lock-body
{
    overflow: hidden;
}
body .grecaptcha-badge
{
    z-index: -1;
    visibility: hidden;
}
body .zsiq_custommain, body .zsiq_floatmain
{
    z-index: 103!important;
}
.t-param-row
{
    display: flex;
}
.t-param-row__label
{
    margin-right: 3px;
    font-weight: 400;
}
.t-param-row__label, .t-param-row__value
{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 22px;
}
.t-param-row__value
{
    font-weight: 500;
    color: #fff;
}
.t-abbr
{
    width: fit-content;
    line-height: 1.2em;
    cursor: pointer;
    border-bottom: 1px dashed;
}
.t-link
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-link_dashed
{
    width: fit-content;
    border-bottom: 1px dashed;
}
.t-link_dotted
{
    width: fit-content;
    border-bottom: 1px dotted;
}
.t-link_thin
{
    font-weight: 100;
}
.t-link_regular
{
    font-weight: 400;
}
.t-link_bold
{
    font-weight: 700;
}
.t-link:active, .t-link:focus, .t-link:hover
{
    color: #ffed48;
}
.t-label
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    padding: 0 12px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    border-radius: 100px;
}
.t-label_blue
{
    color: #3e66fb;
    background: rgba(62,102,251,.1);
}
.t-label_green
{
    color: #70c407;
    background: rgba(112,196,7,.1);
}
.t-label_red
{
    color: #e2155f;
    background: rgba(226,21,95,.1);
}
.t-label_solid.t-label
{
    color: #fff;
}
.t-label_solid.t-label_blue
{
    background: #3e66fb;
}
.t-label_solid.t-label_green
{
    background: #70c407;
}
.t-label_solid.t-label_red
{
    background: #e2155f;
}
.t-opacity-enter-active, .t-opacity-leave-active
{
    transition: all 0s ease-in-out;
}
.t-opacity-create-enter, .t-opacity-create-leave-to
{
    opacity: 0;
}
::-webkit-scrollbar
{
    width: 8px;
    height: 13px;
}
::-webkit-scrollbar-thumb
{
    border: 2px solid #040c1c;
    border-radius: 0;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover
{
    background: hsla(0,0%,100%,.2);
}
::-webkit-scrollbar-track
{
    background: #040c1c;
    border-radius: 0;
    box-shadow: inset -10px -10px 0 -30px #f0f0f0;
}
@media only screen and (max-width: 767px)
{
    ::-webkit-scrollbar
    {
        width: 0;
    }
}
.sbdocs
{
    color: #fff!important;
}
.sbdocs-wrapper
{
    background: rgba(12,16,40,.9)!important;
}
@keyframes heartbeat
{
    0%
    {
        transform: scale(1);
    }
    20%
    {
        transform: scale(1.25);
    }
    40%
    {
        transform: scale(1.5);
    }
}
@media screen and (max-width: 767px)
{
    .page-game .zsiq_floatmain
    {
        display: none!important;
    }
}
.page-error .zsiq_floatmain
{
    display: none!important;
}
.t-loading
{
    margin: 12px auto;
}
.t-modal-default .t-popup__wrap
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px;
    background: #23282d;
    border-radius: 12px;
}
@media screen and (max-width: 767px)
{
    .t-modal-default .t-popup__wrap
    {
        border-radius: 12px 12px 0 0;
    }
}
.t-modal-default .t-popup__header
{
    width: calc(100% - 45px);
    padding-top: 8px;
    text-align: left;
}
.t-modal-default .t-popup__body
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    text-align: left;
}
.t-modal-default .t-popup__action
{
    margin: 16px 0 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html
{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
main
{
    display: block;
}
h1
{
    margin: .67em 0;
    font-size: 2em;
}
hr
{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre
{
    font-family: monospace,monospace;
    font-size: 1em;
}
a
{
    background-color: transparent;
}
abbr[title]
{
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}
b, strong
{
    font-weight: 600;
}
code, kbd, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
small
{
    font-size: 80%;
}
sub, sup
{
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
img
{
    border-style: none;
}
button, input, optgroup, select, textarea
{
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    outline: none;
}
button, input
{
    overflow: visible;
}
button
{
    border: none;
}
button, select
{
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button
{
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner
{
    padding: 0;
    border-style: none;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
fieldset
{
    padding: .35em .75em .625em;
}
legend
{
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress
{
    vertical-align: baseline;
}
textarea
{
    overflow: auto;
}
[type=checkbox], [type=radio]
{
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
{
    height: auto;
}
[type=search]
{
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit;
}
details
{
    display: block;
}
summary
{
    display: list-item;
}
[hidden], template
{
    display: none;
}
*
{
    box-sizing: border-box;
    outline: none;
}
#webpack-hot-middleware-clientOverlay
{
    display: none;
}
.t-icon-flag
{
    width: 20px;
    height: 20px;
    padding: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzRBOTNEQSIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGQ9Ik01IDlWN2wxLTEuNVY1bDItMWgxLjVsLjUgMWgxdi0uNWwxIC41aDFsLjUtMWgtMUwxMiAzaC0uNXYuNUwxMCAybC41IDFIMTBMOSAyIDcgNGwtMS0uNXYtMUw3LjUgMiA3IDFsMi4wNjMtMUgyNHY3LjVoLS41VjhsLjUgMS0uNSAxLS41LS41LS41LjVWOC41SDIyTDIxLjUgN2wtMSAydjFoLTFMMTkgN2wtMy41LTEuNUwxNiA3aDF2MWwtMiAxdi41aDFMMTQgMTN2MmwtMSAxdjFsLS41IDFoLTJsLTEtMS41LjUtMS41di0xbC0xLTJ2LTEuNWgtLjVsLTEgLjVINkw1IDl6TTIgMTNsLTItMnY1bDEtMWguNWwuNS0yeiIgZmlsbD0iI0FGRTA3NyIvPjwvc3ZnPg==);
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid rgba(161,165,207,.2);
    border-radius: 100%;
    opacity: 1;
    transition: .3s;
}
.t-icon-flag:after, .t-icon-flag:before
{
    display: none;
}
.t-icon-flag_at
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5MDUyXzI5ODgzKSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGQ9Ik0yNCAwSDB2NmgyNFYwek0yNCAxMkgwdjZoMjR2LTZ6IiBmaWxsPSIjRDgwMDI3Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTkwNTJfMjk4ODMiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}
.t-icon-flag_at, .t-icon-flag_au
{
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag_au
{
    background-image: url(../../willbettingde/image/flag-au.285cc42.svg);
}
.t-icon-flag_de
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTAgMGgyNHY2SDB6Ii8+PHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTAgNmgyNHY2SDB6Ii8+PHBhdGggZmlsbD0iI0ZGRDkxNCIgZD0iTTAgMTJoMjR2NkgweiIvPjwvc3ZnPg==);
}
.t-icon-flag_de, .t-icon-flag_dk
{
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag_dk
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMjYgNi45NTdoOS42NzJBOC4wMDEgOC4wMDEgMCAwMDYuMjYxLjE5djYuNzY3ek00LjE3NCA2Ljk1NlYuOTczQTguMDA1IDguMDA1IDAgMDAuMDY3IDYuOTU2aDQuMTA3ek00LjE3NCA5LjA0M0guMDY3YTguMDA1IDguMDA1IDAgMDA0LjEwNyA1Ljk4NFY5LjA0M3pNNi4yNiA5LjA0M3Y2Ljc2N2E4LjAwMSA4LjAwMSAwIDAwOS42NzEtNi43NjZoLTkuNjd6IiBmaWxsPSIjRDgwMDI3Ii8+PC9zdmc+);
}
.t-icon-flag_el
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGQ9Ik0wIDBoNHY0SDBWMHpNMCA2aDR2NEgwVjZ6TTI0IDEySDB2MmgyNHYtMnpNMTAgOGgxNHYySDZWNmg0djJ6TTEwIDRINlYwaDE4djJIMTB2MnpNMTAgNHYyaDE0VjRIMTB6TTI0IDE2SDB2MmgyNHYtMnoiIGZpbGw9IiMwMDUyQjQiLz48L3N2Zz4=);
}
.t-icon-flag_el, .t-icon-flag_en
{
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag_en
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzRBOTNEQSIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGQ9Ik01IDlWN2wxLTEuNVY1bDItMWgxLjVsLjUgMWgxdi0uNWwxIC41aDFsLjUtMWgtMUwxMiAzaC0uNXYuNUwxMCAybC41IDFIMTBMOSAyIDcgNGwtMS0uNXYtMUw3LjUgMiA3IDFsMi4wNjMtMUgyNHY3LjVoLS41VjhsLjUgMS0uNSAxLS41LS41LS41LjVWOC41SDIyTDIxLjUgN2wtMSAydjFoLTFMMTkgN2wtMy41LTEuNUwxNiA3aDF2MWwtMiAxdi41aDFMMTQgMTN2MmwtMSAxdjFsLS41IDFoLTJsLTEtMS41LjUtMS41di0xbC0xLTJ2LTEuNWgtLjVsLTEgLjVINkw1IDl6TTIgMTNsLTItMnY1bDEtMWguNWwuNS0yeiIgZmlsbD0iI0FGRTA3NyIvPjwvc3ZnPg==);
}
.t-icon-flag_es
{
    background-image: url(../../willbettingde/image/flag-es.92a1c69.svg);
}
.t-icon-flag_es, .t-icon-flag_fi
{
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag_fi
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI2MV8yOTkzMykiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48cGF0aCBmaWxsPSIjMDA1MkI0IiBkPSJNMTAgMHYxOEg2VjB6Ii8+PHBhdGggZmlsbD0iIzAwNTJCNCIgZD0iTTI0IDExSDBWN2gyNHoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8yNjFfMjk5MzMiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}
.t-icon-flag_fn
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTB6IiBmaWxsPSIjRjBGMEYwIi8+PHBhdGggZD0iTTE5LjkxNSA4LjY5Nkg3LjgyNlYuMjM4Yy0uOTI0LjIwNS0xLjguNTM3LTIuNjA5Ljk3OHY3LjQ4SC4wODVhMTAuMDg2IDEwLjA4NiAwIDAwMCAyLjYwOGg1LjEzMnY3LjQ4YTkuOTMyIDkuOTMyIDAgMDAyLjYxLjk3OHYtOC40NTdoMTIuMDg4YTEwLjExNSAxMC4xMTUgMCAwMDAtMi42MXoiIGZpbGw9IiMwMDUyQjQiLz48L3N2Zz4=);
}
.t-icon-flag_fn, .t-icon-flag_fr
{
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag_fr
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQwdjMwSDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBoMTMuMzMzdjMwSDB6IiBmaWxsPSIjMDAyNjU0Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi42NjcgMEg0MHYzMEgyNi42Njd6IiBmaWxsPSIjQ0UxMTI2Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0MHYzMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
}
.t-icon-flag_ja
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGQ9Ik0xMiAxNWE2IDYgMCAxMDAtMTIgNiA2IDAgMDAwIDEyeiIgZmlsbD0iI0QzMDAwMCIvPjwvc3ZnPg==);
}
.t-icon-flag_ja, .t-icon-flag_no
{
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag_no
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+PHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGZpbGw9IiMwMDUyQjQiIGQ9Ik05IDB2MThIN1YweiIvPjxwYXRoIGZpbGw9IiMwMDUyQjQiIGQ9Ik0yNCAxMEgwVjhoMjR6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDBINnY3SDB2MWg3VjB6bTMgMEg5djhoMTVWN0gxMFYwek03IDExdjdINnYtN0gwdi0xaDd2MXptMyA3di03aDE0di0xSDl2OGgxeiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djE4SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}
.t-icon-flag_pl
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGZpbGw9IiNEODAwMjciIGQ9Ik0wIDloMjR2OUgweiIvPjwvc3ZnPg==);
}
.t-icon-flag_pl, .t-icon-flag_pt
{
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag_pt
{
    background-image: url(../../willbettingde/image/flag-pt.09999b1.svg);
}
.t-icon-flag_ru
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc5NDlfMTAwMzg2KSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGZpbGw9IiMwMDM5QTYiIGQ9Ik0yNCAxMkgwVjZoMjR6Ii8+PHBhdGggZmlsbD0iI0Q1MkIxRSIgZD0iTTI0IDE4SDB2LTZoMjR6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNzk0OV8xMDAzODYiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}
.t-icon-flag_ru, .t-icon-flag_us
{
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag_us
{
    background-image: url(../../willbettingde/image/flag-us.f975001.svg);
}
.t-icon-flag_ca
{
    background-image: url(../../willbettingde/image/flag-ca.e2f1ebb.svg);
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
}
.t-icon-flag:hover
{
    opacity: .8;
}
i.t-icon-flag_fr
{
    background-image: url(../../willbettingde/image/flag-ca.e2f1ebb.svg);
}
@font-face
{
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(https://betkin.com/_nuxt/fonts/Inter-Regular.6fcad65.woff2) format("woff2"),url(https://betkin.com/_nuxt/fonts/Inter-Regular.e89cb19.ttf) format("truetype");
    font-display: swap;
}
@font-face
{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(https://betkin.com/_nuxt/fonts/Inter-Medium.8a50fec.woff2) format("woff2"),url(https://betkin.com/_nuxt/fonts/Inter-Medium.6dcbc9b.ttf) format("truetype");
    font-display: swap;
}
@font-face
{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(https://betkin.com/_nuxt/fonts/Inter-SemiBold.ab564c2.woff2) format("woff2"),url(https://betkin.com/_nuxt/fonts/Inter-SemiBold.4d56bb2.ttf) format("truetype");
    font-display: swap;
}
@font-face
{
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(https://betkin.com/_nuxt/fonts/Inter-Bold.eccbcfa.woff2) format("woff2"),url(https://betkin.com/_nuxt/fonts/Inter-Bold.88fa7ae.ttf) format("truetype");
    font-display: swap;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    color: #fff;
}
.h1, h1
{
    font-size: 26px;
    font-weight: 800;
    line-height: 39px;
}
.h2, h2
{
    font-size: 20px;
    line-height: 30px;
}
.h2, .h3, h2, h3
{
    font-weight: 700;
}
.h3, h3
{
    font-size: 14px;
    line-height: 21px;
}
.t-icon
{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    transition: .2s;
}
.t-icon+b
{
    margin-left: 5px;
}
.t-icon:after, .t-icon:before
{
    position: absolute;
    inset: 50% 0 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: .2s;
    transform: translateY(-50%);
}
.t-icon:after
{
    opacity: 0;
}
.t-icon-ADA
{
    padding: 9px;
    background-image: url(../../willbettingde/image/currency-ADA.caf877a.svg);
}
.t-icon-IDR
{
    background-image: url(../../willbettingde/image/currency-IDR.ad8b832.svg);
}
.t-icon-IDR, .t-icon-RUB
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-RUB
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMjc3NDUpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRjIyRTIxIi8+PHBhdGggZD0iTTYuMjkxIDEyLjQxN1Y4LjA4NG0wIDBoMS43NWMuNSAwIDIuNzUuMDMgMi43NS0yLjI1cy0yLjI1LTIuMjUtMi43NS0yLjI1aC0xLjc1djQuNXptLTEuMDgzIDEuOTE3aDMuMzMzIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMzcxMl8yNzc0NSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
}
.t-icon-CNY
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMjQyMjgpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRjIyRTIxIi8+PHBhdGggZD0iTTUgM2wzIDUuNW0wIDBMMTEgM004IDguNUg1bTMgMGgzbS0zIDB2Mk04IDEzdi0yLjVtMCAwSDVtMyAwaDMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNzEyXzI0MjI4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-PHP
{
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMTc4NzUpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjMkM4OURFIi8+PHBhdGggZD0iTTUuNzUgMTEuNzV2LTNtMCAwSDcuNWMuNSAwIDIuNzUuMDMgMi43NS0yLjI1UzggNC4yNSA3LjUgNC4yNUg1Ljc1djQuNXptLTEuNS0zaDcuNW0tNy41IDEuNWg3LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNzEyXzE3ODc1Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}
.t-icon-AUD
{
    background-image: url(../../willbettingde/image/currency-AUD.04a63b9.svg);
}
.t-icon-AUD, .t-icon-BCH
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-BCH
{
    background-image: url(../../willbettingde/image/currency-BCH.fb50f51.svg);
}
.t-icon-BNB, .t-icon-BNB-BSC
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDMyYzguODM3IDAgMTYtNy4xNjMgMTYtMTZTMjQuODM3IDAgMTYgMCAwIDcuMTYzIDAgMTZzNy4xNjMgMTYgMTYgMTZ6IiBmaWxsPSIjRjBCOTBCIi8+PHBhdGggZD0iTTkuOTY3IDE2bC0yLjQ3NSAyLjQ5Mkw1IDE2bDIuNDkyLTIuNDkyTDkuOTY3IDE2ek0xNiA5Ljk2N2w0LjI2MiA0LjI2MyAyLjQ5My0yLjQ5Mi00LjI2My00LjI0NkwxNiA1bC0yLjQ5MiAyLjQ5Mi00LjI0NSA0LjI0NiAyLjQ5MiAyLjQ5MkwxNiA5Ljk2N3ptOC41MDggMy41NEwyMi4wMzMgMTZsMi40OTIgMi40OTJMMjcgMTZsLTIuNDkyLTIuNDkyek0xNiAyMi4wMzRsLTQuMjYyLTQuMjYzLTIuNDc2IDIuNDkyIDQuMjYzIDQuMjYzTDE2IDI3bDIuNDkyLTIuNDkyIDQuMjYzLTQuMjYzLTIuNDkyLTIuNDc1TDE2IDIyLjAzM3ptMC0zLjU0TDE4LjQ5MiAxNiAxNiAxMy41MDggMTMuNTA4IDE2IDE2IDE4LjQ5MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.t-icon-BNB, .t-icon-BNB-BSC, .t-icon-BUSD
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-BUSD
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMzYuNDEgMzM3LjQyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2YwYjkwYjtzdHJva2U6I2YwYjkwYn08L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OC4yLjcxbDQxLjUgNDIuNS0xMDQuNSAxMDQuNS00MS41LTQxLjV6TTIzMS4yIDYzLjcxbDQxLjUgNDIuNS0xNjcuNSAxNjcuNS00MS41LTQxLjV6TTQyLjIgMTI2LjcxbDQxLjUgNDIuNS00MS41IDQxLjUtNDEuNS00MS41ek0yOTQuMiAxMjYuNzFsNDEuNSA0Mi41LTE2Ny41IDE2Ny41LTQxLjUtNDEuNXoiLz48L2c+PC9nPjwvc3ZnPg==);
}
.t-icon-USDC
{
    padding: 9px;
    background-image: url(../../willbettingde/image/currency-USDC.e4dc99b.svg);
}
.t-icon-NOT
{
    background-image: url(../../willbettingde/image/currency-NOT.d7cd11c.svg);
}
.t-icon-BRL, .t-icon-NOT
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-BRL
{
    background-image: url(../../willbettingde/image/currency-BRL.224f47c.svg);
}
.t-icon-BSV
{
    background-image: url(../../willbettingde/image/currency-BSV.7bc16bd.svg);
}
.t-icon-BSV, .t-icon-BTC
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-BTC
{
    background-image: url(../../willbettingde/image/currency-BTC.cda6e66.svg);
}
.t-icon-CAD
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTB6IiBmaWxsPSIjRjBGMEYwIi8+PHBhdGggZD0iTTIwIDEwQTEwIDEwIDAgMDAxNC4zNDguOTkydjE4LjAxNkExMCAxMCAwIDAwMjAgMTB6TTAgMTBhMTAgMTAgMCAwMDUuNjUyIDkuMDA4Vi45OTJBMTAgMTAgMCAwMDAgMTB6TTExLjc0IDExLjMwNGwxLjczOC0uODctLjg3LS40MzR2LS44N0wxMC44NyAxMGwuODctMS43NGgtLjg3TDEwIDYuOTU3bC0uODcgMS4zMDVoLS44N0w5LjEzIDEwbC0xLjczOS0uODdWMTBsLS44Ny40MzUgMS43NC44Ny0uNDM1Ljg2OWgxLjc0djEuMzA0aC44Njl2LTEuMzA0aDEuNzM5bC0uNDM1LS44N3oiIGZpbGw9IiNEODAwMjciLz48L3N2Zz4=);
}
.t-icon-CAD, .t-icon-CSC
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-CSC
{
    background-image: url(../../willbettingde/image/currency-CSC.8522446.svg);
}
.t-icon-CZK
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+PHBhdGggZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTB6IiBmaWxsPSIjRjBGMEYwIi8+PHBhdGggZD0iTTkuMTMgMTBzLTYuMTk1IDcuMDczLTYuMjAxIDcuMDcxQTkuOTY5IDkuOTY5IDAgMDAxMCAyMGM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwSDkuMTN6IiBmaWxsPSIjRDgwMDI3Ii8+PHBhdGggZD0iTTIuOTI5IDIuOTI5Yy0zLjkwNSAzLjkwNS0zLjkwNSAxMC4yMzcgMCAxNC4xNDJMMTAgMTAgMi45MjkgMi45Mjl6IiBmaWxsPSIjMDA1MkI0Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}
.t-icon-CZK, .t-icon-DASH
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-DASH
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTB6IiBmaWxsPSIjMDA4REU0Ii8+PHBhdGggZD0iTTExLjc5NiA1SDcuNDYzbC0uMzU5IDIuMDA3IDMuOTExLjAwNmMxLjkyNyAwIDIuNDk2LjY5OSAyLjQ4IDEuODU4LS4wMS41OTUtLjI2NSAxLjYtLjM3NyAxLjkyNy0uMjk3Ljg2OC0uOTA3IDEuODYtMy4xOTIgMS44NTdsLTMuODA0LS4wMDItLjM2IDIuMDA5aDQuMzIzYzEuNTI2IDAgMi4xNzQtLjE3OCAyLjg2LS40OTUgMS41MjQtLjcwMyAyLjQzLTIuMjA3IDIuNzkzLTQuMTY4QzE2LjI4IDcuMDggMTUuNjA2IDUgMTEuNzk2IDV6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTUuNTkxIDguODIyYy0xLjEzNSAwLTEuMjk4Ljc0LTEuNDA0IDEuMTg2LS4xNDEuNTg2LS4xODcuODIzLS4xODcuODIzaDQuNDM3YzEuMTM1IDAgMS4yOTgtLjc0IDEuNDA1LTEuMTg3LjE0LS41ODYuMTg2LS44MjIuMTg2LS44MjJINS41OTF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.t-icon-DKK
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTB6IiBmaWxsPSIjRjBGMEYwIi8+PHBhdGggZD0iTTcuODI2IDguNjk2aDEyLjA5QzE5LjI3NSAzLjc4OSAxNS4wOCAwIDEwIDBjLS43NDcgMC0xLjQ3NC4wODMtMi4xNzQuMjM4djguNDU4ek01LjIxNyA4LjY5NnYtNy40OGExMC4wMDYgMTAuMDA2IDAgMDAtNS4xMzIgNy40OGg1LjEzMnpNNS4yMTcgMTEuMzA0SC4wODVhMTAuMDA2IDEwLjAwNiAwIDAwNS4xMzIgNy40OHYtNy40OHpNNy44MjYgMTEuMzA0djguNDU4Yy43LjE1NSAxLjQyNy4yMzggMi4xNzQuMjM4IDUuMDggMCA5LjI3Ni0zLjc5IDkuOTE1LTguNjk2SDcuODI1eiIgZmlsbD0iI0Q4MDAyNyIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-DOGE
{
    padding: 9px;
    background-image: url(../../willbettingde/image/currency-DOGE.e2265d8.svg);
}
.t-icon-ETC
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0iI0M0QzRDNCIgZD0iTTAgMGgyMHYyMEgweiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzY2OTA3MyI+PHBhdGggZD0iTTQuMzcxIDguOTYxbDUuODk2LTIuNDg1IDUuNzE0IDIuNTQ5TDEwLjI1OCAwIDQuMzcgOC45NjF6bS4wMTggMi43NThsNS44ODcgMy40MSA2LjAwNC0zLjQxTDEwLjMzIDIwbC01Ljk0LTguMjgxeiIvPjxwYXRoIGQ9Ik0xMC4yOTMgNy42OTJsLTYuMTQgMi41ODUgNi4xNCAzLjQxIDUuOTY4LTMuMzM4LTUuOTY4LTIuNjU3eiIvPjwvZz48L3N2Zz4=);
}
.t-icon-ETC, .t-icon-ETH
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-ETH
{
    background-image: url(../../willbettingde/image/currency-ETH.edb6fe0.svg);
}
.t-icon-EUR
{
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM2MzU4QTciLz48cGF0aCBkPSJNMTAuMzgxIDEzLjU1MWMtMS4wMDUgMC0xLjg4Ni0uNzAzLTIuMzY0LTEuNzQ4aDMuMTYzdi0xLjQ0OUg3LjY1YTQuNzE3IDQuNzE3IDAgMDEwLS43MDhoMy41M1Y4LjE5N0g4LjAxN2MuNDc4LTEuMDQ1IDEuMzU5LTEuNzQ4IDIuMzY0LTEuNzQ4Ljk2IDAgMS44NjUuNjY4IDIuMzYgMS43NDNMMTQgNy41NjdDMTMuMjcgNS45ODMgMTEuODg0IDUgMTAuMzgxIDVjLTEuMTMgMC0yLjE4NC41MzYtMi45NyAxLjUxMWE1LjE5NiA1LjE5NiAwIDAwLS44OTQgMS42ODZINXYxLjQ1aDEuMjUxYTYuMTU3IDYuMTU3IDAgMDAwIC43MDdINXYxLjQ0OWgxLjUxN2MuMTk4LjYyMy41IDEuMTk0Ljg5NSAxLjY4NS43ODUuOTc1IDEuODQgMS41MTIgMi45NjkgMS41MTIgMS41MDMgMCAyLjg5LS45ODMgMy42MTktMi41NjdsLTEuMjU4LS42MjZjLS40OTYgMS4wNzYtMS40IDEuNzQ0LTIuMzYxIDEuNzQ0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.t-icon-EUR-BLUE
{
    background-image: url(../../willbettingde/image/currency-EUR-BLUE.4dcf412.svg);
}
.t-icon-EUR-BLUE, .t-icon-HRK
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-HRK
{
    background-image: url(../../willbettingde/image/currency-HRK.c554321.svg);
}
.t-icon-JPY
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTB6IiBmaWxsPSIjRjBGMEYwIi8+PHBhdGggZD0iTTEwIDE0LjM0OGE0LjM0OCA0LjM0OCAwIDEwMC04LjY5NiA0LjM0OCA0LjM0OCAwIDAwMCA4LjY5NnoiIGZpbGw9IiNEODAwMjciLz48L3N2Zz4=);
}
.t-icon-JPY, .t-icon-KRW
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-KRW
{
    background-image: url(../../willbettingde/image/currency-KRW.06082c8.svg);
}
.t-icon-LTC
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjAxLjA5QzcuMjIuMDkuMDkyIDcuMjE3LjA5MiAxNi4wMDhjMCA4Ljc5IDcuMTI3IDE1LjkxNyAxNS45MTggMTUuOTE3IDguNzkgMCAxNS45MTctNy4xMjcgMTUuOTE3LTE1LjkxN0MzMS45MSA3LjIxOCAyNC44LjA5IDE2LjAxLjA5eiIgZmlsbD0iIzM0NUQ5RCIvPjxwYXRoIGQ9Ik0xNi4yNDcgMTYuNTJsLTEuNjQ1IDUuNTkyaDguODQ2Yy4zMSAwIC41MTEuMjkzLjQzOC41ODVsLS43NjcgMi42NWEuNjA5LjYwOSAwIDAxLS41ODUuNDM5SDkuMDFsMi4yODQtNy43My0yLjUyMi43ODUuNTQ5LTEuODI4IDIuNTQtLjc4NSAzLjIxNi0xMC44NTZhLjYwOS42MDkgMCAwMS41ODUtLjQzOGgzLjQxOGMuMzEgMCAuNTExLjI5Mi40MzguNTg0bC0yLjcyMyA5LjE3NSAyLjUyMi0uNzg2LS41NDggMS44NDYtMi41MjIuNzY3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.t-icon-LTC, .t-icon-MXN
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-MXN
{
    background-image: url(../../willbettingde/image/currency-MXN.4eb86ff.svg);
}
.t-icon-POL
{
    background-image: url(../../willbettingde/image/currency-POL.5209142.svg);
}
.t-icon-NEO, .t-icon-POL
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-NEO
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMwMEU1OTkiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguNzUgMjEuNTA3VjEwLjhMMTYuNDIxIDhsNi44MjkgMi40NC03LjUyNCAyLjc2VjI0TDguNzUgMjEuNTA3em03LjUzNy0yLjEzNFYxMy42bDYuOTYzLTIuNTczdjEwLjgyNmwtNi45NjMtMi40OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.t-icon-NOK
{
    background-image: url(../../willbettingde/image/currency-NOK.cbda92b.svg);
}
.t-icon-NOK, .t-icon-NZD
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-NZD
{
    background-image: url(../../willbettingde/image/currency-NZD.d306bd4.svg);
}
.t-icon-PLN
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTB6IiBmaWxsPSIjRjBGMEYwIi8+PHBhdGggZD0iTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCIgZmlsbD0iI0Q4MDAyNyIvPjwvc3ZnPg==);
}
.t-icon-PLN, .t-icon-RIPPLE
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-RIPPLE
{
    background-image: url(../../willbettingde/image/currency-RIPPLE.5415b8f.svg);
}
.t-icon-SGD
{
    background-image: url(../../willbettingde/image/currency-SGD.ad8b26b.svg);
}
.t-icon-SGD, .t-icon-SOL
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-SOL
{
    background-image: url(../../willbettingde/image/currency-SOL.38e1006.svg);
}
.t-icon-TFL
{
    background-image: url(../../willbettingde/image/currency-TFL.1aa069d.svg);
}
.t-icon-TFL, .t-icon-TRX
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-TRX
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNFQjAwMjkiLz48cGF0aCBkPSJNMjIuNTg1IDkuNzhMNy41IDdsNy45MzkgMjBMMjYuNSAxMy41MDcgMjIuNTg1IDkuNzh6bS0uMjQzIDEuMjI0TDI0LjY1IDEzLjJsLTYuMzEyIDEuMTQ0IDQuMDA0LTMuMzR6bS01LjM3NCAzLjExMWwtNi42NTItNS41MjMgMTAuODcyIDIuMDAyLTQuMjIgMy41MjF6bS0uNDc0Ljk3N2wtMS4wODUgOC45NzhMOS41NjEgOS4zMzVsNi45MzMgNS43NTd6bTEuMDA0LjQ3N2w2Ljk4OC0xLjI2OC04LjAxNiA5Ljc3OSAxLjAyOC04LjUxMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.t-icon-TON
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-image: url(../../willbettingde/image/currency-TON.542d030.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-USD
{
    padding: 9px;
    background-image: url(../../willbettingde/image/currency-USD.759bca5.svg);
}
.t-icon-USDT
{
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTIyLjYyNSAwSDUuMzc1TC4xMjUgMTAuNSAxNCAyNGwxMy44NzUtMTMuNUwyMi42MjUgMHoiIGZpbGw9IiM1MEFGOTUiLz48cGF0aCBkPSJNMTUuNzUxIDExLjc5NnYtLjAwMmMtLjA5OC4wMDYtLjYwNi4wMzYtMS43MzUuMDM2LS45MDMgMC0xLjUzNi0uMDI1LTEuNzYtLjAzNnYuMDAyYy0zLjQ3My0uMTUzLTYuMDYzLS43NTctNi4wNjMtMS40ODEgMC0uNzIzIDIuNTkzLTEuMzI5IDYuMDYzLTEuNDgydjIuMzYyYy4yMjYuMDE2Ljg3OC4wNTUgMS43NzYuMDU1IDEuMDc5IDAgMS42MTgtLjA0NiAxLjcyLS4wNTV2LTIuMzZjMy40NjUuMTU2IDYuMDQ4Ljc2IDYuMDQ4IDEuNDgycy0yLjU4NiAxLjMyNi02LjA0OSAxLjQ4MXYtLjAwMnptMC0zLjIwNVY2LjQ3OWg0LjgzNVYzLjI1OEg3LjQyM3YzLjIyaDQuODM1djIuMTEzYy0zLjkzLjE4LTYuODgzLjk1OC02Ljg4MyAxLjg5IDAgLjkzMyAyLjk1NiAxLjcxIDYuODgzIDEuODkzdjYuNzcxaDMuNDk1di02Ljc3YzMuOTIzLS4xODEgNi44NzItLjk1OSA2Ljg3Mi0xLjg5MSAwLS45My0yLjk0OS0xLjcxLTYuODcyLTEuODkiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.t-icon-USDTE
{
    background-image: url(../../willbettingde/image/currency-USDTE.09a0179.svg);
}
.t-icon-USDTB, .t-icon-USDTE
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-USDTB
{
    background-image: url(../../willbettingde/image/currency-USDTB.04c6e4d.svg);
}
.t-icon-XMR
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTAgMEM0LjQ3OCAwIDAgNC40NzggMCAxMGE5LjkzMyA5LjkzMyAwIDAwLjUxIDMuMTU4SDMuNVY0Ljc0NGw2LjUgNi41IDYuNS02LjV2OC40MTRoMi45OUE5Ljk5OCA5Ljk5OCAwIDAwMjAgMTBjMC01LjUyMi00LjQ3OC0xMC0xMC0xMHoiIGZpbGw9IiNGQTY4MDAiLz48cGF0aCBkPSJNOC41MDUgMTIuNzRMNS42NjcgOS45MDJ2NS4yOTRIMS40NTNBOS45OTcgOS45OTcgMCAwMDEwIDIwYTkuOTkgOS45OSAwIDAwOC41NDQtNC44MDRIMTQuMzNWOS45MDJsLTIuODM2IDIuODM4TDEwIDE0LjIzNCA4LjUwNSAxMi43NHoiIGZpbGw9IiM0QzRDNEMiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-XRP
{
    padding: 9px;
    background-image: url(../../willbettingde/image/currency-XRP.b7c9eed.svg);
}
.t-icon-ZEC
{
    background-image: url(../../willbettingde/image/currency-ZEC.e52df52.svg);
}
.t-icon-NGN, .t-icon-ZEC
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-NGN
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGQ9Ik0wIDI1NkMwIDExNC42MSAxMTQuNjEgMCAyNTYgMHMyNTYgMTE0LjYzIDI1NiAyNTYtMTE0LjYyIDI1Ni0yNTYgMjU2UzAgMzk3LjM5IDAgMjU2eiIgZmlsbD0iIzAwODZjZCIvPjxwYXRoIGQ9Ik0xNTcuNyAyODkuNzN2LTI2LjE1aDIzdi0xNy4yNWgtMjN2LTI2LjE1aDIzdi01OC4zaDQxbDMzLjE4IDU4LjNoNDEuODV2LTU4LjNoMzYuNTl2NTguM2gyMC45OHYyNi4xNWgtMjAuOTJ2MTcuMjVoMjAuOTJ2MjYuMTVoLTIwLjkydjYwLjM5aC0zOS4yMmwtMzQuNzctNjAuMzloLTQyLjA3djYwLjM5aC0zNi41OXYtNjAuMzl6bTU5LjYyLTY5LjU1aDIuMDlsLTIuMDktMy42NnptMCA0My40aDI2LjkxbC05LjkzLTE3LjI1aC0xN3ptNjIuNDkgMGgxN3YtMTcuMjVoLTI2LjY4em0xNyAyOS43OXYtMy42NWgtMi4wOXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.t-icon-INR
{
    background-image: url(../../willbettingde/image/currency-INR.c2a9a5d.svg);
}
.t-icon-HUF, .t-icon-INR
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-HUF
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNmZmYiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZD0iTTMwIDBoLTQwdjIwaDQwVjB6IiBmaWxsPSIjNDc3MDUwIi8+PHBhdGggZD0iTTMwIDBoLTQwdjEzLjMzM2g0MFYweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zMCAwaC00MHY2LjY2N2g0MFYweiIgZmlsbD0iI0NFMjkzOSIvPjwvZz48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI5LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW9wYWNpdHk9Ii4xIi8+PC9zdmc+);
}
.t-icon-CLP
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0ODgwXzI2MzEwNCkiPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMV8xNDg4MF8yNjMxMDQpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEyIDBoMTJ2MTJIMTJWMHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMCAwaDEydjEySDBWMHoiIGZpbGw9IiMwMDM5QTYiLz48cGF0aCBkPSJNNy44NjYgOC45ODZMNi4wMDkgNy41OTQgNC4xNTggOWwuNjg5LTIuMjg3TDMgNS4zMDJsMi4yODMtLjAyNEw1Ljk5IDNsLjcyNiAyLjI3M0w5IDUuMjc4IDcuMTYyIDYuNzAzbC43MDQgMi4yODN6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTAgMTJoMjR2MTJIMFYxMnoiIGZpbGw9IiNENTJCMUUiLz48L2c+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTQ4ODBfMjYzMTA0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIxMiIgZmlsbD0iI2ZmZiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjbGlwMV8xNDg4MF8yNjMxMDQiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjQiIGZpbGw9IiNmZmYiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}
.t-icon-CHF, .t-icon-CLP
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-CHF
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI1NDA2XzMyNzgzOCkiPjxwYXRoIGQ9Ik0wIDBoMjB2MjBIMFYweiIgZmlsbD0iI0RBMjkxQyIvPjxwYXRoIGQ9Ik04LjEyNSAzLjc1aDMuNzV2NC4zNzVoNC4zNzV2My43NWgtNC4zNzV2NC4zNzVoLTMuNzV2LTQuMzc1SDMuNzV2LTMuNzVoNC4zNzVWMy43NXoiIGZpbGw9IiNmZmYiLz48L2c+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS41IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1vcGFjaXR5PSIuMSIvPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMjU0MDZfMzI3ODM4Ij48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIgZmlsbD0iI2ZmZiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
}
.t-icon-KZT
{
    background-image: url(../../willbettingde/image/currency-KZT.283a119.svg);
}
.t-icon-AZN, .t-icon-KZT
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-AZN
{
    background-image: url(../../willbettingde/image/currency-AZN.bc629f8.svg);
}
.t-icon-AVAX
{
    background-image: url(../../willbettingde/image/currency-AVAX.1e8f97c.svg);
}
.t-icon-AVAX, .t-icon-GBP
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-GBP
{
    background-image: url(../../willbettingde/image/currency-GBP.a777a1f.svg);
}
.t-icon-SUI
{
    background-image: url(../../willbettingde/image/currency-SUI.830a872.svg);
}
.t-icon-CORE, .t-icon-SUI
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-CORE
{
    background-image: url(../../willbettingde/image/currency-CORE.e6b6f51.svg);
}
.t-icon-SHIB
{
    background-image: url(../../willbettingde/image/currency-SHIB.a46a531.svg);
}
.t-icon-SHIB, .t-icon-UZS
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-UZS
{
    background-image: url(../../willbettingde/image/currency-UZS.0da6045.svg);
}
.t-icon-SEK
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQxMV84NCkiPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMV80MTFfODQpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLTIgMGgyNi42Njd2MjBILTJ6Ii8+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAyXzQxMV84NCkiPjxwYXRoIGQ9Ik0tNi44NTcgMGgzMy40Mjl2MjAuNTcxSC02Ljg1N1YweiIgZmlsbD0iIzAwNkFBNyIvPjxwYXRoIGQ9Ik0tNi44NTcgOC4yMjlIMy41OVYwaDQuMTh2OC4yMjloMTguODAzdjQuMTE0SDcuNzY4djguMjI4SDMuNTl2LTguMjI4SC02Ljg1N1Y4LjIyOXoiIGZpbGw9IiNGRUNDMDAiLz48L2c+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQxMV84NCI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9IiNmZmYiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDFfNDExXzg0Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMikiIGQ9Ik0wIDBoMjYuNjY3djIwSDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImNsaXAyXzQxMV84NCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuODU3KSIgZD0iTTAgMGgzMy4xNzF2MjAuNzMySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}
.t-icon-SEK, .t-icon-XLM
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-XLM
{
    background-image: url(../../willbettingde/image/currency-XLM.c1b5210.svg);
}
.t-icon-LINK
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMyNTk3XzYyNTEpIj48cGF0aCBkPSJNMTAgMjBjNS41MjMgMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMHoiIGZpbGw9IiMzNjU5RDIiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjE3OSAzTDQgNi41NzF2Ny4xNDNsNi4xNzkgMy41NzIgNi4xNi0zLjU3Mi0yLjE4NC0xLjI3My0zLjk3NiAyLjI5Ny0zLjk5NC0yLjI5N1Y3Ljg0NWwzLjk5NC0yLjI5NyAzLjk3NiAyLjI5N3Y0LjU5NmwyLjE4NCAxLjI3M1Y2LjU3MUwxMC4xOCAzeiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzMyNTk3XzYyNTEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}
.t-icon-LINK, .t-icon-RSD
{
    width: 20px;
    height: 20px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-RSD
{
    background-image: url(../../willbettingde/image/currency-RSD.3d561ab.svg);
}
.t-icon-visa
{
    background-image: url(../../willbettingde/image/payment-method-visa.d4aab39.svg);
}
.t-icon-mastercard, .t-icon-visa
{
    width: 32px;
    height: 21px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-mastercard
{
    background-image: url(../../willbettingde/image/payment-method-mastercard.b6a864e.svg);
}
.t-icon-applepay
{
    background-image: url(../../willbettingde/image/payment-method-applepay.cbbeab1.svg);
}
.t-icon-applepay, .t-icon-banktransfer
{
    width: 32px;
    height: 21px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-banktransfer
{
    background-image: url(../../willbettingde/image/payment-method-banktransfer.477d9e7.svg);
}
.t-icon-paypal
{
    background-image: url(../../willbettingde/image/payment-method-paypal.f73430b.svg);
}
.t-icon-paypal, .t-icon-paysafecard
{
    width: 32px;
    height: 21px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-paysafecard
{
    background-image: url(../../willbettingde/image/payment-method-paysafecard.a7bbc70.svg);
}
.t-icon-trustly
{
    width: 32px;
    height: 21px;
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgOS4wNzRoNi45OTZWMy40ODhsNS41ODYgNS41ODYtNS41ODYgNS41Nzd2Mi44NTZoNi43OFY5LjA3NEgyMFYyLjVIMHY2LjU3NHoiIGZpbGw9IiMwRUUwNkUiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-paysystem, .t-icon-provider
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-paysystem-tether
{
    background-image: url(../../willbettingde/image/tether.d6b5745.svg);
}
.t-icon-paysystem-litecoin
{
    background-image: url(../../willbettingde/image/litecoin.3a8692c.svg);
}
.t-icon-paysystem-bitcoin
{
    background-image: url(../../willbettingde/image/bitcoin.1365466.svg);
}
.t-icon-paysystem-ethereum
{
    background-image: url(../../willbettingde/image/ethereum.9c9dc4d.svg);
}
.t-icon-paysystem-tron
{
    background-image: url(../../willbettingde/image/tron.2e93558.svg);
}
.t-icon-paysystem-ripple
{
    background-image: url(../../willbettingde/image/ripple.071b492.svg);
}
.t-icon-paysystem-dogecoin
{
    background-image: url(../../willbettingde/image/dogecoin.a74ed13.svg);
}
.t-icon-gamblers
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-gamblers-bitcoincash
{
    background-image: url(../../willbettingde/image/bitcoincash.6f61cdf.svg);
}
.t-icon-gamblers-responsibleGambling
{
    background-image: url(../../willbettingde/image/responsibleGambling.ccb85f7.svg);
}
.t-icon-gamblers-18
{
    background-image: url(../../willbettingde/image/18.c18c732.svg);
}
.t-quick-navigations__group .t-icon-livecasino
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iNS41IiB5PSIzLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNyIgcng9IjEuNSIgc3Ryb2tlPSIjRkY1QTAwIi8+PHJlY3QgeD0iNy41IiB5PSI3LjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHJ4PSIuNSIgc3Ryb2tlPSIjRjVCRTQ2Ii8+PHBhdGggZmlsbD0iI0Y1QkU0NiIgZD0iTTEwIDhoMXY0aC0xek0xMyA4aDF2NGgtMXoiLz48cGF0aCBkPSJNMjEgNXY1LjI1YS4yNS4yNSAwIDAxLS4yNS4yNUgxOSIgc3Ryb2tlPSIjRjVCRTQ2Ii8+PGNpcmNsZSBjeD0iMjEiIGN5PSI1IiByPSIxIiBmaWxsPSIjRkY1QTAwIi8+PHJlY3QgeD0iNyIgeT0iMTciIHdpZHRoPSI3IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iI0Y1QkU0NiIvPjxyZWN0IHg9IjE1IiB5PSIxNyIgd2lkdGg9IjIiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjRjVCRTQ2Ii8+PC9zdmc+");
}
.t-icon
{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transition: all 0s ease-in-out;
}
.t-icon:after, .t-icon:before
{
    content: none;
}
.t-icon-level-0
{
    background-image: url(../../willbettingde/image/icon-level-0.8a2ee84.svg);
}
.t-icon-level-1
{
    background-image: url(../../willbettingde/image/icon-level-1.0abfadb.svg);
}
.t-icon-level-2
{
    background-image: url(../../willbettingde/image/icon-level-2.37bff27.svg);
}
.t-icon-level-3
{
    background-image: url(../../willbettingde/image/icon-level-3.b05334e.svg);
}
.t-icon-level-4
{
    background-image: url(../../willbettingde/image/icon-level-4.6991f30.svg);
}
.t-icon-level-5
{
    background-image: url(../../willbettingde/image/icon-level-5.c676113.svg);
}
.t-icon-level-6
{
    background-image: url(../../willbettingde/image/icon-level-6.4a8e249.svg);
}
.t-icon-level-7
{
    background-image: url(../../willbettingde/image/icon-level-7.b14b481.svg);
}
.t-icon-level-8
{
    background-image: url(../../willbettingde/image/icon-level-8.5108721.svg);
}
.t-icon-level-9
{
    background-image: url(../../willbettingde/image/icon-level-9.8b31830.svg);
}
.t-icon-level-10
{
    background-image: url(../../willbettingde/image/icon-level-10.b0bc00f.svg);
}
.t-icon-level-11
{
    background-image: url(../../willbettingde/image/icon-level-11.6ba7d5e.svg);
}
.t-icon-level-12
{
    background-image: url(../../willbettingde/image/icon-level-12.b706efd.svg);
}
.t-icon-level-13
{
    background-image: url(../../willbettingde/image/icon-level-13.62f452f.svg);
}
.t-icon-level-14
{
    background-image: url(../../willbettingde/image/icon-level-14.9b44585.svg);
}
.t-icon-level-15
{
    background-image: url(../../willbettingde/image/icon-level-15.dd35e6d.svg);
}
.t-icon-level-16
{
    background-image: url(../../willbettingde/image/icon-level-16.a0a1926.svg);
}
.t-icon-level-17
{
    background-image: url(../../willbettingde/image/icon-level-17.906a861.svg);
}
.t-icon-level-18
{
    background-image: url(../../willbettingde/image/icon-level-18.7317eed.svg);
}
.t-icon-level-19
{
    background-image: url(../../willbettingde/image/icon-level-19.4f77771.svg);
}
.t-icon-level-20
{
    background-image: url(../../willbettingde/image/icon-level-20.1eb0fdb.svg);
}
.t-icon-level-21
{
    background-image: url(../../willbettingde/image/icon-level-21.48b61f9.svg);
}
.t-icon-level-22
{
    background-image: url(../../willbettingde/image/icon-level-22.ae5a77d.svg);
}
.t-icon-level-23
{
    background-image: url(../../willbettingde/image/icon-level-23.a780afd.svg);
}
.t-icon-level-24
{
    background-image: url(../../willbettingde/image/icon-level-24.6b6202d.svg);
}
.t-icon-level-25
{
    background-image: url(../../willbettingde/image/icon-level-25.70f4b7e.svg);
}
.t-icon-home
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjY3IDMuMjE3YTEuNSAxLjUgMCAwMC0xLjM0IDBsLTUuNSAyLjc1QTEuNSAxLjUgMCAwMDUgNy4zMDl2MTAuNjlhMyAzIDAgMDAzIDNoOGEzIDMgMCAwMDMtM1Y3LjMxYTEuNSAxLjUgMCAwMC0uODMtMS4zNDJsLTUuNS0yLjc1eiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDIxaC00di00YTIgMiAwIDExNCAwdjR6TTMuMTA2IDguNDQ3YTEgMSAwIDAwMS4zNDEuNDQ3TDEyIDUuMTE4bDcuNTUzIDMuNzc2YTEgMSAwIDEwLjg5NC0xLjc4OWwtOC00YTEgMSAwIDAwLS44OTQgMGwtOCA0YTEgMSAwIDAwLS40NDcgMS4zNDJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-games-bonuses.t-icon
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTNhMSAxIDAgMDExLTFoMTRhMSAxIDAgMDExIDF2NWEzIDMgMCAwMS0zIDNIN2EzIDMgMCAwMS0zLTN2LTV6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik0zIDlhMiAyIDAgMDEyLTJoMTRhMiAyIDAgMDEyIDJ2MWEyIDIgMCAwMS0yIDJINWEyIDIgMCAwMS0yLTJWOXoiIGZpbGw9IiM3Mzc4ODAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcgNmEzIDMgMCAwMTUtMi4yMzZBMyAzIDAgMTExNCA5aC0xdjEyaC0yVjloLTFhMyAzIDAgMDEtMy0zem00IDFoLTFhMSAxIDAgMTExLTF2MXptMiAwaDFhMSAxIDAgMTAtMS0xdjF6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
}
.t-icon-menu
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4MzJfMTcyNjgpIiBmaWxsPSIjRkZFRDQ4Ij48cGF0aCBkPSJNMyA5LjRjMC0yLjI0IDAtMy4zNi40MzYtNC4yMTZhNCA0IDAgMDExLjc0OC0xLjc0OEM2LjA0IDMgNy4xNiAzIDkuNCAzaDUuMmMyLjI0IDAgMy4zNiAwIDQuMjE2LjQzNmE0IDQgMCAwMTEuNzQ4IDEuNzQ4QzIxIDYuMDQgMjEgNy4xNiAyMSA5LjR2NS4yYzAgMi4yNCAwIDMuMzYtLjQzNiA0LjIxNmE0IDQgMCAwMS0xLjc0OCAxLjc0OEMxNy45NiAyMSAxNi44NCAyMSAxNC42IDIxSDkuNGMtMi4yNCAwLTMuMzYgMC00LjIxNi0uNDM2YTQgNCAwIDAxLTEuNzQ4LTEuNzQ4QzMgMTcuOTYgMyAxNi44NCAzIDE0LjZWOS40eiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExIDhhMSAxIDAgMDExLTFoNGExIDEgMCAxMTAgMmgtNGExIDEgMCAwMS0xLTF6bTEgM2ExIDEgMCAxMDAgMmg0YTEgMSAwIDEwMC0yaC00em0wIDRhMSAxIDAgMTAwIDJoNGExIDEgMCAxMDAtMmgtNHptLTQgMmExIDEgMCAxMDAtMiAxIDEgMCAwMDAgMnptMS01YTEgMSAwIDExLTIgMCAxIDEgMCAwMTIgMHpNOCA5YTEgMSAwIDEwMC0yIDEgMSAwIDAwMCAyeiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE4MzJfMTcyNjgiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-attention
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggNC41djVIN3YtNWgxeiIgZmlsbD0iI0ZGNDM1NiIvPjxjaXJjbGUgY3g9IjcuNSIgY3k9IjgiIHI9IjciIHN0cm9rZT0iI0ZGNDM1NiIvPjxjaXJjbGUgY3g9IjcuNSIgY3k9IjExIiByPSIuNSIgZmlsbD0iI0ZGNDM1NiIvPjwvc3ZnPg==");
}
.t-icon-games
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3MDFfOTcwMzEpIiBmaWxsPSIjNzM3ODgwIj48cGF0aCBkPSJNOS4wMDUgNC42NTFhMy4yMTQgMy4yMTQgMCAwMTMuOTgtMi4xOTZsNi42OTEgMS45MzNhMy4yMTQgMy4yMTQgMCAwMTIuMTk3IDMuOThMMTguNyAxOS4zNDhhMy4yMTQgMy4yMTQgMCAwMS0zLjk4IDIuMTk2TDguMDMgMTkuNjEyYTMuMjE0IDMuMjE0IDAgMDEtMi4xOTYtMy45OGwzLjE3MS0xMC45OHoiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTcuNjQzIDMuMTI5TDQuMDU2IDQuNTE1YTMuMjE0IDMuMjE0IDAgMDAtMS44MzkgNC4xNThsMi4xODkgNS42NjJMNy42NDMgMy4xMjl6TTE0LjMwMSA1LjYyMmEuOTk0Ljk5NCAwIDAwLS44MzguMTQ1bC0yLjExNiAxLjQzMmMtLjQ4LjMyNS0uNjcyLjk5LS40MzkgMS41MmwxLjAyNiAyLjM0YS45NzYuOTc2IDAgMDAxLjQ3LjQyNWwyLjExNi0xLjQzM2MuNDgtLjMyNC42NzItLjk4OS40MzktMS41MmwtMS4wMjYtMi4zNGEuOTk0Ljk5NCAwIDAwLS42MzItLjU2OXoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNzAxXzk3MDMxIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-icon-slots
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iOS40MzYiIHk9IjQuMTYiIHdpZHRoPSI1Ljg3OSIgaGVpZ2h0PSIxNS42NzciIHJ4PSIuODcxIiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik0xNi42MiA1LjAzMWMwLS40OC4zOS0uODcuODcyLS44N2gxLjUyNEEzLjQ4NCAzLjQ4NCAwIDAxMjIuNSA3LjY0M3Y4LjcxYTMuNDg0IDMuNDg0IDAgMDEtMy40ODQgMy40ODRoLTEuNTI0YS44NzEuODcxIDAgMDEtLjg3MS0uODcxVjUuMDN6TTIuMjUgNy42NDRBMy40ODQgMy40ODQgMCAwMTUuNzM0IDQuMTZoMS41MjRjLjQ4MSAwIC44NzEuMzkuODcxLjg3MXYxMy45MzZjMCAuNDgtLjM5Ljg3LS44Ny44N0g1LjczM2EzLjQ4NCAzLjQ4NCAwIDAxLTMuNDg0LTMuNDgzdi04LjcxeiIgZmlsbD0iIzczNzg4MCIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMjEgNy4wOTlhLjk4Ljk4IDAgMDExLjk2IDB2MS45NmEuOTguOTggMCAwMS0xLjk2IDB2LTEuOTZ6bTcuMTg2IDMuOTJhLjk4Ljk4IDAgMDExLjk2IDB2MS45NmEuOTguOTggMCAwMS0xLjk2IDB2LTEuOTZ6bTguMTY0IDIuOTRhLjk4Ljk4IDAgMDAtLjk4Ljk4djEuOTZhLjk4Ljk4IDAgMTAxLjk2IDB2LTEuOTZhLjk4Ljk4IDAgMDAtLjk4LS45OHoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-title-live, .t-icon-title-liveGames
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1Ljk2NSAyYy0uMjggMC0uNTU0IDAtLjc4NS4wMTktLjI1NC4wMi0uNTU0LjA3LS44NTUuMjIzYTIuMjIyIDIuMjIyIDAgMDAtLjk3Mi45NzEgMi4yNDggMi4yNDggMCAwMC0uMjIzLjg1NmMtLjAxOS4yMy0uMDE5LjUwNC0uMDE5Ljc4NHYzLjE4MmMwIC4yOCAwIC41NTQuMDE5Ljc4NS4wMi4yNTQuMDcuNTU0LjIyMy44NTYuMjEzLjQxOC41NTMuNzU4Ljk3Mi45Ny4zMDEuMTU0LjYuMjAzLjg1NS4yMjQuMjMxLjAxOS41MDQuMDE5Ljc4NC4wMTloMy4xODNjLjI4IDAgLjU1MyAwIC43ODQtLjAxOS4yNTQtLjAyLjU1NC0uMDcuODU2LS4yMjMuNDE4LS4yMTMuNzU4LS41NTMuOTctLjk3MS4xNTQtLjMwMi4yMDMtLjYwMi4yMjQtLjg1Ni4wMi0uMjMxLjAxOS0uNTA0LjAxOS0uNzg1VjQuODUzYzAtLjI4IDAtLjU1My0uMDE5LS43ODRhMi4yNDcgMi4yNDcgMCAwMC0uMjIzLS44NTYgMi4yMjIgMi4yMjIgMCAwMC0uOTcxLS45NyAyLjI0NiAyLjI0NiAwIDAwLS44NTYtLjIyNGMtLjIzLS4wMi0uNTA0LS4wMTktLjc4NC0uMDE5aC0zLjE4MnpNNC44NTMgMTMuMTExYy0uMjggMC0uNTUzIDAtLjc4NC4wMTktLjI1NC4wMi0uNTU0LjA3LS44NTYuMjIzYTIuMjIyIDIuMjIyIDAgMDAtLjk3Ljk3MiAyLjI0NiAyLjI0NiAwIDAwLS4yMjQuODU1Yy0uMDIuMjMxLS4wMTkuNTA0LS4wMTkuNzg0djMuMTgzYzAgLjI4IDAgLjU1My4wMTkuNzg0LjAyLjI1NC4wNy41NTQuMjIzLjg1Ni4yMTMuNDE4LjU1My43NTguOTcxLjk3LjMwMi4xNTQuNjAyLjIwMy44NTYuMjI0LjIzLjAyLjUwNC4wMTkuNzg0LjAxOWgzLjE4MmMuMjggMCAuNTU0IDAgLjc4NS0uMDE5LjI1NC0uMDIuNTU0LS4wNy44NTYtLjIyMy40MTgtLjIxMy43NTgtLjU1My45Ny0uOTcxLjE1NC0uMzAyLjIwMy0uNjAyLjIyNC0uODU2LjAxOS0uMjMuMDE5LS41MDQuMDE5LS43ODR2LTMuMTgyYzAtLjI4IDAtLjU1NC0uMDE5LS43ODVhMi4yNDggMi4yNDggMCAwMC0uMjIzLS44NTUgMi4yMjIgMi4yMjIgMCAwMC0uOTcxLS45NzIgMi4yNDggMi4yNDggMCAwMC0uODU2LS4yMjNjLS4yMzEtLjAxOS0uNTA0LS4wMTktLjc4NS0uMDE5SDQuODUzek0xNS45NjUgMTMuMTExYy0uMjggMC0uNTU0IDAtLjc4NS4wMTktLjI1NC4wMi0uNTU0LjA3LS44NTUuMjIzYTIuMjIyIDIuMjIyIDAgMDAtLjk3Mi45NzIgMi4yNDggMi4yNDggMCAwMC0uMjIzLjg1NWMtLjAxOS4yMzEtLjAxOS41MDQtLjAxOS43ODV2My4xODJjMCAuMjggMCAuNTUzLjAxOS43ODQuMDIuMjU0LjA3LjU1NC4yMjMuODU2LjIxMy40MTguNTUzLjc1OC45NzIuOTcuMzAxLjE1NC42LjIwMy44NTUuMjI0LjIzMS4wMi41MDQuMDE5Ljc4NS4wMTloMy4xODJjLjI4IDAgLjU1MyAwIC43ODQtLjAxOS4yNTQtLjAyLjU1NC0uMDcuODU2LS4yMjMuNDE4LS4yMTMuNzU4LS41NTMuOTctLjk3MS4xNTQtLjMwMi4yMDMtLjYwMi4yMjQtLjg1Ni4wMi0uMjMuMDE5LS41MDQuMDE5LS43ODR2LTMuMTgyYzAtLjI4IDAtLjU1NC0uMDE5LS43ODVhMi4yNDYgMi4yNDYgMCAwMC0uMjIzLS44NTUgMi4yMjIgMi4yMjIgMCAwMC0uOTcxLS45NzIgMi4yNDggMi4yNDggMCAwMC0uODU2LS4yMjNjLS4yMy0uMDE5LS41MDQtLjAxOS0uNzg0LS4wMTloLTMuMTgyeiIgZmlsbD0iI0ZGRUQ0OCIvPjxwYXRoIGQ9Ik0xNS45NjUgMjJjLS4yOCAwLS41NTQgMC0uNzg1LS4wMTlhMi4yNDYgMi4yNDYgMCAwMS0uODU1LS4yMjMgMi4yMjIgMi4yMjIgMCAwMS0uOTcyLS45NzEgMi4yNDggMi4yNDggMCAwMS0uMjIzLS44NTZjLS4wMTktLjIzLS4wMTktLjUwNC0uMDE5LS43ODV2LTMuMTgxYzAtLjI4IDAtLjU1NC4wMTktLjc4NS4wMi0uMjU0LjA3LS41NTQuMjIzLS44NTUuMjEzLS40MTkuNTUzLS43NTkuOTcyLS45NzIuMzAxLS4xNTMuNi0uMjAyLjg1NS0uMjIzLjIzMS0uMDE5LjUwNC0uMDE5Ljc4NC0uMDE5aDMuMTgzYy4yOCAwIC41NTMgMCAuNzg0LjAxOS4yNTQuMDIuNTU0LjA3Ljg1Ni4yMjMuNDE4LjIxMy43NTguNTUzLjk3Ljk3Mi4xNTQuMzAxLjIwMy42LjIyNC44NTUuMDIuMjMxLjAxOS41MDQuMDE5Ljc4NXYzLjE4MWMwIC4yODEgMCAuNTU0LS4wMTkuNzg1LS4wMi4yNTQtLjA3LjU1NC0uMjIzLjg1NmEyLjIyMiAyLjIyMiAwIDAxLS45NzEuOTcgMi4yNDYgMi4yNDYgMCAwMS0uODU2LjIyNGMtLjIzLjAyLS41MDQuMDE5LS43ODQuMDE5aC0zLjE4MnpNNC44NTMgMTAuODg5Yy0uMjggMC0uNTUzIDAtLjc4NC0uMDE5YTIuMjQ4IDIuMjQ4IDAgMDEtLjg1Ni0uMjIzIDIuMjIyIDIuMjIyIDAgMDEtLjk3LS45NzEgMi4yNDcgMi4yNDcgMCAwMS0uMjI0LS44NTZDMS45OTkgOC41OSAyIDguMzE2IDIgOC4wMzVWNC44NTNjMC0uMjggMC0uNTUzLjAxOS0uNzg0LjAyLS4yNTQuMDctLjU1NC4yMjMtLjg1Ni4yMTMtLjQxOC41NTMtLjc1OC45NzEtLjk3LjMwMi0uMTU0LjYwMi0uMjAzLjg1Ni0uMjI0LjIzLS4wMi41MDQtLjAxOS43ODQtLjAxOWgzLjE4MmMuMjggMCAuNTU0IDAgLjc4NS4wMTkuMjU0LjAyLjU1NC4wNy44NTYuMjIzLjQxOC4yMTMuNzU4LjU1My45Ny45NzEuMTU0LjMwMi4yMDMuNjAyLjIyNC44NTYuMDE5LjIzLjAxOS41MDQuMDE5Ljc4NHYzLjE4MmMwIC4yOCAwIC41NTQtLjAxOS43ODUtLjAyLjI1NC0uMDcuNTU0LS4yMjMuODU2YTIuMjIzIDIuMjIzIDAgMDEtLjk3MS45NyAyLjI0OCAyLjI0OCAwIDAxLS44NTYuMjI0Yy0uMjMxLjAxOS0uNTA0LjAxOS0uNzg1LjAxOUg0Ljg1M3pNMTUuOTY1IDEwLjg4OWMtLjI4IDAtLjU1NCAwLS43ODUtLjAxOWEyLjI0OCAyLjI0OCAwIDAxLS44NTUtLjIyMyAyLjIyMiAyLjIyMiAwIDAxLS45NzItLjk3MSAyLjI0OCAyLjI0OCAwIDAxLS4yMjMtLjg1NmMtLjAxOS0uMjMxLS4wMTktLjUwNC0uMDE5LS43ODVWNC44NTNjMC0uMjggMC0uNTUzLjAxOS0uNzg0LjAyLS4yNTQuMDctLjU1NC4yMjMtLjg1Ni4yMTMtLjQxOC41NTMtLjc1OC45NzItLjk3LjMwMS0uMTU0LjYtLjIwMy44NTUtLjIyNC4yMzEtLjAyLjUwNC0uMDE5Ljc4NS0uMDE5aDMuMTgyYy4yOCAwIC41NTMgMCAuNzg0LjAxOS4yNTQuMDIuNTU0LjA3Ljg1Ni4yMjMuNDE4LjIxMy43NTguNTUzLjk3Ljk3MS4xNTQuMzAyLjIwMy42MDIuMjI0Ljg1Ni4wMi4yMy4wMTkuNTA0LjAxOS43ODR2My4xODJjMCAuMjggMCAuNTU0LS4wMTkuNzg1LS4wMi4yNTQtLjA3LjU1NC0uMjIzLjg1NmEyLjIyMiAyLjIyMiAwIDAxLS45NzEuOTcgMi4yNDggMi4yNDggMCAwMS0uODU2LjIyNGMtLjIzLjAxOS0uNTA0LjAxOS0uNzg0LjAxOWgtMy4xODJ6IiBmaWxsPSIjRkZFRDQ4Ii8+PC9zdmc+");
}
.t-icon-title-featuredSlot, .t-icon-title-gameShow, .t-icon-title-originals, .t-icon-title-recomemded, .t-icon-title-slots
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2Ljk0MyA5LjU3aC0uMWEuMjg1LjI4NSAwIDAxLS4yNi0uNDA3IDUuMDU1IDUuMDU1IDAgMDAuNDY0LTIuMDQyYy4wMzYtMi43OTItMi4yMjQtNS4xLTUuMDE2LTUuMTJhNS4wNDcgNS4wNDcgMCAwMC00LjYyIDcuMTYyLjI4Mi4yODIgMCAwMS0uMjYuNDAyaC0uMDk5QTUuMDU1IDUuMDU1IDAgMDAyIDE0LjY1NWMuMDIxIDIuNzgxIDIuMzEzIDUuMDM3IDUuMDk0IDUuMDExYTUuMDUgNS4wNSAwIDAwMy4xMzUtMS4xMjUuMjgzLjI4MyAwIDAxLjQ2NC4yMTl2LjY2MWMwIDEuMzQ0LS45NjQgMS41MTEtMS43MDkgMi4xMzYtLjE3Ny4xNTEtLjA2Ny40NDMuMTY3LjQ0M2g1LjcwM2MuMjM1IDAgLjM0NC0uMjkyLjE2Ny0uNDQzLS43NC0uNjMtMS42OTMtLjc3LTEuNjkzLTIuMTN2LS42NTJjMC0uMjQuMjc2LS4zNy40NjQtLjIxOWE1LjAyMyA1LjAyMyAwIDAwMy4xMyAxLjExYzIuNzc2LjAxNiA1LjA1Ny0yLjI0IDUuMDc4LTUuMDEyYTUuMDU5IDUuMDU5IDAgMDAtNS4wNTctNS4wODR6IiBmaWxsPSIjRkZFRDQ4Ii8+PC9zdmc+");
}
.t-icon-title-gameShows
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjI1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDcuNTc1Yy0yLjI2NiAwLTQuMzUyLjIzNi01LjkuNjM1LS43NjYuMTk3LTEuNDU3LjQ0OC0xLjk4Ljc2Ny0uNDU3LjI3OC0xLjEyLjgxNS0xLjEyIDEuNjkgMCAuODczLjY2MyAxLjQxIDEuMTIgMS42ODguMjU3LjE1Ny41NTQuMjk3Ljg4LjQyMnY2LjEzMmMwIC43MzUuNDM1IDEuMjcyLjg1MyAxLjYxMS40MjguMzQ4Ljk4Ny42MTcgMS41ODguODIzQzguNjU0IDIxLjc2IDEwLjI2NiAyMiAxMiAyMnMzLjM0Ni0uMjQgNC41NTktLjY1N2MuNjAxLS4yMDYgMS4xNi0uNDc1IDEuNTg4LS44MjMuNDE4LS4zMzkuODUzLS44NzYuODUzLTEuNjExdi02LjEzMmMuMzI2LS4xMjUuNjIzLS4yNjUuODgtLjQyMi40NTctLjI3OCAxLjEyLS44MTUgMS4xMi0xLjY4OSAwLS44NzQtLjY2My0xLjQxLTEuMTItMS42ODktLjUyMy0uMzE5LTEuMjE0LS41Ny0xLjk4LS43NjctMS41NDgtLjQtMy42MzQtLjYzNS01LjktLjYzNXpNNi41ODYgMTAuMjFjLS40NjQuMTItLjgzNS4yNDYtMS4xMTQuMzdhLjA5NC4wOTQgMCAwMDAgLjE3NGMuMjguMTI0LjY1LjI1MSAxLjExNC4zNyAxLjM0Ny4zNDggMy4yNjIuNTc0IDUuNDE0LjU3NCAyLjE1MiAwIDQuMDY3LS4yMjYgNS40MTQtLjU3My40NjQtLjEyLjgzNS0uMjQ3IDEuMTE0LS4zNzFhLjA5NS4wOTUgMCAwMDAtLjE3NCA3LjI3NSA3LjI3NSAwIDAwLTEuMTE0LS4zN2MtMS4zNDctLjM0Ny0zLjI2Mi0uNTczLTUuNDE0LS41NzMtMi4xNTIgMC00LjA2Ny4yMjYtNS40MTQuNTczeiIgZmlsbD0iI0ZGRUQ0OCIvPjxwYXRoIGQ9Ik0xMy41NTMgMS4yODVjLjE4NC0uMzguNzEtLjM4Ljg5NCAwIC40OTYgMS4wMjEuNjY3IDEuMTk4IDEuNjU5IDEuNzA4YS41MjIuNTIyIDAgMDEwIC45MjJjLS45OTIuNTEtMS4xNjMuNjg3LTEuNjU5IDEuNzA5YS40OTQuNDk0IDAgMDEtLjg5NCAwYy0uNDk2LTEuMDIyLS42NjctMS4xOTgtMS42NTgtMS43MDlhLjUyMi41MjIgMCAwMTAtLjkyMmMuOTkxLS41MSAxLjE2Mi0uNjg3IDEuNjU4LTEuNzA4ek04LjU1MyAzLjM0NWMuMTg0LS4zOC43MS0uMzguODk0IDAgLjE3NS4zNi4zMS41LjY1OS42NzlhLjUyMi41MjIgMCAwMTAgLjkyMWMtLjM0OS4xOC0uNDg0LjMyLS42NTkuNjc5YS40OTQuNDk0IDAgMDEtLjg5NCAwYy0uMTc0LS4zNi0uMzEtLjUtLjY1OC0uNjc5YS41MjIuNTIyIDAgMDEwLS45MjFjLjM0OC0uMTguNDg0LS4zMi42NTgtLjY3OXoiIGZpbGw9IiNGRkVENDgiLz48L3N2Zz4=");
}
.t-icon-live-games
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyIDEyYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMiA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTB6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik0xMiAxNmE0IDQgMCAxMDAtOCA0IDQgMCAwMDAgOHoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-level0Level
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzMDJfMTc3ODA0KSIgZmlsbD0iIzczNzg4MCI+PHBhdGggZD0iTTExLjIwMyAyMC41OThMMy4zMSA5LjkxOWExLjU4MiAxLjU4MiAwIDAxLS4wNDQtMS44MTdsMi4yNjMtMy4zOTZhMiAyIDAgMDExLjMwNy0uODU4bDQuNDg3LS44MTZjLjExOC0uMDIxLjIzNy0uMDMyLjM1Ny0uMDMyaC42NGMuMTIgMCAuMjQuMDEuMzU3LjAzMmw0LjQ4OC44MTZhMiAyIDAgMDExLjMwNi44NThsMi4yNjMgMy4zOTZhMS41ODIgMS41ODIgMCAwMS0uMDQ0IDEuODE3bC03Ljg5MyAxMC42NzlhLjk5MS45OTEgMCAwMS0xLjU5NCAweiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjc4IDMuMzc1YTEgMSAwIDAwLTEuNTYgMEw3LjUyIDhINGExIDEgMCAwMDAgMmgzLjNsMy43NiAxMC4zNDJhMSAxIDAgMDAxLjg4IDBMMTYuNyAxMEgyMGExIDEgMCAxMDAtMmgtMy41MmwtMy43LTQuNjI1ek0xMy45MiA4TDEyIDUuNiAxMC4wOCA4aDMuODR6bS00LjQ5MiAyTDEyIDE3LjA3NCAxNC41NzIgMTBIOS40Mjh6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTMwMl8xNzc4MDQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-level1Level
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzMDJfMTc3ODA5KSIgZmlsbD0iI0JFOTkzOCI+PHBhdGggZD0iTTExLjIwMyAyMC41OThMMy4zMSA5LjkxOWExLjU4MiAxLjU4MiAwIDAxLS4wNDQtMS44MTdsMi4yNjMtMy4zOTZhMiAyIDAgMDExLjMwNy0uODU4bDQuNDg3LS44MTZjLjExOC0uMDIxLjIzNy0uMDMyLjM1Ny0uMDMyaC42NGMuMTIgMCAuMjQuMDEuMzU3LjAzMmw0LjQ4OC44MTZhMiAyIDAgMDExLjMwNi44NThsMi4yNjMgMy4zOTZhMS41ODIgMS41ODIgMCAwMS0uMDQ0IDEuODE3bC03Ljg5MyAxMC42NzlhLjk5MS45OTEgMCAwMS0xLjU5NCAweiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjc4IDMuMzc1YTEgMSAwIDAwLTEuNTYgMEw3LjUyIDhINGExIDEgMCAwMDAgMmgzLjNsMy43NiAxMC4zNDJhMSAxIDAgMDAxLjg4IDBMMTYuNyAxMEgyMGExIDEgMCAxMDAtMmgtMy41MmwtMy43LTQuNjI1ek0xMy45MiA4TDEyIDUuNiAxMC4wOCA4aDMuODR6bS00LjQ5MiAyTDEyIDE3LjA3NCAxNC41NzIgMTBIOS40Mjh6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTMwMl8xNzc4MDkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-games-favorite
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjYwOSAyLjkzOWMuNTA1LTEuMjUyIDIuMjc3LTEuMjUyIDIuNzgyIDBsMS45MzcgNC44MDJhLjUuNSAwIDAwLjQyMy4zMTFsNC44NjcuMzk3YzEuMzE5LjEwOCAxLjg2MiAxLjc0Ny44NjggMi42MjJsLTMuNjkyIDMuMjQ3YS41LjUgMCAwMC0uMTU4LjQ4M2wxLjE4IDUuMzY3Yy4yOTUgMS4zNC0xLjIxNiAyLjM0LTIuMzM1IDEuNTQ0bC00LjE5MS0yLjk4NGEuNS41IDAgMDAtLjU4IDBsLTQuMTkxIDIuOTg0Yy0xLjExOS43OTctMi42My0uMjAzLTIuMzM1LTEuNTQ0bDEuMTgtNS4zNjdhLjUuNSAwIDAwLS4xNTgtLjQ4M2wtMy42OTItMy4yNDdjLS45OTQtLjg3NS0uNDUxLTIuNTE0Ljg2OC0yLjYyMmw0Ljg2Ny0uMzk3YS41LjUgMCAwMC40MjMtLjMxMWwxLjkzNy00LjgwMnoiIGZpbGw9IiM3Mzc4ODAiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PC9zdmc+");
}
.t-icon-game-shows, .t-icon-games-favorite
{
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-game-shows
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjI1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDcuNTc1Yy0yLjI2NiAwLTQuMzUyLjIzNi01LjkuNjM1LS43NjYuMTk3LTEuNDU3LjQ0OC0xLjk4Ljc2Ny0uNDU3LjI3OC0xLjEyLjgxNS0xLjEyIDEuNjkgMCAuODczLjY2MyAxLjQxIDEuMTIgMS42ODguMjU3LjE1Ny41NTQuMjk3Ljg4LjQyMnY2LjEzMmMwIC43MzUuNDM1IDEuMjcyLjg1MyAxLjYxMS40MjguMzQ4Ljk4Ny42MTcgMS41ODguODIzQzguNjU0IDIxLjc2IDEwLjI2NiAyMiAxMiAyMnMzLjM0Ni0uMjQgNC41NTktLjY1N2MuNjAxLS4yMDYgMS4xNi0uNDc1IDEuNTg4LS44MjMuNDE4LS4zMzkuODUzLS44NzYuODUzLTEuNjExdi02LjEzMmMuMzI2LS4xMjUuNjIzLS4yNjUuODgtLjQyMi40NTctLjI3OCAxLjEyLS44MTUgMS4xMi0xLjY4OSAwLS44NzQtLjY2My0xLjQxLTEuMTItMS42ODktLjUyMy0uMzE5LTEuMjE0LS41Ny0xLjk4LS43NjctMS41NDgtLjQtMy42MzQtLjYzNS01LjktLjYzNXpNNi41ODYgMTAuMjFjLS40NjQuMTItLjgzNS4yNDYtMS4xMTQuMzdhLjA5NC4wOTQgMCAwMDAgLjE3NGMuMjguMTI0LjY1LjI1MSAxLjExNC4zNyAxLjM0Ny4zNDggMy4yNjIuNTc0IDUuNDE0LjU3NCAyLjE1MiAwIDQuMDY3LS4yMjYgNS40MTQtLjU3My40NjQtLjEyLjgzNS0uMjQ3IDEuMTE0LS4zNzFhLjA5NS4wOTUgMCAwMDAtLjE3NCA3LjI3NSA3LjI3NSAwIDAwLTEuMTE0LS4zN2MtMS4zNDctLjM0Ny0zLjI2Mi0uNTczLTUuNDE0LS41NzMtMi4xNTIgMC00LjA2Ny4yMjYtNS40MTQuNTczeiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGQ9Ik0xMy41NTMgMS4yODVjLjE4NC0uMzguNzEtLjM4Ljg5NCAwIC40OTYgMS4wMjEuNjY3IDEuMTk4IDEuNjU5IDEuNzA4YS41MjIuNTIyIDAgMDEwIC45MjJjLS45OTIuNTEtMS4xNjMuNjg3LTEuNjU5IDEuNzA5YS40OTQuNDk0IDAgMDEtLjg5NCAwYy0uNDk2LTEuMDIyLS42NjctMS4xOTgtMS42NTgtMS43MDlhLjUyMi41MjIgMCAwMTAtLjkyMmMuOTkxLS41MSAxLjE2Mi0uNjg3IDEuNjU4LTEuNzA4ek04LjU1MyAzLjM0NWMuMTg0LS4zOC43MS0uMzguODk0IDAgLjE3NS4zNi4zMS41LjY1OS42NzlhLjUyMi41MjIgMCAwMTAgLjkyMWMtLjM0OS4xOC0uNDg0LjMyLS42NTkuNjc5YS40OTQuNDk0IDAgMDEtLjg5NCAwYy0uMTc0LS4zNi0uMzEtLjUtLjY1OC0uNjc5YS41MjIuNTIyIDAgMDEwLS45MjFjLjM0OC0uMTguNDg0LS4zMi42NTgtLjY3OXoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.t-icon-recommended
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTljMC0uNTUyLjUxMi0xIDEuMTQzLTFoMTMuNzE0Yy42MzEgMCAxLjE0My40NDggMS4xNDMgMXYyYzAgLjU1Mi0uNTEyIDEtMS4xNDMgMUg1LjE0M0M0LjUxMiAyMiA0IDIxLjU1MiA0IDIxdi0yeiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZD0iTTIuMDEyIDQuMzM4Yy0uMDk3LS40Ny40MzItLjgyMi44NDUtLjU2M2w1LjMgMy4zMjVjLjI3My4xNy42MzYuMDc5Ljc5LS4xOThsMi41Ni00LjYxOGEuNTYyLjU2MiAwIDAxLjk3NyAwbDIuNTYgNC42MThhLjU2My41NjMgMCAwMC43ODguMTk4bDUuMzEyLTMuMzI2Yy40MTMtLjI1OS45NDIuMDk0Ljg0NC41NjRsLTIuMDM2IDkuNzk0Yy0uMTA1LjUwNS0uNTYuODY4LTEuMDg5Ljg2OEg1LjEyN2MtLjUyOSAwLS45ODQtLjM2NC0xLjA4OS0uODdMMi4wMTIgNC4zMzl6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-vip
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI2MSA5Ljg0OEE2Ljk3NSA2Ljk3NSAwIDAxMTIuMDAxIDhjMS44MjcgMCAzLjQ5Mi43IDQuNzM4IDEuODQ4bDMuMDcxLTUuNjNBMS41IDEuNSAwIDAwMTguNDkzIDJoLTMuMzE2YTIgMiAwIDAwLTEuNzQ4IDEuMDI5TDEyIDUuNiAxMC41NzIgMy4wM0EyIDIgMCAwMDguODIzIDJINS41MDdBMS41IDEuNSAwIDAwNC4xOSA0LjIxOGwzLjA3MSA1LjYzeiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZD0iTTE5IDE1YTcgNyAwIDExLTE0IDAgNyA3IDAgMDExNCAweiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMTdhMiAyIDAgMTAwLTQgMiAyIDAgMDAwIDR6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
}
.t-icon-promotions, .t-icon-vip
{
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-promotions
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDE4LjM3NlYxNEg2bC43NzQgNC42NDNBMS42MjQgMS42MjQgMCAwMDEwIDE4LjM3NnoiIGZpbGw9IiM3Mzc4ODAiLz48cGF0aCBkPSJNMyAxMWEzIDMgMCAwMTMtM2g1bDYuMjM4LTMuNjVDMTguOTA0IDMuMzc3IDIxIDQuNTc5IDIxIDYuNTF2OC45ODhjMCAxLjkzMi0yLjA5NyAzLjEzNC0zLjc2NCAyLjE1N0wxMSAxNEg2YTMgMyAwIDAxLTMtM3oiIGZpbGw9IiM3Mzc4ODAiIGZpbGwtb3BhY2l0eT0iLjI0Ii8+PHBhdGggZD0iTTE4IDEwLjc3OEMxOCA5Ljc5NiAxOC43OTYgOSAxOS43NzggOUgyMGEyIDIgMCAxMTAgNGgtLjIyMkExLjc3OCAxLjc3OCAwIDAxMTggMTEuMjIydi0uNDQ0eiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGQ9Ik0xMSA4bDYuMjM4LTMuNjVDMTguOTA0IDMuMzc3IDIxIDQuNTc5IDIxIDYuNTF2OC45ODhjMCAxLjkzMi0yLjA5NyAzLjEzNC0zLjc2NCAyLjE1N0wxMSAxNFY4eiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
}
.t-icon-eye
{
    background-image: url("data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAAQlBMVEUAAABwgICAgIBweIB4eIB0eIBzeYByeIB1eIB0eYBzeIBzeIBzeIBzeYByeIBzeIB0eIBzeYB0eYBzeIBzeYBzeIDMefzAAAAAFXRSTlMAEBAgIEBQYGCPkJ+gr7C/v8/P3+9moZP0AAAAg0lEQVQY01WQywKCIBQFj1xACwnzMv//qy0grVnO5jykiZn+SK0Dbb1EbExqnMa58ChJwQF6qQ7gQVIBaLZlqwAPKQK4nXDGDhCUAV4ZYNsB8lAlAeQ61ALQwxvOEW3SE6DFnEIDKJKWEV5LB/BFkuy36lxq+9cc9/b1APqR/s+4z/kA4KQNQJI3GnkAAAAASUVORK5CYII=");
}
.t-icon-eye-cross
{
    background-image: url(../../willbettingde/image/eye-slash.07063d8.svg);
}
.t-icon-games-recent
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyIDEyYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMiA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTB6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgNmExIDEgMCAwMTEgMXY0LjU4NmwxLjcwNyAxLjcwN2ExIDEgMCAwMS0xLjQxNCAxLjQxNGwtMi0yQTEgMSAwIDAxMTEgMTJWN2ExIDEgMCAwMTEtMXoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.t-icon-games-recent, .t-icon-shop
{
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-shop
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMTFoMTRsLTEuNTE4IDcuNTg4QTMgMyAwIDAxMTQuNTQxIDIxSDkuNDU5YTMgMyAwIDAxLTIuOTQxLTIuNDEyTDUgMTF6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMTRhMSAxIDAgMDAtMSAxdjJhMSAxIDAgMTAyIDB2LTJhMSAxIDAgMDAtMS0xem00IDBhMSAxIDAgMDAtMSAxdjJhMSAxIDAgMTAyIDB2LTJhMSAxIDAgMDAtMS0xeiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNzA3IDQuNzA3YTEgMSAwIDAwLTEuNDE0LTEuNDE0bC01IDVhMSAxIDAgMDAxLjQxNCAxLjQxNGw1LTV6bTIuNTg2IDBhMSAxIDAgMDExLjQxNC0xLjQxNGw1IDVhMSAxIDAgMDEtMS40MTQgMS40MTRsLTUtNXoiIGZpbGw9IiM3Mzc4ODAiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTMgOS41QTEuNSAxLjUgMCAwMTQuNSA4aDE1YTEuNSAxLjUgMCAwMTAgM2gtMTVBMS41IDEuNSAwIDAxMyA5LjV6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
}
.t-icon-my-bonuses
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTNhMSAxIDAgMDExLTFoMTRhMSAxIDAgMDExIDF2NWEzIDMgMCAwMS0zIDNIN2EzIDMgMCAwMS0zLTN2LTV6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik0zIDlhMiAyIDAgMDEyLTJoMTRhMiAyIDAgMDEyIDJ2MWEyIDIgMCAwMS0yIDJINWEyIDIgMCAwMS0yLTJWOXoiIGZpbGw9IiM3Mzc4ODAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcgNmEzIDMgMCAwMTUtMi4yMzZBMyAzIDAgMTExNCA5aC0xdjEyaC0yVjloLTFhMyAzIDAgMDEtMy0zem00IDFoLTFhMSAxIDAgMTExLTF2MXptMiAwaDFhMSAxIDAgMTAtMS0xdjF6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-providers
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjY2OCA3LjYzN0E0IDQgMCAwMTYuNjUyIDRoMTAuNjk3YTQgNCAwIDAxMy45ODMgMy42MzdsLjY0OCA3LjFhNC44MjQgNC44MjQgMCAwMS03Ljg1IDQuMThDMTMuNTE0IDE4LjQxNSAxMi43OTQgMTggMTIgMThjLS43OTQgMC0xLjUxNC40MTUtMi4xMy45MTdhNC44MjQgNC44MjQgMCAwMS03Ljg1LTQuMThsLjY0OC03LjF6TTcgOWExIDEgMCAwMTIgMHYxaDFhMSAxIDAgMTEwIDJIOXYxYTEgMSAwIDExLTIgMHYtMUg2YTEgMSAwIDExMC0yaDFWOXptMTAgNGExIDEgMCAxMS0yIDAgMSAxIDAgMDEyIDB6bTEtM2ExIDEgMCAxMDAtMiAxIDEgMCAwMDAgMnoiIGZpbGw9IiNGRkVENDgiLz48L3N2Zz4=");
}
.t-icon-providers:after, .t-icon-providers:before
{
    content: none;
}
.t-icon-live-support
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4Ljc0IDIwLjk4NlY5Ljc1M2MwLTQuMzQyLTIuMzk3LTUuNzQtNi43NC01Ljc0LTQuMzQyIDAtNi43NCAxLjM5OC02Ljc0IDUuNzR2MTEuMjMzIiBzdHJva2U9IiM3Mzc4ODAiIHN0cm9rZS1vcGFjaXR5PSIuMjUiIHN0cm9rZS13aWR0aD0iMi4yNDciLz48cmVjdCB4PSIzLjAxNCIgeT0iMTAuODc3IiB3aWR0aD0iNS42MTYiIGhlaWdodD0iMTAuMTEiIHJ4PSIyLjI0NyIgZmlsbD0iIzczNzg4MCIvPjxyZWN0IHg9IjE1LjM3IiB5PSIxMC44NzciIHdpZHRoPSI1LjYxNiIgaGVpZ2h0PSIxMC4xMSIgcng9IjIuMjQ3IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-icon-cookies
{
    width: 49px;
    height: 40px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNS4xMjkgMTguMDYzYy0uNjIxLjA5LTEuMjU2LjEzNi0xLjkwMi4xMzYtNi44MzkgMC0xMi40Ni01LjIxNC0xMy4xMDQtMTEuODgzQTguMTYgOC4xNiAwIDAxMTUuMTQgMEM2LjQ0IDIuMTk1IDAgMTAuMDcyIDAgMTkuNDUzYzAgMTEuMDggOC45ODIgMjAuMDYyIDIwLjA2MiAyMC4wNjIgOS44MjIgMCAxNy45OTYtNy4wNiAxOS43MjQtMTYuMzgyYTUuNjQ2IDUuNjQ2IDAgMDEtNC42NTctNS4wN3ptLTIzLjg0NC0yLjk5OGExLjg4IDEuODggMCAxMS0zLjc2MiAwIDEuODggMS44OCAwIDAxMy43NjIgMHptMy43NjEgNC4zODhhMS4yNTQgMS4yNTQgMCAxMS0yLjUwOCAwIDEuMjU0IDEuMjU0IDAgMDEyLjUwOCAwem0xMy43OTMgNy41MjRhMS4yNTQgMS4yNTQgMCAxMS0yLjUwOCAwIDEuMjU0IDEuMjU0IDAgMDEyLjUwOCAwem0tOC43NzcgMy43NjFhMS4yNTQgMS4yNTQgMCAxMDAtMi41MDggMS4yNTQgMS4yNTQgMCAwMDAgMi41MDh6bS05LjQwNC0xLjI1NGExLjg4IDEuODggMCAxMDAtMy43NjEgMS44OCAxLjg4IDAgMDAwIDMuNzYxeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNyIvPjxwYXRoIGQ9Ik0yNS4wNzcgNC40MDdhMS4yNTQgMS4yNTQgMCAxMDAtMi41MDggMS4yNTQgMS4yNTQgMCAwMDAgMi41MDh6TTQ3LjY0NiAxMS45M2ExLjI1NCAxLjI1NCAwIDEwMC0yLjUwOCAxLjI1NCAxLjI1NCAwIDAwMCAyLjUwOHpNMzMuODU0IDExLjMwM2ExLjg4IDEuODggMCAxMS0zLjc2MiAwIDEuODggMS44OCAwIDAxMy43NjIgMHoiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjciLz48L3N2Zz4=");
}
.t-icon-levelExplorer1
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwMV80Mjc5NCkiIGZpbGw9IiM3Mzc4ODAiPjxwYXRoIGQ9Ik0xMS4yMDMgMjAuNTk4TDMuMzEgOS45MTlhMS41ODIgMS41ODIgMCAwMS0uMDQ0LTEuODE3bDIuMjYzLTMuMzk2YTIgMiAwIDAxMS4zMDctLjg1OGw0LjQ4Ny0uODE2Yy4xMTgtLjAyMS4yMzctLjAzMi4zNTctLjAzMmguNjRjLjEyIDAgLjI0LjAxLjM1Ny4wMzJsNC40ODguODE2YTIgMiAwIDAxMS4zMDYuODU4bDIuMjYzIDMuMzk2YTEuNTgyIDEuNTgyIDAgMDEtLjA0NCAxLjgxN2wtNy44OTMgMTAuNjc5YS45OTEuOTkxIDAgMDEtMS41OTQgMHoiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi43OCAzLjM3NWExIDEgMCAwMC0xLjU2IDBMNy41MiA4SDRhMSAxIDAgMDAwIDJoMy4zbDMuNzYgMTAuMzQyYTEgMSAwIDAwMS44OCAwTDE2LjcgMTBIMjBhMSAxIDAgMTAwLTJoLTMuNTJsLTMuNy00LjYyNXpNMTMuOTIgOEwxMiA1LjYgMTAuMDggOGgzLjg0em0tNC40OTIgMkwxMiAxNy4wNzQgMTQuNTcyIDEwSDkuNDI4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzIwMV80Mjc5NCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.t-icon-levelExplorer2
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwMV80Mjc5OSkiIGZpbGw9IiNCRTk5MzgiPjxwYXRoIGQ9Ik0xMS4yMDMgMjAuNTk4TDMuMzEgOS45MTlhMS41ODIgMS41ODIgMCAwMS0uMDQ0LTEuODE3bDIuMjYzLTMuMzk2YTIgMiAwIDAxMS4zMDctLjg1OGw0LjQ4Ny0uODE2Yy4xMTgtLjAyMS4yMzctLjAzMi4zNTctLjAzMmguNjRjLjEyIDAgLjI0LjAxLjM1Ny4wMzJsNC40ODguODE2YTIgMiAwIDAxMS4zMDYuODU4bDIuMjYzIDMuMzk2YTEuNTgyIDEuNTgyIDAgMDEtLjA0NCAxLjgxN2wtNy44OTMgMTAuNjc5YS45OTEuOTkxIDAgMDEtMS41OTQgMHoiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi43OCAzLjM3NWExIDEgMCAwMC0xLjU2IDBMNy41MiA4SDRhMSAxIDAgMDAwIDJoMy4zbDMuNzYgMTAuMzQyYTEgMSAwIDAwMS44OCAwTDE2LjcgMTBIMjBhMSAxIDAgMTAwLTJoLTMuNTJsLTMuNy00LjYyNXpNMTMuOTIgOEwxMiA1LjYgMTAuMDggOGgzLjg0em0tNC40OTIgMkwxMiAxNy4wNzQgMTQuNTcyIDEwSDkuNDI4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzIwMV80Mjc5OSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.t-icon-brand-logo
{
    width: 128px;
    height: 32px;
    background-image: url(../../willbettingde/image/brand-logo.6cfb16a.svg);
}
.t-icon-google
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0FFQUZCMCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwNTNfMzEzKSI+PHBhdGggZD0iTTEzLjE2MiA1Ljc0NEE1LjIyIDUuMjIgMCAwMDEwIDQuNjg4YTUuMjc1IDUuMjc1IDAgMDAtNC44MTYgMy4xNDRsLTMuNDQtMy40NEE5Ljk1OSA5Ljk1OSAwIDAxMTAgMGMyLjMzMiAwIDQuNjAyLjgyNiA2LjM5MSAyLjMyNWEuNTg3LjU4NyAwIDAxLjAzOC44NjRsLTIuNSAyLjVhLjU4NS41ODUgMCAwMS0uNzY3LjA1NXpNMTkuODI0IDguMTMyYTkuOTI1IDkuOTI1IDAgMDEtMi45MjUgOS4wNzFsLTMuMzExLTMuMzExYTUuMjQ1IDUuMjQ1IDAgMDAxLjE3Ni0xLjU0OEgxMC4wNGEuNTg2LjU4NiAwIDAxLS41ODYtLjU4NlY4LjI0MmMwLS4zMjQuMjYyLS41ODYuNTg2LS41ODZoOS4yMWMuMjggMCAuNTIzLjIuNTc1LjQ3NnpNMTAgMjBjMi4yMzcgMCA0LjI5Ny0uNzUgNS45NjEtMmwtMy4zNzQtMy4zNzNhNS4yNTggNS4yNTggMCAwMS0yLjU4Ny42ODUgNS4yNzUgNS4yNzUgMCAwMS00LjgxNi0zLjE0NGwtMy40NCAzLjQ0QTkuOTU5IDkuOTU5IDAgMDAxMCAyMHpNNC42ODggMTBjMCAuMjg5LjA0LjU2Ny4wODUuODQ0TDEuMDk2IDE0LjUyQTkuODg3IDkuODg3IDAgMDEwIDEwYzAtMS42MjguNC0zLjE2MiAxLjA5Ni00LjUybDMuNjc3IDMuNjc2YTUuMjMzIDUuMjMzIDAgMDAtLjA4NS44NDR6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMjA1M18zMTMiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-facebook
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1Ljk4NyAySDEyLjkzYy0xLjgxNCAwLTMuODMyLjc1OC0zLjgzMiAzLjM3LjAxLjkxIDAgMS43ODIgMCAyLjc2M0g3djMuMzE3aDIuMTYzVjIxaDMuOTc2di05LjYxM2gyLjYyNEwxNiA4LjEyM2gtMi45M3MuMDA3LTEuNDUxIDAtMS44NzNjMC0xLjAzMiAxLjA4MS0uOTczIDEuMTQ2LS45NzNoMS43NzJWMmgtLjAwMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.t-icon-twitter
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwNTNfMzcpIj48cGF0aCBkPSJNMTEuODYyIDguNDY5TDE5LjE0NyAwaC0xLjcyNmwtNi4zMjYgNy4zNTNMNi4wNDIgMEguMjE1bDcuNjQgMTEuMTJMLjIxNSAyMGgxLjcyNmw2LjY4LTcuNzY1TDEzLjk1OCAyMGg1LjgyOEwxMS44NiA4LjQ2OXptLTIuMzY1IDIuNzQ4bC0uNzc0LTEuMTA3LTYuMTYtOC44MWgyLjY1Mmw0Ljk3MSA3LjExLjc3NCAxLjEwNyA2LjQ2MiA5LjI0MkgxNC43N2wtNS4yNzMtNy41NDF6IiBmaWxsPSIjQUVBRkIwIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMjA1M18zNyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.t-icon-line
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjg4MSAxNS45ODVINS4yOWMuNDg1IDAgLjg4Mi0uMzgyLjg4Mi0uODQ4di0uMDdjMC0uNDY3LS4zOTctLjg0OS0uODgyLS44NDlIMi44MzZ2LTUuMzdjMC0uNDY2LS4zOTYtLjg0OC0uODgxLS44NDhIMS44OEMxLjM5NyA4IDEgOC4zODIgMSA4Ljg0OHY2LjI4OWMwIC40NjYuMzk3Ljg0OC44ODEuODQ4ek0yMyAxMi4wNDN2LS4wN2MwLS40NjctLjM5Ny0uODQ5LS44ODEtLjg0OWgtMi40NTRWOS43ODJoMi40NTRjLjQ4NCAwIC44ODEtLjM4Mi44ODEtLjg0OHYtLjA3MWMwLS40NjYtLjM5Ny0uODQ4LS44ODEtLjg0OEgxOC43MWMtLjQ4NCAwLS44OC4zODItLjg4Ljg0OHY2LjI4OWMwIC40NjYuMzk2Ljg0OC44OC44NDhoMy40MDljLjQ4NCAwIC44ODEtLjM4Mi44ODEtLjg0OHYtLjA3YzAtLjQ2Ny0uMzk3LS44NDktLjg4MS0uODQ5aC0yLjQ1NHYtMS4zNDJoMi40NTRjLjQ4NCAwIC44ODEtLjM4Mi44ODEtLjg0OHptLTYuNTU0IDMuNjl2LS4wMDFhLjgzLjgzIDAgMDAuMjU1LS41OTV2LTYuMjljMC0uNDY1LS4zOTctLjg0Ny0uODgyLS44NDdoLS4wNzNjLS40ODUgMC0uODgyLjM4Mi0uODgyLjg0OHYzLjY5MkwxMS42OCA4LjQyOUEuODkuODkgMCAwMDEwLjkxNCA4aC0uMDc0Yy0uNDg0IDAtLjg4MS4zODItLjg4MS44NDh2Ni4yODljMCAuNDY2LjM5Ni44NDguODgxLjg0OGguMDc0Yy40ODUgMCAuODgxLS4zODIuODgxLS44NDh2LTMuNzZsMy4yMDkgNC4yMTZjLjAyLjAzLjA0MS4wNTcuMDY0LjA4NWEuNzM5LjczOSAwIDAwLjM0NC4yNDMuOTA1LjkwNSAwIDAwLjMzNC4wNjRoLjA3M2EuOS45IDAgMDAuNDEyLS4wOTkuNjIyLjYyMiAwIDAwLjIxNS0uMTU0em0tOC42ODMuMjUyaC4wNzRjLjQ4NSAwIC44ODEtLjM4Mi44ODEtLjg0OHYtNi4yOWMwLS40NjUtLjM5Ni0uODQ3LS44ODEtLjg0N2gtLjA3NGMtLjQ4NCAwLS44ODEuMzgyLS44ODEuODQ4djYuMjg5YzAgLjQ2Ni4zOTcuODQ4Ljg4MS44NDh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.t-icon-twitch
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS42MzcgMTguNjQ4aC0zLjI3NEwxMC4xOCAyMUg4di0yLjM1Mkg0VjYuMTMyTDUuMDg4IDNIMjB2MTAuOTU2bC00LjM2MyA0LjY5MnptMi45MTItNS40NzJ2LTguNjFINi41NDR2MTEuMzQ2aDMuMjc1djIuMzQ2TDEyIDE1LjkxMmg0bDIuNTUtMi43MzZ6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE0LjU0NCA3LjY5OHY0LjY5OEgxNlY3LjY5OGgtMS40NTZ6bS00IDQuNjkySDEyVjcuNjk4aC0xLjQ1NnY0LjY5MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.t-icon.t-button__icon.t-icon-arrow-left
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNzA3IDE1LjI5M2ExIDEgMCAwMS0xLjQxNCAxLjQxNGwtNC00YTEgMSAwIDAxMC0xLjQxNGw0LTRhMSAxIDAgMDExLjQxNCAxLjQxNEw3LjQxNCAxMUgxOWExIDEgMCAxMTAgMkg3LjQxNGwyLjI5MyAyLjI5M3oiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.t-icon.t-button__icon.t-icon-arrow-right
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjI5MyA4LjcwN2ExIDEgMCAwMTEuNDE0LTEuNDE0bDQgNGExIDEgMCAwMTAgMS40MTRsLTQgNGExIDEgMCAwMS0xLjQxNC0xLjQxNEwxNi41ODYgMTNINWExIDEgMCAxMTAtMmgxMS41ODZsLTIuMjkzLTIuMjkzeiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
}
.t-icon-arrow-left
{
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEwIiB3aWR0aD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjY0OS4zNjZhMS4xNjYgMS4xNjYgMCAwMC0xLjY5OCAwbC0zLjYgMy43NWExLjI4NyAxLjI4NyAwIDAwMCAxLjc2OGwzLjYgMy43NWExLjE2NiAxLjE2NiAwIDAwMS42OTggMCAxLjI4NyAxLjI4NyAwIDAwMC0xLjc2OEwyLjg5NyA1IDUuNjUgMi4xMzRhMS4yODcgMS4yODcgMCAwMDAtMS43Njh6IiBmaWxsPSIjMDkwYTBjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
}
.t-icon-arrow-right
{
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4zNTEuMzY2YTEuMTY2IDEuMTY2IDAgMDExLjY5OCAwbDMuNiAzLjc1Yy40NjguNDg4LjQ2OCAxLjI4IDAgMS43NjhsLTMuNiAzLjc1YTEuMTY2IDEuMTY2IDAgMDEtMS42OTggMCAxLjI4NyAxLjI4NyAwIDAxMC0xLjc2OEwzLjEwMyA1IC4zNSAyLjEzNGExLjI4NyAxLjI4NyAwIDAxMC0xLjc2OHoiIGZpbGw9IiMwOTBBMEMiLz48L3N2Zz4=");
}
.t-icon-search
{
    min-width: 24px;
    min-height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM5NzFfNjUzNDMpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzczNzg4MCI+PHBhdGggZD0iTTEzLjc5MyAxMy43OTNhMSAxIDAgMDExLjQxNCAwbDUuNSA1LjVhMSAxIDAgMDEtMS40MTQgMS40MTRsLTUuNS01LjVhMSAxIDAgMDEwLTEuNDE0eiIvPjxwYXRoIGQ9Ik0xMCA1YTUgNSAwIDEwMCAxMCA1IDUgMCAwMDAtMTB6bS03IDVhNyA3IDAgMTExNCAwIDcgNyAwIDAxLTE0IDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMzk3MV82NTM0MyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.t-icon-document-search
{
    min-width: 36px;
    min-height: 36px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDMwaDZhMyAzIDAgMTEtNiAweiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGQ9Ik0xOS41MDYgNmgtMy4wMTNsLTEuNTQuNTU0YTkgOSAwIDAwLTUuOTU0IDguNDY5djQuOThjMCAxLjEtLjUxNyAyLjEzNy0xLjM5NyAyLjc5OUM0LjUzMiAyNS4xMSA2LjE2NCAzMCAxMC4wMDcgMzBoMTUuOTg1YzMuODQyIDAgNS40NzYtNC44OSAyLjQwNS03LjE5OGEzLjUwMiAzLjUwMiAwIDAxLTEuMzk4LTIuNzk5di00Ljk4YTkgOSAwIDAwLTUuOTUzLTguNDdMMTkuNTA2IDZ6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik0xNi41IDQuNWExLjUgMS41IDAgMDEzIDBWNmgtM1Y0LjV6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
}
.t-icon-document
{
    min-width: 36px;
    min-height: 36px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNSAxNC4xYzAtMy4zNiAwLTUuMDQuNjU0LTYuMzI0YTYgNiAwIDAxMi42MjItMi42MjJDOS4wNiA0LjUgMTAuNzQgNC41IDE0LjEgNC41aDcuOGMzLjM2IDAgNS4wNCAwIDYuMzI0LjY1NGE2IDYgMCAwMTIuNjIyIDIuNjIyYy42NTQgMS4yODQuNjU0IDIuOTY0LjY1NCA2LjMyNHY3LjhjMCAzLjM2IDAgNS4wNC0uNjU0IDYuMzI0YTYgNiAwIDAxLTIuNjIyIDIuNjIyYy0xLjI4NC42NTQtMi45NjQuNjU0LTYuMzI0LjY1NGgtNy44Yy0zLjM2IDAtNS4wNCAwLTYuMzI0LS42NTRhNiA2IDAgMDEtMi42MjItMi42MjJDNC41IDI2Ljk0IDQuNSAyNS4yNiA0LjUgMjEuOXYtNy44eiIgZmlsbD0iIzczNzg4MCIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2LjUgMTJhMS41IDEuNSAwIDAxMS41LTEuNWg2YTEuNSAxLjUgMCAwMTAgM2gtNmExLjUgMS41IDAgMDEtMS41LTEuNXptMS41IDQuNWExLjUgMS41IDAgMDAwIDNoNmExLjUgMS41IDAgMDAwLTNoLTZ6bTAgNmExLjUgMS41IDAgMDAwIDNoNmExLjUgMS41IDAgMDAwLTNoLTZ6bS02IDNhMS41IDEuNSAwIDEwMC0zIDEuNSAxLjUgMCAwMDAgM3ptMS41LTcuNWExLjUgMS41IDAgMTEtMyAwIDEuNSAxLjUgMCAwMTMgMHpNMTIgMTMuNWExLjUgMS41IDAgMTAwLTMgMS41IDEuNSAwIDAwMCAzeiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
}
.t-icon-archive
{
    min-width: 24px;
    min-height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjI1IiBkPSJNMiA4LjhjMC0xLjY4IDAtMi41Mi4zMjctMy4xNjJhMyAzIDAgMDExLjMxMS0xLjMxMUM0LjI4IDQgNS4xMiA0IDYuOCA0aDEwLjRjMS42OCAwIDIuNTIgMCAzLjE2Mi4zMjdhMyAzIDAgMDExLjMxMSAxLjMxMUMyMiA2LjI4IDIyIDcuMTIgMjIgOC44djYuNGMwIDEuNjggMCAyLjUyLS4zMjcgMy4xNjJhMyAzIDAgMDEtMS4zMTEgMS4zMTFDMTkuNzIgMjAgMTguODggMjAgMTcuMiAyMEg2LjhjLTEuNjggMC0yLjUyIDAtMy4xNjItLjMyN2EzIDMgMCAwMS0xLjMxMS0xLjMxMUMyIDE3LjcyIDIgMTYuODggMiAxNS4yVjguOHoiIGZpbGw9IiM3Mzc4ODAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE5IDIyYzEuODc4IDAgMy4yNzctMS42OTMgMy44NTYtMi41MzVhLjgxNC44MTQgMCAwMDAtLjkzQzIyLjI3NiAxNy42OTQgMjAuODc4IDE2IDE5IDE2cy0zLjI3NyAxLjY5My0zLjg1NiAyLjUzNWEuODE0LjgxNCAwIDAwMCAuOTNDMTUuNzI0IDIwLjMwNiAxNy4xMjIgMjIgMTkgMjJ6bTAtMmExIDEgMCAxMDAtMiAxIDEgMCAwMDAgMnpNNi4xNzUgOC40MzRhMSAxIDAgMDExLjM5LS4yNTlsMy44NyAyLjY1NGExIDEgMCAwMDEuMTMgMGwzLjg3LTIuNjU0YTEgMSAwIDExMS4xMyAxLjY1bC0zLjg2OCAyLjY1NGEzIDMgMCAwMS0zLjM5NCAwTDYuNDM0IDkuODI1YTEgMSAwIDAxLS4yNTktMS4zOXoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.t-icon-next
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjI5MyAxLjcwN0ExIDEgMCAxMTExLjcwNy4yOTNsNCA0YTEgMSAwIDAxMCAxLjQxNGwtNCA0YTEgMSAwIDAxLTEuNDE0LTEuNDE0TDEyLjU4NiA2SDFhMSAxIDAgMTEwLTJoMTEuNTg2bC0yLjI5My0yLjI5M3oiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.t-icon-back, .t-icon-next
{
    min-width: 16px;
    min-height: 10px;
}
.t-icon-back
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNzA3IDguMjkzYTEgMSAwIDAxLTEuNDE0IDEuNDE0bC00LTRhMSAxIDAgMDEwLTEuNDE0bDQtNGExIDEgMCAwMTEuNDE0IDEuNDE0TDMuNDE0IDRIMTVhMSAxIDAgMTEwIDJIMy40MTRsMi4yOTMgMi4yOTN6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
}
.t-icon-title-topLive
{
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwIiB3aWR0aD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZWQ0OCI+PHBhdGggZD0iTTEzLjk2NSAwYy0uMjggMC0uNTU0IDAtLjc4NS4wMTktLjI1NC4wMi0uNTU0LjA3LS44NTUuMjIzYTIuMjIyIDIuMjIyIDAgMDAtLjk3Mi45NzEgMi4yNDggMi4yNDggMCAwMC0uMjIzLjg1NmMtLjAxOS4yMy0uMDE5LjUwNC0uMDE5Ljc4NHYzLjE4MmMwIC4yOCAwIC41NTQuMDE5Ljc4NS4wMi4yNTQuMDcuNTU0LjIyMy44NTYuMjEzLjQxOC41NTMuNzU4Ljk3Mi45Ny4zMDEuMTU0LjYuMjAzLjg1NS4yMjQuMjMxLjAxOS41MDQuMDE5Ljc4NS4wMTloMy4xODJjLjI4IDAgLjU1MyAwIC43ODQtLjAxOS4yNTQtLjAyLjU1NC0uMDcuODU2LS4yMjMuNDE4LS4yMTMuNzU4LS41NTMuOTctLjk3MS4xNTQtLjMwMi4yMDMtLjYwMi4yMjQtLjg1Ni4wMi0uMjMxLjAxOS0uNTA0LjAxOS0uNzg1VjIuODUzYzAtLjI4IDAtLjU1My0uMDE5LS43ODRhMi4yNDcgMi4yNDcgMCAwMC0uMjIzLS44NTYgMi4yMjIgMi4yMjIgMCAwMC0uOTcxLS45NyAyLjI0NSAyLjI0NSAwIDAwLS44NTYtLjIyNGMtLjIzLS4wMi0uNTA0LS4wMTktLjc4NC0uMDE5ek0yLjg1MyAxMS4xMTFjLS4yOCAwLS41NTMgMC0uNzg0LjAxOS0uMjU0LjAyLS41NTQuMDctLjg1Ni4yMjNhMi4yMjIgMi4yMjIgMCAwMC0uOTcuOTcyIDIuMjQ2IDIuMjQ2IDAgMDAtLjIyNC44NTVjLS4wMi4yMzEtLjAxOS41MDQtLjAxOS43ODV2My4xODJjMCAuMjggMCAuNTUzLjAxOS43ODQuMDIuMjU0LjA3LjU1NC4yMjMuODU2LjIxMy40MTguNTUzLjc1OC45NzEuOTcuMzAyLjE1NC42MDIuMjAzLjg1Ni4yMjQuMjMuMDIuNTA0LjAxOS43ODQuMDE5aDMuMTgyYy4yOCAwIC41NTQgMCAuNzg1LS4wMTkuMjU0LS4wMi41NTQtLjA3Ljg1Ni0uMjIzLjQxOC0uMjEzLjc1OC0uNTUzLjk3LS45NzEuMTU0LS4zMDIuMjAzLS42MDIuMjI0LS44NTYuMDE5LS4yMy4wMTktLjUwNC4wMTktLjc4NHYtMy4xODJjMC0uMjggMC0uNTU0LS4wMTktLjc4NWEyLjI0NiAyLjI0NiAwIDAwLS4yMjMtLjg1NiAyLjIyMiAyLjIyMiAwIDAwLS45NzEtLjk3IDIuMjQ4IDIuMjQ4IDAgMDAtLjg1Ni0uMjI0Yy0uMjMxLS4wMTktLjUwNC0uMDE5LS43ODUtLjAxOXpNMTMuOTY1IDExLjExMWMtLjI4IDAtLjU1NCAwLS43ODUuMDE5LS4yNTQuMDItLjU1NC4wNy0uODU1LjIyM2EyLjIyMiAyLjIyMiAwIDAwLS45NzIuOTcyIDIuMjQ4IDIuMjQ4IDAgMDAtLjIyMy44NTVjLS4wMTkuMjMxLS4wMTkuNTA0LS4wMTkuNzg1djMuMTgyYzAgLjI4IDAgLjU1My4wMTkuNzg0LjAyLjI1NC4wNy41NTQuMjIzLjg1Ni4yMTMuNDE4LjU1My43NTguOTcyLjk3LjMwMS4xNTQuNi4yMDMuODU1LjIyNC4yMzEuMDIuNTA0LjAxOS43ODUuMDE5aDMuMTgyYy4yOCAwIC41NTMgMCAuNzg0LS4wMTkuMjU0LS4wMi41NTQtLjA3Ljg1Ni0uMjIzLjQxOC0uMjEzLjc1OC0uNTUzLjk3LS45NzEuMTU0LS4zMDIuMjAzLS42MDIuMjI0LS44NTYuMDItLjIzLjAxOS0uNTA0LjAxOS0uNzg0di0zLjE4MmMwLS4yOCAwLS41NTQtLjAxOS0uNzg1YTIuMjQ2IDIuMjQ2IDAgMDAtLjIyMy0uODU2IDIuMjIyIDIuMjIyIDAgMDAtLjk3MS0uOTcgMi4yNDggMi4yNDggMCAwMC0uODU2LS4yMjRjLS4yMy0uMDE5LS41MDQtLjAxOS0uNzg0LS4wMTl6Ii8+PHBhdGggZD0iTTEzLjk2NSAyMGMtLjI4IDAtLjU1NCAwLS43ODUtLjAxOWEyLjI0NiAyLjI0NiAwIDAxLS44NTUtLjIyMyAyLjIyMiAyLjIyMiAwIDAxLS45NzItLjk3MSAyLjI0OCAyLjI0OCAwIDAxLS4yMjMtLjg1NmMtLjAxOS0uMjMtLjAxOS0uNTA0LS4wMTktLjc4NXYtMy4xODFjMC0uMjggMC0uNTU0LjAxOS0uNzg1LjAyLS4yNTQuMDctLjU1NC4yMjMtLjg1Ni4yMTMtLjQxOC41NTMtLjc1OC45NzItLjk3LjMwMS0uMTU0LjYtLjIwMy44NTUtLjIyNC4yMzEtLjAxOS41MDQtLjAxOS43ODUtLjAxOWgzLjE4MmMuMjggMCAuNTUzIDAgLjc4NC4wMTkuMjU0LjAyLjU1NC4wNy44NTYuMjIzLjQxOC4yMTMuNzU4LjU1My45Ny45NzEuMTU0LjMwMi4yMDMuNjAyLjIyNC44NTYuMDIuMjMxLjAxOS41MDQuMDE5Ljc4NXYzLjE4MWMwIC4yODEgMCAuNTU0LS4wMTkuNzg1LS4wMi4yNTQtLjA3LjU1NC0uMjIzLjg1NmEyLjIyMiAyLjIyMiAwIDAxLS45NzEuOTcgMi4yNDYgMi4yNDYgMCAwMS0uODU2LjIyNGMtLjIzLjAyLS41MDQuMDE5LS43ODQuMDE5ek0yLjg1MyA4Ljg4OWMtLjI4IDAtLjU1MyAwLS43ODQtLjAxOWEyLjI0NiAyLjI0NiAwIDAxLS44NTYtLjIyMyAyLjIyMiAyLjIyMiAwIDAxLS45Ny0uOTcxIDIuMjQ2IDIuMjQ2IDAgMDEtLjIyNC0uODU2Qy0uMDAxIDYuNTkgMCA2LjMxNiAwIDYuMDM1VjIuODUzYzAtLjI4IDAtLjU1My4wMTktLjc4NC4wMi0uMjU0LjA3LS41NTQuMjIzLS44NTYuMjEzLS40MTguNTUzLS43NTguOTcxLS45Ny4zMDItLjE1NC42MDItLjIwMy44NTYtLjIyNEExMC4yIDEwLjIgMCAwMTIuODUzIDBoMy4xODJjLjI4IDAgLjU1NCAwIC43ODUuMDE5LjI1NC4wMi41NTQuMDcuODU2LjIyMy40MTguMjEzLjc1OC41NTMuOTcuOTcxLjE1NC4zMDIuMjAzLjYwMi4yMjQuODU2LjAxOS4yMy4wMTkuNTA0LjAxOS43ODR2My4xODJjMCAuMjggMCAuNTU0LS4wMTkuNzg1LS4wMi4yNTQtLjA3LjU1NC0uMjIzLjg1NmEyLjIyMiAyLjIyMiAwIDAxLS45NzEuOTcgMi4yNDYgMi4yNDYgMCAwMS0uODU2LjIyNGMtLjIzMS4wMTktLjUwNC4wMTktLjc4NS4wMTl6TTEzLjk2NSA4Ljg4OWMtLjI4IDAtLjU1NCAwLS43ODUtLjAxOWEyLjI0NiAyLjI0NiAwIDAxLS44NTUtLjIyMyAyLjIyMiAyLjIyMiAwIDAxLS45NzItLjk3MSAyLjI0OCAyLjI0OCAwIDAxLS4yMjMtLjg1NmMtLjAxOS0uMjMxLS4wMTktLjUwNC0uMDE5LS43ODVWMi44NTNjMC0uMjggMC0uNTUzLjAxOS0uNzg0LjAyLS4yNTQuMDctLjU1NC4yMjMtLjg1Ni4yMTMtLjQxOC41NTMtLjc1OC45NzItLjk3LjMwMS0uMTU0LjYtLjIwMy44NTUtLjIyNEExMC4yIDEwLjIgMCAwMTEzLjk2NSAwaDMuMTgyYy4yOCAwIC41NTMgMCAuNzg0LjAxOS4yNTQuMDIuNTU0LjA3Ljg1Ni4yMjMuNDE4LjIxMy43NTguNTUzLjk3Ljk3MS4xNTQuMzAyLjIwMy42MDIuMjI0Ljg1Ni4wMi4yMy4wMTkuNTA0LjAxOS43ODR2My4xODJjMCAuMjggMCAuNTU0LS4wMTkuNzg1LS4wMi4yNTQtLjA3LjU1NC0uMjIzLjg1NmEyLjIyMiAyLjIyMiAwIDAxLS45NzEuOTcgMi4yNDYgMi4yNDYgMCAwMS0uODU2LjIyNGMtLjIzLjAxOS0uNTA0LjAxOS0uNzg0LjAxOXoiLz48L2c+PC9zdmc+");
}
.t-icon-title-instant
{
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljk0MyA3LjU3aC0uMWEuMjg1LjI4NSAwIDAxLS4yNi0uNDA3IDUuMDU1IDUuMDU1IDAgMDAuNDY0LTIuMDQyYy4wMzYtMi43OTItMi4yMjQtNS4xLTUuMDE2LTUuMTJhNS4wNDcgNS4wNDcgMCAwMC00LjYyIDcuMTYyLjI4Mi4yODIgMCAwMS0uMjYuNDAyaC0uMDk5QTUuMDU1IDUuMDU1IDAgMDAwIDEyLjY1NWMuMDIxIDIuNzgxIDIuMzEzIDUuMDM3IDUuMDk0IDUuMDExYTUuMDUgNS4wNSAwIDAwMy4xMzUtMS4xMjUuMjgzLjI4MyAwIDAxLjQ2NC4yMTl2LjY2MWMwIDEuMzQ0LS45NjQgMS41MTEtMS43MDkgMi4xMzYtLjE3Ny4xNTEtLjA2Ny40NDMuMTY3LjQ0M2g1LjcwM2MuMjM1IDAgLjM0NC0uMjkyLjE2Ny0uNDQzLS43NC0uNjMtMS42OTMtLjc3LTEuNjkzLTIuMTN2LS42NTJjMC0uMjQuMjc2LS4zNy40NjQtLjIxOWE1LjAyMyA1LjAyMyAwIDAwMy4xMyAxLjExYzIuNzc2LjAxNiA1LjA1Ny0yLjI0IDUuMDc4LTUuMDEyYTUuMDU5IDUuMDU5IDAgMDAtNS4wNTctNS4wODR6IiBmaWxsPSIjRkZFRDQ4Ii8+PC9zdmc+");
}
.t-icon-title-recommended
{
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNGRkVENDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTljMC0uNTUyLjUxMi0xIDEuMTQzLTFoMTMuNzE0Yy42MzEgMCAxLjE0My40NDggMS4xNDMgMXYyYzAgLjU1Mi0uNTEyIDEtMS4xNDMgMUg1LjE0M0M0LjUxMiAyMiA0IDIxLjU1MiA0IDIxdi0yeiIvPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZD0iTTIuMDEyIDQuMzM4Yy0uMDk3LS40Ny40MzItLjgyMi44NDUtLjU2M2w1LjMgMy4zMjVjLjI3My4xNy42MzYuMDc5Ljc5LS4xOThsMi41Ni00LjYxOGEuNTYyLjU2MiAwIDAxLjk3NyAwbDIuNTYgNC42MThhLjU2My41NjMgMCAwMC43ODguMTk4bDUuMzEyLTMuMzI2Yy40MTMtLjI1OS45NDIuMDk0Ljg0NC41NjRsLTIuMDM2IDkuNzk0Yy0uMTA1LjUwNS0uNTYuODY4LTEuMDg5Ljg2OEg1LjEyN2MtLjUyOSAwLS45ODQtLjM2NC0xLjA4OS0uODdMMi4wMTIgNC4zMzl6Ii8+PC9zdmc+");
}
.t-icon-fullscreen
{
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAxMC45NjdjMC0yLjYxNCAwLTMuOTIuNTA5LTQuOTE5YTQuNjY3IDQuNjY3IDAgMDEyLjAzOS0yLjA0QzcuMDQ2IDMuNSA4LjM1MyAzLjUgMTAuOTY3IDMuNWg2LjA2NmMyLjYxNCAwIDMuOTIgMCA0LjkxOS41MDlhNC42NjcgNC42NjcgMCAwMTIuMDQgMi4wMzljLjUwOC45OTguNTA4IDIuMzA1LjUwOCA0LjkxOXY2LjA2NmMwIDIuNjE0IDAgMy45Mi0uNTA5IDQuOTE5YTQuNjY3IDQuNjY3IDAgMDEtMi4wMzkgMi4wNGMtLjk5OC41MDgtMi4zMDUuNTA4LTQuOTE5LjUwOGgtNi4wNjZjLTIuNjE0IDAtMy45MiAwLTQuOTE5LS41MDlhNC42NjcgNC42NjcgMCAwMS0yLjA0LTIuMDM5Yy0uNTA4LS45OTgtLjUwOC0yLjMwNS0uNTA4LTQuOTE5di02LjA2NnoiIGZpbGw9IiM3Mzc4ODAiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTYuOTk5IDExLjY2NWMuNjQ0IDAgMS4xNjYtLjUyMiAxLjE2Ni0xLjE2NiAwLS41Ni4wMDEtLjkyMS4wMi0xLjE5OC4wMTgtLjI2Ni4wNS0uMzY3LjA3LS40MTUuMTE4LS4yODYuMzQ1LS41MTMuNjMtLjYzMi4wNS0uMDIuMTUtLjA1MS40MTYtLjA3LjI3Ny0uMDE4LjYzOC0uMDE5IDEuMTk4LS4wMTlhMS4xNjcgMS4xNjcgMCAwMDAtMi4zMzNoLS4wMzhjLS41MTEgMC0uOTUzIDAtMS4zMTguMDI1LS4zODUuMDI2LS43Ny4wODQtMS4xNS4yNDFhMy41IDMuNSAwIDAwLTEuODk1IDEuODk1Yy0uMTU3LjM4LS4yMTUuNzY1LS4yNDEgMS4xNS0uMDI1LjM2NS0uMDI1LjgwNy0uMDI1IDEuMzE4di4wMzhjMCAuNjQ0LjUyMiAxLjE2NiAxLjE2NyAxLjE2NnpNOC4xNjUgMTcuNDk5YTEuMTY3IDEuMTY3IDAgMDAtMi4zMzMgMHYuMDM3YzAgLjUxMiAwIC45NTMuMDI1IDEuMzE5LjAyNi4zODUuMDg0Ljc3LjI0MSAxLjE1YTMuNSAzLjUgMCAwMDEuODk1IDEuODk0Yy4zOC4xNTcuNzY1LjIxNSAxLjE1LjI0MS4zNjUuMDI1LjgwNy4wMjUgMS4zMTguMDI1aC4wMzhhMS4xNjcgMS4xNjcgMCAwMDAtMi4zMzNjLS41NiAwLS45MjEgMC0xLjE5OC0uMDItLjI2Ni0uMDE4LS4zNjctLjA0OS0uNDE1LS4wNjlhMS4xNjcgMS4xNjcgMCAwMS0uNjMyLS42MzFjLS4wMi0uMDQ5LS4wNTEtLjE1LS4wNy0uNDE2LS4wMTgtLjI3Ny0uMDE5LS42MzgtLjAxOS0xLjE5N3pNMTkuODMyIDE3LjQ5OWExLjE2NyAxLjE2NyAwIDAxMi4zMzMgMHYuMDM3YzAgLjUxMiAwIC45NTMtLjAyNCAxLjMxOS0uMDI3LjM4NS0uMDg1Ljc3LS4yNDIgMS4xNWEzLjUgMy41IDAgMDEtMS44OTQgMS44OTRjLS4zOC4xNTctLjc2NS4yMTUtMS4xNS4yNDEtLjM2Ni4wMjUtLjgwNy4wMjUtMS4zMTkuMDI1aC0uMDM3YTEuMTY3IDEuMTY3IDAgMDEwLTIuMzMzYy41NiAwIC45MiAwIDEuMTk3LS4wMi4yNjYtLjAxOC4zNjctLjA0OS40MTYtLjA2OS4yODYtLjExOC41MTMtLjM0NS42MzEtLjYzMS4wMi0uMDQ5LjA1MS0uMTUuMDctLjQxNmExOS43IDE5LjcgMCAwMC4wMTktMS4xOTd6TTE5LjgzMiAxMC40OTlhMS4xNjcgMS4xNjcgMCAwMDIuMzMzIDB2LS4wMzhjMC0uNTExIDAtLjk1My0uMDI0LTEuMzE4LS4wMjctLjM4NS0uMDg1LS43Ny0uMjQyLTEuMTVhMy41IDMuNSAwIDAwLTEuODk0LTEuODk1Yy0uMzgtLjE1Ny0uNzY1LS4yMTUtMS4xNS0uMjQxLS4zNjYtLjAyNS0uODA3LS4wMjUtMS4zMTktLjAyNWgtLjAzN2ExLjE2NyAxLjE2NyAwIDAwMCAyLjMzM2MuNTYgMCAuOTIuMDAxIDEuMTk3LjAyLjI2Ni4wMTguMzY3LjA1LjQxNi4wNy4yODYuMTE4LjUxMy4zNDUuNjMxLjYzLjAyLjA1LjA1MS4xNS4wNy40MTYuMDE4LjI3Ny4wMTkuNjM4LjAxOSAxLjE5OHoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.t-icon-theater
{
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMzQ0IDExLjVjMC0yLjE1NCAwLTMuMjMuNDE5LTQuMDUzYTMuODQ1IDMuODQ1IDAgMDExLjY4LTEuNjhjLjgyMy0uNDIgMS45LS40MiA0LjA1My0uNDJoMTEuMDA4YzIuMTU0IDAgMy4yMyAwIDQuMDUzLjQyYTMuODQ1IDMuODQ1IDAgMDExLjY4IDEuNjhjLjQyLjgyMy40MiAxLjkuNDIgNC4wNTN2NC45OThjMCAyLjE1MyAwIDMuMjMtLjQyIDQuMDUzYTMuODQ1IDMuODQ1IDAgMDEtMS42OCAxLjY4Yy0uODIzLjQyLTEuOS40Mi00LjA1My40Mkg4LjQ5NmMtMi4xNTQgMC0zLjIzIDAtNC4wNTMtLjQyYTMuODQ1IDMuODQ1IDAgMDEtMS42OC0xLjY4Yy0uNDItLjgyMy0uNDItMS45LS40Mi00LjA1M1YxMS41eiIgZmlsbD0iIzczNzg4MCIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cmVjdCB4PSI2LjAwNCIgeT0iOS4wMDQiIHdpZHRoPSIxNS45OTIiIGhlaWdodD0iOS45OTYiIHJ4PSIyIiBzdHJva2U9IiM3Mzc4ODAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
}
.t-icon-theater_active
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMzQ0IDExLjVjMC0yLjE1NCAwLTMuMjMuNDE5LTQuMDUzYTMuODQ1IDMuODQ1IDAgMDExLjY4LTEuNjhjLjgyMy0uNDIgMS45LS40MiA0LjA1My0uNDJoMTEuMDA4YzIuMTU0IDAgMy4yMyAwIDQuMDUzLjQyYTMuODQ1IDMuODQ1IDAgMDExLjY4IDEuNjhjLjQyLjgyMy40MiAxLjkuNDIgNC4wNTN2NC45OThjMCAyLjE1MyAwIDMuMjMtLjQyIDQuMDUzYTMuODQ1IDMuODQ1IDAgMDEtMS42OCAxLjY4Yy0uODIzLjQyLTEuOS40Mi00LjA1My40Mkg4LjQ5NmMtMi4xNTQgMC0zLjIzIDAtNC4wNTMtLjQyYTMuODQ1IDMuODQ1IDAgMDEtMS42OC0xLjY4Yy0uNDItLjgyMy0uNDItMS45LS40Mi00LjA1M1YxMS41eiIgZmlsbD0iI0Y2RkI1RiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cmVjdCB4PSI2LjAwNCIgeT0iOS4wMDQiIHdpZHRoPSIxNS45OTIiIGhlaWdodD0iOS45OTYiIHJ4PSIyIiBzdHJva2U9IiNGRkVENDgiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
}
.t-icon-heart
{
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjYwOSAyLjkzOWMuNTA1LTEuMjUyIDIuMjc3LTEuMjUyIDIuNzgyIDBsMS45MzcgNC44MDJhLjUuNSAwIDAwLjQyMy4zMTFsNC44NjYuMzk3YzEuMzIuMTA4IDEuODYzIDEuNzQ3Ljg2OSAyLjYyMmwtMy42OTMgMy4yNDdhLjUuNSAwIDAwLS4xNTguNDgzbDEuMTgxIDUuMzY3Yy4yOTUgMS4zNC0xLjIxNyAyLjM0LTIuMzM1IDEuNTQ0bC00LjE5MS0yLjk4NGEuNS41IDAgMDAtLjU4IDBsLTQuMTkyIDIuOTg0Yy0xLjExOC43OTctMi42My0uMjAzLTIuMzM1LTEuNTQ0bDEuMTgxLTUuMzY3YS41LjUgMCAwMC0uMTU4LS40ODNsLTMuNjkzLTMuMjQ3Yy0uOTk0LS44NzUtLjQ1LTIuNTE0Ljg3LTIuNjIybDQuODY1LS4zOTdhLjUuNSAwIDAwLjQyMy0uMzExbDEuOTM4LTQuODAyeiIgZmlsbD0iIzczNzg4MCIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvc3ZnPg==");
}
.t-icon-heart_active
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjYwOSAyLjkzOWMuNTA1LTEuMjUyIDIuMjc3LTEuMjUyIDIuNzgyIDBsMS45MzcgNC44MDJhLjUuNSAwIDAwLjQyMy4zMTFsNC44NjYuMzk3YzEuMzIuMTA4IDEuODYzIDEuNzQ3Ljg2OSAyLjYyMmwtMy42OTMgMy4yNDdhLjUuNSAwIDAwLS4xNTguNDgzbDEuMTgxIDUuMzY3Yy4yOTUgMS4zNC0xLjIxNyAyLjM0LTIuMzM1IDEuNTQ0bC00LjE5MS0yLjk4NGEuNS41IDAgMDAtLjU4IDBsLTQuMTkyIDIuOTg0Yy0xLjExOC43OTctMi42My0uMjAzLTIuMzM1LTEuNTQ0bDEuMTgxLTUuMzY3YS41LjUgMCAwMC0uMTU4LS40ODNsLTMuNjkzLTMuMjQ3Yy0uOTk0LS44NzUtLjQ1LTIuNTE0Ljg3LTIuNjIybDQuODY1LS4zOTdhLjUuNSAwIDAwLjQyMy0uMzExbDEuOTM4LTQuODAyeiIgZmlsbD0iI0ZGRUQ0OCIvPjwvc3ZnPg==");
}
.t-icon-play-real
{
    width: 16px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNzIyIDEuNTQ2QzIuNzMzLjE1MyAwIDEuNTc2IDAgNC4wMDN2MTMuOTkzYzAgMi40MjggMi43MzMgMy44NSA0LjcyMiAyLjQ1N0wxNC43MyAxMy40NGMxLjY5My0xLjE4NiAxLjY5My0zLjY5NCAwLTQuODhMNC43MjIgMS41NDV6IiBmaWxsPSIjMDkwQTBDIi8+PC9zdmc+");
}
.t-icon-play-fun
{
    width: 16px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNzIyIDEuNTQ2QzIuNzMzLjE1MyAwIDEuNTc2IDAgNC4wMDN2MTMuOTkzYzAgMi40MjggMi43MzMgMy44NSA0LjcyMiAyLjQ1N0wxNC43MyAxMy40NGMxLjY5My0xLjE4NiAxLjY5My0zLjY5NCAwLTQuODhMNC43MjIgMS41NDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.t-icon-chat-send:before
{
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDMyIDEwLjg1MUwxLjQ5NSA5LjU2NGMtMS44OC0uNDktMi4wMjgtMy4xMDEtLjIxNi0zLjhMMTUuOTI4LjEwNWMxLjIzLS40NzYgMi40NC43MzUgMS45NjUgMS45NjVMMTIuMjM2IDE2LjcyYy0uNyAxLjgxMi0zLjMxMSAxLjY2My0zLjgwMS0uMjE2bC0xLjI4Ny00LjkzOGExIDEgMCAwMC0uNzE2LS43MTV6IiBmaWxsPSIjMDkwQTBEIi8+PC9zdmc+");
}
.t-icon-chat
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3OTZfMTc3NjkpIiBmaWxsPSIjRkZFRDQ4Ij48cGF0aCBkPSJNMyAxNy4yNzVWOS40YzAtMi4yNCAwLTMuMzYuNDM2LTQuMjE2YTQgNCAwIDAxMS43NDgtMS43NDhDNi4wNCAzIDcuMTYgMyA5LjQgM2g1LjJjMi4yNCAwIDMuMzYgMCA0LjIxNi40MzZhNCA0IDAgMDExLjc0OCAxLjc0OEMyMSA2LjA0IDIxIDcuMTYgMjEgOS40djEuMmMwIDIuMjQgMCAzLjM2LS40MzYgNC4yMTZhNCA0IDAgMDEtMS43NDggMS43NDhDMTcuOTYgMTcgMTYuODQgMTcgMTQuNiAxN2gtNC4yNGMtLjUwMiAwLS43NTMgMC0uOTg4LjA1OGEyIDIgMCAwMC0uNTg5LjI1Yy0uMjA1LjEzLS4zNzkuMzEtLjcyNy42N2wtLjkyOS45NjNjLTEuMjkgMS4zMzctMS45MzUgMi4wMDYtMi40OSAyLjA1NmExLjUgMS41IDAgMDEtMS4yNzItLjUxM0MzIDIwLjA2MiAzIDE5LjEzMyAzIDE3LjI3NHoiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTggMTFhMSAxIDAgMTAwLTIgMSAxIDAgMDAwIDJ6TTEzIDEwYTEgMSAwIDExLTIgMCAxIDEgMCAwMTIgMHpNMTcgMTBhMSAxIDAgMTEtMiAwIDEgMSAwIDAxMiAweiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE3OTZfMTc3NjkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-master-card
{
    width: 50px;
    height: 31px;
    background-image: url(../../willbettingde/image/master-card.fa2f43c.svg);
}
.t-icon-apple-pay
{
    width: 73px;
    height: 33px;
    background-image: url(../../willbettingde/image/apple-pay.3a85132.svg);
}
.t-icon-google-pay
{
    width: 77px;
    height: 31px;
    background-image: url(../../willbettingde/image/google-pay.92f028c.svg);
}
.t-icon-samsung-pay
{
    width: 66px;
    height: 31px;
    background-image: url(../../willbettingde/image/samsung-pay.d048857.svg);
}
.t-icon-page-promotions
{
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUwMiAyNy40NzNWMjVhMSAxIDAgMDAtMS0xSDkuMDI5Yy0uNzc2IDAtMS4zNDUuNzMtMS4xNTcgMS40ODJsLjY1MSAyLjYwNGEyLjUyNyAyLjUyNyAwIDAwNC45NzktLjYxM3pNMjcgMTYuMTY3YTIuNjY3IDIuNjY3IDAgMDEyLjY2Ny0yLjY2N0gzMGEzIDMgMCAxMTAgNmgtLjMzM0EyLjY2NyAyLjY2NyAwIDAxMjcgMTYuODMzdi0uNjY2ek05IDEyYTQuNSA0LjUgMCAwMDAgOWgzLjc1YS43NS43NSAwIDAwLjc1LS43NXYtNy41YS43NS43NSAwIDAwLS43NS0uNzVIOXoiIGZpbGw9IiNGRkVENDgiLz48cGF0aCBkPSJNMTYuODcxIDExLjc4NGEuNzUuNzUgMCAwMC0uMzcxLjY0N3Y4LjE0YS43NS43NSAwIDAwLjM3LjY0Nmw4Ljk4NCA1LjI2NWMyLjUgMS40NjUgNS42NDYtLjMzOCA1LjY0Ni0zLjIzNVY5Ljc2M2MwLTIuODk2LTMuMTQ0LTQuNjk5LTUuNjQ0LTMuMjM2bC04Ljk4NSA1LjI1NnoiIGZpbGw9IiNGRkVENDgiLz48L3N2Zz4=");
}
.t-icon-wallet
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg3MF80Mjg5NSkiIGZpbGw9IiM3Mzc4ODAiPjxwYXRoIGQ9Ik0yIDguOGMwLTEuNjggMC0yLjUyLjMyNy0zLjE2MmEzIDMgMCAwMTEuMzExLTEuMzExQzQuMjggNCA1LjEyIDQgNi44IDRoMTAuNGMxLjY4IDAgMi41MiAwIDMuMTYyLjMyN2EzIDMgMCAwMTEuMzExIDEuMzExQzIyIDYuMjggMjIgNy4xMiAyMiA4Ljh2Ni40YzAgMS42OCAwIDIuNTItLjMyNyAzLjE2MmEzIDMgMCAwMS0xLjMxMSAxLjMxMUMxOS43MiAyMCAxOC44OCAyMCAxNy4yIDIwSDYuOGMtMS42OCAwLTIuNTIgMC0zLjE2Mi0uMzI3YTMgMyAwIDAxLTEuMzExLTEuMzExQzIgMTcuNzIgMiAxNi44OCAyIDE1LjJWOC44eiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDloNXY2aC01YTMgMyAwIDExMC02em0wIDRhMSAxIDAgMTAwLTIgMSAxIDAgMDAwIDJ6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfODcwXzQyODk1Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-icon-bonuses
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY4Ml81MDkyKSI+PG1hc2sgaWQ9ImEiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSItMTMiIHk9Ii0xMiIgd2lkdGg9IjQ5IiBoZWlnaHQ9IjQ5Ij48cGF0aCBkPSJNMzUuNzMtMTEuMjYzaC00OC40NnY0Ny4zNjhoNDguNDZ2LTQ3LjM2OHoiIGZpbGw9IiNmZmYiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZD0iTTIuMTk1IDEzLjk3OEExLjE1IDEuMTUgMCAwMTMuMzYgMTIuODRoMTYuMjgzYy42NDMgMCAxLjE2My41MDkgMS4xNjMgMS4xMzd2NS42ODRjMCAxLjg4NC0xLjU2MiAzLjQxLTMuNDkgMy40MUg1LjY4NWMtMS45MjggMC0zLjQ5LTEuNTI2LTMuNDktMy40MXYtNS42ODR6IiBmaWxsPSIjNzM3ODgwIiBvcGFjaXR5PSIuMjUiLz48cGF0aCBkPSJNMTAuMzM3IDEyLjg0aDIuMzI2djEwLjIzMmgtMi4zMjZWMTIuODQxeiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGQ9Ik0xLjAzMiA5LjQzYzAtMS4yNTUgMS4wNDItMi4yNzMgMi4zMjYtMi4yNzNoMTYuMjg0YzEuMjg0IDAgMi4zMjYgMS4wMTggMi4zMjYgMi4yNzN2MS4xMzdjMCAxLjI1NS0xLjA0MyAyLjI3NC0yLjMyNiAyLjI3NEgzLjM1OGMtMS4yODQgMC0yLjMyNi0xLjAxOS0yLjMyNi0yLjI3NFY5LjQzeiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGQ9Ik0xMS41IDYuMDJ2Mi4yNzNIOS4xNzRjLTEuMjg0IDAtMi4zMjYtMS4wMTgtMi4zMjYtMi4yNzMgMC0xLjI1NSAxLjA0Mi0yLjI3NCAyLjMyNi0yLjI3NFMxMS41IDQuNzY1IDExLjUgNi4wMnpNMTMuODI2IDguMjkzSDExLjVWNi4wMmMwLTEuMjU1IDEuMDQyLTIuMjc0IDIuMzI2LTIuMjc0czIuMzI2IDEuMDE5IDIuMzI2IDIuMjc0YzAgMS4yNTUtMS4wNDIgMi4yNzMtMi4zMjYgMi4yNzN6IiBzdHJva2U9IiM3Mzc4ODAiIHN0cm9rZS13aWR0aD0iMi4zMjYiLz48L2c+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNjgyXzUwOTIiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMikiIGQ9Ik0wIDBoMjF2MjFIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-transactions
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg3MF80Mjk2NykiIGZpbGw9IiM3Mzc4ODAiPjxwYXRoIGQ9Ik0yIDguOGMwLTEuNjggMC0yLjUyLjMyNy0zLjE2MmEzIDMgMCAwMTEuMzExLTEuMzExQzQuMjggNCA1LjEyIDQgNi44IDRoMTAuNGMxLjY4IDAgMi41MiAwIDMuMTYyLjMyN2EzIDMgMCAwMTEuMzExIDEuMzExQzIyIDYuMjggMjIgNy4xMiAyMiA4Ljh2Ni40YzAgMS42OCAwIDIuNTItLjMyNyAzLjE2MmEzIDMgMCAwMS0xLjMxMSAxLjMxMUMxOS43MiAyMCAxOC44OCAyMCAxNy4yIDIwSDYuOGMtMS42OCAwLTIuNTIgMC0zLjE2Mi0uMzI3YTMgMyAwIDAxLTEuMzExLTEuMzExQzIgMTcuNzIgMiAxNi44OCAyIDE1LjJWOC44eiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjI5MyAxNS4yOTNhMSAxIDAgMDExLjQxNCAwbDIgMmExIDEgMCAwMS0xLjQxNCAxLjQxNEwyMCAxOC40MTRWMjJhMSAxIDAgMTEtMiAwdi0zLjU4NmwtLjI5My4yOTNhMSAxIDAgMDEtMS40MTQtMS40MTRsMi0yeiIvPjxwYXRoIGQ9Ik02IDE1YTEgMSAwIDAxMS0xaDRhMSAxIDAgMTEwIDJIN2ExIDEgMCAwMS0xLTF6TTIgOGgyMHYySDJWOHoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF84NzBfNDI5NjciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-sports
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg3MF80MjkxNSkiIGZpbGw9IiM3Mzc4ODAiPjxwYXRoIGQ9Ik0yMiAxMmMwIDUuNTIzLTQuNDc3IDEwLTEwIDEwUzIgMTcuNTIzIDIgMTIgNi40NzcgMiAxMiAyczEwIDQuNDc3IDEwIDEweiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBkPSJNNC41IDE4LjYxNkE3Ljk5MiA3Ljk5MiAwIDAwOCAxMmE3Ljk5MiA3Ljk5MiAwIDAwLTMuNS02LjYxNUM0Ljk1MSA0Ljg3NSA1LjQ1NCA0LjQxIDYgNGE5Ljk4NSA5Ljk4NSAwIDAxNCA4IDkuOTg1IDkuOTg1IDAgMDEtNCA4LjAwMiAxMC4wNjYgMTAuMDY2IDAgMDEtMS41LTEuMzg2ek0xOCA0YTkuOTg1IDkuOTg1IDAgMDAtNCA4IDkuOTg1IDkuOTg1IDAgMDA0IDguMDAyYy41NDYtLjQxIDEuMDQ4LS44NzUgMS41LTEuMzg2QTcuOTkyIDcuOTkyIDAgMDExNiAxMmE3Ljk5MSA3Ljk5MSAwIDAxMy41LTYuNjE1QTEwLjA2MSAxMC4wNjEgMCAwMDE4IDR6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfODcwXzQyOTE1Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-icon-settings
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg3MF80MjkwNSkiIGZpbGw9IiM3Mzc4ODAiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMy41QTEuNSAxLjUgMCAwMTExLjUgMmgxQTEuNSAxLjUgMCAwMTE0IDMuNXYuMzY0YzAgLjIyOS4xNTUuNDI2LjM3My40OTRhNy45NSA3Ljk1IDAgMDExLjM1My41Ni41MjIuNTIyIDAgMDAuNjEyLS4wODVsLjI1OC0uMjU4YTEuNSAxLjUgMCAwMTIuMTIyIDBsLjcwNy43MDdhMS41IDEuNSAwIDAxMCAyLjEyMmwtLjI1OS4yNThhLjUyMi41MjIgMCAwMC0uMDg1LjYxMmMuMjI3LjQzLjQxNS44ODIuNTYxIDEuMzUzYS41MjIuNTIyIDAgMDAuNDk0LjM3M2guMzY0YTEuNSAxLjUgMCAwMTEuNSAxLjV2MWExLjUgMS41IDAgMDEtMS41IDEuNWgtLjM2NGEuNTIyLjUyMiAwIDAwLS40OTQuMzczIDcuOTUzIDcuOTUzIDAgMDEtLjU2IDEuMzUzLjUyMi41MjIgMCAwMC4wODQuNjEybC4yNTkuMjU4YTEuNSAxLjUgMCAwMTAgMi4xMjJsLS43MDcuNzA3YTEuNSAxLjUgMCAwMS0yLjEyMiAwbC0uMjU4LS4yNTlhLjUyMi41MjIgMCAwMC0uNjEzLS4wODVjLS40MjkuMjI3LS44ODEuNDE1LTEuMzUyLjU2MWEuNTIyLjUyMiAwIDAwLS4zNzMuNDk0di4zNjRhMS41IDEuNSAwIDAxLTEuNSAxLjVoLTFhMS41IDEuNSAwIDAxLTEuNS0xLjV2LS4zNjRhLjUyMi41MjIgMCAwMC0uMzczLS40OTQgNy45NDUgNy45NDUgMCAwMS0xLjM1My0uNTYuNTIyLjUyMiAwIDAwLS42MTIuMDg0bC0uMjU4LjI1OWExLjUgMS41IDAgMDEtMi4xMjIgMGwtLjcwNy0uNzA3YTEuNSAxLjUgMCAwMTAtMi4xMjJsLjI1OC0uMjU4YS41MjIuNTIyIDAgMDAuMDg2LS42MTMgNy45NSA3Ljk1IDAgMDEtLjU2MS0xLjM1Mi41MjIuNTIyIDAgMDAtLjQ5NC0uMzczSDMuNUExLjUgMS41IDAgMDEyIDEyLjV2LTFBMS41IDEuNSAwIDAxMy41IDEwaC4zNjRhLjUyMi41MjIgMCAwMC40OTQtLjM3MyA3Ljk1IDcuOTUgMCAwMS41Ni0xLjM1My41MjIuNTIyIDAgMDAtLjA4NS0uNjEybC0uMjU4LS4yNThhMS41IDEuNSAwIDAxMC0yLjEyMmwuNzA3LS43MDdhMS41IDEuNSAwIDAxMi4xMjIgMGwuMjU4LjI1OGMuMTYxLjE2Mi40MS4xOTIuNjEyLjA4NmE3Ljk1IDcuOTUgMCAwMTEuMzUzLS41NjEuNTIyLjUyMiAwIDAwLjM3My0uNDk0VjMuNXoiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTE1IDEyYTMgMyAwIDExLTYgMCAzIDMgMCAwMTYgMHoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF84NzBfNDI5MDUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-support
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4Ljc0IDIwLjk4NlY5Ljc1M2MwLTQuMzQyLTIuMzk3LTUuNzQtNi43NC01Ljc0LTQuMzQyIDAtNi43NCAxLjM5OC02Ljc0IDUuNzR2MTEuMjMzIiBzdHJva2U9IiM3Mzc4ODAiIHN0cm9rZS1vcGFjaXR5PSIuMjUiIHN0cm9rZS13aWR0aD0iMi4yNDciLz48cmVjdCB4PSIzLjAxNCIgeT0iMTAuODc3IiB3aWR0aD0iNS42MTYiIGhlaWdodD0iMTAuMTEiIHJ4PSIyLjI0NyIgZmlsbD0iIzczNzg4MCIvPjxyZWN0IHg9IjE1LjM3IiB5PSIxMC44NzciIHdpZHRoPSI1LjYxNiIgaGVpZ2h0PSIxMC4xMSIgcng9IjIuMjQ3IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
}
.t-icon-notifications
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDIwaDRhMiAyIDAgMTEtNCAweiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGQ9Ik0xMy4wMDQgNGgtMi4wMDlsLTEuMDI2LjM3QTYgNiAwIDAwNiAxMC4wMTR2My4zMmMwIC43MzQtLjM0NSAxLjQyNS0uOTMyIDEuODY2QzMuMDIxIDE2Ljc0MSA0LjExIDIwIDYuNjcxIDIwaDEwLjY1N2MyLjU2MiAwIDMuNjUtMy4yNiAxLjYwMy00Ljc5OUEyLjMzNCAyLjMzNCAwIDAxMTggMTMuMzM1di0zLjMyYTYgNiAwIDAwLTMuOTctNS42NDZMMTMuMDA1IDR6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik0xMSAzYTEgMSAwIDExMiAwdjFoLTJWM3oiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.t-icon-logout
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgzMV8yNzU3NSkiIGZpbGw9IiM3Mzc4ODAiPjxwYXRoIGQ9Ik0xMCA3LjE2MXY5LjY3OGMwIC41MjcgMCAuOTgyLjAzIDEuMzU2LjAzMy4zOTUuMTA0Ljc4OS4yOTcgMS4xNjdhMyAzIDAgMDAxLjMxMSAxLjMxMWMuMzc4LjE5My43NzIuMjY0IDEuMTY3LjI5Ni4zNzUuMDMxLjgzLjAzMSAxLjM1Ny4wMzFoMi42NzZjLjUyOCAwIC45ODIgMCAxLjM1Ny0uMDMuMzk1LS4wMzMuNzg5LS4xMDQgMS4xNjctLjI5N2EzIDMgMCAwMDEuMzExLTEuMzExYy4xOTMtLjM3OC4yNjQtLjc3Mi4yOTYtMS4xNjcuMDMxLS4zNzUuMDMxLS44My4wMzEtMS4zNTZWNy4xNmMwLS41MjcgMC0uOTgxLS4wMy0xLjM1Ni0uMDMzLS4zOTUtLjEwNC0uNzg5LS4yOTctMS4xNjdhMyAzIDAgMDAtMS4zMTEtMS4zMTFjLS4zNzgtLjE5My0uNzcyLS4yNjQtMS4xNjctLjI5NkExNy45IDE3LjkgMCAwMDE2LjgzOSAzSDE0LjE2Yy0uNTI3IDAtLjk4MSAwLTEuMzU2LjAzLS4zOTUuMDMzLS43ODkuMTA0LTEuMTY3LjI5N2EzIDMgMCAwMC0xLjMxMSAxLjMxMWMtLjE5My4zNzgtLjI2NC43NzItLjI5NiAxLjE2N0MxMCA2LjE4IDEwIDYuNjM1IDEwIDcuMTYxeiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBkPSJNNy43MDcgMTQuMjkzYTEgMSAwIDExLTEuNDE0IDEuNDE0bC0zLTNhMSAxIDAgMDEwLTEuNDE0bDMtM2ExIDEgMCAwMTEuNDE0IDEuNDE0TDYuNDE0IDExSDE1YTEgMSAwIDExMCAySDYuNDE0bDEuMjkzIDEuMjkzeiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzgzMV8yNzU3NSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.t-icon-info
{
    width: 18px;
    height: 18px;
    font-size: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzNzhfODk1OCkiIGZpbGw9IiNGMDM1MzUiPjxwYXRoIGQ9Ik05IDEuNWE3LjUgNy41IDAgMTAwIDE1IDcuNSA3LjUgMCAwMDAtMTV6IiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik05Ljc1IDZhLjc1Ljc1IDAgMDAtMS41IDB2M2EuNzUuNzUgMCAwMDEuNSAwVjZ6TTguMjUgMTJhLjc1Ljc1IDAgMTExLjUgMCAuNzUuNzUgMCAwMS0xLjUgMHoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMzc4Xzg5NTgiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTh2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-transaction-bet
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMTQuNTYzIiB5PSIxOS44NCIgd2lkdGg9IjUuODc5IiBoZWlnaHQ9IjE1LjY3NyIgcng9Ii44NzEiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxNC41NjMgMTkuODQpIiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik03LjM3OSAxOC45NjlhLjg3Ljg3IDAgMDEtLjg3MS44N0g0Ljk4NEEzLjQ4NCAzLjQ4NCAwIDAxMS41IDE2LjM1N3YtOC43MWEzLjQ4NCAzLjQ4NCAwIDAxMy40ODQtMy40ODRoMS41MjRjLjQ4MSAwIC44Ny4zOS44Ny44NzFWMTguOTd6TTIxLjc1IDE2LjM1NmEzLjQ4NCAzLjQ4NCAwIDAxLTMuNDg0IDMuNDg0aC0xLjUyNGEuODcuODcgMCAwMS0uODcxLS44NzFWNS4wMzNhLjg3Ljg3IDAgMDEuODctLjg3aDEuNTI1YTMuNDg0IDMuNDg0IDAgMDEzLjQ4NCAzLjQ4M3Y4LjcxeiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE5Ljc5IDE2LjkwMWEuOTguOTggMCAxMS0xLjk2IDB2LTEuOTZhLjk4Ljk4IDAgMDExLjk2IDB2MS45NnptLTcuMTg2LTMuOTJhLjk4Ljk4IDAgMDEtMS45NiAwdi0xLjk2YS45OC45OCAwIDAxMS45NiAwdjEuOTZ6bS04LjE2NS0yLjk0YS45OC45OCAwIDAwLjk4LS45OHYtMS45NmEuOTguOTggMCAwMC0xLjk2IDB2MS45NmMwIC41NDEuNDM4Ljk4Ljk4Ljk4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.t-icon-transaction-bet, .t-icon-transaction-dep
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
}
.t-icon-transaction-dep
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMTYxIDE0aDkuNjc4Yy41MjcgMCAuOTgyIDAgMS4zNTYtLjAzLjM5NS0uMDMzLjc4OS0uMTA0IDEuMTY3LS4yOTdhMyAzIDAgMDAxLjMxMS0xLjMxMWMuMTkzLS4zNzguMjY0LS43NzIuMjk2LTEuMTY3LjAzMS0uMzc1LjAzMS0uODMuMDMxLTEuMzU2VjcuMTZjMC0uNTI3IDAtLjk4MS0uMDMtMS4zNTYtLjAzMy0uMzk1LS4xMDQtLjc4OS0uMjk3LTEuMTY3YTMgMyAwIDAwLTEuMzExLTEuMzExYy0uMzc4LS4xOTMtLjc3Mi0uMjY0LTEuMTY3LS4yOTZDMTcuODIgMyAxNy4zNjUgMyAxNi44MzkgM0g3LjE2Yy0uNTI3IDAtLjk4MSAwLTEuMzU2LjAzLS4zOTUuMDMzLS43ODkuMTA0LTEuMTY3LjI5N2EzIDMgMCAwMC0xLjMxMSAxLjMxMWMtLjE5My4zNzgtLjI2NC43NzItLjI5NiAxLjE2N0MzIDYuMTggMyA2LjYzNSAzIDcuMTYxVjkuODRjMCAuNTI3IDAgLjk4MS4wMyAxLjM1Ni4wMzMuMzk1LjEwNC43ODkuMjk3IDEuMTY3YTMgMyAwIDAwMS4zMTEgMS4zMTFjLjM3OC4xOTMuNzcyLjI2NCAxLjE2Ny4yOTYuMzc1LjAzMS44My4wMzEgMS4zNTYuMDMxeiIgZmlsbD0iIzU5RUMzNCIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBkPSJNMTMgMjBhMSAxIDAgMTEtMiAwdi05LjU4NmwtMS4yOTMgMS4yOTNhMSAxIDAgMDEtMS40MTQtMS40MTRsMy0zYTEgMSAwIDAxMS40MTQgMGwzIDNhMSAxIDAgMDEtMS40MTQgMS40MTRMMTMgMTAuNDE0VjIweiIgZmlsbD0iIzU5RUMzNCIvPjwvc3ZnPg==");
}
.t-icon-transaction-wit
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjgzOCAxMEg3LjE2MmMtLjUyNyAwLS45ODEgMC0xLjM1Ni4wMy0uMzk1LjAzMy0uNzg5LjEwNC0xLjE2Ny4yOTdhMyAzIDAgMDAtMS4zMTEgMS4zMTFjLS4xOTMuMzc4LS4yNjQuNzcyLS4yOTYgMS4xNjdDMyAxMy4xOCAzIDEzLjYzNSAzIDE0LjE2MnYyLjY3NmMwIC41MjggMCAuOTgyLjAzIDEuMzU3LjAzMy4zOTUuMTA0Ljc4OS4yOTcgMS4xNjdhMyAzIDAgMDAxLjMxMSAxLjMxMWMuMzc4LjE5My43NzIuMjY0IDEuMTY3LjI5Ni4zNzUuMDMxLjgzLjAzMSAxLjM1Ni4wMzFoOS42NzhjLjUyNyAwIC45ODIgMCAxLjM1Ni0uMDMuMzk1LS4wMzMuNzg5LS4xMDQgMS4xNjctLjI5N2EzIDMgMCAwMDEuMzExLTEuMzExYy4xOTMtLjM3OC4yNjQtLjc3Mi4yOTYtMS4xNjcuMDMxLS4zNzUuMDMxLS44My4wMzEtMS4zNTZWMTQuMTZjMC0uNTI3IDAtLjk4MS0uMDMtMS4zNTYtLjAzMy0uMzk1LS4xMDQtLjc4OS0uMjk3LTEuMTY3YTMgMyAwIDAwLTEuMzExLTEuMzExYy0uMzc4LS4xOTMtLjc3Mi0uMjY0LTEuMTY3LS4yOTZDMTcuODIgMTAgMTcuMzY1IDEwIDE2LjgzOCAxMHoiIGZpbGw9IiNGRkVENDgiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTExIDRhMSAxIDAgMTEyIDB2OS41ODZsMS4yOTMtMS4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMyAzYTEgMSAwIDAxLTEuNDE0IDBsLTMtM2ExIDEgMCAxMTEuNDE0LTEuNDE0TDExIDEzLjU4NlY0eiIgZmlsbD0iI0ZGRUQ0OCIvPjwvc3ZnPg==");
}
.t-icon-transaction-bonus, .t-icon-transaction-wit
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
}
.t-icon-transaction-bonus
{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFNSURBVHgB7VTtbYQwDDVVB8gGzQjpBjcCI7BBR+A26HUC6ATXDegG3AbQCcoGqU1fVCtKDjhRqT/6JCskOM/PH0D0l+C9d2wH+g0wceV/cKC9waS9CtDRnhDFIB7YPnfPgsnOID3C9suCiawqjTybLVncR2SOFzHD9sBmsRe0RVGM8HvhpWZr+PnCq5x/YJ3Y750SSp99HoOoV74GZzk0wbdQlwYonthegxq2WSGrmiJBRmVrYU94fWH/xziDStW2oY2QO7grHGXOyakgZ6hcIpZydYrcLV2wqr79tSAg71WfHK1BFKS64lemhkDjLnWIcRyxHSmP0PgpjPBqqJEz6swk9nPtaQvQ7LkHiqhWA1CHQKqU6+qPS+HX/BaNr8aAd+1Sr1IBTmrsAjr//Vd1Pv0Vn7YEaCOlZSbL4dYAFlkc/cLHhkDia+kft+ALuZFHveggFl4AAAAASUVORK5CYII=");
}
.t-icon-transaction-rakeback
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHISURBVHgBnVSBcYMwDCRdoIzACIxAN2AEd4KyQbpBsoHZINmAbkA3MBswgmvTV3gUB0L+TmcQsl56G2VZAt77PFgT7BLM+RkjfCZ7FWHzFxJtwe0mChusqjaioe9Nguj4bPITJTbBWrwbijHwWZBJEaet5IaSl/C1JAXbRICYkkjqNQLH1Ya18MvD1eiD5Uo2J7616i2sp00NCEvEOvom8Q+7OARnF9Yq0dgQ7ONwOAyqoCIsfbBY7Q/iIqJ/CPGfugNhN6pCkz2WVGS5Kn9Sogn0LgTFCkFJsnawU3LPXgK//SPaxV5K+KUkahLJLSXqEF/BWiJ2NxL/P1tScFxJeD76WZaK/DnkibLx9e4koKGNFuaIRKoUVCvnISTjLRYVLOYOfL2/x3XjLEbs/V7Eqy54VDi/lNAouXyCoIBN79zqmYIaEMjM6W4tLy9GlK/WxSFmgr4lZ1WRpW64A5Emh51V8lxI35gg/ObxDOKvPsBVYZV3SfKLNY6MOKrf6VtEreLugfYveC4TGjvV7Uh7HXf8FEi+uLmAr/bzDKvgsxKX7QF0dURi/HzjcpD13Gm2F5Cm9etwng78Jcj5+Pk2yVSN13sxsv8AWOjaMp/0qHUAAAAASUVORK5CYII=");
}
.t-icon-transaction-cashback
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHlSURBVHgBlVaBccIwDHQ6ASN4hGzQMAHZoGzQMAF0AtIJQicAJkg7QegEyQawgWo3EvkIu0l1p/MhyfqXbSkk5g8hotQtK6eZU8vqpWM9Oz0lSdKZ/4hLbJ3WNF8qv2du8lenV97o19Jpjgl8ZWw7AEjrbVPJt7DBJ17MIGQV0EssMIWgXcC/cNowUxvw76BqGwJoY8nZf1THEQIp2V9rRyYbwZbTcBeYuFE2H1NAlbIn87YnzieX8wG4C1aRm9Mla6fiLPz+5HXrQNbCtkZUqKIN2dlnoQqr8tzlCdjhKvIubMyjiO0AjXZWMRtkkwdY4pnmHOc1heqs2lOwvTJTwslaikvwSRL0T4JGV+pNBTWmv8CbeTw+eQQXp0vcG2JaMaMCbHu2tRGWWN1e+YbRQuPx8AtCgRcSIZbqOBp66iRBWmqoqAqwTpVN5lCpAGoJWNPwfv04WEDpKTDFDvb+XFVx5b0lAhqFeiU1Npg1ju8WgDKOEfCMYs0JVUjwie3C6AixZSSmQXKhV4HDbaeAcxWLVa5pLPd7klFhuN03gPlM/cv4lt/gW/HaUd8v6HtzuS4mJtS/4RbY4OXWNB5oDY3vpzBzhB4/g1NSU6Rfkikg038r/JH4c5UZ07F+mf5vS/RIfgDXABd/e5XgqwAAAABJRU5ErkJggg==");
}
.t-icon-transaction-transfer
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFmSURBVHgBtVWBcYMwDPR1AkbwCBmBEbJBvUHYADboCGQD2gkYIdnA3YBuoNp3UniMHMOF/J0PYr/+JcsxxrwAIqrDcOYdCMKfNONkjkQUBPHO7EUIsmG0YXgW8Yn4BAa3MPoYs1X8kgikBg3l0ZbEWyD33MRK4V2Bd01+tzlxByRnypV2wD8llZ21AM+LjdkINhlk/8FkWlQO2fuMUGz6SHNvHqIKd1wlygHq1rB42nTJ0ip8qeIbJ2+yl0rAAM2s2FCaOmYSWu6GpGT0kgUW5iqp4llMfP8wZfwlz4gqeWYhBr/sbBXOnZ9fXH4UlbP+k5Jhm+84Oaw6P6/tbbLTmtzkmgYmAwiPlD+mnnkOJyvIsoH5lkr3y1L8sjpBsHiG8hueE9OiCS2/Dy5Hwvulh4xUE668Zq6gK2WCJilq4PlkbaKt9xjN/1YUie9WMfCclDV7wCZeEz8ENDd9JOWjc5SJNS/iH0s8NibqDXSOAAAAAElFTkSuQmCC");
}
.t-icon-transaction-levelup
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFhSURBVHgBrVWBccMgDMRdoB6BDZoRPIJH8AhsYG/QbEA3aDZgBHcDukFHUKF9LoICBqe602GB9HykvzCIB42IpFtmhLdhGD7Ff5gDnpwbis06H8VZ88XOV+dfDNR/X53viOczwJ7tewLsAbfA2K1v2Fe94GvSBuMvzOQpnF9Fj6GvhDaMlbwFeTe+/yTa7dl5bYAfWF/EkWGYE75VopKpUvMz9JYLNJInxDNTjKzUBRHIGviFMZbYs4g3UScWpHqpJUVgbHi2kr96MkyqSwk8AkORLRVRLGHLWjTnwP+AufUVsSnkB9vZtymxD2B7BkBm8jXONOLpqPeKmEpSgCQ3JwQpWo3PosDe4nxL8rfWCwKAQqs0Y9olhBy4TAB0YEedQjj6BQsGR2E2dJdlkxBqF4zsIs4+HaxGrEWvZXodgdH9/8l2sUdx1Gv6laWh+AULBPpesKTYHOSde+ApkeYj9g2jtTeUjGTqkwAAAABJRU5ErkJggg==");
}
.t-icon-calendar
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjI1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2LjgzOCA1SDcuMTYyYy0uNTI3IDAtLjk4MSAwLTEuMzU2LjAzLS4zOTUuMDMzLS43ODkuMTA0LTEuMTY3LjI5N2EzIDMgMCAwMC0xLjMxMSAxLjMxMWMtLjE5My4zNzgtLjI2NC43NzItLjI5NiAxLjE2N0MzIDguMTggMyA4LjYzNSAzIDkuMTYxdjcuNjc4YzAgLjUyNyAwIC45ODIuMDMgMS4zNTYuMDMzLjM5NS4xMDQuNzg5LjI5NyAxLjE2N2EzIDMgMCAwMDEuMzExIDEuMzExYy4zNzguMTkzLjc3Mi4yNjQgMS4xNjcuMjk2LjM3NS4wMzEuODMuMDMxIDEuMzU2LjAzMWg5LjY3N2MuNTI4IDAgLjk4MiAwIDEuMzU3LS4wMy4zOTUtLjAzMy43ODktLjEwNCAxLjE2Ny0uMjk3YTMgMyAwIDAwMS4zMTEtMS4zMTFjLjE5My0uMzc4LjI2NC0uNzcyLjI5Ni0xLjE2Ny4wMzEtLjM3NS4wMzEtLjgzLjAzMS0xLjM1NlY5LjE2YzAtLjUyNyAwLS45ODEtLjAzLTEuMzU2LS4wMzMtLjM5NS0uMTA0LS43ODktLjI5Ny0xLjE2N2EzIDMgMCAwMC0xLjMxMS0xLjMxMWMtLjM3OC0uMTkzLS43NzItLjI2NC0xLjE2Ny0uMjk2QTE3LjkgMTcuOSAwIDAwMTYuODM5IDV6IiBmaWxsPSIjNzM3ODgwIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCAyM2E1IDUgMCAxMDAtMTAgNSA1IDAgMDAwIDEwem0xLTdhMSAxIDAgMTAtMiAwdjJhMSAxIDAgMDAuMjkzLjcwN2wxIDFhMSAxIDAgMDAxLjQxNC0xLjQxNEwxOSAxNy41ODZWMTZ6IiBmaWxsPSIjNzM3ODgwIi8+PHBhdGggZD0iTTkgNGExIDEgMCAwMC0yIDB2MmExIDEgMCAwMDIgMFY0ek0xNyA0YTEgMSAwIDEwLTIgMHYyYTEgMSAwIDEwMiAwVjR6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
}
.t-icon-settings-account
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMTRfOTUxOTUpIiBmaWxsPSIjMDkwQTBDIj48cGF0aCBvcGFjaXR5PSIuMjUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMy41QTEuNSAxLjUgMCAwMTExLjUgMmgxQTEuNSAxLjUgMCAwMTE0IDMuNXYuMzY0YzAgLjIyOS4xNTUuNDI2LjM3My40OTRhNy45NSA3Ljk1IDAgMDExLjM1My41Ni41MjIuNTIyIDAgMDAuNjEyLS4wODVsLjI1OC0uMjU4YTEuNSAxLjUgMCAwMTIuMTIyIDBsLjcwNy43MDdhMS41IDEuNSAwIDAxMCAyLjEyMmwtLjI1OS4yNThhLjUyMi41MjIgMCAwMC0uMDg1LjYxMmMuMjI3LjQzLjQxNS44ODIuNTYxIDEuMzUzYS41MjIuNTIyIDAgMDAuNDk0LjM3M2guMzY0YTEuNSAxLjUgMCAwMTEuNSAxLjV2MWExLjUgMS41IDAgMDEtMS41IDEuNWgtLjM2NGEuNTIyLjUyMiAwIDAwLS40OTQuMzczIDcuOTUzIDcuOTUzIDAgMDEtLjU2IDEuMzUzLjUyMi41MjIgMCAwMC4wODQuNjEybC4yNTkuMjU4YTEuNSAxLjUgMCAwMTAgMi4xMjJsLS43MDcuNzA3YTEuNSAxLjUgMCAwMS0yLjEyMiAwbC0uMjU4LS4yNTlhLjUyMi41MjIgMCAwMC0uNjEzLS4wODVjLS40MjkuMjI3LS44ODEuNDE1LTEuMzUyLjU2MWEuNTIyLjUyMiAwIDAwLS4zNzMuNDk0di4zNjRhMS41IDEuNSAwIDAxLTEuNSAxLjVoLTFhMS41IDEuNSAwIDAxLTEuNS0xLjV2LS4zNjRhLjUyMi41MjIgMCAwMC0uMzczLS40OTQgNy45NDUgNy45NDUgMCAwMS0xLjM1My0uNTYuNTIyLjUyMiAwIDAwLS42MTIuMDg0bC0uMjU4LjI1OWExLjUgMS41IDAgMDEtMi4xMjIgMGwtLjcwNy0uNzA3YTEuNSAxLjUgMCAwMTAtMi4xMjJsLjI1OC0uMjU4YS41MjIuNTIyIDAgMDAuMDg2LS42MTMgNy45NSA3Ljk1IDAgMDEtLjU2MS0xLjM1Mi41MjIuNTIyIDAgMDAtLjQ5NC0uMzczSDMuNUExLjUgMS41IDAgMDEyIDEyLjV2LTFBMS41IDEuNSAwIDAxMy41IDEwaC4zNjRhLjUyMi41MjIgMCAwMC40OTQtLjM3MyA3Ljk1IDcuOTUgMCAwMS41Ni0xLjM1My41MjIuNTIyIDAgMDAtLjA4NS0uNjEybC0uMjU4LS4yNThhMS41IDEuNSAwIDAxMC0yLjEyMmwuNzA3LS43MDdhMS41IDEuNSAwIDAxMi4xMjIgMGwuMjU4LjI1OGMuMTYxLjE2Mi40MS4xOTIuNjEyLjA4NmE3Ljk1IDcuOTUgMCAwMTEuMzUzLS41NjEuNTIyLjUyMiAwIDAwLjM3My0uNDk0VjMuNXoiLz48cGF0aCBkPSJNMTUgMTJhMyAzIDAgMTEtNiAwIDMgMyAwIDAxNiAweiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzEwMTRfOTUxOTUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-copy
{
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NyAxLjY2N2gtNy41OEEyLjg4IDIuODggMCAwMDUgNC41NDNWNWgtLjQ1N2EyLjg4IDIuODggMCAwMC0yLjg3NiAyLjg3N3Y3LjU4YTIuODggMi44OCAwIDAwMi44NzYgMi44NzZoNy41OGEyLjg3MiAyLjg3MiAwIDAwMi44MzktMi41aC40OTVhMi44OCAyLjg4IDAgMDAyLjg3Ni0yLjg3NlY0LjU0M2EyLjg4IDIuODggMCAwMC0yLjg3Ni0yLjg3NnptMS4yMSAxMS4yOWMwIC42NjctLjU0MyAxLjIxLTEuMjEgMS4yMUgxNXYtNi4yOUEyLjg4IDIuODggMCAwMDEyLjEyMyA1SDYuNjY3di0uNDU3YzAtLjY2Ny41NDMtMS4yMSAxLjIxLTEuMjFoNy41OGMuNjY3IDAgMS4yMS41NDMgMS4yMSAxLjIxdjguNDE0eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
}
.t-icon-USD
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEiIGZpbGw9IiMyQUJEMzAiLz48cGF0aCBkPSJNOC4yNSAxNWMuNzUuNzUgMi4yNSAxLjUgMy43NSAxLjVtMCAwYzEuODc1IDAgMy43NS0uMzc1IDMuNzUtMi4yNVMxMy45MTIgMTIgMTIgMTJtMCA0LjVWMTJtMCA0LjV2Mi4yNU0xMiAxMmMtMS44NzUgMC0zLjc1LS4zNzUtMy43NS0yLjI1UzEwLjEyNSA3LjUgMTIgNy41bTAgNC41VjcuNW0wIDBjMS41IDAgMyAuNzUgMy43NSAxLjVNMTIgNy41VjUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L3N2Zz4=");
}
.t-icon-USD, .t-icon-USDT
{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-USDT
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwOTBfOTQpIj48cGF0aCBkPSJNMTIgMGM2LjYyNyAwIDEyIDUuMzczIDEyIDEycy01LjM3MyAxMi0xMiAxMlMwIDE4LjYyOSAwIDEyIDUuMzcyIDAgMTIgMHoiIGZpbGw9IiM1M0FFOTQiLz48cGF0aCBkPSJNMTEuNjM3IDIwVjRoMS4wMjV2MTZoLTEuMDI1em0yLjcyLTEwLjcxOWMtLjA1LS41MDQtLjI2NS0uODk2LS42NDQtMS4xNzUtLjM4LS4yNzktLjg5NC0uNDE4LTEuNTQ0LS40MTgtLjQ0MiAwLS44MTUuMDYyLTEuMTE5LjE4Ny0uMzA0LjEyLS41MzguMjktLjcuNTA2YTEuMjE5IDEuMjE5IDAgMDAtLjIzNy43MzhjLS4wMDkuMjI5LjA0LjQyOS4xNDMuNi4xMDkuMTcuMjU2LjMxOS40NDQuNDQ0LjE4OC4xMi40MDQuMjI3LjY1LjMxOC4yNDYuMDg4LjUwOC4xNjMuNzg3LjIyNWwxLjE1LjI3NWMuNTU5LjEyNSAxLjA3MS4yOTIgMS41MzguNS40NjcuMjA5Ljg3LjQ2NSAxLjIxMy43NjkuMzQxLjMwNC42MDYuNjYyLjc5MyAxLjA3NS4xOTIuNDEzLjI5Ljg4NS4yOTQgMS40MTktLjAwNC43ODMtLjIwNCAxLjQ2Mi0uNiAyLjAzNy0uMzkyLjU3MS0uOTU4IDEuMDE1LTEuNyAxLjMzMi0uNzM3LjMxMi0xLjYyNy40NjgtMi42NjkuNDY4LTEuMDMzIDAtMS45MzMtLjE1OC0yLjctLjQ3NS0uNzYyLS4zMTYtMS4zNTgtLjc4NS0xLjc4Ny0xLjQwNi0uNDI1LS42MjUtLjY0OC0xLjM5OC0uNjY5LTIuMzE5aDIuNjE5Yy4wMjkuNDMuMTUyLjc4OC4zNjkgMS4wNzUuMjIuMjg0LjUxNC40OTguODguNjQ0LjM3Mi4xNDIuNzkuMjEyIDEuMjU3LjIxMi40NTggMCAuODU2LS4wNjYgMS4xOTQtLjIuMzQxLS4xMzMuNjA2LS4zMTguNzkzLS41NTYuMTg4LS4yMzcuMjgyLS41MS4yODItLjgxOCAwLS4yODgtLjA4Ni0uNTMtLjI1Ny0uNzI2LS4xNjYtLjE5NS0uNDEyLS4zNjItLjczNy0uNWE3LjQ5OCA3LjQ5OCAwIDAwLTEuMTgxLS4zNzVsLTEuMzk0LS4zNWMtMS4wOC0uMjYyLTEuOTMxLS42NzItMi41NTYtMS4yMy0uNjI1LS41Ni0uOTM2LTEuMzExLS45MzEtMi4yNTctLjAwNS0uNzc1LjIwMi0xLjQ1Mi42MTgtMi4wMzEuNDIxLS41OC45OTgtMS4wMzIgMS43MzEtMS4zNTcuNzM0LS4zMjQgMS41NjctLjQ4NyAyLjUtLjQ4Ny45NSAwIDEuNzguMTYzIDIuNDg4LjQ4Ny43MTIuMzI1IDEuMjY3Ljc3OCAxLjY2MiAxLjM1Ny4zOTYuNTc5LjYgMS4yNS42MTMgMi4wMTJoLTIuNTk0eiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzEwOTBfOTQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-EUR
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl8yMTAxMikiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEyIiBmaWxsPSIjMkM4OURFIi8+PHBhdGggZD0iTTE3LjUyMyA3LjVjLS40MS0uNDEtMS42MzctMS4yMjctMy42ODItMS4yMjctMi45NzIgMC00LjM0NCAxLjg2NS00Ljc2MyA0LjA5bTguNDQ1IDYuMTM3Yy0uNDEuNDEtMS42MzcgMS4yMjctMy42ODIgMS4yMjctMi45NzIgMC00LjM0NC0xLjg2NS00Ljc2My00LjA5bTAtMy4yNzNBOC44OCA4Ljg4IDAgMDA4LjkzMiAxMmMwIC41NTIuMDQ1IDEuMTA1LjE0NiAxLjYzNm0wLTMuMjcyaC0yLjZtMi42IDBoNS41ODFtLTUuNTgxIDMuMjcyaC0yLjYgOC4xODEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF85NTZfMjEwMTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-EUR, .t-icon-PHP
{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-PHP
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl8yMTAwOSkiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEyIiBmaWxsPSIjMkM4OURFIi8+PHBhdGggZD0iTTguMzE4IDE4LjEzNnYtNC45MDltMCAwaDIuODY0Yy44MTggMCA0LjUuMDUgNC41LTMuNjgyIDAtMy43MzItMy42ODItMy42ODEtNC41LTMuNjgxSDguMzE4djcuMzYzek01Ljg2NCA4LjMxOGgxMi4yNzJNNS44NjQgMTAuNzczaDEyLjI3MiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzk1Nl8yMTAwOSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.t-icon-USDC
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl8yMTAzMykiPjxwYXRoIGQ9Ik0xMiAyNGM2LjY1IDAgMTItNS4zNSAxMi0xMlMxOC42NSAwIDEyIDAgMCA1LjM1IDAgMTJzNS4zNSAxMiAxMiAxMnoiIGZpbGw9IiMyNzc1Q0EiLz48cGF0aCBkPSJNMTUuMyAxMy45YzAtMS43NS0xLjA1LTIuMzUtMy4xNS0yLjYtMS41LS4yLTEuOC0uNi0xLjgtMS4zIDAtLjcuNS0xLjE1IDEuNS0xLjE1LjkgMCAxLjQuMyAxLjY1IDEuMDUuMDUuMTUuMi4yNS4zNS4yNWguOGMuMiAwIC4zNS0uMTUuMzUtLjM1di0uMDVjLS4yLTEuMS0xLjEtMS45NS0yLjI1LTIuMDVWNi41YzAtLjItLjE1LS4zNS0uNC0uNGgtLjc1Yy0uMiAwLS4zNS4xNS0uNC40djEuMTVjLTEuNS4yLTIuNDUgMS4yLTIuNDUgMi40NSAwIDEuNjUgMSAyLjMgMy4xIDIuNTUgMS40LjI1IDEuODUuNTUgMS44NSAxLjM1cy0uNyAxLjM1LTEuNjUgMS4zNWMtMS4zIDAtMS43NS0uNTUtMS45LTEuMy0uMDUtLjItLjItLjMtLjM1LS4zaC0uODVjLS4yIDAtLjM1LjE1LS4zNS4zNXYuMDVjLjIgMS4yNSAxIDIuMTUgMi42NSAyLjR2MS4yYzAgLjIuMTUuMzUuNC40aC43NWMuMiAwIC4zNS0uMTUuNC0uNHYtMS4yYzEuNS0uMjUgMi41LTEuMyAyLjUtMi42NXoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNOS40NSAxOS4xNWMtMy45LTEuNC01LjktNS43NS00LjQ1LTkuNi43NS0yLjEgMi40LTMuNyA0LjQ1LTQuNDUuMi0uMS4zLS4yNS4zLS41di0uN2MwLS4yLS4xLS4zNS0uMy0uNC0uMDUgMC0uMTUgMC0uMi4wNUM0LjUgNS4wNSAxLjkgMTAuMSAzLjQgMTQuODVjLjkgMi44IDMuMDUgNC45NSA1Ljg1IDUuODUuMi4xLjQgMCAuNDUtLjIuMDUtLjA1LjA1LS4xLjA1LS4ydi0uN2MwLS4xNS0uMTUtLjM1LS4zLS40NXptNS4zLTE1LjZjLS4yLS4xLS40IDAtLjQ1LjItLjA1LjA1LS4wNS4xLS4wNS4ydi43YzAgLjIuMTUuNC4zLjUgMy45IDEuNCA1LjkgNS43NSA0LjQ1IDkuNi0uNzUgMi4xLTIuNCAzLjctNC40NSA0LjQ1LS4yLjEtLjMuMjUtLjMuNXYuN2MwIC4yLjEuMzUuMy40LjA1IDAgLjE1IDAgLjItLjA1IDQuNzUtMS41IDcuMzUtNi41NSA1Ljg1LTExLjMtLjktMi44NS0zLjEtNS01Ljg1LTUuOXoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF85NTZfMjEwMzMiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-USDC, .t-icon-XRP
{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-XRP
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl8yMTA1OCkiPjxwYXRoIGQ9Ik0xMiAyNGM2LjYyNyAwIDEyLTUuMzczIDEyLTEyUzE4LjYyNyAwIDEyIDAgMCA1LjM3MyAwIDEyczUuMzczIDEyIDEyIDEyeiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xNy40NzYgNS4yNzloMi4yNGwtNC42NjIgNC44MzJhNC4yMSA0LjIxIDAgMDEtNi4xMDggMEw0LjI4NSA1LjI4aDIuMjRsMy41MzkgMy42N2EyLjY2OSAyLjY2OSAwIDAwMy44NjggMGwzLjU0NC0zLjY3ek02LjQ5NSAxOC43MmgtMi4yNGw0LjY5MS00Ljg2NWE0LjIxNCA0LjIxNCAwIDAxNi4xMTEgMGw0LjY5IDQuODY1SDE3LjUxbC0zLjU3LTMuNzA0YTIuNjY4IDIuNjY4IDAgMDAtMy44NjggMGwtMy41NzYgMy43MDR6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfOTU2XzIxMDU4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-icon-DOGE
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl8yMTA3MikiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDRoMTN2MTZINnoiLz48cGF0aCBkPSJNMTIuMjg4IDcuOTA4aC0xLjcxNXYzLjM4aDIuNjk4djEuNDE2aC0yLjY5OHYzLjM4aDEuNzk5Yy40NjIgMCAzLjc5NC4wNTIgMy43ODktMy45MzMtLjAwNS0zLjk4NS0zLjIzMi00LjI0My0zLjg3My00LjI0M3oiIGZpbGw9IiNDMkE2MzMiLz48cGF0aCBkPSJNMTIgMEM1LjM3MyAwIDAgNS4zNzMgMCAxMmMwIDYuNjI4IDUuMzczIDEyIDEyIDEyIDYuNjI4IDAgMTItNS4zNzIgMTItMTIgMC02LjYyNy01LjM3Mi0xMi0xMi0xMnptLjQ3MiAxOC40ODFIOC4xMjZ2LTUuNzc3SDYuNTk0di0xLjQxNmgxLjUzMlY1LjUxMWgzLjczYy44ODIgMCA2LjcyNi0uMTg0IDYuNzI2IDYuNTkzIDAgNi44OS02LjExIDYuMzc3LTYuMTEgNi4zNzd6IiBmaWxsPSIjQzJBNjMzIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfOTU2XzIxMDcyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-icon-ADA, .t-icon-DOGE
{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-icon-ADA
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl8yMTA3NykiPjxwYXRoIGQ9Ik0xMiAuMDEzQzE4LjYyNy4wMTMgMjQgNS4zOCAyNCAxMnMtNS4zNzMgMTEuOTg3LTEyIDExLjk4N1MwIDE4LjYyIDAgMTIgNS4zNzMuMDEzIDEyIC4wMTN6IiBmaWxsPSIjMDAzM0FEIi8+PHBhdGggZD0iTTguMzM3IDExLjk4Yy0uMDM2LjYuNDI3IDEuMTE1IDEuMDI4IDEuMTQ4aC4wNjZjLjYwNiAwIDEuMDk0LS40ODcgMS4wODktMS4wOTMgMC0uNjA1LS40ODgtMS4wOTItMS4wOTQtMS4wODdhMS4wODggMS4wODggMCAwMC0xLjA5IDEuMDMyek00LjI2NCAxMS42OTdhLjM1My4zNTMgMCAxMC0uMDM4LjcwMy4zNTMuMzUzIDAgMDAuMDM4LS43MDN6TTguMjY5IDUuNjQ1YS4zNTcuMzU3IDAgMDAuMTU2LS40NzQuMzU4LjM1OCAwIDAwLS40NzUtLjE1Ni4zNTQuMzU0IDAgMDAuMzE5LjYzek05LjM3NSA3LjU3NmEuNTQ1LjU0NSAwIDEwLS40OS0uOTczLjU0NS41NDUgMCAwMC40OS45NzN6TTUuNjQ5IDguOTAzYS40NTEuNDUxIDAgMDAuNjIxLS4xMjguNDUuNDUgMCAwMC0uMTI5LS42MjEuNDUxLjQ1MSAwIDAwLS42MjEuMTI5LjQ0My40NDMgMCAwMC4xMjkuNjJ6TTYuMzEgMTEuNTAzYS41NDQuNTQ0IDAgMDAtLjU3NS41MTUuNTQ0LjU0NCAwIDAwLjUxNS41NzUuNTQ0LjU0NCAwIDAwLjU3Ni0uNTE1LjU1LjU1IDAgMDAtLjUxNS0uNTc1ek01LjcwNyAxNS4xNjJhLjQ1NC40NTQgMCAwMC0uMi42MDZjLjExNC4yMi4zODIuMzEuNjA3LjJhLjQ1NC40NTQgMCAwMC4yLS42MDcuNDU1LjQ1NSAwIDAwLS42MDctLjE5OXpNNy44MjcgMTAuMzc3YS42MzYuNjM2IDAgMDAuODg2LS4xODcuNjM0LjYzNCAwIDAwLS4xODctLjg4NS42MzUuNjM1IDAgMDAtLjg4Ni4xODYuNjQuNjQgMCAwMC4xODcuODg2ek0xNC41NTIgNy41MzNhLjU1LjU1IDAgMDAuNzU4LS4xNTYuNTQ4LjU0OCAwIDAwLS4xNTctLjc1Ny41NS41NSAwIDAwLS43NTguMTU2LjU0Mi41NDIgMCAwMC4xNTcuNzU3ek0xNS42NjggNS42MTNhLjM1LjM1IDAgMDAuNDg4LS4xMDQuMzQ5LjM0OSAwIDAwLS4xMDQtLjQ4Ny4zNTMuMzUzIDAgMDAtLjQ4Ny4wOTguMzYuMzYgMCAwMC4xMDMuNDkzek0xNC42MzIgMTAuOTM4YTEuMDg3IDEuMDg3IDAgMDAtMS4xNDkgMS4wMjdjLS4wMzUuNi40MjcgMS4xMTggMS4wMjggMS4xNDhoLjA2YTEuMDkgMS4wOSAwIDAwMS4wOS0xLjA5MyAxLjA4IDEuMDggMCAwMC0xLjAyOS0xLjA4MnpNOS43MzQgMTAuM2MuMTg3LjM2NS41NjMuNi45NzguNkExLjA5IDEuMDkgMCAwMDExLjggOS44MDdhMS4wOSAxLjA5IDAgMDAtMS41ODItLjk3N2MtLjU0LjI3NS0uNzU3LjkzNC0uNDg0IDEuNDd6TTE4LjI5IDguOTAzYS40NS40NSAwIDEwLS42MS0uMTk5Yy4xMTguMjIuMzg4LjMxLjYxLjJ6TTE1LjUyNCA5LjI1YS42NDIuNjQyIDAgMTAuNTc3IDEuMTQ2LjY0Mi42NDIgMCAwMC0uNTc3LTEuMTQ3ek0xMS45NTcgNS40NDlhLjQ1NC40NTQgMCAwMC40NzUtLjQyNC40NS40NSAwIDAwLS45LS4wNTYuNDU3LjQ1NyAwIDAwLjQyNS40OHpNMTEuOTUyIDguMjY4YS42MzYuNjM2IDAgMDAuNjc1LS42MDYuNjM2LjYzNiAwIDAwLS42MDctLjY3NC42NDEuNjQxIDAgMTAtLjA2OCAxLjI4ek04LjQ3NiAxNC44MTZhLjY0Mi42NDIgMCAxMC0uNTc3LTEuMTQ2LjY0Mi42NDIgMCAwMC41NzcgMS4xNDZ6TTEyLjM2OSA5LjIwNmExLjA5IDEuMDkgMCAxMDEuODI1IDEuMTkgMS4wOSAxLjA5IDAgMDAtMS44MjUtMS4xOXpNMTQuMjY2IDEzLjc2N2ExLjA5IDEuMDkgMCAwMC0xLjQ2NS0uNDg1IDEuMDkgMS4wOSAwIDEwLjk4IDEuOTQ4Yy41MzYtLjI2Ny43NTgtLjkxNi40ODgtMS40NTYuMDAyLS4wMDIuMDAyLS4wMDItLjAwMy0uMDA3ek0xNi4xNzQgMTMuNjg4YS42MzYuNjM2IDAgMDAtLjg4Ny4xODcuNjM0LjYzNCAwIDAwLjE4Ny44ODYuNjM1LjYzNSAwIDAwLjg4Ni0uMTg3LjY0LjY0IDAgMDAtLjE4Ni0uODg2ek0xOC4yNjUgMTIuMDUzYS41NDQuNTQ0IDAgMDAtLjUxNS0uNTc1LjU0NC41NDQgMCAwMC0uNTc2LjUxNC41NDQuNTQ0IDAgMDAuNTE1LjU3Ni41NS41NSAwIDAwLjU3Ni0uNTE1ek0xOS43NzMgMTEuNjY0YS4zNTMuMzUzIDAgMTAtLjAzOC43MDMuMzUzLjM1MyAwIDAwLjAzOC0uNzAzek0xOC4zNTEgMTUuMTYyYS40NTEuNDUxIDAgMDAtLjYyMS4xMjkuNDUuNDUgMCAwMC4xMjguNjIuNDUxLjQ1MSAwIDAwLjYyMi0uMTI4LjQ0My40NDMgMCAwMC0uMTI5LS42MnpNOC4zMyAxOC40NTNhLjM1Mi4zNTIgMCAxMC4wOTkuNDg3LjM0NC4zNDQgMCAwMC0uMS0uNDg3ek0xNS43MzEgMTguNDJhLjM1Ny4zNTcgMCAwMC0uMTU2LjQ3NS4zNTguMzU4IDAgMDAuNDc1LjE1Ni4zNTQuMzU0IDAgMDAtLjMxOS0uNjN6TTExLjYzMSAxNC44NmExLjA5NCAxLjA5NCAwIDAwLTEuODI5LTEuMTk3IDEuMDkgMS4wOSAwIDAwLjkxMiAxLjY4OGMuMzc0LjAwNS43MTUtLjE4MS45MTctLjQ5MnpNOS40NDggMTYuNTMyYS41NS41NSAwIDAwLS43NTcuMTU3LjU0OC41NDggMCAwMC4xNTYuNzU3LjU1LjU1IDAgMDAuNzU4LS4xNTYuNTQuNTQgMCAwMC0uMTU3LS43NTh6TTExLjk5NSAxOC42MTdhLjQ1NC40NTQgMCAwMC0uNDc1LjQyNC40NS40NSAwIDAwLjkuMDU1LjQ1Ny40NTcgMCAwMC0uNDI1LS40Nzl6TTEyIDE1Ljc5OGEuNjM2LjYzNiAwIDAwLS42NzUuNjA2LjYzNi42MzYgMCAwMC42MDcuNjc0LjY0LjY0IDAgMTAuMDY4LTEuMjh6TTE0LjYyNSAxNi40OWEuNTQ1LjU0NSAwIDEwLjQ5OC45NzEuNTQ1LjU0NSAwIDAwLjI0Mi0uNzMuNTUuNTUgMCAwMC0uNzQtLjI0MXoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF85NTZfMjEwNzciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-icon-wagered
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjUgNmExLjUgMS41IDAgMTAwIDNoNWExLjUgMS41IDAgMDAwLTNoLTV6TTMgMTMuNUExLjUgMS41IDAgMDE0LjUgMTJoNWExLjUgMS41IDAgMDEwIDNoLTVBMS41IDEuNSAwIDAxMyAxMy41em0wIDZBMS41IDEuNSAwIDAxNC41IDE4aDVhMS41IDEuNSAwIDAxMCAzaC01QTEuNSAxLjUgMCAwMTMgMTkuNXoiIGZpbGw9IiNGRkVENDgiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTYgNC41QTEuNSAxLjUgMCAwMTcuNSAzaDVhMS41IDEuNSAwIDAxMCAzaC01QTEuNSAxLjUgMCAwMTYgNC41ek02LjUgOWExLjUgMS41IDAgMTAwIDNoNWExLjUgMS41IDAgMDAwLTNoLTV6TTYuNSAxNWExLjUgMS41IDAgMDAwIDNoMy45OTJjLjMxIDAgLjU0My0uMjc4LjUyMi0uNTg3YTYuMDg0IDYuMDg0IDAgMDEuMTMyLTEuNzM0Yy4wNzUtLjMzNy0uMTY3LS42NzktLjUxMi0uNjc5SDYuNXpNMjEgMTdhNCA0IDAgMTEtOCAwIDQgNCAwIDAxOCAweiIgZmlsbD0iI0ZGRUQ0OCIvPjwvc3ZnPg==");
}
.t-icon-user-online, .t-icon-wagered
{
    width: 24px;
    height: 24px;
    background-size: contain;
}
.t-icon-user-online
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3NDRfMTI4MzkyKSIgZmlsbD0iIzU5RUMzNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDE5YTUgNSAwIDAxNS01aDZhNSA1IDAgMDE1IDUgMyAzIDAgMDEtMyAzSDdhMyAzIDAgMDEtMy0zeiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBkPSJNMTIgMmE1IDUgMCAxMDAgMTAgNSA1IDAgMDAwLTEweiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE3NDRfMTI4MzkyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-icon-flag_en
{
    width: 20px;
    height: 16px;
    background-image: url(../../willbettingde/image/eng.536d29c.png);
    border-radius: 4px;
}
.t-icon-audio
{
    width: 11px;
    height: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDIuMDA0QzExIC4yOTIgOC45ODktLjYzIDcuNjkzLjQ5TDMuNjI4IDRIMmEyIDIgMCAwMC0yIDJ2NGEyIDIgMCAwMDIgMmgxLjYyOGw0LjA2NSAzLjUwOUM4Ljk4OSAxNi42MjcgMTEgMTUuNzA3IDExIDEzLjk5NVYyLjAwNHoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.t-icon-audio_disabled
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjI1IiBkPSJNMTcuNzA3IDkuMjkzYTEgMSAwIDEwLTEuNDE0IDEuNDE0TDE3LjU4NiAxMmwtMS4yOTMgMS4yOTNhMSAxIDAgMDAxLjQxNCAxLjQxNEwxOSAxMy40MTRsMS4yOTMgMS4yOTNhMSAxIDAgMDAxLjQxNC0xLjQxNEwyMC40MTQgMTJsMS4yOTMtMS4yOTNhMSAxIDAgMDAtMS40MTQtMS40MTRMMTkgMTAuNTg2bC0xLjI5My0xLjI5M3oiIGZpbGw9IiM3Mzc4ODAiLz48cGF0aCBkPSJNMTMgNi4wMDRjMC0xLjcxMi0yLjAxMS0yLjYzMy0zLjMwNy0xLjUxNEw1LjYyOCA4SDRhMiAyIDAgMDAtMiAydjRhMiAyIDAgMDAyIDJoMS42MjhsNC4wNjUgMy41MDljMS4yOTYgMS4xMTggMy4zMDcuMTk4IDMuMzA3LTEuNTE0VjYuMDA0eiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
}
.t-icon-crown
{
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMzMzIDE1LjgzM2MwLS40Ni40MjctLjgzMy45NTMtLjgzM2gxMS40MjhjLjUyNiAwIC45NTMuMzczLjk1My44MzNWMTcuNWMwIC40Ni0uNDI3LjgzMy0uOTUzLjgzM0g0LjI4NmMtLjUyNiAwLS45NTItLjM3My0uOTUyLS44MzN2LTEuNjY3ek0xLjY3NiAzLjYxNmMtLjA4LS4zOTEuMzYtLjY4NS43MDQtLjQ3bDQuNDE4IDIuNzcyYS40Ny40NyAwIDAwLjY1OC0uMTY1bDIuMTMyLTMuODQ4YS40NjkuNDY5IDAgMDEuODE1IDBsMi4xMzMgMy44NDhhLjQ3LjQ3IDAgMDAuNjU3LjE2NWw0LjQyNy0yLjc3MmMuMzQ0LS4yMTUuNzg1LjA3OS43MDMuNDdsLTEuNjk2IDguMTYyYS45Mi45MiAwIDAxLS45MDguNzIzSDQuMjczYS45Mi45MiAwIDAxLS45MDgtLjcyNEwxLjY3NiAzLjYxNnoiIGZpbGw9IiMwOTBBMEMiLz48L3N2Zz4=");
    background-size: contain;
}
.t-icon-social-twitter
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjQgNS41NWE4LjUxOSA4LjUxOSAwIDAxLTIuNDUuNjcyIDQuMjc1IDQuMjc1IDAgMDAxLjg3NS0yLjM2MSA4LjU1NyA4LjU1NyAwIDAxLTIuNzEgMS4wMzYgNC4yNjggNC4yNjggMCAwMC03LjI3MSAzLjg5MSAxMi4xMTUgMTIuMTE1IDAgMDEtOC43OTYtNC40NiA0LjI1NyA0LjI1NyAwIDAwLS41NzcgMi4xNDdjMCAxLjQ4Ljc1MyAyLjc4NyAxLjg5NyAzLjU1MWE0LjI1OSA0LjI1OSAwIDAxLTEuOTMyLS41MzN2LjA1M2E0LjI2OCA0LjI2OCAwIDAwMy40MjMgNC4xODQgNC4yNjkgNC4yNjkgMCAwMS0xLjkyNy4wNzQgNC4yNzMgNC4yNzMgMCAwMDMuOTg2IDIuOTY0QTguNTU5IDguNTU5IDAgMDExLjYgMTguNTM1YTEyLjA4MSAxMi4wODEgMCAwMDYuNTQxIDEuOTE3YzcuODUgMCAxMi4xNDEtNi41MDIgMTIuMTQxLTEyLjE0MiAwLS4xODQtLjAwNC0uMzY4LS4wMTItLjU1MkE4LjY4NCA4LjY4NCAwIDAwMjIuNCA1LjU1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
    background-size: contain;
}
.t-icon-social-instagram
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggM0M1LjI0MyAzIDMgNS4yNDMgMyA4djhjMCAyLjc1NyAyLjI0MyA1IDUgNWg4YzIuNzU3IDAgNS0yLjI0MyA1LTVWOGMwLTIuNzU3LTIuMjQzLTUtNS01SDh6bTAgMmg4YzEuNjU0IDAgMyAxLjM0NiAzIDN2OGMwIDEuNjU0LTEuMzQ2IDMtMyAzSDhjLTEuNjU0IDAtMy0xLjM0Ni0zLTNWOGMwLTEuNjU0IDEuMzQ2LTMgMy0zem05IDFhMSAxIDAgMTAwIDIgMSAxIDAgMDAwLTJ6bS01IDFjLTIuNzU3IDAtNSAyLjI0My01IDVzMi4yNDMgNSA1IDUgNS0yLjI0MyA1LTUtMi4yNDMtNS01LTV6bTAgMmMxLjY1NCAwIDMgMS4zNDYgMyAzcy0xLjM0NiAzLTMgMy0zLTEuMzQ2LTMtMyAxLjM0Ni0zIDMtM3oiIGZpbGw9IiMwMDAiLz48L3N2Zz4=");
    background-size: contain;
}
.t-icon-social-telegram
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuOTE1IDExLjgwOEM5LjIgOS4wNDMgMTcuMzMxIDUuNjczIDE4LjQ1NCA1LjIwNmMyLjk0NC0xLjIyIDMuODQ4LS45ODcgMy4zOTcgMS43MTctLjMyMyAxLjk0NC0xLjI1NyA4LjM3OC0yIDEyLjM4My0uNDQyIDIuMzc1LTEuNDMzIDIuNjU3LTIuOTkgMS42My0uNzUtLjQ5NS00LjUzLTIuOTk1LTUuMzUtMy41ODItLjc1LS41MzUtMS43ODItMS4xNzktLjQ4Ny0yLjQ0Ni40NjEtLjQ1MiAzLjQ4My0zLjMzNyA1LjgzOC01LjU4My4zMDgtLjI5NS0uMDgtLjc4LS40MzUtLjU0M2EyNzQyLjE4NiAyNzQyLjE4NiAwIDAwLTguMTM0IDUuNDA2Yy0uODQ2LjU3NC0xLjY1OC44MzgtMy4xMTcuNDE5LTEuMTAyLS4zMTctMi4xNzgtLjY5NC0yLjU5Ny0uODM4LTEuNjE0LS41NTQtMS4yMy0xLjI3Mi4zMzYtMS45NjF6IiBmaWxsPSIjMDAwIi8+PC9zdmc+");
    background-size: contain;
}
.t-icon-social-discord
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ljk4IDUuMTdjLTEuOTEtMS41MzgtNC45MzMtMS43OTktNS4wNjMtMS44MDhhLjQ3Ni40NzYgMCAwMC0uNDc0LjI4MSAzLjE5MSAzLjE5MSAwIDAwLS4xNDYuNGMxLjI2NC4yMTMgMi44MTYuNjQyIDQuMjIgMS41MTRhLjQ4LjQ4IDAgMTEtLjUwNi44MTZDMTUuNTk2IDQuODc1IDEyLjU4MSA0LjggMTIgNC44Yy0uNTgxIDAtMy41OTguMDc1LTYuMDExIDEuNTczYS40OC40OCAwIDAxLS41MDYtLjgxNmMxLjQwNC0uODcgMi45NTYtMS4zIDQuMjItMS41MTMtLjA3My0uMjM4LS4xMzktLjM4OC0uMTQ0LS40MDFhLjQ3NC40NzQgMCAwMC0uNDc3LS4yODFjLS4xMjkuMDEtMy4xNTEuMjctNS4wODggMS44MjhDMi45ODQgNi4xMjUuOTYgMTEuNTkzLjk2IDE2LjMyYzAgLjA4NC4wMjIuMTY1LjA2NC4yMzggMS4zOTUgMi40NTMgNS4yMDMgMy4wOTQgNi4wNzEgMy4xMjJoLjAxNWEuNDguNDggMCAwMC4zODgtLjE5N2wuODc4LTEuMjA3Yy0yLjM2OS0uNjEyLTMuNTc4LTEuNjUtMy42NDctMS43MTJhLjQ4LjQ4IDAgMDEuNjM2LS43MkM1LjM5MSAxNS44NyA3LjYyIDE3Ljc2IDEyIDE3Ljc2YzQuMzg3IDAgNi42MTUtMS44OTggNi42MzctMS45MTZhLjQ4LjQ4IDAgMDEuNjM0LjcyYy0uMDcuMDYxLTEuMjc5IDEuMS0zLjY0NyAxLjcxMmwuODc4IDEuMjA3YS40OC40OCAwIDAwLjM4OC4xOTdoLjAxNWMuODY4LS4wMjggNC42NzYtLjY3IDYuMDcxLTMuMTIyYS40ODEuNDgxIDAgMDAuMDY0LS4yMzhjMC00LjcyNy0yLjAyMy0xMC4xOTUtMy4wNi0xMS4xNXpNOC44OCAxNC40Yy0uOTI4IDAtMS42OC0uODU5LTEuNjgtMS45MnMuNzUyLTEuOTIgMS42OC0xLjkyYy45MjggMCAxLjY4Ljg1OSAxLjY4IDEuOTJzLS43NTIgMS45Mi0xLjY4IDEuOTJ6bTYuMjQgMGMtLjkyOCAwLTEuNjgtLjg1OS0xLjY4LTEuOTJzLjc1Mi0xLjkyIDEuNjgtMS45MmMuOTI4IDAgMS42OC44NTkgMS42OCAxLjkycy0uNzUyIDEuOTItMS42OCAxLjkyeiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
    background-size: contain;
}
.t-icon-select-arrow
{
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjM0LjM1MWExLjE2NiAxLjE2NiAwIDAxMCAxLjY5OGwtMy43NSAzLjZhMS4yODcgMS4yODcgMCAwMS0xLjc2OCAwbC0zLjc1LTMuNmExLjE2NiAxLjE2NiAwIDAxMC0xLjY5OCAxLjI4NyAxLjI4NyAwIDAxMS43NjggMEw1IDMuMTAzIDcuODY2LjM1YTEuMjg3IDEuMjg3IDAgMDExLjc2OCAweiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
}
.t-icon-loading
{
    width: 16px;
    height: 16px;
    padding: 8px;
    background-image: url(../../willbettingde/image/loading.7df245a.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.t-tooltip
{
    z-index: 999;
    display: block!important;
}
.t-tooltip .t-tooltip-inner
{
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #151618;
    background: #fff;
    border-radius: 12px;
}
.t-tooltip .t-tooltip-arrow
{
    display: none;
}
.t-tooltip .t-popover-inner
{
    padding: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.25);
    border-radius: 8px;
}
.t-tooltip .t-popover-inner .t-link
{
    color: #ffed48;
}
.t-tooltip .t-popover-arrow
{
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    opacity: 0;
}
.t-tooltip.t-popover_alarm .t-popover-inner
{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    background: #ff3246;
}
.t-tooltip.t-popover_alarm .t-popover-arrow
{
    display: none;
}
.t-tooltip.t-popover_alarm[x-placement^=top]
{
    margin-bottom: 15px;
}
.t-tooltip.t-popover_alarm[x-placement^=top] .t-popover-arrow
{
    bottom: 1px;
}
.t-tooltip.t-popover_alarm[x-placement^=bottom]
{
    margin-top: 15px;
}
.t-tooltip.t-popover_alarm[x-placement^=bottom] .t-popover-arrow
{
    top: 1px;
}
.t-tooltip.t-popover_alarm[x-placement^=left]
{
    margin-right: 15px;
}
.t-tooltip.t-popover_alarm[x-placement^=left] .t-popover-arrow
{
    right: 2px;
}
.t-tooltip.t-popover_alarm[x-placement^=right]
{
    margin-left: 15px;
}
.t-tooltip.t-popover_alarm[x-placement^=right] .t-popover-arrow
{
    left: 2px;
}
.t-tooltip[x-placement^=top]
{
    margin-bottom: 5px;
}
.t-tooltip[x-placement^=top] .t-popover-arrow, .t-tooltip[x-placement^=top] .t-tooltip-arrow
{
    bottom: 0;
    transform: rotate(180deg) translateY(-100%);
}
.t-tooltip[x-placement^=bottom]
{
    margin-top: 5px;
}
.t-tooltip[x-placement^=bottom] .t-popover-arrow, .t-tooltip[x-placement^=bottom] .t-tooltip-arrow
{
    top: 0;
    transform: translateY(-100%);
}
.t-tooltip[x-placement^=right]
{
    margin-left: 5px;
}
.t-tooltip[x-placement^=right] .t-popover-arrow, .t-tooltip[x-placement^=right] .t-tooltip-arrow
{
    left: 0;
    transform: translateX(-69%) rotate(-90deg);
}
.t-tooltip[x-placement^=left]
{
    margin-right: 5px;
}
.t-tooltip[x-placement^=left] .t-popover-arrow, .t-tooltip[x-placement^=left] .t-tooltip-arrow
{
    right: 0;
    transform: translateX(69%) rotate(90deg);
}
.t-tooltip[aria-hidden=true]
{
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s,visibility .15s;
}
.t-tooltip[aria-hidden=false]
{
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}
.t-tooltip[aria-hidden=false]:has(.t-account-currencies)
{
    transition: none;
}
.t-tooltip._active .t-tooltip-inner
{
    background: #14a578;
}
.t-tooltip._active .t-tooltip-arrow path
{
    fill: #14a578;
}
.t-tooltip._green .t-tooltip-inner
{
    background: #14a578;
}
.t-tooltip._green .t-tooltip-arrow path
{
    fill: #14a578;
}
.t-tooltip._addicted .t-tooltip-inner
{
    background: #ff3246;
}
.t-tooltip._addicted .t-tooltip-arrow path
{
    fill: #ff3246;
}
.t-tooltip._red .t-tooltip-inner
{
    background: #ff3246;
}
.t-tooltip._red .t-tooltip-arrow path
{
    fill: #ff3246;
}
.t-tooltip._sleeping .t-tooltip-inner
{
    background: #9061cc;
}
.t-tooltip._sleeping .t-tooltip-arrow path
{
    fill: #9061cc;
}
.t-tooltip._violet .t-tooltip-inner
{
    background: #9061cc;
}
.t-tooltip._violet .t-tooltip-arrow path
{
    fill: #9061cc;
}
.t-tooltip._suspicious .t-tooltip-inner
{
    background: #eb4178;
}
.t-tooltip._suspicious .t-tooltip-arrow path
{
    fill: #eb4178;
}
.t-tooltip._pink .t-tooltip-inner
{
    background: #eb4178;
}
.t-tooltip._pink .t-tooltip-arrow path
{
    fill: #eb4178;
}
.t-tooltip._lost .t-tooltip-inner
{
    background: hsla(0,0%,100%,.5);
}
.t-tooltip._lost .t-tooltip-arrow path
{
    fill: hsla(0,0%,100%,.5);
}
.t-tooltip._gray .t-tooltip-inner
{
    background: hsla(0,0%,100%,.5);
}
.t-tooltip._gray .t-tooltip-arrow path
{
    fill: hsla(0,0%,100%,.5);
}
.t-tooltip._admin .t-tooltip-inner
{
    background: #19a0aa;
}
.t-tooltip._admin .t-tooltip-arrow path
{
    fill: #19a0aa;
}
.t-tooltip._blue .t-tooltip-inner
{
    background: #19a0aa;
}
.t-tooltip._blue .t-tooltip-arrow path
{
    fill: #19a0aa;
}
.t-scroll
{
    scrollbar-color: #3e66fb transparent;
    scrollbar-width: thin;
}
.t-scroll::-webkit-scrollbar
{
    width: 8px;
    height: 13px;
}
.t-scroll::-webkit-scrollbar-track
{
    background-color: transparent;
    border-radius: 100px;
}
.t-scroll::-webkit-scrollbar-thumb
{
    background-color: hsla(0,0%,100%,.2);
    background-clip: content-box;
    border: 2px solid #040c1c;
    border-radius: 0;
}
.t-scroll_gray
{
    scrollbar-color: #e5e1f8 transparent;
}
.t-scroll_gray::-webkit-scrollbar-thumb
{
    background-color: hsla(0,0%,100%,.2);
}
.t-account-currencies-skeleton, .t-skeleton
{
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    background: #24242b;
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shine 1s linear infinite alternate;
}
.t-skeleton_small
{
    height: 20px;
}
.t-skeleton_medium
{
    height: 48px;
}
.t-skeleton_large
{
    height: 96px;
}
.t-skeleton_big
{
    height: 180px;
}
@keyframes shine
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: .5;
    }
}
.top-notice .app-profile
{
    margin-top: 20px;
}
@media(max-width: 649px)
{
    .top-notice .app-home
    {
        padding-top: 110px;
    }
}
@media(max-width: 414px)
{
    .top-notice .app-home
    {
        padding-top: 130px;
    }
}
.app
{
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-left: 220px;
}
@media(max-width: 1279px)
{
    .app
    {
        margin-left: 0;
    }
}
.app-content
{
    display: flex;
    flex-flow: row wrap;
}
.app-policy, .app-profile, .app-profile-offers, .app-profile-preferences, .app-profile-security, .app-profile-sessions, .app-profile-support, .app-profile-verify
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    width: calc(100% - 262px);
    max-width: 979px;
    padding-top: 90px;
    margin: 20px auto 0 0;
}
@media(max-width: 1023px)
{
    .app-policy, .app-profile, .app-profile-offers, .app-profile-preferences, .app-profile-security, .app-profile-sessions, .app-profile-support, .app-profile-verify
    {
        width: calc(100% - 204px);
    }
}
@media(max-width: 767px)
{
    .app-policy, .app-profile, .app-profile-offers, .app-profile-preferences, .app-profile-security, .app-profile-sessions, .app-profile-support, .app-profile-verify
    {
        width: 100%;
        padding-top: 10px;
    }
}
.app-policy-security .t-back, .app-policy-security .t-profile-activity-log, .app-policy-sessions .t-back, .app-policy-sessions .t-profile-security-center, .app-policy .t-back, .app-profile-offers-security .t-back, .app-profile-offers-security .t-profile-activity-log, .app-profile-offers-sessions .t-back, .app-profile-offers-sessions .t-profile-security-center, .app-profile-offers .t-back, .app-profile-preferences-security .t-back, .app-profile-preferences-security .t-profile-activity-log, .app-profile-preferences-sessions .t-back, .app-profile-preferences-sessions .t-profile-security-center, .app-profile-preferences .t-back, .app-profile-security-security .t-back, .app-profile-security-security .t-profile-activity-log, .app-profile-security-sessions .t-back, .app-profile-security-sessions .t-profile-security-center, .app-profile-security .t-back, .app-profile-security .t-profile-activity-log, .app-profile-sessions-security .t-back, .app-profile-sessions-security .t-profile-activity-log, .app-profile-sessions-sessions .t-back, .app-profile-sessions-sessions .t-profile-security-center, .app-profile-sessions .t-back, .app-profile-sessions .t-profile-security-center, .app-profile-support-security .t-back, .app-profile-support-security .t-profile-activity-log, .app-profile-support-sessions .t-back, .app-profile-support-sessions .t-profile-security-center, .app-profile-support .t-back, .app-profile-verify-security .t-back, .app-profile-verify-security .t-profile-activity-log, .app-profile-verify-sessions .t-back, .app-profile-verify-sessions .t-profile-security-center, .app-profile-verify .t-back, .app-profile .t-back
{
    display: none;
}
.app-bonuses, .app-faq, .app-favorites, .app-games, .app-home, .app-livecasino, .app-notifications, .app-promotions, .app-providers, .app-recent, .app-recommended, .app-transactions, .app-vip
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1240px;
    padding: 68px 20px 0;
    margin: 0 auto;
}
@media(max-width: 767px)
{
    .app-bonuses, .app-faq, .app-favorites, .app-games, .app-home, .app-livecasino, .app-notifications, .app-promotions, .app-providers, .app-recent, .app-recommended, .app-transactions, .app-vip
    {
        padding: 72px 12px 0;
    }
}
.app-home
{
    gap: 24px;
}
.app-favorites .t-assets-changelly, .app-favorites .t-main-providers, .app-favorites .t-main-winners-socket, .app-games .t-assets-changelly, .app-games .t-main-providers, .app-games .t-main-winners-socket, .app-livecasino .t-assets-changelly, .app-livecasino .t-main-providers, .app-livecasino .t-main-winners-socket, .app-providers .t-assets-changelly, .app-providers .t-main-providers, .app-providers .t-main-winners-socket, .app-recent .t-assets-changelly, .app-recent .t-main-providers, .app-recent .t-main-winners-socket, .app-recommended .t-assets-changelly, .app-recommended .t-main-providers, .app-recommended .t-main-winners-socket
{
    margin-bottom: 24px;
}
.app-favorites .t-games-filters-mobile__sort, .app-recent .t-games-filters-mobile__sort
{
    display: none;
}
.app-favorites .t-games-filters-mobile__search, .app-recent .t-games-filters-mobile__search
{
    max-width: 100%;
}
@media(max-width: 767px)
{
    .app-favorites .t-games-filters-mobile__search, .app-recent .t-games-filters-mobile__search
    {
        margin-top: 0;
    }
}
.app-deposit, .app-windrowal
{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}
.app-chat
{
    width: 100%;
    height: 100%;
}
.app-profile-kyc
{
    width: 100%;
    padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .app-profile-kyc
    {
        padding: 0 8px;
    }
}
@media screen and (max-width: 767px)
{
    .app-profile-kyc
    {
        padding: 0;
    }
}
.app-game, .app-specialgame
{
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
    gap: 24px;
    width: 100%;
    padding: 70px 0 0;
}
.app-game .t-assets-changelly, .app-game .t-main-crypto-banner, .app-game .t-main-games, .app-game .t-main-providers, .app-game .t-main-winners-new, .app-game .t-main-winners-socket, .app-specialgame .t-assets-changelly, .app-specialgame .t-main-crypto-banner, .app-specialgame .t-main-games, .app-specialgame .t-main-providers, .app-specialgame .t-main-winners-new, .app-specialgame .t-main-winners-socket
{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
@media(max-width: 767px)
{
    .app-game .t-assets-changelly, .app-game .t-main-crypto-banner, .app-game .t-main-games, .app-game .t-main-providers, .app-game .t-main-winners-new, .app-game .t-main-winners-socket, .app-specialgame .t-assets-changelly, .app-specialgame .t-main-crypto-banner, .app-specialgame .t-main-games, .app-specialgame .t-main-providers, .app-specialgame .t-main-winners-new, .app-specialgame .t-main-winners-socket
    {
        padding: 0 12px;
    }
}
@media screen and (max-width: 767px)
{
    .app-game, .app-specialgame
    {
        padding: 72px 0 0;
    }
    .app-game .t-game-frame, .app-specialgame .t-game-frame
    {
        order: 1;
    }
    .app-game .t-main-games, .app-specialgame .t-main-games
    {
        order: 2;
    }
    .app-game .t-assets-changelly, .app-specialgame .t-assets-changelly
    {
        order: 3;
    }
    .app-game .t-main-winners-socket, .app-specialgame .t-main-winners-socket
    {
        order: 4;
    }
    .app-game .t-main-providers, .app-specialgame .t-main-providers
    {
        display: block;
        order: 5;
    }
}
.app-game.is-mobile, .app-specialgame.is-mobile
{
    overflow-y: hidden;
}
.app-game.is-mobile .t-header, .app-game.is-mobile aside, .app-specialgame.is-mobile .t-header, .app-specialgame.is-mobile aside
{
    display: none;
}
.app-game.is-mobile .app, .app-specialgame.is-mobile .app
{
    margin: 0!important;
}
@keyframes opacity
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes rotate
{
    0%
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
@keyframes blur-in
{
    0%
    {
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
    }
    to
    {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
}
@keyframes pulse
{
    0%
    {
        transform: scale(1);
    }
    50%
    {
        transform: scale(1.2);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes checkbox-error
{
    0%
    {
        left: 0;
    }
    25%
    {
        left: 5px;
    }
    50%
    {
        left: 0;
    }
    75%
    {
        left: -5px;
    }
    to
    {
        left: 0;
    }
}
@keyframes open-side-bar
{
    0%
    {
        transform: translateY(100%);
    }
    to
    {
        transform: translate(0);
    }
}
@keyframes close-side-bar
{
    0%
    {
        display: flex;
        transform: translate(0);
    }
    to
    {
        display: flex;
        transform: translateY(100%);
    }
}
.fade-enter-active, .fade-leave-active
{
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to
{
    opacity: 0;
}
.vue-notification-group
{
    position: fixed;
    bottom: 44px!important;
    z-index: 5000;
    display: block;
}
@media(max-width: 1279px)
{
    .vue-notification-group
    {
        bottom: 77px!important;
    }
}
@media(max-width: 767px)
{
    .vue-notification-group
    {
        bottom: 70px!important;
    }
}
.t-notification
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-width: 200px;
    max-width: 100%;
    padding: 11px 24px 11px 11px;
    margin: 16px 0 0;
    color: #fff;
    cursor: pointer;
    background: #28282f;
    border-radius: 4px;
}
.t-notification:after, .t-notification:before
{
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 1px;
    content: "";
    background: #fff;
    border-radius: 1px;
    transform: translateY(-50%);
}
.t-notification:before
{
    transform: rotate(45deg);
}
.t-notification:after
{
    transform: rotate(-45deg);
}
.t-notification .notification-title
{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.t-notification .notification-content
{
    padding: 0 0 0 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
.t-notification .notification-content:before
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    transform: translateY(-50%);
}
.t-notification.success
{
    color: #152025;
    background: #41d791;
}
.t-notification.success:after, .t-notification.success:before
{
    background: #152025;
}
.t-notification.success .notification-content:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNyA5QTggOCAwIDExMSA5YTggOCAwIDAxMTYgMHptMSAwQTkgOSAwIDExMCA5YTkgOSAwIDAxMTggMHptLTYuNTMtMi41M0w4IDkuOTQgNi41MyA4LjQ3IDUuNDcgOS41M2wyIDIgLjUzLjUzLjUzLS41MyA0LTQtMS4wNi0xLjA2eiIgZmlsbD0iIzE1MjAyNSIvPjwvc3ZnPg==");
}
.t-notification.info
{
    color: #fff;
    background: #19b9dc;
}
.t-notification.info:after, .t-notification.info:before
{
    background: #fff;
}
.t-notification.info .notification-content:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDE3QTggOCAwIDEwOSAxYTggOCAwIDAwMCAxNnptMCAxQTkgOSAwIDEwOSAwYTkgOSAwIDAwMCAxOHpNOCA0LjVhMSAxIDAgMTEyIDAgMSAxIDAgMDEtMiAwem0xLjc1IDIuMjVIN3YxLjVoMS4yNVYxNGgxLjVWNi43NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.t-notification.warn
{
    color: #152025;
    background: #ffd600;
}
.t-notification.warn:after, .t-notification.warn:before
{
    background: #152025;
}
.t-notification.warn .notification-content:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDE3QTggOCAwIDEwOSAxYTggOCAwIDAwMCAxNnptMCAxQTkgOSAwIDEwOSAwYTkgOSAwIDAwMCAxOHptLTEtNS41YTEgMSAwIDExMiAwIDEgMSAwIDAxLTIgMHpNOS43NSAxMFY0LjVoLTEuNVYxMGgxLjV6IiBmaWxsPSIjMTUyMDI1Ii8+PC9zdmc+");
}
.t-notification.error
{
    color: #fff;
    background: #ff3755;
}
.t-notification.error:after, .t-notification.error:before
{
    background: #fff;
}
.t-notification.error .notification-content:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjgiIGN5PSIyOCIgcj0iMjYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI0Ii8+PHBhdGggZD0iTTE4IDE4bDIwIDIwTTM4IDE4TDE4IDM4IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIvPjwvc3ZnPg==");
}
.v-fade-top-enter-active, .v-fade-top-leave-active, .v-fade-top-move
{
    transition: all 0s ease-in-out;
}
.v-fade-top-enter, .v-fade-top-leave-to
{
    opacity: 0;
    transform: translateY(-15px);
}
.app-profile~.global-response .vue-notification-group
{
    bottom: 110px!important;
}
@media(max-width: 767px)
{
    .app-profile~.global-response .vue-notification-group
    {
        bottom: 120px!important;
    }
}
.global-script .t-button-support
{
    position: fixed;
    bottom: 20px;
    left: calc(100vw - 20px);
    z-index: 102;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: #1e2023;
    border-radius: 50%;
    transition: all 0s ease-in-out;
    transform: translateX(-50px);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.global-script .t-button-support:hover
{
    background: #393e45;
}
@media(max-width: 1279px)
{
    .global-script .t-button-support
    {
        bottom: 84px;
    }
}
@media(max-width: 767px)
{
    .global-script .t-button-support
    {
        right: 12px;
    }
}
.global-script .t-button-support .t-icon-button-support
{
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4Ljk0MSAyMlY4Ljc2M0MxOC45NDEgMy42NDYgMTYuMTE2IDIgMTAuOTk5IDJTMy4wNTcgMy42NDYgMy4wNTcgOC43NjNWMjIiIHN0cm9rZT0iIzczNzg4MCIgc3Ryb2tlLW9wYWNpdHk9Ii4yNSIgc3Ryb2tlLXdpZHRoPSIyLjI0NyIvPjxyZWN0IHg9Ii40MSIgeT0iMTAuMDg3IiB3aWR0aD0iNi42MTgiIGhlaWdodD0iMTEuOTEzIiByeD0iMi4yNDciIGZpbGw9IiM3Mzc4ODAiLz48cmVjdCB4PSIxNC45NyIgeT0iMTAuMDg3IiB3aWR0aD0iNi42MTgiIGhlaWdodD0iMTEuOTEzIiByeD0iMi4yNDciIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
}
.global-script .t-button-support .t-icon-loading
{
    width: 28px;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(86%) sepia(34%) saturate(844%) hue-rotate(351deg) brightness(107%) contrast(102%);
}
body:has(.t-modal-attention) .app .global-script .t-button-support
{
    bottom: 18px;
    z-index: 1000;
    background: #393e45;
}
body:has(.t-modal-attention) .app .global-script .t-button-support:hover
{
    background: rgba(57,62,69,.8);
}
body:has(.t-modal-attention) .app .global-script .t-button-support .t-icon-button-support
{
    width: 24px;
    height: 24px;
    background-image: url("data:img/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF9SURBVHgB7VM9SgNBFH7zspEtUgQMGDCQiI1FwJ8TeAQ9gjcICGIhmM5KzA1ELG3SeIDcYEuRENaQYouAi1hsscz4RmZkdncGdwvBQD4YZmfme983++Y9gFUHK0sUQng0eWqZMsbSMnHsF9EmTR0aTUNcQxrENJZkFlUyULftK+Ey+KQR2P7KZXBgiMtbRkpEC/hqSE5b88ggyGt5FvGWIT6loAUUkag5Ir68wJ6MkSklfmwS0RLcMm5kE89A5V+LtvPnNgNfG0B5LNXcqGKQQHnotymkvLAxm88b8fvH5ut0Jh/VWX4mnsbP27s73a2j/f5b/ixTRecXwxPm4aPg/PtXBUDIEzgcjYbWdA0uh70awD19Hss1Ii64EFe3N9cPmpNJkUC40+LKvYc+DMABOh9ocQnOeQe4GJkczAX0LDpdcABtjciyewh/jLXBfzNgEFg4E3CAqi60bIdOA2RwVqNm0WtqtAk12hgcSH2QNf/TVPWN+gsinMIaVfAFFpRtVUjjYe0AAAAASUVORK5CYII=");
}
.app.chat-opened .global-script .t-button-support
{
    right: 400px;
}
@media(max-width: 767px)
{
    jdiv
    {
        z-index: 0!important;
        opacity: 0!important;
    }
    html.jivo-site-full-block jdiv
    {
        opacity: 1!important;
    }
}
.t-main-tabs
{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-top: -44px;
}
@media(max-width: 1023px)
{
    .t-main-tabs
    {
        margin-top: -100px;
    }
}
.t-main-tabs__head
{
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    align-items: center;
    width: fit-content;
    padding: 4px;
    overflow: hidden;
    background: #151618;
    border-radius: 14px;
}
.t-main-tabs__head::-webkit-scrollbar
{
    display: none;
}
@media(max-width: 1023px)
{
    .t-main-tabs__head
    {
        width: 100%;
        margin-bottom: 57px;
        overflow-x: scroll;
    }
}
.t-main-tabs__head-item
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 130px;
    height: 100%;
    min-height: 36px;
    padding: 9px 48px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #737880;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
@media(max-width: 1023px)
{
    .t-main-tabs__head-item
    {
        width: 20%;
        min-width: 130px;
        max-width: 100%;
    }
}
@media(max-width: 1280px) and (min-width: 1280px)
{
    .t-main-tabs__head-item
    {
        padding: 9px 14px;
    }
}
.t-main-tabs__head-item.t-main-tabs__head-item_active, .t-main-tabs__head-item:hover
{
    color: #fff;
    background: #1e2023;
}
.t-main-tabs__body-item
{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.t-popup
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100%;
    padding: 32px 0;
    overflow: auto;
    transition: all 0s ease-in-out;
}
@media(max-width: 767px)
{
    .t-popup
    {
        padding: 32px 0 0;
    }
}
.t-popup__action
{
    gap: 8px;
    margin: 16px 0 0;
}
.t-popup__action, .t-popup__action-row
{
    display: flex;
    width: 100%;
}
.t-popup__action-col
{
    flex: 1 1 auto;
    width: 100%;
}
.t-popup__action .t-button
{
    flex: 1 1 auto;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
}
.t-popup__action .t-button__wrap
{
    padding: 14px 19px;
}
.t-popup__backdrop
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    animation: blur-in 3ms 3ms forwards;
}
.t-popup__body
{
    width: 100%;
}
.t-popup__close
{
    position: absolute;
    top: 20px;
    right: 16px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMzY2LjM2NmExLjI1IDEuMjUgMCAwMTEuNzY4IDBMNSAzLjIzMiA3Ljg2Ni4zNjZhMS4yNSAxLjI1IDAgMTExLjc2OCAxLjc2OEw2Ljc2OCA1bDIuODY2IDIuODY2YTEuMjUgMS4yNSAwIDAxLTEuNzY4IDEuNzY4TDUgNi43NjggMi4xMzQgOS42MzRBMS4yNSAxLjI1IDAgMDEuMzY2IDcuODY2TDMuMjMyIDUgLjM2NiAyLjEzNGExLjI1IDEuMjUgMCAwMTAtMS43Njh6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
    transition: all 0s ease-in-out;
}
.t-popup__close:hover
{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(1%) hue-rotate(74deg) brightness(107%) contrast(101%);
}
.t-popup__component
{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px;
    background: #090a0c;
    border-radius: 24px;
}
@media screen and (max-width: 767px)
{
    .t-popup__component
    {
        padding: 24px;
    }
}
.t-popup__header
{
    margin: 0 16px 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
.t-popup__wrap
{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .t-popup__wrap
    {
        justify-content: center;
        margin: 0;
    }
}
.t-popup-enter-active, .t-popup-leave-active
{
    opacity: 1;
    transition: all .3s ease-in;
}
.t-popup-enter-active .t-popup__wrap, .t-popup-leave-active .t-popup__wrap
{
    transition: all .3s ease-in;
    transform: scale(1);
}
@media screen and (max-width: 767px)
{
    .t-popup-enter-active .t-popup__wrap, .t-popup-leave-active .t-popup__wrap
    {
        transform: translate(0);
    }
}
.t-popup-enter, .t-popup-leave-to
{
    opacity: 0;
    transition: all .3s ease;
}
.t-popup-enter .t-popup__wrap, .t-popup-leave-to .t-popup__wrap
{
    transition: all .3s ease;
    transform: scale(.6);
}
@media screen and (max-width: 767px)
{
    .t-popup-enter .t-popup__wrap, .t-popup-leave-to .t-popup__wrap
    {
        transform: translateY(100%);
    }
}
.t-footer
{
    gap: 49px;
    max-width: 1240px;
    padding: 0 20px 80px;
    margin: 64px auto 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media(max-width: 1279px)
{
    .t-footer
    {
        margin: 32px auto 150px;
    }
}
.t-footer .age-limit
{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px)
{
    .t-footer .age-limit
    {
        max-width: 100%;
        margin-top: 32px;
    }
}
.t-footer .age-limit__logo
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    margin-right: 12px;
    font-weight: 700;
    border: 4px solid hsla(0,0%,100%,.1);
    border-radius: 100%;
}
.t-footer .age-limit__logo .plus
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    font-size: medium;
    line-height: normal;
}
.t-footer .age-limit__logo .plus:after, .t-footer .age-limit__logo .plus:before
{
    position: absolute;
    width: 2px;
    height: 100%;
    content: "";
    background-color: #fff;
}
.t-footer .age-limit__logo .plus:after
{
    transform: rotate(90deg);
}
.t-footer .age-limit__link
{
    display: block;
    width: 132px;
    height: 16px;
    font-size: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0IiBoZWlnaHQ9IjE3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDUuNTIyaDMuODY3YzEuNzMgMCAyLjM0MS4wNSAyLjg0OS4yNDkuNDY0LjIxLjg1Ni41NDcgMS4xMjcuOTcuMjcuNDI1LjQxLjkxNy40IDEuNDE3IDAgLjk5NC0uMzA2IDEuNDkyLTEuMzIzIDEuOTkuNTIuMTYuOTcuNDkgMS4yNzQuOTMyLjMwNS40NDIuNDQ4Ljk3My40MDUgMS41MDUgMCAxLjY0LTEuMzIzIDIuNzM1LTMuMjU3IDIuNzM1SDB2LTEuNTkyaC43NjNWNy4xMTNIMHYtMS41OXptMi44NDkgMS41OTFWOS41aDEuOTg0Yy43MTIuMDUgMS4zNzQtLjQ0NyAxLjQyNS0xLjE0M3YtLjA5OWMwLS42NDMtLjY1OC0xLjE0My0xLjU3OS0xLjE0M2wtMS44My0uMDAyem0wIDMuOTN2Mi42ODVoMi4xMzdjLjgxNC4wNSAxLjUyNi0uNDk4IDEuNTc5LTEuMjkzdi0uMDVjMC0uODQ1LS43MTItMS4zOTMtMS43OC0xLjM5M2wtMS45MzQuMDVIMi44NXptMTQuMTk2IDEuODRjLS4zNTcgMS42NDEtMS43MyAyLjYzNS0zLjU2MiAyLjYzNS0yLjEzNyAwLTMuNzE0LTEuNjQxLTMuNzE0LTMuOTI5czEuNTc5LTMuOTMgMy43MTQtMy45M2EzLjU2IDMuNTYgMCAwMTEuNjc3LjQwNWMuNTE2LjI3Ljk1NC42NjEgMS4yNzQgMS4xNC41My44MzQuNzk1IDEuODAyLjc2NCAyLjc4NEgxMS43Yy4yMDQgMS45NCAxLjQ3NyAyLjAzMyAxLjgzMiAyLjAzMy4zNS4wMTMuNjk0LS4wODcuOTgtLjI4NS4yODYtLjE5OC40OTYtLjQ4Mi42LS44MWwxLjkzMi0uMDV2LjAwN3ptLTEuOTMzLTIuMTg2YTEuNDc4IDEuNDc4IDAgMDAtLjQ0OC0xLjA1NCAxLjU0OCAxLjU0OCAwIDAwLTEuMDc4LS40MzhoLS4wNTJhMS44MiAxLjgyIDAgMDAtMS4xMjcuNDE4IDEuNzQ2IDEuNzQ2IDAgMDAtLjYwMyAxLjAyMmwzLjMwNy4wNS4wMDEuMDAyem04LjI5Mi0uMjUxaDMuNTExdjQuODczSDI1Ljc5di0xLjU0NGMtLjIxLjM0OC0uNDY2LjY2Ni0uNzYzLjk0NmEzLjYxMiAzLjYxMiAwIDAxLTIuMjkuODQ1Yy0yLjM0IDAtNC4xNzItMi4yMzgtNC4xNzItNS4xMjMgMC0yLjg4NSAxLjgzOC01LjE2OCA0LjEyOC01LjE2OCAxLjI3Mi0uMDUgMi4zOS42NDQgMyAxLjY5MlY1LjQyM2gxLjA3djMuMTMzaC0xLjEyYTMuMjQzIDMuMjQzIDAgMDAtLjU2LTEuMTkzIDIuOTU1IDIuOTU1IDAgMDAtLjk1LS43NyAzLjAyMiAzLjAyMiAwIDAwLTEuMTg2LS4zMjVjLTEuMjIyIDAtMy4wNTMgMS4wNDUtMy4wNTMgNC4wNzkgMCAyLjM4NyAxLjMyMiA0LjEyNyAzLjA1MyA0LjEyN2EyLjk2NSAyLjk2NSAwIDAwMS43OS0uNyAyLjg0NyAyLjg0NyAwIDAwLjk1Ny0xLjYzN2MuMDQyLS4yNjMuMDYtLjUzLjA1MS0uNzk2aC0yLjM5MmwuMDUxLS45di4wMDV6bTEyLjA1OCA0LjkyM2gtMi4xODh2LTEuMzQ4YTIuODggMi44OCAwIDAxLTEuMDg1IDEuMDk5Yy0uNDU3LjI2My0uOTc5LjM5OS0xLjUxLjM5My0xLjI3Mi4wOTktMi4zOS0uOS0yLjQ5My0yLjEzOXYtLjE0OWMwLTEuNDQyIDEuMjczLTIuMTM5IDQuMzI1LTIuNDM3bC43MTItLjA1di0uNzQ2YzAtLjg0NS0uNjU4LTEuMzkzLTEuNzMtMS4zOTMtMS4wNzMgMC0xLjYyNC4zNTUtMS44MyAxLjM0OWgtMS4xN2MuMS0uNTk2LjQwNC0xLjE0Ljg2NC0xLjU0My41Ni0uNDQ4IDEuMzIzLS42NDMgMi4wMzYtLjY0MyAxLjU3OSAwIDIuODk1LjY5NSAyLjg5NSAyLjU4NnY0LjEyN2gxLjA2OGwuMTAxLjkuMDA1LS4wMDZ6bS0yLjE4OC0zLjg3OWwtLjcxMi4wOTljLTIuMzQuMjk4LTMuMTAzLjY5Ni0zLjEwMyAxLjY0MS4wMjMuMzkzLjIuNzYyLjQ5MyAxLjAzLjI5NC4yNjkuNjgzLjQxNiAxLjA4NS40MTJhMi4zNyAyLjM3IDAgMDAxLjQ3Ny0uNTc1Yy40MDgtLjM1NC42NzctLjgzNy43Ni0xLjM2NVYxMS40OXptNS4zOTQtMi4yMzhjLjM1Ni0uNDk4IDEuMDE3LTEuNTQzIDIuNDQyLTEuNTQzIDEuMDE3IDAgMS41NzkuNDk4IDEuNzggMS41NDMuMTkxLS4zNDYuNDMtLjY2NC43MTItLjk0NWEyLjQ4IDIuNDggMCAwMTEuNjI4LS42NDNjMS4xNyAwIDEuODMyLjc0NiAxLjgzMiAyLjAzOHY0LjcyNGgxLjA2OHYuOWgtMi4xMzZ2LTUuMjI5YzAtMS4wNDQtLjM1Ni0xLjU0My0xLjEyLTEuNTQzLTEuMzIyIDAtMi4wMzUgMS41NDMtMi4wMzUgMi4wODh2My43OGgxLjEydi45aC0yLjIzN1Y5Ljk0OWMwLS45NDUtLjM1Ny0xLjM0My0xLjEyLTEuMzQzLTEuMTcgMC0yLjAzNSAxLjQ0Mi0yLjAzNSAyLjEzOXYzLjczaDEuMTJ2LjloLTMuMzA5di0uOWgxLjEyM1Y4LjcwNmgtMS4xMnYtLjloMi4yMzdsLjA1MSAxLjQ0MS0uMDAxLjAwNXpNNDkuMyA1LjA3NWgyLjEzN1Y5LjRjLjMwNS0uNTQ2IDEuMTctMS42NCAyLjQ5My0xLjY0IDEuNzMgMCAzLjA1MyAxLjc0IDMuMDUzIDMuOTI4IDAgMi4wMzktMS40MjUgMy43OC0zLjA1MyAzLjc4LTEuMzczIDAtMi4wMzUtLjktMi40OTMtMS40OTJ2MS4zOTNINDkuMjV2LS45aDEuMDY4di04LjVoLTEuMDE3di0uOWwtLjAwMS4wMDV6bTIuMTM3IDcuMTFjLS4wMDMuNTg4LjIyIDEuMTU0LjYyNiAxLjU4OC40MDYuNDMzLjk2NC43IDEuNTYyLjc1IDEuMzIyIDAgMi4xMzctMS4xNDQgMi4xMzctMi45ODRzLS44NjUtMi45MzQtMi4xMzctMi45MzRjLTEuMTIgMC0yLjIzNyAxLjE5NC0yLjIzNyAyLjI4OGwuMDUxIDEuMjkzaC0uMDAyem02LjE5NS03LjExaDIuMTg4djkuMzk5aDEuMDE3di45aC0zLjI1MXYtLjloMS4xMlY1LjkxOWgtMS4wNzR2LS44NDR6TTY4LjMyIDEzLjI4Yy0uMS40MjctLjMxLjgyLS42MSAxLjE0NC0uMzAxLjM0Ni0uNjc2LjYyNC0xLjA5OS44MTMtLjQyMy4xOS0uODgzLjI4NS0xLjM0OC4yODEtMi4wODUgMC0zLjU2MS0xLjU5LTMuNTYxLTMuODc5IDAtMi4xODYgMS40NzUtMy44NzkgMy4zNTgtMy44NzkgMS44ODIgMCAzLjQxMyAxLjQ0MiAzLjQxMyA0LjA3NWgtNS41NDVjLjEwMSAxLjA5NC4zNTYgMS43NC44NjQgMi4yMzcuMzkzLjM0NS44OTkuNTM5IDEuNDI1LjU0Ny44NjUgMCAxLjQyNS0uMzk3IDEuODMyLTEuMjkybDEuMjcyLS4wNXYuMDAzem0tMS4xMi0yLjI4OGEyLjcyMyAyLjcyMyAwIDAwLS43NjMtMS44OWMtLjM1Ni0uMjk3LS44MTQtLjQ5Ny0xLjI3Mi0uNDQ3LS40NjcuMDI0LS45MTUuMTktMS4yOC40NzYtLjM2NS4yODUtLjYzLjY3NS0uNzU2IDEuMTE1LS4wNTEuMjQ4LS4xNTIuNDk4LS4xNTIuNzQ2SDY3LjJ6bTUuOTU4LTUuNDdoMi40NDJsMi44IDguMjU2aC43NjJ2MS41OTFoLTIuMjlsLS42NTctMi4xMzloLTMuNTdsLS42NTggMi4xMzloLTIuMzQzdi0xLjU5MWguNzYzbDIuNzUxLTguMjU2em0xLjIyMSAxLjg0bC0xLjMyMiA0LjM3NGgyLjY0TDc0LjM4IDcuMzYzem00LjY3Ny40OTdoMy4wNXYxLjQ0M2gtLjc2M2wxLjA2OCA0LjQyNiAxLjI3NC01Ljg2OWgxLjk4NGwxLjI3MiA1Ljc2OCAxLjAxOC00LjMyNmgtLjc2NFY3Ljg1OWgzLjA1M3YxLjQ0M2gtLjY1OGwtMS42MjcgNi4wMThoLTIuMDQxTDg0LjY1IDEwLjE1bC0xLjIyIDUuMTcxaC0yLjAzMmwtMS42OC02LjAxOGgtLjY1N1Y3Ljg2aC0uMDA0em0xOC40MTkgNi4wNjhoLjY1N3YxLjQ0MmgtMi4zODh2LS45Yy0uNTU5LjY5Ni0xLjQyNSAxLjA0NC0yLjM0IDEuMDQ0LTEuNTI3IDAtMi42OTctLjk5NC0yLjY5Ny0yLjMzNyAwLTIuMTg2IDIuNTQ0LTIuNDM3IDQuOTg2LTIuNjM1IDAtMS4xNDQtLjQwNy0xLjQ5Mi0xLjM3NC0xLjQ5Mi0uOTY3IDAtMS4zMjIuNDQ4LTEuMzczIDEuMTQzdi4wNWwtMS44MzItLjA1Yy4xMDEtMS40OTIgMS4zMjItMi40MzcgMy4xNTgtMi40MzcgMi4xMzcgMCAzLjI1Ny45NDUgMy4yNTcgMi42MzVsLS4wNTIgMy41My0uMDAyLjAwN3ptLTEuODMyLTIuMDkyYy0xLjc4LjE0OS0yLjk1MS4yOTgtMi45NTEgMS4zNDIgMCAuNTk3LjUwOS45OTUgMS4yNzIuOTk1YTEuNzUgMS43NSAwIDAwMS4xODktLjQ2Yy4zMjItLjI5NS41MTUtLjcuNTQxLTEuMTMxdi0uNzQ2aC0uMDUxem02LjEtMi43ODJjLjUwOS0uOTQ2IDEuMDY5LTEuMzQzIDEuOTMzLTEuMzQzLjI5MS4wMDkuNTguMDQyLjg2NS4xdjEuNzRhNS43MzkgNS43MzkgMCAwMC0uOTIyLS4wOTkgMS43MzQgMS43MzQgMCAwMC0xLjI0Mi40MDJjLS4zNDQuMjg5LS41NTYuNy0uNTg5IDEuMTQydjIuODg1aC45MjF2MS40NDFoLTMuNTZ2LTEuNDQ0aC43NjJWOS4zMDJoLS43NjNWNy44NmgyLjU5NXYxLjE5NHptMTAuNDgxIDMuODNjLS4zNTcgMS42NDEtMS43MzEgMi42MzUtMy41NjIgMi42MzUtMi4xMzcgMC0zLjcxNS0xLjY0MS0zLjcxNS0zLjkyOXMxLjU3OS0zLjkzIDMuNzE1LTMuOTNhMy41NjMgMy41NjMgMCAwMTEuNjc3LjQwNWMuNTE1LjI3Ljk1My42NjEgMS4yNzQgMS4xNC41MjkuODM0Ljc5NCAxLjgwMi43NjMgMi43ODRoLTUuNDk1Yy4yMDQgMS45NCAxLjQ3NSAyLjAzOCAxLjgzMiAyLjAzOC4zNS4wMTMuNjk0LS4wODcuOTgtLjI4NS4yODUtLjE5OC40OTYtLjQ4Mi41OTktLjgxbDEuOTMzLS4wNS0uMDAxLjAwMnptLTEuOTg1LTIuMTg2YTEuNDc5IDEuNDc5IDAgMDAtLjQ0OC0xLjA1NCAxLjU0OSAxLjU0OSAwIDAwLTEuMDc4LS40MzhoLS4wNTFhMS44MjIgMS44MjIgMCAwMC0xLjEyOS40MTkgMS43NDkgMS43NDkgMCAwMC0uNjAyIDEuMDIybDMuMzA3LjA1aC4wMDF6bTIxLjUxNy05LjYwM2EuODYzLjg2MyAwIDAxLjU3NS4xNzYuNjEuNjEgMCAwMS4yMDYuNDgzLjc1Ni43NTYgMCAwMS0uMTA1LjQwMS41NDguNTQ4IDAgMDEtLjM0MS4yMzd2LjAwNmEuNDAzLjQwMyAwIDAxLjI5NS4xOWMuMDI4LjA0Ny4wNDkuMDk4LjA2Mi4xNTIuMDEzLjA1OC4wMjMuMTE3LjAzLjE3NiAwIC4wNjIuMDA4LjEyOS4wMS4xODcuMDAzLjA2Mi4wMDkuMTI1LjAxOS4xODYuMDA5LjA2LjAyMy4xMTguMDQyLjE3NS4wMTguMDUyLjA0Ny4xLjA4NC4xNGgtLjM5NWEuMjE4LjIxOCAwIDAxLS4wNDgtLjEwNS45NTEuOTUxIDAgMDEtLjAxNi0uMTUgMi4yOCAyLjI4IDAgMDAtLjAwOC0uMTc4IDIuMDMgMi4wMyAwIDAwLS4wNTgtLjM2MS40MDkuNDA5IDAgMDAtLjA2OC0uMTQ0LjMzLjMzIDAgMDAtLjEyMy0uMS40NjEuNDYxIDAgMDAtLjIwMS0uMDM3aC0uODM1djEuMDc1aC0uMzQzVjEuMDk0aDEuMjE4em0uMDcyIDEuMTQxYS41MDcuNTA3IDAgMDAuMTg5LS4wNy4zNy4zNyAwIDAwLjEzMi0uMTM3LjQ1OC40NTggMCAwMC4wNDktLjIyNC40NDcuNDQ3IDAgMDAtLjEwOC0uMzEuNDQ4LjQ0OCAwIDAwLS4zNDktLjEyaC0uODV2Ljg3OGguNzEzYy4wNzUgMCAuMTQ5LS4wMDYuMjIzLS4wMTdoLjAwMXoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTMxLjUwNSA0Ljg3M2MtLjQ5MyAwLS45NzUtLjE0My0xLjM4NS0uNDFhMi40NDUgMi40NDUgMCAwMS0uOTE4LTEuMDk0IDIuMzc4IDIuMzc4IDAgMDEtLjE0Mi0xLjQwOGMuMDk2LS40NzMuMzMzLS45MDcuNjgyLTEuMjQ4LjM0OS0uMzQxLjc5My0uNTczIDEuMjc3LS42NjdhMi41NDUgMi41NDUgMCAwMTEuNDQuMTM5IDIuNDggMi40OCAwIDAxMS4xMTkuODk3Yy4yNzQuNDAxLjQyMS44NzIuNDIxIDEuMzU0YTIuNDE1IDIuNDE1IDAgMDEtLjczMyAxLjcyMmMtLjQ2Ny40NTYtMS4xLjcxNC0xLjc2MS43MTV6bTAtNC40NzVjLS40MTIgMC0uODE2LjEyLTEuMTU4LjM0M2EyLjA1MiAyLjA1MiAwIDAwLS43NjkuOTE1IDEuOTk4IDEuOTk4IDAgMDAtLjExOCAxLjE3OGMuMDguMzk1LjI3OS43NTkuNTcgMS4wNDQuMjkyLjI4NS42NjQuNDc5IDEuMDY4LjU1OGEyLjEzIDIuMTMgMCAwMDEuMjA1LS4xMTZjLjM4MS0uMTU1LjcwNy0uNDE2LjkzNi0uNzUxLjIyOS0uMzM1LjM1Mi0uNzMuMzUyLTEuMTMzYTIuMDIgMi4wMiAwIDAwLS42MTItMS40NCAyLjExMyAyLjExMyAwIDAwLTEuNDc0LS41OTh6TTExMy4yOTMgMTQuMzgxaC45NXYuOTFoLS45NXYtLjkxem0xLjc5OS0xLjc4N2MwLTEuNjQgMS4wMzMtMi43NjggMi41MjUtMi43NjggMS40NjYgMCAyLjUxOCAxLjE2OSAyLjUxOCAyLjc2OCAwIDEuNjcxLTEuMDQyIDIuODE3LTIuNTQ1IDIuODE3LTEuNTAyIDAtMi40OTgtMS4xMzUtMi40OTgtMi44MTd6bTIuNSAyLjE0N2MxLjA0MiAwIDEuNjY2LS44MTkgMS42NjYtMi4xNjggMC0xLjI3LS42NTgtMi4wNzktMS42NjYtMi4wNzktLjk5MiAwLTEuNjA2LjgxLTEuNjA2IDIuMTE5LS4wMDYgMS4zMzkuNTk3IDIuMTI4IDEuNTk5IDIuMTI4aC4wMDd6bTQuNjk2LTMuNTk3Yy4yNjMtLjU2LjQwOS0uNzMuNjU4LS45NmExLjU2NiAxLjU2NiAwIDAxMS4wMDEtLjM2OWMuMTk5LjAwNy4zOTcuMDI4LjU5NC4wNnYuNzlhMy4yOTYgMy4yOTYgMCAwMC0uNTgzLS4wNjljLTEuNDkyIDAtMS42NjYgMS41MDktMS42NjYgMS41ODh2Mi40NzhoLjk0MXYuNjI4aC0yLjUydi0uNjI4aC43ODl2LTQuMTE2aC0uODE3di0uNjQzaDEuNjA2bC0uMDAzIDEuMjQxem02LjU2MiAyLjgyOGMtLjUwMS42OS0xLjA1My45Mi0xLjY1NS45Mi0xLjMxNiAwLTIuMjI5LTEuMDU5LTIuMjI5LTIuNTg4IDAtMS40NDguODg5LTIuNDc3IDIuMTM2LTIuNDc3IDEuMDEyIDAgMS40NjIuNjI5IDEuNzQ4IDEuMDR2LS45NjRoMS41NDl2LjY0M2gtLjc2OHY0LjQxN2MwIDEuMjk5LS44NDggMi4wMzgtMi4zNCAyLjAzOC0uOTEgMC0xLjY4Ny0uMzg2LTIuMDU0LTEuMDE5YTIuOTM4IDIuOTM4IDAgMDEtLjIyNS0uNTNoLjg4OWMuMzI4LjY0NC43MTYuODkgMS40NDguODkuOTMgMCAxLjQ5Mi0uNDcgMS40OTItMS4yNWwuMDA5LTEuMTJ6bTAtMi4wNzhjMC0uNTktLjczNi0xLjQzLTEuNTc5LTEuNDMtLjkgMC0xLjQ0OC43Mi0xLjQ0OCAxLjg4OSAwIDEuMTg4LjU2MiAxLjkwOSAxLjUwMyAxLjkwOS44MDggMCAxLjUyMy0uNzcyIDEuNTIzLTEuNGwuMDAxLS45Njh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: all 0s ease-in-out;
}
.t-footer .age-limit__link:hover
{
    opacity: .8;
}
.t-footer .age-limit__policy
{
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: hsla(0,0%,100%,.5);
}
.t-footer .course, .t-footer .logo-begamble
{
    display: none;
}
.t-footer__content
{
    display: flex;
    flex-flow: row wrap;
    order: 0;
    width: 100%;
}
.t-footer__media
{
    order: 1;
    width: 100%;
    padding-top: 25px;
}
@media(max-width: 1279px)
{
    .t-footer__media
    {
        padding-top: 28px;
        border-top: none;
    }
}
.t-footer__gamble
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.t-footer__gamble .age-limit, .t-footer__gamble .logo-begamble
{
    display: none;
}
.t-footer__gamble:before
{
    position: relative;
    width: 132px;
    height: 33px;
    content: "";
    background-image: url(../../willbettingde/image/brand-logo.6cfb16a.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transition: all 0s ease-in-out;
}
.t-footer__gamble:before:hover
{
    opacity: .7;
}
.t-footer__info
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    order: 2;
    width: 100%;
    text-align: center;
}
.t-footer__info_mobile
{
    display: none;
}
.t-footer__copyright
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
@media(max-width: 1279px)
{
    .t-footer__copyright span
    {
        max-width: 677px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px)
{
    .t-footer__copyright
    {
        width: 100%;
    }
}
.t-footer__copyright-title
{
    margin-top: 16px;
    margin-bottom: 52px;
    color: #737880;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-footer__copyright-text
{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    color: #737880;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.t-footer__copyright-text .no-index-text
{
    display: flex;
    justify-content: center;
    margin: 24px auto 0;
    color: #393e45;
}
.t-footer__copyright-logo
{
    position: absolute;
    bottom: -24px;
    display: flex;
    gap: 16px;
    align-items: center;
}
@media(max-width: 1279px)
{
    .t-footer__copyright-logo
    {
        bottom: -47px;
    }
}
.t-footer__copyright-logo img
{
    width: 54px;
    height: 60px;
}
.t-footer__copyright-logo .copyright-logo_curacao_gcb img
{
    width: 150px;
    height: 85px;
}
.t-footer__copyright-logo .copyright-logo_not-active
{
    pointer-events: none;
}
.t-footer__navbar
{
    display: flex;
    flex-flow: row nowrap;
    gap: 24px;
    justify-content: space-between;
    order: 0;
    width: 100%;
    padding: 28px 0;
    margin-bottom: 24px;
    border-top: 1px solid #1e2023;
    border-bottom: 1px solid #1e2023;
}
.t-footer__navbar-nav
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(25% - 24px);
}
.t-footer__navbar-links
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.t-footer__navbar-title
{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: capitalize;
}
.t-footer__navbar-item
{
    display: flex!important;
    align-items: center;
    list-style-type: none;
    cursor: pointer;
}
.t-footer__navbar-item .t-link
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #9299a5;
}
.t-footer__navbar-item .t-link:hover
{
    color: #fff;
}
.t-footer__navbar-item .t-link+.t-icon-copy
{
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjkwOCAwYy0uNTMgMC0uOTI0IDAtMS4yNjUuMDlhMi42NjcgMi42NjcgMCAwMC0xLjg4NSAxLjg4N2MtLjA1Ny4yMS0uMDc4LjQzOS0uMDg2LjcwN2wtLjE3My4wMTJjLS4zNzUuMDMtLjcyLjA5Ni0xLjA0My4yNjEtLjUwMi4yNTYtLjkxLjY2NC0xLjE2NSAxLjE2Ni0uMTY1LjMyMy0uMjMuNjY4LS4yNjIgMS4wNDJDMCA1LjUyNiAwIDUuOTcgMCA2LjUwNXYxLjY1NmMwIC41MzcgMCAuOTguMDMgMS4zNC4wMy4zNzUuMDk2LjcyLjI2IDEuMDQzLjI1Ni41MDIuNjY0LjkxIDEuMTY2IDEuMTY1LjMyNC4xNjUuNjY4LjIzIDEuMDQzLjI2MS4zNi4wMy44MDMuMDMgMS4zNC4wM2gxLjY1NWMuNTM3IDAgLjk4IDAgMS4zNC0uMDMuMzc1LS4wMy43Mi0uMDk2IDEuMDQzLS4yNi41MDItLjI1Ni45MS0uNjY0IDEuMTY2LTEuMTY2LjE2NS0uMzI0LjIzLS42NjguMjYtMS4wNDMuMDA1LS4wNTUuMDEtLjExMy4wMTMtLjE3My4yNjgtLjAwOC40OTgtLjAzLjcwOC0uMDg1YTIuNjY3IDIuNjY3IDAgMDAxLjg4NS0xLjg4NmMuMDkyLS4zNDEuMDkxLS43MzUuMDkxLTEuMjY1VjMuODM5YzAtLjUzNiAwLS45OC0uMDMtMS4zNC0uMDMtLjM3NS0uMDk2LS43Mi0uMjYtMS4wNDNBMi42NjYgMi42NjYgMCAwMDEwLjU0My4yOTFDMTAuMjIuMTI2IDkuODc2LjA2IDkuNTAxLjAzIDkuMTQxIDAgOC42OTggMCA4LjE2MSAwSDUuOTA4em0zLjQyNSA3Ljk5M2ExLjUzIDEuNTMgMCAwMC4zNDUtLjAzOGMuNDYtLjEyNC44Mi0uNDgzLjk0My0uOTQzLjA0LS4xNDguMDQ2LS4zNDkuMDQ2LTEuMDEyVjMuODY3YzAtLjU3MSAwLS45Ni0uMDI1LTEuMjYtLjAyNC0uMjkyLS4wNjctLjQ0MS0uMTItLjU0NmExLjMzMyAxLjMzMyAwIDAwLS41ODMtLjU4MmMtLjEwNS0uMDUzLS4yNTQtLjA5Ny0uNTQ2LS4xMi0uMy0uMDI1LS42ODktLjAyNi0xLjI2LS4wMjZINmMtLjY2MyAwLS44NjQuMDA2LTEuMDEyLjA0Ni0uNDYuMTIzLS44Mi40ODMtLjk0My45NDNhMS41MyAxLjUzIDAgMDAtLjAzOC4zNDVoMS40ODdjLjUzNyAwIC45OCAwIDEuMzQuMDMuMzc1LjAzLjcyLjA5NSAxLjA0My4yNi41MDIuMjU2LjkxLjY2NCAxLjE2NiAxLjE2Ni4xNjUuMzIzLjIzLjY2OC4yNiAxLjA0Mi4wMy4zNjEuMDMuODA0LjAzIDEuMzR2MS40ODh6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
}
@media(max-width: 1279px)
{
    .t-footer__navbar
    {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}
@media(max-width: 767px)
{
    .t-footer__navbar-nav
    {
        gap: 20px;
        width: 45%;
    }
    .t-footer__navbar-nav:first-child
    {
        order: 1;
    }
    .t-footer__navbar-nav:nth-child(2)
    {
        order: 3;
    }
    .t-footer__navbar-nav:nth-child(3)
    {
        order: 2;
    }
    .t-footer__navbar-nav:nth-child(4)
    {
        order: 4;
    }
}
.t-footer__gamblers, .t-footer__payments, .t-footer__social
{
    display: none;
}
.t-dropdown-profile__item .t-icon
{
    transition: all 0s ease-in-out;
}
.t-header
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 68px;
    padding: 0;
}
.t-header:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    content: "";
    background: rgba(9,10,12,.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}
@media(max-width: 767px)
{
    .t-header
    {
        height: 68px;
    }
    .t-header:before
    {
        height: 70px;
        margin-top: -2px;
        overflow: hidden;
    }
    .t-header.hide-header~.t-chat
    {
        top: 0;
        height: calc(100% - 64px);
    }
}
.t-header__logo
{
    display: block;
    width: 128px;
    height: 32px;
}
@media screen and (max-width: 767px)
{
    .t-header__logo
    {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}
.t-header__logo-brand
{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url(../../willbettingde/image/brand-logo.6cfb16a.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transition: all 0s ease-in-out;
}
@media(max-width: 767px)
{
    .t-header__logo-brand
    {
        background-image: url(../../willbettingde/image/brand-logo-m.cb3ba2e.svg);
    }
}
@media(min-width: 1024px)
{
    .t-header__logo-brand:hover
    {
        opacity: .7;
    }
}
.t-header__content
{
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1240px;
    padding: 12px 20px;
    margin-right: 380px;
    margin-left: 220px;
    transition: margin-left .3s ease-in-out .5s;
}
@media(max-width: 767px)
{
    .t-header__content
    {
        padding: 12px;
        margin: 0 auto;
    }
}
.t-header__toggle
{
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 16px;
    margin-left: 8px;
    cursor: pointer;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDFhMSAxIDAgMDExLTFoMThhMSAxIDAgMTEwIDJIMWExIDEgMCAwMS0xLTF6bTAgN2ExIDEgMCAwMTEtMWgxOGExIDEgMCAxMTAgMkgxYTEgMSAwIDAxLTEtMXptMSA2YTEgMSAwIDEwMCAyaDE0YTEgMSAwIDEwMC0ySDF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0s ease-in-out;
}
@media screen and (max-width: 992px)
{
    .t-header__toggle
    {
        display: flex;
        flex-basis: 20px;
        margin-left: 8px;
    }
}
.t-header__toggle:hover
{
    opacity: .7;
}
.t-header__group
{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 8px;
    justify-content: flex-end;
    max-width: 1064px;
}
.t-header__group .search
{
    display: none;
    order: 2;
    width: 100%;
    max-width: 180px;
}
@media(max-width: 1279px)
{
    .t-header__group .search
    {
        width: 44px;
        max-width: 44px;
    }
    .t-header__group .search .t-icon
    {
        margin: 0 -10px 0 10px;
    }
}
.t-header__group .account
{
    display: flex;
    flex-grow: 1;
    justify-content: center;
    order: 1;
    height: 46px;
}
.t-header__group .account .balance
{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 100%;
    padding-right: 2px;
    padding-left: 16px;
    cursor: pointer;
    background: hsla(0,0%,100%,.12);
    border-radius: 14px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.t-header__group .account .balance .v-popover
{
    height: 24px;
}
.t-header__group .account .balance .v-popover .t-tooltip[aria-hidden=true]
{
    display: none!important;
}
.t-header__group .account .balance .v-popover:active .t-header__group-item-balance
{
    transform: scale(.95);
}
.t-header__group .account .balance .v-popover:active .t-header__group-item-balance span:last-child
{
    transform: scale(1.015);
}
.t-header__group .account .balance .t-header__group-item__tooltip .t-wrapper
{
    position: relative;
}
.t-header__group .account .balance .t-header__group-item__tooltip .t-popover-inner
{
    position: relative;
    z-index: 2;
    width: 450px;
    height: 100%;
    padding: 0;
    margin-top: 19px;
    color: #9299a5;
    background: transparent;
    border: none;
    border-radius: 16px;
}
.t-header__group .account .balance .t-header__group-item__tooltip .t-popover-inner:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: "";
    background: rgba(9,10,12,.6);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 16px;
}
@media not all and (min-resolution: .001dpcm)
{
    @supports(
    -webkit-appearance: none) and (
    display: flow-root)
    {
    .t-header__group .account .balance .t-header__group-item__tooltip .t-popover-inner:before
    {
        background: rgba(9,10,12,.975);
    }
    }
}
@supports(
-webkit-hyphens: none)
{
.t-header__group .account .balance .t-header__group-item__tooltip .t-popover-inner:before
{
    background: rgba(9,10,12,.975);
}
}
@media(max-width: 767px)
{
    .t-header__group .account .balance .t-header__group-item__tooltip .t-popover-inner
    {
        width: calc(100vw - 5px);
    }
}
.t-header__group .account .small_balance
{
    background: rgba(255,237,72,.3);
    outline: 6px solid rgba(255,237,72,.1);
    animation: pulse-yellow 2s infinite;
}
.t-header__group .auth-user
{
    order: 3;
    width: 44px;
}
.t-header__group-item-chat
{
    order: 4;
    width: 44px;
    filter: grayscale(1);
}
@media(max-width: 1279px)
{
    .t-header__group-item-chat
    {
        filter: none;
    }
}
@media(max-width: 767px)
{
    .t-header__group-item-chat
    {
        display: none!important;
    }
}
.t-header__group-item-chat.active
{
    filter: none;
}
@media(max-width: 1279px)
{
    .t-header__group-item-chat.active
    {
        filter: grayscale(1);
    }
}
.t-header__group-item-balance
{
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
}
.t-header__group-item-balance__choose
{
    display: inline-flex;
    order: 2;
}
.t-header__group-item-balance__choose .t-icon
{
    transition: none;
}
.t-header__group-item-balance__choose strong
{
    display: none;
}
.t-header__group-item-balance span:last-child
{
    order: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
.t-header__group-item-balance:before
{
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
    width: 8px;
    height: 5px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45NzUgMS4wMTRhLjg3NS44NzUgMCAwMTAgMS4yNzJsLTIuODEyIDIuN2EuOTY1Ljk2NSAwIDAxLTEuMzI2IDBsLTIuODEyLTIuN2EuODc1Ljg3NSAwIDAxMC0xLjI3Mi45NjUuOTY1IDAgMDExLjMyNSAwTDQuNSAzLjA3N2wyLjE1LTIuMDYzYS45NjUuOTY1IDAgMDExLjMyNSAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transform: translateX(-100%);
}
.t-header__group-item-balance:after
{
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    gap: 10px;
    order: 3;
    width: 24px;
    min-width: 24px;
    height: 24px;
    content: "";
    background: hsla(0,0%,100%,.12);
    border-radius: 6px;
}
.t-header__group-item-balance.active:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45NzUgNC45ODZhLjg3NS44NzUgMCAwMDAtMS4yNzJsLTIuODEyLTIuN2EuOTY1Ljk2NSAwIDAwLTEuMzI2IDBsLTIuODEyIDIuN2EuODc1Ljg3NSAwIDAwMCAxLjI3Mi45NjUuOTY1IDAgMDAxLjMyNSAwTDQuNSAyLjkyM2wyLjE1IDIuMDYzYS45NjUuOTY1IDAgMDAxLjMyNSAweiIgZmlsbD0iIzA5MEEwQyIvPjwvc3ZnPg==");
    transform: translateX(-100%);
}
.t-header__group-item-balance.active:after
{
    background-color: #fff;
}
.t-header__group-item-chat, .t-header__group-item-profile
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    cursor: pointer;
    background: hsla(0,0%,100%,.12);
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-header__group-item-chat:hover, .t-header__group-item-profile:hover
{
    color: #fff;
    background-color: #1e2023;
}
.t-header__group-item-chat:active, .t-header__group-item-profile:active
{
    color: #9299a5;
    background-color: #151618;
}
.t-header__group-item-chat .profile-user, .t-header__group-item-profile .profile-user
{
    position: relative;
    z-index: 2;
}
.t-header__group-item-chat .profile-user-icon, .t-header__group-item-profile .profile-user-icon
{
    z-index: 2;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg3MF8zNDc1OSkiIGZpbGw9IiM3Mzc4ODAiPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDE5YTUgNSAwIDAxNS01aDZhNSA1IDAgMDE1IDUgMyAzIDAgMDEtMyAzSDdhMyAzIDAgMDEtMy0zeiIvPjxwYXRoIGQ9Ik0xMiAyYTUgNSAwIDEwMCAxMCA1IDUgMCAwMDAtMTB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfODcwXzM0NzU5Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.t-header__group-item-chat .profile-user-icon img, .t-header__group-item-profile .profile-user-icon img
{
    display: none;
}
.t-header__group-item-chat .profile-vip-level-percent, .t-header__group-item-profile .profile-vip-level-percent
{
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 16px;
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    background: #191e23;
    border-radius: 8px 0 9px;
}
.t-header__group-item-chat .profile-vip-level-shape, .t-header__group-item-profile .profile-vip-level-shape
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    overflow: hidden;
    border-radius: 10px;
    transform: translate(-50%,-50%);
}
.t-header__group-item-chat .profile-vip-level-shape .t-radial-progress-bar, .t-header__group-item-profile .profile-vip-level-shape .t-radial-progress-bar
{
    position: absolute;
}
.t-header__group-item-chat .t-icon-caret, .t-header__group-item-profile .t-icon-caret
{
    display: none;
}
.t-header__group-item-chat .t-dropdown-profile, .t-header__group-item-profile .t-dropdown-profile
{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    z-index: -1;
    display: flex;
    flex-direction: column;
    padding: 4px;
    margin: 0;
    overflow: hidden;
    background: rgba(9,10,12,.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 12px;
}
.t-header__group-item-chat .t-dropdown-profile .button-logout, .t-header__group-item-chat .t-dropdown-profile__item, .t-header__group-item-profile .t-dropdown-profile .button-logout, .t-header__group-item-profile .t-dropdown-profile__item
{
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
    height: 36px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #9299a5;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-header__group-item-chat .t-dropdown-profile .button-logout svg, .t-header__group-item-chat .t-dropdown-profile__item svg, .t-header__group-item-profile .t-dropdown-profile .button-logout svg, .t-header__group-item-profile .t-dropdown-profile__item svg
{
    width: 48px!important;
    height: 48px!important;
}
.t-header__group-item-chat .t-dropdown-profile .button-logout:hover, .t-header__group-item-chat .t-dropdown-profile__item:hover, .t-header__group-item-profile .t-dropdown-profile .button-logout:hover, .t-header__group-item-profile .t-dropdown-profile__item:hover
{
    color: #fff;
    background: hsla(0,0%,100%,.12);
    border-radius: 12px;
}
.t-header__group-item-chat .t-dropdown-profile__item .t-lottie-animation svg path, .t-header__group-item-profile .t-dropdown-profile__item .t-lottie-animation svg path
{
    fill: #fff;
}
.t-header__group-item-chat .t-dropdown-profile__item .t-lottie-animation svg path[stroke="rgb(115,120,128)"], .t-header__group-item-profile .t-dropdown-profile__item .t-lottie-animation svg path[stroke="rgb(115,120,128)"]
{
    stroke: #fff;
}
.t-header__button-group
{
    display: flex;
    align-items: center;
}
.t-header .t-search_border .t-search__input
{
    background: hsla(0,0%,100%,.12);
    border: 1px solid rgba(21,22,24,0);
}
.t-header.fixed
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 108;
}
.t-header.is-auth .t-header__group .search
{
    display: block;
}
@media(max-width: 767px)
{
    .t-header.is-auth .t-header__group .search
    {
        display: none;
    }
}
.t-header .t-button.t-header__login
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background-color: #151618;
    border-radius: 12px;
    transition: all 0s ease-in-out;
    background-color: transparent;
}
.t-header .t-button.t-header__signin
{
    width: 100%;
    min-width: 82px;
    max-width: 82px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-header .t-button.t-header__signin .t-button__wrap
{
    padding: 13px;
}
.t-header .t-button.t-header__deposit
{
    width: 100%;
    min-width: 85px;
    max-width: 85px;
    height: 42px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    border: none;
}
@media(max-width: 767px)
{
    .t-header .t-button.t-header__deposit
    {
        min-width: 44px;
        max-width: 44px;
        font-size: 0;
        background-image: url("data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAMAAAA4a6b0AAAARVBMVEUAAAAAAAAAAAAAAAAAABUJCQkICAgFBQsFBQoEBAgICA0ICAwHBw0JCQwICAoICgwJCQoICgsICg0JCgwICQwICQwJCgzleZOQAAAAFnRSTlMABAgMDBwgMDQ8PEBMWGSAk7e3z9vzF1mJFQAAAFxJREFUKM9jYKAfYGbnRgUcLBAJJi5udMDFCJZh5cYErGAZNiwybKTI8AmLgQA/hgyvqBgOGQExIW5BEmV4cJrGzSeCS4ZI/+AOHUbMEOVkggQ2CweaBDszHdMAAJHID0RxuMu/AAAAAElFTkSuQmCC");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 25px 25px;
    }
}
.t-header .t-button.t-header__deposit .t-button__wrap
{
    padding: 0;
}
.t-header .t-button.t-header__notifications
{
    min-width: 44px;
    max-width: 44px;
    height: 44px;
}
.t-header .t-button.t-header__notifications .t-button__wrap
{
    padding: 0;
}
.app .t-header
{
    flex-wrap: wrap;
    height: auto;
}
.app .t-header__share-dialog
{
    position: relative;
    display: flex;
    flex-basis: 100%;
    padding: 12px 20px 12px 90px;
}
@media screen and (max-width: 992px)
{
    .app .t-header__share-dialog
    {
        padding: 12px 72px 12px 8px;
    }
}
@media screen and (max-width: 639px)
{
    .app .t-header__share-dialog
    {
        padding: 12px 8px;
    }
}
@keyframes pulse-yellow
{
    0%
    {
        box-shadow: 0 0 0 0 rgba(255,237,72,.1);
    }
    70%
    {
        box-shadow: 0 0 0 6px rgba(255,237,72,.1);
    }
    to
    {
        box-shadow: 0 0 0 0 rgba(255,237,72,.1);
    }
}
.t-sidebar-nav
{
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.t-sidebar-nav::-webkit-scrollbar
{
    display: none;
}
@media(max-width: 767px)
{
    .t-sidebar-nav
    {
        position: relative;
        height: calc(100% - 130px);
        padding-bottom: 8px;
        margin-top: 0;
        transition: all .5s ease-in-out;
        transform: translate(0);
    }
}
.t-sidebar-nav__group-links
{
    position: relative;
    order: 9;
    padding-top: 14px;
    margin-top: 10px;
}
.t-sidebar-nav__group-links:before
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 32px;
    height: 1px;
    content: "";
    background: #282b2f;
    transform: translateX(-50%);
}
.t-sidebar__link
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5px 8px;
    margin: 0 11px 1px;
    cursor: pointer;
    border-radius: 12px;
}
.t-sidebar__link, .t-sidebar__link .t-lottie-animation svg path, .t-sidebar__link i.t-icon
{
    transition: all 0s ease-in-out;
}
.t-sidebar__link .t-lottie-animation svg path[fill="rgb(255,255,255)"]
{
    fill: #737880;
}
.t-sidebar__link .t-lottie-animation svg path[fill="rgb(220,221,223)"]
{
    fill: rgba(115,120,128,.25);
}
.t-sidebar__link .t-lottie-animation svg path[fill="rgb(115,120,128)"]
{
    fill: #737880;
}
.t-sidebar__link .t-lottie-animation svg path[stroke="rgb(255,255,255)"]
{
    stroke: #737880;
}
.t-sidebar__link:hover
{
    background-color: #1c1e20;
}
.t-sidebar__link:hover i.t-icon
{
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-sidebar__link:hover .t-lottie-animation svg path
{
    fill: #ffed48;
}
.t-sidebar__link:hover .t-lottie-animation svg path[fill="rgb(220,221,223)"]
{
    fill: rgba(246,251,95,.25);
}
.t-sidebar__link:hover .t-lottie-animation svg path[stroke="rgb(255,255,255)"]
{
    stroke: #ffed48;
}
.t-sidebar__link:has(a.nuxt-link-exact-active) .t-sidebar__text
{
    color: #fff;
}
.t-sidebar__link:has(a.nuxt-link-exact-active) i.t-icon
{
    filter: none;
}
.t-sidebar__link:has(a.nuxt-link-exact-active):after
{
    opacity: 1;
}
.t-sidebar__link.nuxt-link-active, .t-sidebar__link.nuxt-link-exact-active
{
    background-color: #1c1e20;
}
.t-sidebar__link.nuxt-link-active .t-sidebar__text, .t-sidebar__link.nuxt-link-exact-active .t-sidebar__text
{
    color: #fff;
}
.t-sidebar__link.nuxt-link-active i.t-icon, .t-sidebar__link.nuxt-link-exact-active i.t-icon
{
    filter: brightness(0) saturate(100%) invert(98%) sepia(88%) saturate(1172%) hue-rotate(334deg) brightness(113%) contrast(97%);
}
.t-sidebar__link.nuxt-link-active .t-lottie-animation svg path, .t-sidebar__link.nuxt-link-exact-active .t-lottie-animation svg path
{
    fill: #ffed48;
}
.t-sidebar__link.nuxt-link-active .t-lottie-animation svg path[fill="rgb(220,221,223)"], .t-sidebar__link.nuxt-link-exact-active .t-lottie-animation svg path[fill="rgb(220,221,223)"]
{
    fill: rgba(246,251,95,.25);
}
.t-sidebar__link.nuxt-link-active .t-lottie-animation svg path[stroke="rgb(255,255,255)"], .t-sidebar__link.nuxt-link-exact-active .t-lottie-animation svg path[stroke="rgb(255,255,255)"]
{
    stroke: #ffed48;
}
.t-sidebar__link.nuxt-link-active:after, .t-sidebar__link.nuxt-link-exact-active:after
{
    opacity: 1;
}
.t-sidebar__link.nuxt-link-active
{
    background-color: #1c1e20;
}
.t-sidebar__link.nuxt-link-active i.t-icon
{
    filter: none;
}
.t-sidebar__link.nuxt-link-active:after
{
    opacity: 1;
}
.t-sidebar__link.open-group .t-sidebar__open-btn
{
    transform: rotate(180deg);
}
.t-sidebar__link.betkinclub, .t-sidebar__link.faq, .t-sidebar__link.shop
{
    margin-top: 23px;
    cursor: pointer;
}
.t-sidebar__link.betkinclub:after, .t-sidebar__link.faq:after, .t-sidebar__link.shop:after
{
    top: 24px;
}
.t-sidebar__link.betkinclub:before, .t-sidebar__link.faq:before, .t-sidebar__link.shop:before
{
    position: absolute;
    top: -13px;
    left: 50%;
    width: 32px;
    height: 1px;
    content: "";
    background: #282b2f;
    transform: translate(-50%);
}
@media(max-width: 992px)
{
    .t-sidebar__link.betkinclub:before, .t-sidebar__link.faq:before, .t-sidebar__link.shop:before
    {
        width: 32px;
    }
}
@media(max-width: 767px)
{
    .t-sidebar__link.betkinclub, .t-sidebar__link.faq, .t-sidebar__link.shop
    {
        margin-top: 24px;
    }
}
.t-sidebar__link.live-chat
{
    padding-top: 24px;
    margin-top: 26px;
    cursor: pointer;
}
.t-sidebar__link.live-chat:after
{
    top: 24px;
}
.t-sidebar__link.live-chat:before
{
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 40px);
    height: 1px;
    content: "";
    background: hsla(0,0%,100%,.1);
    transform: translate(-50%);
}
@media(max-width: 992px)
{
    .t-sidebar__link.live-chat:before
    {
        width: calc(100% - 32px);
    }
}
.t-sidebar__link.live-chat .t-sidebar__icon
{
    filter: none;
}
@media(max-width: 992px)
{
    .t-sidebar__link.live-chat
    {
        padding-top: 16px;
        margin-top: 16px;
    }
}
.t-sidebar__link.home
{
    order: 1;
}
.t-sidebar__link.slots
{
    order: 2;
}
.t-sidebar__link.livegames
{
    order: 3;
}
.t-sidebar__link.featurebuyin
{
    order: 4;
}
.t-sidebar__link.gameshows
{
    order: 5;
}
.t-sidebar__link.recommended
{
    order: 6;
}
.t-sidebar__link.tablegames
{
    order: 7;
}
.t-sidebar__link.roulette
{
    order: 8;
}
.t-sidebar__link.blackjack
{
    order: 9;
}
.t-sidebar__link.favorites
{
    order: 10;
}
.t-sidebar__link.recent
{
    order: 11;
}
.t-sidebar__link.bonuses
{
    order: 12;
}
.t-sidebar__link.notifications
{
    order: 13;
}
.t-sidebar__link.betkinclub
{
    order: 14;
}
.t-sidebar__link.promotions
{
    order: 15;
}
.t-sidebar__link.faq
{
    order: 16;
}
.t-sidebar__link.livesupport
{
    order: 17;
}
@media(max-width: 992px)
{
    .t-sidebar__link
    {
        padding: 4px 8px;
    }
    .t-sidebar__link:after
    {
        content: none;
    }
}
.t-sidebar__text
{
    padding: 8px 6px;
    color: #61656b;
    text-transform: capitalize;
    white-space: nowrap;
    transition: all 0s ease-in-out;
    font-size: 14px;
}
.t-sidebar__count, .t-sidebar__text
{
    display: flex;
    font-weight: 600;
    line-height: 16px;
}
.t-sidebar__count
{
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #fff;
    background: #f03535;
    border-radius: 50%;
}
.t-sidebar__inner
{
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    transition: all 0s ease-in-out;
}
.t-sidebar__open-btn
{
    display: flex;
}
@media(max-width: 767px)
{
    .t-aside
    {
        position: relative;
        z-index: 103;
    }
}
.t-sidebar
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 109;
    width: 220px;
    height: 100%;
    padding: 8px;
    overflow: hidden;
}
@media(max-width: 1279px)
{
    .t-sidebar
    {
        width: 0;
        height: calc(100% - 70px);
        padding: 14px 0 0;
        overflow: hidden;
        border: none;
        transition: all .5s ease-in-out;
    }
    .t-sidebar:before
    {
        display: none;
    }
}
@media(max-width: 767px)
{
    .t-sidebar
    {
        top: auto;
        bottom: 76px;
        display: none;
        align-items: flex-end;
        height: calc(100% - 132px);
        padding: 12px 12px 0;
    }
}
@media(max-width: 767px)
{
    .t-sidebar.open
    {
        display: flex;
        animation: open-side-bar .3s ease;
    }
}
.t-sidebar__backdrop
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.t-sidebar__close
{
    display: none;
}
.t-sidebar__content
{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 0;
    overflow-y: scroll;
    color: #61656b;
    background-color: #090a0c;
    border: 1px solid #1e2023;
    border-radius: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.t-sidebar__content::-webkit-scrollbar
{
    display: none;
}
@media(max-width: 767px)
{
    .t-sidebar__content
    {
        flex-flow: row wrap;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }
}
.t-sidebar__icon
{
    width: 24px;
    min-width: 24px;
    height: 24px;
    filter: none;
    transition: all 0s ease-in-out;
}
.t-sidebar__profile, .t-sidebar__title, .t-sidebar__vip
{
    display: none;
}
.t-sidebar .t-button__pwa
{
    padding: 0 18px;
    margin-top: 24px;
}
@media(max-width: 992px)
{
    .t-sidebar .t-button__pwa
    {
        padding: 0 18px 32px;
        margin-top: -20px;
        background: #23282d;
        transition: all .6s ease-in-out;
        transform: translateY(100%);
    }
}
@media(max-width: 767px)
{
    .t-sidebar:not(.open)
    {
        animation: close-side-bar .3s ease;
    }
}
@media(min-width: 768px) and (max-width: 992px)
{
    .t-sidebar:not(.open) .t-sidebar__content
    {
        display: none;
        border: none;
    }
}
.t-sidebar-notification-view
{
    position: relative;
    width: 100%;
    margin-top: 12px;
}
@media(max-width: 1279px)
{
    .t-sidebar-notification-view
    {
        padding-top: 16px;
        margin-top: 16px;
    }
}
.t-sidebar-wagered
{
    position: relative;
    padding: 12px 12px 0;
    margin-top: auto;
}
.t-sidebar-wagered, .t-sidebar__list
{
    display: flex;
    width: 100%;
    background: #151618;
}
.t-sidebar__list
{
    flex-direction: row;
    gap: 6px;
    order: 1;
    height: 56px;
    padding: 6px 12px 12px;
}
.t-sidebar__list .t-select_fit-content
{
    width: 100%;
}
.t-sidebar__list .t-select__choose
{
    justify-content: space-between;
    min-width: auto!important;
    height: 40px;
    min-height: 40px;
    background: #1e2023;
    border-radius: 12px;
}
.t-sidebar__list .t-select__choose .t-icon, .t-sidebar__list .t-select__dropdown .t-icon
{
    display: none;
}
.t-sidebar__list .t-select_not-label .t-select__choose
{
    padding-right: 12px;
}
.t-sidebar__list .t-select__icon
{
    position: relative;
    right: auto;
    width: 10px;
    height: 6px;
    margin-left: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjM0LjM1MWExLjE2NiAxLjE2NiAwIDAxMCAxLjY5OGwtMy43NSAzLjZhMS4yODcgMS4yODcgMCAwMS0xLjc2OCAwbC0zLjc1LTMuNmExLjE2NiAxLjE2NiAwIDAxMC0xLjY5OCAxLjI4NyAxLjI4NyAwIDAxMS43NjggMEw1IDMuMTAzIDcuODY2LjM1YTEuMjg3IDEuMjg3IDAgMDExLjc2OCAweiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
}
@media(max-width: 1279px)
{
    .t-sidebar__list .t-select__icon
    {
        margin-left: auto;
    }
}
.t-sidebar__list .t-dropdown
{
    top: auto;
    bottom: calc(100% + 5px);
}
.t-sidebar__list .t-dropdown__item
{
    color: #fff;
    transition: all 0s ease-in-out;
}
.t-sidebar__list .t-dropdown__item-option
{
    padding: 10px!important;
    font-size: 14px;
    line-height: 20px;
}
.t-sidebar__list .t-dropdown__item-option span
{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #9299a5;
}
.t-sidebar__list .t-dropdown__item-option_active span
{
    color: #fff;
}
.t-sidebar__list .t-icon
{
    width: 20px;
    min-width: 20px;
    margin-right: 6px;
    border-radius: 4px;
}
.t-sidebar-audio-controller
{
    order: 1;
}
.t-sidebar-audio-controller .t-icon-audio
{
    width: 18px;
    min-width: 18px;
    height: 18px;
}
.t-sidebar-audio-controller .t-icon-audio_disabled
{
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.left-nav__progress-bar
{
    display: none;
}
.t-cookies
{
    --bottom-offset: 25px;
    position: fixed;
    bottom: var(--bottom-offset);
    left: 100vw;
    z-index: 105;
    transform: translateX(calc(-100% - 100px));
}
@media(max-width: 1279px)
{
    .t-cookies
    {
        --bottom-offset: 88px;
    }
}
@media(max-width: 767px)
{
    .t-cookies
    {
        --bottom-offset: 90px;
        left: 50vw;
        transform: translateX(-50%);
    }
}
@keyframes show-bottom
{
    0%
    {
        bottom: 0;
    }
    to
    {
        bottom: var(--bottom-offset);
    }
}
.t-cookies__modal
{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    min-width: 203px;
    min-height: 44px;
    padding: 9px 24px;
    background: #23282d;
    border: 1px solid hsla(0,0%,100%,.25);
    border-radius: 8px;
}
.t-cookies__modal .t-close
{
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: none;
}
.t-cookies__modal .t-close:after
{
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.t-cookies__modal .t-close:before
{
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.t-cookies__modal .t-close:after, .t-cookies__modal .t-close:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17.81px;
    height: 0;
    content: "";
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all 0s ease-in-out;
}
.t-cookies__modal .t-cookies__link
{
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    white-space: nowrap;
}
.t-switch
{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.t-switch.disabled
{
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}
.t-switch.disabled .t-switch__button
{
    background: #ffed48;
}
.t-switch.disabled span
{
    color: #fff;
}
.t-switch span
{
    padding: 0 0 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
}
.t-switch__button
{
    position: relative;
    box-sizing: border-box;
    display: flex;
    min-width: 46px;
    height: 24px;
    cursor: pointer;
    user-select: none;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-switch__button.large
{
    height: 24px;
}
.t-switch__button.small
{
    min-width: 30px;
    height: 16px;
    line-height: 14px;
}
.t-switch__button.small span
{
    width: 12px;
    height: 12px;
}
.t-switch__button span
{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    transition: all .36s cubic-bezier(.78,.14,.15,.86);
}
.t-switch__button.off
{
    background: #151618;
}
.t-switch__button.on
{
    background-color: #ffed48;
}
.t-switch__button.on span
{
    left: 100%;
    color: #fff;
    transform: translateX(calc(-100% - 2px));
}
.t-button-pwa
{
    width: 100%;
}
.t-button-pwa__wrap
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ff5a00;
    border-radius: 8px;
}
.t-button-pwa__icon
{
    width: 8px;
    height: 14px;
    margin: 0 8px 0 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC41IDEuNWEuNS41IDAgMDAtMSAwaDF6bS0uODU0IDkuMzU0YS41LjUgMCAwMC43MDggMGwzLjE4Mi0zLjE4MmEuNS41IDAgMTAtLjcwOC0uNzA4TDQgOS43OTMgMS4xNzIgNi45NjRhLjUuNSAwIDEwLS43MDguNzA4bDMuMTgyIDMuMTgyek0zLjUgMS41djloMXYtOWgtMXoiIGZpbGw9IiNmZmYiLz48cmVjdCB5PSIxMyIgd2lkdGg9IjgiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/cover;
}
.t-button-pwa__install
{
    padding: 0 30px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
}
@media screen and (max-width: 992px)
{
    .t-button-pwa__install
    {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}
.t-button-pwa__label
{
    position: absolute;
    top: -16px;
    right: -33px;
    display: flex;
    align-items: center;
    width: 100px;
    padding: 30px 20px 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: #fff;
    text-align: center;
    background: #ff5a00;
    transform: rotate(45deg);
}
.t-sidebar:not(.open) .t-button-pwa
{
    display: flex;
    justify-content: center;
}
.t-sidebar:not(.open) .t-button-pwa__wrap
{
    width: 14px;
    height: 30px;
    border: none;
}
.t-sidebar:not(.open) .t-button-pwa__icon
{
    width: 14px;
    height: 24px;
    margin: 0;
}
.t-sidebar:not(.open) .t-button-pwa__install, .t-sidebar:not(.open) .t-button-pwa__label
{
    display: none;
}
.t-button
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #090a0c;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #ffed48;
    border: none;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-button .t-loading
{
    filter: brightness(0) invert(1);
}
.t-button__wrap
{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}
.t-button__icon
{
    width: 24px;
    height: 24px;
}
.t-button__icon-right .t-button__wrap
{
    flex-direction: row-reverse;
}
.t-button:hover
{
    background: #ffe673;
}
.t-button:active, .t-button:focus
{
    background: #f5b940;
}
.t-button__medium
{
    font-size: 12px;
    line-height: 16px;
}
.t-button__medium .t-button__wrap
{
    padding: 12px 0;
}
.t-button__small
{
    font-size: 10px;
    line-height: 14px;
}
.t-button__small .t-button__wrap
{
    padding: 10px 0;
}
.t-button__micro
{
    font-size: 8px;
    line-height: 12px;
    border-radius: 8px;
}
.t-button__micro:before
{
    border-radius: 6px;
}
.t-button__micro .t-button__wrap
{
    padding: 6px 8px;
}
.t-button__border, .t-button__border-white
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background-color: #151618;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-button__border-white:active, .t-button__border-white:focus, .t-button__border:active, .t-button__border:focus
{
    color: #9299a5;
    background-color: #151618;
}
.t-button__border-white:hover, .t-button__border:hover
{
    color: #fff;
    background-color: #1e2023;
}
.t-button__disabled
{
    pointer-events: none;
    cursor: not-allowed;
    user-select: none;
    background: rgba(255,237,72,.25);
}
.t-button__disabled.t-button__border, .t-button__disabled.t-button__border-white
{
    color: hsla(0,0%,100%,.25);
    background-color: rgba(21,22,24,.25);
}
.t-button__disabled.t-button__link
{
    background: transparent;
}
.t-button__disabled:before
{
    display: none;
}
.t-button__loading .t-loading
{
    margin: 0 5px 0 0;
}
.t-button__loading.t-button__icon-right .t-loading
{
    margin: 0 0 0 5px;
}
.t-button__block
{
    width: 100%;
}
.t-close
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-close:hover
{
    opacity: .8;
}
.t-close:after, .t-close:before
{
    position: absolute;
    width: 18px;
    height: 2px;
    content: "";
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
}
.t-close:after
{
    transform: rotate(-45deg);
}
.t-login-twofa .t-back
{
    display: none;
}
.t-login-twofa__description .text
{
    color: hsla(0,0%,100%,.5);
    text-align: center;
}
.t-login-twofa__action, .t-login-twofa__description .verification-code-input
{
    margin: 16px 0 0;
}
.t-login-twofa.t-login+.t-login__help
{
    padding: 20px 0 0;
}
.t-login-twofa.t-login+.t-login__help:before
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: hsla(0,0%,100%,.1);
}
.t-login_forgot-password
{
    margin-bottom: -64px;
}
.t-login_forgot-password .t-back, .t-login_forgot-password .t-login__text
{
    display: none;
}
.t-login_forgot-password .t-login__input .t-input__wrap .t-input__input:before
{
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    width: 17px;
    height: 15px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEzLjE2Ny45MTdINC44MzNjLTIuNSAwLTQuMTY2IDEuMjUtNC4xNjYgNC4xNjd2NS44MzNjMCAyLjkxNyAxLjY2NiA0LjE2NyA0LjE2NiA0LjE2N2g4LjMzNGMyLjUgMCA0LjE2Ni0xLjI1IDQuMTY2LTQuMTY3VjUuMDg0YzAtMi45MTctMS42NjYtNC4xNjctNC4xNjYtNC4xNjd6bS4zOTEgNS4wNzVMMTAuOTUgOC4wNzVjLS41NS40NDItMS4yNS42NTktMS45NS42NTlzLTEuNDA4LS4yMTctMS45NS0uNjU5TDQuNDQyIDUuOTkyYS42NDEuNjQxIDAgMDEtLjEtLjg4My42MjMuNjIzIDAgMDEuODc1LS4xbDIuNjA4IDIuMDgzYy42MzMuNTA4IDEuNzA4LjUwOCAyLjM0MiAwbDIuNjA4LTIuMDgzYS42MTUuNjE1IDAgMDEuODc1LjEuNjMyLjYzMiAwIDAxLS4wOTIuODgzeiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==);
    transform: translateY(-50%);
}
.t-login__change-password .t-back
{
    display: inline-flex;
    margin-bottom: 12px;
}
.t-login__change-password .t-popup__body .v-popover .trigger
{
    width: 100%;
}
.t-login__change-password .verification-code-input
{
    margin: 8px 0 0;
}
.t-login__change-password.t-login+.t-login__help
{
    padding: 20px 0 0;
}
.t-login__change-password.t-login+.t-login__help:before
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: hsla(0,0%,100%,.1);
}
.t-social
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 56px;
}
@media(max-width: 767px)
{
    .t-social
    {
        margin-top: 32px;
    }
}
.t-social__terms
{
    max-width: 300px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: hsla(0,0%,100%,.5);
    text-align: center;
}
.t-social__terms+h4
{
    margin: 20px 0 0;
}
.t-social h4
{
    position: absolute;
    top: -7px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2c2d30;
    transform: translateX(-50%);
}
.t-social h4 span
{
    margin: 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
    white-space: nowrap;
}
.t-social .social-link
{
    flex-direction: row;
    gap: 8px;
    width: 100%;
    padding: 24px 0;
    border: 1px solid #36373a;
    border-radius: 16px;
}
.t-social .social-link, .t-social .social-link__item
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.t-social .social-link__item
{
    position: relative;
    padding: 12px;
    cursor: pointer;
    background-color: rgba(116,121,129,.1);
    border: none;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-social .social-link__item .t-icon
{
    width: 19px;
    height: 19px;
    filter: brightness(0) saturate(100%) invert(59%) sepia(1%) saturate(2559%) hue-rotate(182deg) brightness(80%) contrast(105%);
}
.t-social .social-link__item .t-telegram
{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.t-social .social-link__item .t-telegram.opacity
{
    opacity: 0;
}
.t-social .social-link__item .t-telegram-button
{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.t-social .social-link__item .t-telegram-button.opacity
{
    opacity: 0;
}
.t-social .social-link__item:hover
{
    background: #1e2023;
}
.t-login-modal.t-popup
{
    padding: 0 12px;
}
.t-login-modal .t-popup__close
{
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IC42NjdDNi42NTMuNjY3LjY2NyA2LjY1NC42NjcgMTRjMCA3LjM0NyA1Ljk4NiAxMy4zMzQgMTMuMzMzIDEzLjMzNFMyNy4zMzMgMjEuMzQ3IDI3LjMzMyAxNEMyNy4zMzMgNi42NTQgMjEuMzQ3LjY2NyAxNCAuNjY3em00LjQ4IDE2LjRhMS4wMDYgMS4wMDYgMCAwMTAgMS40MTNjLS4yLjItLjQ1My4yOTQtLjcwNy4yOTRhLjk4OS45ODkgMCAwMS0uNzA2LS4yOTRMMTQgMTUuNDE0bC0zLjA2NyAzLjA2NmEuOTkuOTkgMCAwMS0uNzA2LjI5NC45ODkuOTg5IDAgMDEtLjcwNy0uMjk0IDEuMDA2IDEuMDA2IDAgMDEwLTEuNDEzTDEyLjU4NyAxNCA5LjUyIDEwLjkzNGExLjAwNiAxLjAwNiAwIDAxMC0xLjQxNCAxLjAwNiAxLjAwNiAwIDAxMS40MTMgMEwxNCAxMi41ODdsMy4wNjctMy4wNjdhMS4wMDYgMS4wMDYgMCAwMTEuNDEzIDAgMS4wMDYgMS4wMDYgMCAwMTAgMS40MTRMMTUuNDEzIDE0bDMuMDY3IDMuMDY3eiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
    opacity: .8;
}
.t-login-modal .t-popup__component
{
    min-height: 239px;
    padding: 0;
    background: #2c2d30;
}
.t-login
{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px 40px;
}
@media(max-width: 767px)
{
    .t-login
    {
        padding: 24px 16px;
    }
}
.t-login__input:not(:first-child)
{
    margin-top: 15px;
}
.t-login__popover
{
    margin-top: 8px;
}
.t-login__popover .trigger
{
    width: 100%;
}
.t-login__header
{
    order: 3;
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-align: left;
}
.t-login__input
{
    width: 100%;
}
.t-login__input-login:before
{
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEzLjE2Ny45MTdINC44MzNjLTIuNSAwLTQuMTY2IDEuMjUtNC4xNjYgNC4xNjd2NS44MzNjMCAyLjkxNyAxLjY2NiA0LjE2NyA0LjE2NiA0LjE2N2g4LjMzNGMyLjUgMCA0LjE2Ni0xLjI1IDQuMTY2LTQuMTY3VjUuMDg0YzAtMi45MTctMS42NjYtNC4xNjctNC4xNjYtNC4xNjd6bS4zOTEgNS4wNzVMMTAuOTUgOC4wNzVjLS41NS40NDItMS4yNS42NTktMS45NS42NTlzLTEuNDA4LS4yMTctMS45NS0uNjU5TDQuNDQyIDUuOTkyYS42NDEuNjQxIDAgMDEtLjEtLjg4My42MjMuNjIzIDAgMDEuODc1LS4xbDIuNjA4IDIuMDgzYy42MzMuNTA4IDEuNzA4LjUwOCAyLjM0MiAwbDIuNjA4LTIuMDgzYS42MTUuNjE1IDAgMDEuODc1LjEuNjMyLjYzMiAwIDAxLS4wOTIuODgzeiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==);
}
.t-login__input-login:before, .t-login__input-password:before
{
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    width: 17px;
    content: "";
    transform: translateY(-50%);
}
.t-login__input-password:before
{
    height: 18px;
    background-image: url(../../willbettingde/image/password.c95e3b9.svg);
}
.t-login .t-input__wrap .t-input__input input
{
    height: 52px;
    padding: 16px 16px 16px 40px;
    background-color: #212326;
}
.t-login .t-input__wrap .t-input__input .t-input__password
{
    background-color: transparent;
    background-size: auto;
}
.t-login .t-input__label
{
    top: 16px;
    left: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #747981;
}
.t-login__body
{
    order: 3;
}
.t-login__body .phone-number
{
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-align: center;
}
.t-login__help
{
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    order: 5;
    margin-top: 15px;
}
.t-login__help .t-link
{
    font-size: 14px;
}
.t-login__almost-there
{
    padding: 23px 16px;
}
.t-login__recaptcha
{
    margin: 15px 0 0;
}
.t-login__recaptcha #gRecaptcha
{
    display: flex;
    justify-content: center;
}
.t-login__action
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    order: 4;
    margin-top: 12px;
}
.t-login__action.is-only-login .t-login__link_pass
{
    order: 2;
}
.t-login .t-social
{
    gap: 24px;
    margin: 0 0 20px;
}
@media(max-width: 767px)
{
    .t-login .t-social
    {
        margin: 0 0 32px;
    }
}
.t-login .t-social h4
{
    position: relative;
    top: unset;
    left: unset;
    transform: none;
}
.t-login .t-social h4 span
{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.t-login .t-social .social-link
{
    background: #353639;
    border: 1px solid #353639;
}
.t-login .t-social .social-link__item
{
    background: #ffed48;
}
.t-login .t-social .social-link__item:hover
{
    background: #f9ec77;
}
.t-login .t-social .social-link__item .t-icon
{
    filter: brightness(0);
}
.t-login__block-buttons
{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
}
.t-login__block-buttons .t-button
{
    width: 100%;
}
.t-login__block-buttons .t-button__border
{
    display: flex;
    gap: 8px;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    height: 52px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #aeafb0;
    text-align: center;
    background: #353639;
    border-radius: 12px;
    transition: all .15s ease-in-out;
}
.t-login__block-buttons .t-button__border:hover
{
    color: #fff;
    background: #535457;
}
.t-login__block-buttons .t-button__border .t-link
{
    font-size: 16px;
    font-weight: 700;
    color: #ffed48;
}
.t-login__block-buttons .t-button__border .t-link:hover
{
    color: #f9ec77;
}
.t-login__block-buttons .t-login__button-login .t-button__wrap:after
{
    display: block;
    width: 23px;
    height: 22px;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjA0IDUuODA0YS45NTkuOTU5IDAgMDExLjQwMiAwbDMuMjMyIDMuMzljLjc2OC44MDYuNzY4IDIuMTE5IDAgMi45MjVsLTMuMjMyIDMuMzg5YS45NTkuOTU5IDAgMDEtMS40MDIgMCAxLjA3NiAxLjA3NiAwIDAxMC0xLjQ3bDMuMjI1LTMuMzgyTDkuMDQgNy4yNzVhMS4wNzYgMS4wNzYgMCAwMTAtMS40N3oiIGZpbGw9IiMwMDAiLz48L3N2Zz4=);
}
.t-login__button
{
    flex: 1 1 calc(50% - 8px);
    order: 1;
    height: 52px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.t-login__text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    text-align: center;
}
.t-login__link_pass
{
    position: absolute;
    top: 36px;
    left: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
@media(max-width: 767px)
{
    .t-login__link_pass
    {
        top: 29px;
    }
}
.t-login__link_pass .t-link
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #747981;
}
.t-login__link_pass .t-link:hover
{
    color: #fff;
}
.t-login:has(.t-social) .t-login__link_pass
{
    top: 197px;
}
@media(max-width: 767px)
{
    .t-login:has(.t-social) .t-login__link_pass
    {
        top: 201px;
    }
}
.t-login__link_newuser
{
    display: flex;
    flex: 1 1 calc(50% - 8px);
    align-items: center;
    order: 2;
    height: 52px;
    margin-left: 8px;
    font-size: 0;
}
.t-login__link-signup
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1px;
    line-height: 20px;
    cursor: pointer;
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-login__link-signup:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    content: "";
    background-image: linear-gradient(180deg,#373c41,#2d3237),linear-gradient(180deg,hsla(0,0%,100%,.1),rgba(0,0,0,.1));
    background-clip: content-box,border-box;
    background-origin: border-box;
    border: 1px double transparent;
    border-radius: 10px;
    transition: all 0s ease-in-out;
    transform: translate(-50%,-50%);
}
.t-login__link-signup:hover span
{
    color: #fff;
}
.t-login__link-signup:hover:before
{
    background-image: linear-gradient(180deg,#2d3237,#2d3237),linear-gradient(-180deg,hsla(0,0%,100%,.02),rgba(0,0,0,.2));
}
.t-login__link-signup:active span, .t-login__link-signup:focus span
{
    color: hsla(0,0%,100%,.5);
}
.t-login__link-signup:active:before, .t-login__link-signup:focus:before
{
    background-image: linear-gradient(180deg,#1e2328,#282d32),linear-gradient(180deg,rgba(0,0,0,.1),hsla(0,0%,100%,.1));
}
.t-login__link-signup span
{
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.t-login__link-signup .t-icon
{
    display: none;
}
.t-login__link_account
{
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    width: 100%;
    margin-top: 16px;
    text-align: center;
}
.t-login__link_account .t-link
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-login+.t-login__help
{
    padding: 0;
}
.t-login+.t-login__help:before
{
    display: none;
}
.t-login.separator+.t-login__help
{
    padding-top: 20px;
}
.t-login.separator+.t-login__help:before
{
    display: block;
}
.geo-jp .t-login-backdrop:after
{
    background-image: url(../../willbettingde/image/jp.30025cf.png);
    background-position: -56px;
}
@media(max-width: 767px)
{
    .geo-jp .t-login-backdrop:after
    {
        height: 100%;
        background-position: 0;
    }
}
.geo-kr .t-login-backdrop:after
{
    height: 442px;
    background-image: url(../../willbettingde/image/kr.2bcd6c3.png);
}
@media(max-width: 767px)
{
    .geo-kr .t-login-backdrop:after
    {
        height: 100%;
    }
}
.is-only-login .t-login__link_pass
{
    top: 36px;
    left: 198px;
}
.t-tabs
{
    position: relative;
    width: 100%;
}
.t-tabs__head
{
    gap: 3px;
    justify-content: space-between;
    padding: 3px;
    overflow: hidden;
    background: #151618;
    border-radius: 14px;
}
.t-tabs__head, .t-tabs__item
{
    display: flex;
    align-items: center;
}
.t-tabs__item
{
    flex-basis: 50%;
    justify-content: center;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 9px;
    transition: all 0s ease-in-out;
}
.t-tabs__item:first-child
{
    margin-right: 3px;
}
.t-tabs__item_active
{
    background: #1e2023;
    border-radius: 14px;
}
.t-tabs_style-button__head
{
    gap: 3px;
    padding: 2px;
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
}
.t-tabs_style-button .t-tabs__body
{
    margin: 16px 0 0;
}
.t-tabs_style-button__item
{
    display: flex;
    flex-basis: 50%;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 9px;
    transition: all 0s ease-in-out;
}
.t-tabs_style-button__item:before
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .t-tabs_style-button__item
    {
        text-align: center;
    }
}
.t-tabs_style-button__item:hover
{
    background: #230a5a;
    border: 1px solid #6e50c3;
}
.t-tabs_style-button__item_active
{
    background: #23282d;
    border-color: hsla(0,0%,100%,.1);
}
.t-tabs_only-child .t-tabs__head
{
    display: none;
}
.t-tabs_only-child .t-tabs__body, .t-tabs_only-child.t-tabs_style-button .t-tabs__body
{
    margin: 0;
}
.t-game-item
{
    display: block;
    flex-basis: 16.6666%;
    padding: 8.5px;
}
@container(max-width:867px){.t-game-item{flex-basis:25%}}
@media screen and (max-width: 1279px)
{
    .t-game-item
    {
        padding: 8.5px;
    }
}
@media screen and (max-width: 1023px)
{
    .t-game-item
    {
        flex-basis: 25%;
        padding: 8.5px;
    }
}
@media screen and (max-width: 767px)
{
    .t-game-item
    {
        flex-basis: 50%;
        padding: 6px;
    }
}
.t-game-item:hover .t-game-item__hover-name, .t-game-item:hover .t-game-item__hover-provider
{
    transform: translateY(0);
}
.t-game-item:hover .t-game-item__hover-provider
{
    opacity: .64;
}
.t-game-item:hover .t-game-item__hover, .t-game-item:hover .t-game-item__hover-name, .t-game-item:hover .t-game-item__hover-play
{
    opacity: 1;
}
.t-game-item:hover .t-game-item__hover-play
{
    transform: translateY(-50%);
}
.t-game-item:hover .t-game-item__img
{
    transition: .3s;
    transform: scale(1.14);
}
.t-game-item:not(:hover) .t-game-item__img
{
    transition: .3s;
    transform: scale(1);
}
.t-game-item__is-group-available .t-popup__component .t-popup__header
{
    font-size: 0;
}
.t-game-item__is-group-available .t-popup__component .t-icon-status
{
    margin: 0 auto;
}
.t-game-item__is-group-available .t-popup__component .t-popup__body
{
    margin: 0;
}
.t-game-item__equal
{
    position: relative;
    width: 100%;
    padding-top: 133.3333%;
}
.t-game-item__wrap
{
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
}
.t-game-item__wrap_mobile .t-opacity-enter-active, .t-game-item__wrap_mobile .t-opacity-leave-active
{
    opacity: 0;
    transition: all 0s ease;
}
.t-game-item__wrap_mobile .t-opacity-enter-active .t-game-item__hover-name, .t-game-item__wrap_mobile .t-opacity-enter-active .t-game-item__hover-provider, .t-game-item__wrap_mobile .t-opacity-leave-active .t-game-item__hover-name, .t-game-item__wrap_mobile .t-opacity-leave-active .t-game-item__hover-provider
{
    top: -66px;
    opacity: 0;
}
.t-game-item__wrap_mobile .t-opacity-enter-active .t-game-item__hover-play, .t-game-item__wrap_mobile .t-opacity-leave-active .t-game-item__hover-play
{
    opacity: 0;
    transform: translateY(0);
}
.t-game-item__wrap_mobile .t-opacity-enter-from, .t-game-item__wrap_mobile .t-opacity-leave-to
{
    opacity: 0;
    transition: all .3s ease;
}
.t-game-item__wrap_mobile .t-opacity-enter-from .t-game-item__hover-play, .t-game-item__wrap_mobile .t-opacity-leave-to .t-game-item__hover-play
{
    opacity: 0;
    transform: translateY(0);
}
.t-game-item__img
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #24242b;
    background-size: 200% 100%;
}
.t-game-item__img img, .t-game-item__img object, .t-game-item__img picture
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    pointer-events: none;
}
.t-game-item__label
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: baseline;
    width: auto;
    height: 32px;
    padding: 5px 20px 2px 8px;
    clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    background-color: #131f88;
}
.t-game-item__label span
{
    font-size: 10px;
    font-weight: 600;
}
.t-game-item__label_new
{
    background-color: #0abe73;
}
.t-game-item__label_featured
{
    background-color: #6e6ef0;
}
.t-game-item__label_tournament
{
    background-color: #fa5a19;
}
.t-game-item__label_hot
{
    background-color: #ff8a00;
}
.t-game-item__label_buy-bonus
{
    background-color: #ff6b6b;
}
.t-game-item__label_best-choice
{
    background-color: #1e6ee1;
}
.t-game-item__label_popular
{
    background-color: #df61eb;
}
.t-game-item__label_top-live
{
    background-color: #3d3add;
}
.t-game-item__label_drops-and-wins
{
    background-color: #a076f4;
}
.t-game-item__label_jackpot
{
    background: #6e6ef0;
}
.t-game-item__hover
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: linear-gradient(180deg,rgba(255,237,72,.64),rgba(255,116,72,0) 70%,rgba(255,237,72,.64));
    background-color: rgba(21,21,25,.8);
    border-radius: 12px;
    opacity: 0;
    transition: .3s;
}
.t-game-item__hover-hidden
{
    pointer-events: none;
    visibility: hidden;
}
.t-game-item__hover-name
{
    position: relative;
    top: 0;
    width: 100%;
    padding: 0 12px;
    margin: 20px 0 0;
    overflow: hidden;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: .3s;
    transform: translateY(-20px);
}
@media screen and (max-width: 1023px)
{
    .t-game-item__hover-name
    {
        margin: 34px 0 0;
        font-size: 12px;
        line-height: 14px;
    }
}
.t-game-item__hover-provider
{
    position: relative;
    top: 0;
    width: 100%;
    padding: 0 24px;
    margin: 4px 0 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: .3s;
    transform: translateY(-20px);
}
@media screen and (max-width: 1279px)
{
    .t-game-item__hover-provider
    {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1023px)
{
    .t-game-item__hover-provider
    {
        padding: 0 5px;
        font-size: 10px;
    }
}
.t-game-item__hover-play
{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    transition: .3s;
    transform: translateY(0);
}
@media screen and (max-width: 1023px)
{
    .t-game-item__hover-play
    {
        padding: 0 12px;
    }
}
.t-game-item__hover-favorite
{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: none;
    cursor: pointer;
}
.t-game-item__hover-favorite .t-icon-heart
{
    width: 20px;
    height: 20px;
}
.t-game-item__hover-favorite .t-icon-heart_active
{
    animation: heartbeat .3s ease-in-out;
}
.t-game-item__hover-favorite .t-loading
{
    filter: invert(39%) sepia(77%) saturate(643%) hue-rotate(218deg) brightness(80%) contrast(94%);
}
.t-game-item_col-1
{
    flex-basis: 100%;
}
.t-game-item_col-2
{
    flex-basis: 50%;
}
.t-game-item_col-3
{
    flex-basis: 33.33%;
}
.t-game-item_col-4
{
    flex-basis: 25%;
}
.t-game-item_col-5
{
    flex-basis: 20%;
}
.t-game-item_col-6
{
    flex-basis: 16.66%;
}
.t-game-item_col-7
{
    flex-basis: 14.28%;
}
.t-game-item_col-8
{
    flex-basis: 12.5%;
}
.t-game-item_col-9
{
    flex-basis: 11.11%;
}
.t-game-item__more
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
}
.t-game-item__access-prohibited .t-game-item__hover
{
    background: linear-gradient(180deg,rgba(255,116,72,.64),rgba(255,116,72,0) 70%,rgba(255,116,72,.64));
    border: 2px solid #ff7f57;
}
.t-game-item__access-prohibited .t-game-item__hover-name
{
    padding: 0 18px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    white-space: normal;
}
.t-game-item__access-prohibited .t-game-item__hover-provider
{
    position: relative;
    padding: 0 18px;
    margin: 10px 0 0;
    overflow: visible;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    white-space: normal;
    opacity: .64;
}
.t-game-item__access-prohibited .t-game-item__hover-provider:after
{
    position: absolute;
    bottom: -64px;
    left: 18px;
    width: 64px;
    height: 64px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiI+PGltYWdlIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgaHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFFZ0FBQUJJQ0FNQUFBQmlNME4xQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk5BQUI2SmdBQWdJUUFBUG9BQUFDQTZBQUFkVEFBQU9wZ0FBQTZtQUFBRjNDY3VsRThBQUFCNWxCTVZFVkhjRXlac2RGZmNYdGxncDE3aW9xRGhJUnptSjJEbjhLRmg0WjdrNVJiak81UmZ0cFhodXBUaWV0Vmh1dFNnT1ZhZnJob2lLWndsNWhRVlZwbmxkaFBmZDloZmE5cWNuTlplS0ZYanZaZGpmWm5iV3hqZG5aTGVkOU9mK2x4b3ZwdW9PS0FxKzlubUwwMlB6ODRRRUZQVWxKUGEzSkJiZERIMmVBL1o4cGpqL1ZRVWxKUlcyVzkwZVBONGVsT1dXUmFjM2JaM3R4SlZWWkNhOGhGbC84MFpwQStZcGxGWDN3Nk96ZFBrK3RRbXZzdVdJQkFYWHhPVWxJcVZIdFBaMmxaZUhzOVo0dGhoWVpWZW5wU2RuWlJkWGRZZkgxc21wcUJtWmR1bDVkTVRVMDROak5YVmxJME15OWRoOWRYZk1CZmpmZGZlWnRvYW1abFptTmtoYTFiaWZVMk9UcEVSa1ZtbE5SNXFQOS9yditIc3YrTXR2OUtoUEZubS95UHUvK1V3djJEdHZFMlAwQmhrL3VleS82ZXdPS1JyY1dUbnA5K3F1Wk5qL1Z6a2E5Z3FmODNacTAwU0UxUm5lZzBjY1lwVTVValNvZ3JkdVlXVks2dnpmL1M0ZjNuN2ZFOGhObFVWVk1XWU1wVGJYR3V0N1RRMWRQSHpjbDBoSVJLWFdBbVJIVmNYbHpEeDhPb3JLbU1rcEM0d0wwcVQzRzJ1N2hMYW1wY2VIdWtzcSsrd2I1ZmNuRmxmMzVJWTJlYnBhUTZUMUZIU2twV1dWWnZjbkJGV0ZaalpHR0Jnbjkra1k1M2VYZFBaV1JsZW5tVnJLcW92TGxyam8xT1VWSmhZbC95OS9YLy8vL3YyT3FyQUFBQVRuUlNUbE1BQlJrTEw5VndDUDRsSmp0YmU1ZXlIUktXQkJmbTVxbEwyN3ZLaHN6Ni92MmpRMm5yeUZ0aFFZWHV0VUwyYzZJMi9ZeTBzYUw3YnRMeS9jOGxxZnZnbGZYK2Njbjk1TUw5NWY3WTQrRDl3SklwQUFBQUFXSkxSMFNoS2RTT05nQUFBQWQwU1UxRkIrY0lHUkFFTklNS1FJOEFBQVNxU1VSQlZGakQ3WmJwVnhwWEdJY1ZWSEJEVUltN0VtTk5Za3hGMDJpS3FBUkVEV2xoUURZVkZNZGxFTnlJMFNDckNJZ2d5STVibGY2cHZYY0dVUk1MOXJTZmVuZ08zT0VNZHg3ZTl6ZHo3NkdvcUVDQkFnVUtGQ2lRajJJUytiOFJsWlNXUGYxSEtjVTVSTlRTOGljNHlCV1ZWZFcwR2xwMTVmMEdLSFJHOW5ONUtiV1drdE5SVjE5WlJhdGhNc1VTUkN5VlBtdG96RTV2ckdscXJyeWRSV3FSVGJlU2NsUlNSV3RqdGtza2NybFkzdEhCWW9IWDg4Nk1xcEtwUUpxcU1pWFd2ZWhTcW43cVpqeXFvYitzWVVva1VqRWlWNnM3Wm1ZQmMzT2F1ZG1PNTYvd3NPcGV0eXVRSGxvRklZSW1wZXBONzQvOTBhdmIyclZTaVZ5c25vZVdPWTFtWVdGQnA5TXRMQ3krL1JrMzBkc1VDZ1JwcnNyV2hLSm9WeC83NFMwaFZ3RU5zclFFSkRONEpVQ2pXeWJRdmUxL2hVOTYyUTVOUGRXTWV5YTBhd0JYVVNybzhGeGxEZFRNZCtDMVFBMzA2SloxSzZ1cm1FNmpYeVVlR3ZJN3JRSXZpbWl2cUJzM2dhb2FPNnQvYVhwUEFna3p0V3RFTVlRRmVoWVg5WEtEd2NCU0c5ZldCNGV5ZVVOQTVrUS92UitnYUdQOVY0N1JhQng4MTZSQTVtZG00ZVZ6MEFQZWVyM0JJTld6NUt4TkkwZTd0VzBhNW1aeWVhM0ZUWW9lV2oxK2dqdUNvcXAxRG1kTisrWExqa1R6ZFhkM0QyZDNkMW1qWjZubGNpbTRjWnVibkxWdlcrdmJKdE53NzIyVTNEWkNwRUF5anhTOWI4TTh1TCsvdjdPelk3SlliZjAyZ243N25zMWhrTXVCWkRNak1abEcrNGg2aWhrbDVSU1lOeTVhNnFtdUFKazBOMG1jRzNEV3dRR3FWTHF3bGNVVjI2SGI0NlllMnIzMmxjMXZ1T1FBY0RRNlBFUThnK1d0TFdOakRieG5ZZ1FCbXFVbFJUdVRxVVU2TkY5dGpnMGNkR043YTgxb1hLUzZNZCtoL2REbnMxcXhqd2M0UjFCenV3N0k3SUd4NCtOamk1OFAybFpvdFZxeFdyOWk2d2ZOMkRFbmJ0cUNrUnM1Rm1yZ3hHc05ZSTVnTUJRNlBRS1MwZUgzM2ZlWFV6RlhNQzRVQ2kwV2k5QXZsUnZDUGkvZzBHN3IzN01ISXhzUjU1WVdSTDYvZnhTTnhhbGh6T0VIOC9oODRVZGc0ZjZ3ajVCNGZzdnBxVE9SaUNWVG1EdmdPOEZMY3Z0U1o0bUllUnNrdm0wNmlrUWlpWGpZSFQ3ajh5Y21hOHZZajYvSFRvZk01WElsNCtjZXpHMzFlZTN1QU5YajhWZ0QzckFsQXJvQWpzU0ZKWGpwY0p4TlRkVjJsdi85TnNyZ1RRVEJ2RFBzeXZvSHdPdndZT0FRQ0o4NWdoZUpoUE1DZkhsNUdRcnhyNjgvbGVYZWpNbHNRY01FLzNycUtnQkZnYXN3Qmh5V2kxUG42YVhmRHhRaFBwUjhtaXdyS2NvTG1kM05Hd2V5NjJ0K3lHODV2ampHOFVNRDdxZ3R5OVhUOTZtekJVQW16REEremhQVVRnS2dnL0ZVeDExZUpZMkNWaDVQME0ybWd3TEk5WFFHNVI4N0hsRDg3eTR2VU9EL1FkM1R5QzhheVVWZlE0YSszcndpMFUwT1pCZ1docmpqYi9MdUlpSmdFa1dqVVJFWVZLb29IRzZKcXM3ZEdUeWlGL2xFNTNGejFDV2JUa2RSVVN4bVZpbVZJdUFGLzdVQVNtVThsVXBSQWFsejBXZHVIbEZjWnI1eEpWMHVrZW9tWmphclVKVklCRVd3UWxRVlA3OGxqUTdrRWNWY1dXSTRaZ2d4cG54M25QL0d6aTF5cGRQcFpES1pUdUtIYVFJWlBxYXh3enV3WkFNNXJ3aDNBSXZzSVhIcnlUMVNzdTRuaUFnYlVVMFc2dDZmOXppSnQ1RHlpVndQZ1U1WXBDejFnT25wb1Z5aTM3L2o4Mk44SUJqSmtkSmZ3OGNra3Q1TTJPa0FBQUFsZEVWWWRHUmhkR1U2WTNKbFlYUmxBREl3TWpNdE1EZ3RNalZVTVRRNk1EUTZOVElyTURJNk1EQ3pDMmU2QUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ESXpMVEE0TFRJMVZERTBPakEwT2pVeUt6QXlPakF3d2xiZkJnQUFBQUJKUlU1RXJrSmdnZz09Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-game-item__access-prohibited .t-game-item__img:before
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(21,21,25,.8);
}
.t-game-play
{
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.t-game-play__button
{
    position: static;
    width: 100%;
    max-width: 140px;
    height: 26px;
    padding: 12px;
    visibility: hidden;
    border: 1px solid hsla(0,0%,100%,.25);
}
.t-game-play__button .t-button__wrap
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.t-game-play__button a, .t-game-play__button a:visited
{
    color: #fff;
    text-decoration: none;
    border: none;
}
.t-game-play__button:after
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    visibility: visible;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='50' fill='none'%3E%3Cg opacity='.8' filter='url(%23filter0_b_5635_120969)'%3E%3Cpath d='M11.804 1.37C6.834-2.111 0 1.445 0 7.513v34.976c0 6.069 6.834 9.624 11.804 6.141L36.825 31.1c4.233-2.966 4.233-9.235 0-12.2L11.805 1.37z' fill='url(%23paint0_linear_5635_120969)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5635_120969' x1='20' y1='0' x2='20' y2='50' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFED48'/%3E%3Cstop offset='1' stop-color='%23FFB648'/%3E%3C/linearGradient%3E%3Cfilter id='filter0_b_5635_120969' x='-3' y='-3' width='46' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='1.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_5635_120969'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_5635_120969' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translate(-50%,-50%);
}
.t-game-play__link
{
    display: none;
    width: fit-content;
    margin-top: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}
.t-game-play__link:hover
{
    color: #ffe65f;
    text-decoration: none;
}
@media screen and (max-width: 1023px)
{
    .t-game-play__link
    {
        margin-top: 6px;
        font-size: 10px;
    }
}
.t-game-more
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px;
    cursor: pointer;
    background: #090a0c;
}
.t-game-more__icon
{
    order: 2;
    width: 16px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjI5MyAxLjcwN0ExIDEgMCAxMTExLjcwNy4yOTNsNCA0YTEgMSAwIDAxMCAxLjQxNGwtNCA0YTEgMSAwIDAxLTEuNDE0LTEuNDE0TDEyLjU4NiA2SDFhMSAxIDAgMTEwLTJoMTEuNTg2bC0yLjI5My0yLjI5M3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.t-game-more__icon, .t-game-more__title
{
    position: relative;
    z-index: 2;
    transition: .3s;
}
.t-game-more__title
{
    order: 1;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #acacac;
    text-align: center;
}
.t-game-more__img
{
    display: none;
}
.t-game-more__bg
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
    opacity: .25;
    transition: .3s;
}
.t-game-more:hover .t-game-more__icon
{
    animation: checkbox-error .3s;
}
.t-game-more:hover .t-game-more__title
{
    color: #fff;
}
.t-game-more:hover .t-game-more__bg
{
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
}
.t-game-list
{
    width: 100%;
    container-type: inline-size;
}
.t-game-list__content
{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 12px);
    margin: 0 -6px;
}
@media screen and (max-width: 1279px)
{
    .t-game-list__content
    {
        width: calc(100% + 10px);
        padding: 0;
        margin: 0 -5px;
    }
}
@media screen and (max-width: 1023px)
{
    .t-game-list__content
    {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 767px)
{
    .t-game-list__content
    {
        width: calc(100% + 7px);
        margin: 0 -3.5px;
    }
}
.t-game-list__more
{
    display: flex;
    justify-content: center;
    width: 100%;
}
.t-game-list__more-button
{
    width: auto;
}
.t-game-list-notfound
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 118px 0 164px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
    text-align: center;
}
.t-game-list-notfound p
{
    max-width: 460px;
    text-align: center;
}
.t-game-list-notfound a
{
    color: #ffed48;
}
.t-game-list-notfound .content
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.t-game-list-notfound .content__image
{
    display: none;
    order: 1;
}
.t-game-list-notfound .content p
{
    order: 2;
}
.t-game-list-notfound .content .t-links
{
    display: none;
}
.t-game-list-notfound .t-icon
{
    margin: 0 8px 0 0;
}
.t-main-games
{
    position: relative;
    width: 100%;
    margin: 0;
}
.t-main-games .t-game-item
{
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0;
}
@media screen and (max-width: 767px)
{
    .t-main-games .t-game-item
    {
        flex-basis: 50%;
        max-width: 50%;
    }
}
.t-main-games__content
{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 251px;
    padding: 0;
    margin: 0 auto;
}
@media(max-width: 1279px)
{
    .t-main-games__content
    {
        padding: 0;
    }
}
@media(max-width: 1023px)
{
    .t-main-games__content
    {
        padding: 0;
    }
}
@media(max-width: 767px)
{
    .t-main-games__content
    {
        min-height: 487px;
        padding: 0;
    }
}
.t-main-games__head
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 12px;
}
@media(max-width: 1023px)
{
    .t-main-games__head
    {
        margin: 0 0 12px;
    }
}
@media(max-width: 767px)
{
    .t-main-games__head
    {
        margin: 0 0 12px;
    }
}
.t-main-games__title
{
    display: flex;
    align-items: center;
}
.t-main-games__title-name
{
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}
.t-main-games__title-name span
{
    font-weight: 600;
}
@media(max-width: 1023px)
{
    .t-main-games__title-name
    {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }
}
@media(max-width: 767px)
{
    .t-main-games__title-name
    {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
}
.t-main-games__title-subname
{
    display: none;
}
.t-main-games__title .t-icon
{
    margin: 0 14px 0 0;
}
.t-main-games__title .t-icon.t-icon-title-gameShows
{
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
}
.t-main-games__title .t-icon.t-icon-title-recommended
{
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin: 0 12px 0 0;
}
.t-main-games__navigation
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.t-main-games__navigation_in-slider
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.t-main-games__navigation_in-slider .t-main-games__pagination
{
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.t-main-games__navigation_in-slider .t-main-games__pagination-next, .t-main-games__navigation_in-slider .t-main-games__pagination-prev
{
    position: relative;
    z-index: 3;
    display: block;
}
.t-main-games__navigation_in-slider .t-main-games__pagination-next.swiper-button-disabled, .t-main-games__navigation_in-slider .t-main-games__pagination-next.swiper-button-disabled+.t-main-games__shadow-next, .t-main-games__navigation_in-slider .t-main-games__pagination-next.swiper-button-disabled+.t-main-games__shadow-prev, .t-main-games__navigation_in-slider .t-main-games__pagination-prev.swiper-button-disabled, .t-main-games__navigation_in-slider .t-main-games__pagination-prev.swiper-button-disabled+.t-main-games__shadow-next, .t-main-games__navigation_in-slider .t-main-games__pagination-prev.swiper-button-disabled+.t-main-games__shadow-prev
{
    display: none;
}
.t-main-games__navigation_in-slider .t-main-games__pagination-next:focus, .t-main-games__navigation_in-slider .t-main-games__pagination-next:hover, .t-main-games__navigation_in-slider .t-main-games__pagination-prev:focus, .t-main-games__navigation_in-slider .t-main-games__pagination-prev:hover
{
    border-color: transparent;
}
.t-main-games__navigation_in-slider .t-main-games__pagination-next:hover, .t-main-games__navigation_in-slider .t-main-games__pagination-prev:hover
{
    filter: drop-shadow(0 0 2px #ce85fb);
}
@media(max-width: 767px)
{
    .t-main-games__navigation_in-slider .t-main-games__pagination-next:hover, .t-main-games__navigation_in-slider .t-main-games__pagination-prev:hover
    {
        filter: none;
    }
}
.t-main-games__navigation_in-slider .t-main-games__pagination-next
{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media(max-width: 767px)
{
    .t-main-games__navigation
    {
        justify-content: space-between;
    }
}
.t-main-games__shadow-next
{
    right: 0;
    background: linear-gradient(270deg,#000,transparent);
}
.t-main-games__shadow-next, .t-main-games__shadow-prev
{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 7%;
    max-width: 65px;
    height: 100%;
}
.t-main-games__shadow-prev
{
    left: 0;
    background: linear-gradient(90deg,#000,transparent);
}
.t-main-games__more
{
    padding: 8px 12px;
    margin-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background: #151618;
    border-radius: 9px;
}
.t-main-games__more:hover
{
    background: #2a2c30;
}
@media(max-width: 767px)
{
    .t-main-games__more
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.t-main-games__pagination
{
    display: flex;
}
@media(max-width: 767px)
{
    .t-main-games__pagination
    {
        display: none;
        width: 76px;
    }
}
.t-main-games__pagination-next, .t-main-games__pagination-prev
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 4px;
    background: #ffed48;
    border-radius: 9px;
}
.t-main-games__pagination-next:hover, .t-main-games__pagination-prev:hover
{
    background: #ffe673;
}
.t-main-games__pagination-next:active, .t-main-games__pagination-next:focus, .t-main-games__pagination-prev:active, .t-main-games__pagination-prev:focus
{
    background: #f5b940;
}
.t-main-games__pagination-next
{
    margin-left: 12px;
}
.t-main-games__pagination .swiper-button-disabled
{
    background: #151618;
}
.t-main-games__pagination .swiper-button-disabled:hover
{
    background: #1e2023;
}
.t-main-games__pagination .swiper-button-disabled:active, .t-main-games__pagination .swiper-button-disabled:focus
{
    background: #151618;
}
.t-main-games__pagination .swiper-button-disabled .t-icon
{
    filter: invert(1);
}
.t-main-games__body
{
    position: relative;
    width: calc(100% + 12px);
    margin: 0 -6px;
}
.t-main-games .t-game-list__content
{
    width: 100%;
    margin: 0;
}
.t-main-games .t-main-games-slider .t-main-games-slider__slide
{
    height: auto;
    background: none;
    border-radius: 0;
}
.t-main-games .t-main-games-slider.t-main-games-slide_skeleton .t-main-games-slider__slide
{
    max-width: none;
}
.t-main-games .t-main-games-slider.t-main-games-slide_skeleton .t-game-list
{
    min-width: 100%;
}
.t-main-games .t-main-games-slider.t-main-games-slide_skeleton .t-game-list__content
{
    flex-wrap: nowrap;
}
@media(max-width: 767px)
{
    .t-main-games .t-main-games-slider.t-main-games-slide_skeleton .t-game-list__content
    {
        flex-wrap: wrap;
    }
}
@media(max-width: 1023px)
{
    .t-main-games .t-main-games-slider.t-main-games-slide_skeleton .t-game-list .t-game-item:nth-child(n+5)
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .page-game .t-main-games_recommended .t-game-item, .t-game-search-modal .t-main-games_recommended .t-game-item
    {
        flex-basis: 100%;
        max-width: 100%;
    }
    .page-game .t-main-games_recommended .t-main-games__pagination, .t-game-search-modal .t-main-games_recommended .t-main-games__pagination
    {
        display: flex;
    }
}
.t-main-providers_skeleton
{
    position: relative;
    width: 100%;
}
.t-main-providers_skeleton__title
{
    height: 24px;
}
@media screen and (max-width: 1023px)
{
    .t-main-providers_skeleton__title
    {
        height: 20px;
    }
}
.t-main-providers_skeleton-container
{
    height: 100%;
    max-height: 100px;
    margin-top: 20px;
}
.t-main-providers_skeleton-container__list
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: 100px;
}
.t-main-providers_skeleton-container__item
{
    height: 48px;
    border-radius: 8px;
}
.t-main-providers
{
    position: relative;
    width: 100%;
}
.t-main-providers>:active, .t-main-providers>:focus, .t-main-providers>:focus-visible
{
    outline: 0 none transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media screen and (max-width: 1023px)
{
    .t-main-providers
    {
        margin: 0;
    }
}
.t-main-providers__head
{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    height: 32px;
}
.t-main-providers__head-buttons
{
    position: relative;
    right: 0;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    width: auto;
    height: 100%;
    margin: 0 0 0 auto;
}
.t-main-providers__head-buttons .t-slider-providers__button
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 4px;
    cursor: pointer;
    background: #ffed48;
    border-radius: 9px;
}
.t-main-providers__head-buttons .t-slider-providers__button:hover
{
    background: #ffe673;
}
.t-main-providers__head-buttons .t-slider-providers__button:active, .t-main-providers__head-buttons .t-slider-providers__button:focus
{
    background: #f5b940;
}
.t-main-providers__head-buttons .swiper-button-disabled
{
    background: #151618;
}
.t-main-providers__head-buttons .swiper-button-disabled:hover
{
    background: #1e2023;
}
.t-main-providers__head-buttons .swiper-button-disabled:active, .t-main-providers__head-buttons .swiper-button-disabled:focus
{
    background: #151618;
}
.t-main-providers__head-buttons .swiper-button-disabled .t-icon
{
    filter: invert(1);
}
.t-main-providers__head-buttons .t-icon-arrow-left
{
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEwIiB3aWR0aD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjY0OS4zNjZhMS4xNjYgMS4xNjYgMCAwMC0xLjY5OCAwbC0zLjYgMy43NWExLjI4NyAxLjI4NyAwIDAwMCAxLjc2OGwzLjYgMy43NWExLjE2NiAxLjE2NiAwIDAwMS42OTggMCAxLjI4NyAxLjI4NyAwIDAwMC0xLjc2OEwyLjg5NyA1IDUuNjUgMi4xMzRhMS4yODcgMS4yODcgMCAwMDAtMS43Njh6IiBmaWxsPSIjMDkwYTBjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
}
.t-main-providers__head-buttons .t-icon-arrow-right
{
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4zNTEuMzY2YTEuMTY2IDEuMTY2IDAgMDExLjY5OCAwbDMuNiAzLjc1Yy40NjguNDg4LjQ2OCAxLjI4IDAgMS43NjhsLTMuNiAzLjc1YTEuMTY2IDEuMTY2IDAgMDEtMS42OTggMCAxLjI4NyAxLjI4NyAwIDAxMC0xLjc2OEwzLjEwMyA1IC4zNSAyLjEzNGExLjI4NyAxLjI4NyAwIDAxMC0xLjc2OHoiIGZpbGw9IiMwOTBBMEMiLz48L3N2Zz4=");
}
.t-main-providers__title
{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
@media screen and (max-width: 1023px)
{
    .t-main-providers__title
    {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }
}
@media(max-width: 767px)
{
    .t-main-providers__title
    {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
}
.t-main-providers__container
{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-main-providers .list, .t-main-providers .slider-list
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: 110px;
    margin-top: 10px;
}
.t-main-providers .list::part(container), .t-main-providers .slider-list::part(container)
{
    padding-top: 5px;
    cursor: pointer;
}
.t-main-providers .list .swiper-notification, .t-main-providers .slider-list .swiper-notification
{
    display: none;
}
.t-main-providers .list-item, .t-main-providers .slider-list-item
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 145px;
    height: 38px;
    opacity: .25;
    transition: all 0s ease-in-out;
}
.t-main-providers .list-item:hover, .t-main-providers .slider-list-item:hover
{
    opacity: 1;
}
@media screen and (max-width: 1439px)
{
    .t-main-providers .list-item, .t-main-providers .slider-list-item
    {
        max-width: 110px;
        height: 30px;
    }
}
@media screen and (max-width: 1023px)
{
    .t-main-providers .list-item, .t-main-providers .slider-list-item
    {
        max-width: 72px;
        height: 20px;
    }
}
.t-main-providers .list-item__slider, .t-main-providers .slider-list-item__slider
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 18px 14px;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-main-providers .list-item__slider img, .t-main-providers .slider-list-item__slider img
{
    width: 100%;
    height: 100%;
}
.t-main-providers .list-item__slider[title=pragmatic] img, .t-main-providers .slider-list-item__slider[title=pragmatic] img
{
    height: calc(100% + 16px);
}
.t-main-providers .list-item__group, .t-main-providers .slider-list-item__group
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.t-main-providers .list .provider-wrap, .t-main-providers .slider-list .provider-wrap
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74px;
    border-radius: 12px;
    transition: all 0s ease-in-out;
    transform: none;
}
.t-main-providers .list .provider-wrap .list-item__background, .t-main-providers .list .provider-wrap .slider-list-item__background, .t-main-providers .slider-list .provider-wrap .list-item__background, .t-main-providers .slider-list .provider-wrap .slider-list-item__background
{
    height: 100%;
    background: #1c1e20;
    border-radius: 12px;
    opacity: 1;
    transition: all 0s ease-in-out;
}
@media not all and (pointer: coarse)
{
    .t-main-providers .list .provider-wrap:hover:not(:disabled), .t-main-providers .slider-list .provider-wrap:hover:not(:disabled)
    {
        transform: translateY(-5px);
    }
}
.t-main-providers .t-icon-provider-pragmatic
{
    height: calc(100% + 16px);
}
.t-main-winners-socket
{
    position: relative;
}
.t-main-winners-socket, .t-main-winners-socket__tabs
{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-main-winners-socket__tabs .t-tabs__head
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    width: fit-content;
    height: 100%;
    padding: 4px;
    border-radius: 12px;
}
.t-main-winners-socket__tabs .t-tabs__head .t-tabs__item
{
    padding: 9px 16px;
    margin-right: 0;
    color: #737880;
    text-align: center;
    white-space: nowrap;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-main-winners-socket__tabs .t-tabs__head .t-tabs__item:hover, .t-main-winners-socket__tabs .t-tabs__head .t-tabs__item_active
{
    color: #fff;
    background: #1e2023;
}
@media(max-width: 1023px)
{
    .t-main-winners-socket__tabs .t-tabs__body
    {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .t-main-winners-socket__tabs .t-tabs__body::-webkit-scrollbar
    {
        display: none;
    }
}
.t-main-winners-socket__tabs.t-tabs_style-button .t-tabs__head
{
    flex-wrap: nowrap;
    width: 100%;
}
@media(max-width: 1023px)
{
    .t-main-winners-socket__tabs.t-tabs_style-button .t-tabs__head
    {
        height: auto;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .t-main-winners-socket__tabs.t-tabs_style-button .t-tabs__head::-webkit-scrollbar
    {
        display: none;
    }
}
.t-main-winners-socket__tabs .t-tabs__item_active
{
    pointer-events: none;
}
.t-main-winners-socket-table
{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-main-winners-socket-table__row
{
    display: grid;
    grid-auto-columns: minmax(192px,1fr);
    grid-auto-flow: column;
    overflow: visible;
}
.t-main-winners-socket-table__row:nth-child(odd) .t-main-winners-socket-table__cell
{
    background: #151618;
}
.t-main-winners-socket-table__game
{
    position: relative;
    display: flex;
    align-items: center;
}
.t-main-winners-socket-table__game img
{
    display: none;
    width: 32px;
    max-width: 100%;
    height: 32px;
    margin: 0 12px 0 0;
    border-radius: 4px;
}
@media screen and (max-width: 767px)
{
    .t-main-winners-socket-table__game img
    {
        width: 14px;
        height: 14px;
        margin: 0 4px 0 0;
    }
}
.t-main-winners-socket-table__game.t-link
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.t-main-winners-socket-table__game.t-link:hover
{
    color: #ffed48;
}
.t-main-winners-socket-table__game span
{
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.t-main-winners-socket-table__game span:before
{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: bottom;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iNy40MzYiIHk9Ii4xNiIgd2lkdGg9IjUuODc5IiBoZWlnaHQ9IjE1LjY3NyIgcng9Ii44NzEiIGZpbGw9IiM3Mzc4ODAiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTE0LjYyMSAxLjAzMWEuODcuODcgMCAwMS44NzEtLjg3aDEuNTI0QTMuNDg0IDMuNDg0IDAgMDEyMC41IDMuNjQzdjguNzFhMy40ODQgMy40ODQgMCAwMS0zLjQ4NCAzLjQ4NGgtMS41MjRhLjg3MS44NzEgMCAwMS0uODctLjg3MVYxLjAzek0uMjUgMy42NDRBMy40ODQgMy40ODQgMCAwMTMuNzM0LjE2aDEuNTI0Yy40ODEgMCAuODcxLjM5Ljg3MS44NzF2MTMuOTM2YzAgLjQ4LS4zOS44Ny0uODcuODdIMy43MzNBMy40ODQgMy40ODQgMCAwMS4yNSAxMi4zNTV2LTguNzF6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi4yMSAzLjA5OWEuOTguOTggMCAwMTEuOTYgMHYxLjk2YS45OC45OCAwIDAxLTEuOTYgMHYtMS45NnptNy4xODYgMy45MmEuOTguOTggMCAxMTEuOTYgMHYxLjk2YS45OC45OCAwIDAxLTEuOTYgMHYtMS45NnptOC4xNjQgMi45NGEuOTguOTggMCAwMC0uOTguOTh2MS45NmEuOTguOTggMCAxMDEuOTYgMHYtMS45NmEuOTguOTggMCAwMC0uOTgtLjk4eiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==") no-repeat 50%;
}
.t-main-winners-socket-table__game .non-image
{
    display: none;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: #040c1c url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMS44OCAxNS4yMzhoNC4zMXYzLjgxaC01LjE4NWwtMS43NTEgNy42MTloLTMuODFsLS44NzUgMy44MWMtLjY1NCAyLjg4Ni0xLjQyNCA0Ljk0NS0yLjMwOSA2LjE3Ni0uODQ2IDEuMjMxLTIuMTU1IDEuODQ3LTMuOTI0IDEuODQ3LTIuMTE3IDAtMy41NC0uNzctNC4yNzEtMi4zMDktLjczMS0xLjU3Ny0uNS0zLjk2My42OTItNy4xNTZsLTkuODY5LjQwNGMtMS4xMTYgMi45NjItMS4zNjYgNS43MzMtLjc1IDguMzEuNjU0IDIuNTQgMi4xMTYgNC41OTggNC4zODYgNi4xNzYgMi4zMDkgMS41NCA1LjM0OCAyLjMwOSA5LjExOSAyLjMwOSAzLjQyNCAwIDYuMjMzLS41NzggOC40MjYtMS43MzIgMi4xOTMtMS4xOTMgMy45MDYtMi44NDcgNS4xMzctNC45NjMgMS4yNy0yLjExNiAyLjIzMi00LjU2IDIuODg2LTcuMzNsMS4yNzUtNS41NDJoMy44MWw0LjM4LTE5LjA0NEgzMy42M2wtMS43NSA3LjYxNXptMzkuMzI4IDI2LjY2N2MtMS4wOTcgMS4wNzEtMi40NjIgMS45MTctNC4wOTQgMi41MzYtMi4xOTMuODQ2LTQuNzcgMS4yNy03LjczMyAxLjI3SDM4LjI1N2w0LjQxNS0xOS4wNDRoMy44MWw0LjQxNS0xOS4wNDhoMTcuNzE4YzMuNTQgMCA2LjMxLjc4OSA4LjMxMSAyLjM2NiAyLjA0IDEuNTc4IDMuMDYgMy43NTIgMy4wNiA2LjUyMiAwIDIuOTI0LS44ODYgNS4yNzEtMi42NTYgNy4wNDEtMS41NDUgMS41NDUtMy4zOTYgMi41ODUtNS41NTQgMy4xMTloLTMuODFjLS4yNi4wNjQtLjUyNC4xMjEtLjc5NC4xN3YuMDU5YzIuMDc4LjE5MiAzLjc3Ljk2MiA1LjA3OSAyLjMwOCAxLjMwOCAxLjM0NyAxLjk2MiAzLjAyIDEuOTYyIDUuMDIxIDAgMS40MjUtLjE5NCAyLjcxNS0uNTgyIDMuODdoLTcuMDY4djMuODFoNC42NDV6TTU2Ljg0MiAyMy4yNmg3LjA0YzEuOTI1IDAgMy40MDYtLjQ0MyA0LjQ0NS0xLjMyOCAxLjAzOS0uOTIzIDEuNTU4LTIuMTE2IDEuNTU4LTMuNTc4IDAtMS4yMzEtLjQyMy0yLjExNi0xLjI3LTIuNjU1LS44MDgtLjUzOS0xLjg4NS0uODA4LTMuMjMyLS44MDhoLTYuNTc5bC0xLjk2MiA4LjM2OXptLTcuMzg4IDE1LjQ2N2g4LjI1M2MyLjA3OCAwIDMuNjc1LS40MDQgNC43OS0xLjIxMiAxLjExNi0uODA4IDEuNjc0LTIgMS42NzQtMy41NzggMC0yLjM4Ni0xLjU1OC0zLjU3OC00LjY3NS0zLjU3OGgtOC4wOGwtMS45NjIgOC4zNjh6IiBmaWxsPSIjM0NGNUZGIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC4wNyAxNS4yMzhoNC4zMTF2My44MWgtNS4xODZsLTEuNzUgNy42MTloLTMuODFsLS44NzYgMy44MWMtLjY1NCAyLjg4Ni0xLjQyMyA0Ljk0NS0yLjMwOCA2LjE3Ni0uODQ3IDEuMjMxLTIuMTU1IDEuODQ3LTMuOTI1IDEuODQ3LTIuMTE2IDAtMy41NC0uNzctNC4yNy0yLjMwOS0uNzMyLTEuNTc3LS41MDEtMy45NjMuNjkyLTcuMTU2bC05Ljg3LjQwNGMtMS4xMTUgMi45NjItMS4zNjUgNS43MzMtLjc1IDguMzEuNjU0IDIuNTQgMi4xMTcgNC41OTggNC4zODcgNi4xNzYgMi4zMDggMS41NCA1LjM0OCAyLjMwOSA5LjExOSAyLjMwOSAzLjQyNCAwIDYuMjMzLS41NzggOC40MjYtMS43MzIgMi4xOTMtMS4xOTMgMy45MDUtMi44NDcgNS4xMzYtNC45NjMgMS4yNy0yLjExNiAyLjIzMi00LjU2IDIuODg2LTcuMzNsMS4yNzUtNS41NDJoMy44MWw0LjM4LTE5LjA0NGgtOS45MjZsLTEuNzUgNy42MTV6bTM5LjMyOCAyNi42NjdjLTEuMDk3IDEuMDcxLTIuNDYxIDEuOTE3LTQuMDkzIDIuNTM2LTIuMTkzLjg0Ni00Ljc3MSAxLjI3LTcuNzM0IDEuMjdIMzQuNDQ4bDQuNDE0LTE5LjA0NGgzLjgxbDQuNDE2LTE5LjA0OGgxNy43MThjMy41NCAwIDYuMzEuNzg5IDguMzEgMi4zNjYgMi4wNCAxLjU3OCAzLjA2IDMuNzUyIDMuMDYgNi41MjIgMCAyLjkyNC0uODg1IDUuMjcxLTIuNjU1IDcuMDQxLTEuNTQ1IDEuNTQ1LTMuMzk3IDIuNTg1LTUuNTU0IDMuMTE5aC0zLjgxYy0uMjYuMDY0LS41MjUuMTIxLS43OTQuMTd2LjA1OWMyLjA3Ny4xOTIgMy43Ny45NjIgNS4wNzkgMi4zMDggMS4zMDggMS4zNDcgMS45NjIgMy4wMiAxLjk2MiA1LjAyMSAwIDEuNDI1LS4xOTQgMi43MTUtLjU4MiAzLjg3aC03LjA2OXYzLjgxaDQuNjQ1ek01My4wMzIgMjMuMjZoNy4wNDFjMS45MjQgMCAzLjQwNS0uNDQzIDQuNDQ0LTEuMzI4IDEuMDQtLjkyMyAxLjU1OS0yLjExNiAxLjU1OS0zLjU3OCAwLTEuMjMxLS40MjQtMi4xMTYtMS4yNy0yLjY1NS0uODA4LS41MzktMS44ODUtLjgwOC0zLjIzMi0uODA4aC02LjU4bC0xLjk2MiA4LjM2OXptLTcuMzg4IDE1LjQ2N2g4LjI1NGMyLjA3NyAwIDMuNjc0LS40MDQgNC43OS0xLjIxMiAxLjExNi0uODA4IDEuNjczLTIgMS42NzMtMy41NzggMC0yLjM4Ni0xLjU1OC0zLjU3OC00LjY3NC0zLjU3OGgtOC4wOGwtMS45NjMgOC4zNjh6IiBmaWxsPSIjREMwMEZGIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOS45NzYgMTUuMjM4aDQuMzF2My44MUgyOS4xbC0xLjc1IDcuNjE5aC0zLjgxbC0uODc2IDMuODFjLS42NTQgMi44ODYtMS40MjQgNC45NDUtMi4zMDkgNi4xNzYtLjg0NiAxLjIzMS0yLjE1NCAxLjg0Ny0zLjkyNCAxLjg0Ny0yLjExNiAwLTMuNTQtLjc3LTQuMjcxLTIuMzA5LS43MzEtMS41NzctLjUtMy45NjMuNjkyLTcuMTU2bC05Ljg2OS40MDRjLTEuMTE1IDIuOTYyLTEuMzY2IDUuNzMzLS43NSA4LjMxLjY1NCAyLjU0IDIuMTE2IDQuNTk4IDQuMzg2IDYuMTc2IDIuMzA5IDEuNTQgNS4zNDkgMi4zMDkgOS4xMiAyLjMwOSAzLjQyNCAwIDYuMjMyLS41NzggOC40MjUtMS43MzIgMi4xOTQtMS4xOTMgMy45MDYtMi44NDcgNS4xMzctNC45NjMgMS4yNy0yLjExNiAyLjIzMi00LjU2IDIuODg2LTcuMzNsMS4yNzUtNS41NDJoMy44MWw0LjM4LTE5LjA0NGgtOS45MjdsLTEuNzUgNy42MTV6bTM5LjMyNyAyNi42NjdjLTEuMDk3IDEuMDcxLTIuNDYxIDEuOTE3LTQuMDkzIDIuNTM2LTIuMTkzLjg0Ni00Ljc3MSAxLjI3LTcuNzM0IDEuMjdIMzYuMzUzbDQuNDE0LTE5LjA0NGgzLjgxbDQuNDE1LTE5LjA0OGgxNy43MTljMy41NCAwIDYuMzEuNzg5IDguMzEgMi4zNjYgMi4wNCAxLjU3OCAzLjA2IDMuNzUyIDMuMDYgNi41MjIgMCAyLjkyNC0uODg2IDUuMjcxLTIuNjU2IDcuMDQxLTEuNTQ0IDEuNTQ1LTMuMzk2IDIuNTg1LTUuNTUzIDMuMTE5aC0zLjgxYy0uMjYuMDY0LS41MjUuMTIxLS43OTUuMTd2LjA1OWMyLjA3OC4xOTIgMy43NzEuOTYyIDUuMDggMi4zMDggMS4zMDggMS4zNDcgMS45NjIgMy4wMiAxLjk2MiA1LjAyMSAwIDEuNDI1LS4xOTQgMi43MTUtLjU4MiAzLjg3aC03LjA2OXYzLjgxaDQuNjQ1ek01NC45MzcgMjMuMjZoNy4wNDFjMS45MjQgMCAzLjQwNS0uNDQzIDQuNDQ0LTEuMzI4IDEuMDM5LS45MjMgMS41NTgtMi4xMTYgMS41NTgtMy41NzggMC0xLjIzMS0uNDIzLTIuMTE2LTEuMjctMi42NTUtLjgwNy0uNTM5LTEuODg1LS44MDgtMy4yMzEtLjgwOGgtNi41OGwtMS45NjIgOC4zNjl6bS03LjM4OCAxNS40NjdoOC4yNTNjMi4wNzggMCAzLjY3NS0uNDA0IDQuNzktMS4yMTIgMS4xMTYtLjgwOCAxLjY3NC0yIDEuNjc0LTMuNTc4IDAtMi4zODYtMS41NTgtMy41NzgtNC42NzUtMy41NzhoLTguMDhsLTEuOTYyIDguMzY4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%;
    background-size: 80%;
    border-radius: 4px;
}
.t-main-winners-socket-table__user
{
    text-align: center;
}
.t-main-winners-socket-table__user span
{
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.t-main-winners-socket-table__amount
{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.t-main-winners-socket-table__amount_highlighted
{
    color: #59ec34;
}
.t-main-winners-socket-table__multiplier
{
    text-align: center;
}
.t-main-winners-socket-table__cell
{
    padding: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #9299a5;
    vertical-align: middle;
}
.t-main-winners-socket-table__cell:first-child
{
    border-radius: 16px 0 0 16px;
}
.t-main-winners-socket-table__cell:last-child
{
    text-align: right;
    border-radius: 0 16px 16px 0;
}
.t-main-winners-socket-table__cell:last-child .t-main-winners-socket-table__amount
{
    justify-content: flex-start;
}
.t-main-winners-socket-table__head
{
    padding: 5px 24px 11px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
.t-main-winners-socket-table__head:first-child
{
    text-align: left;
}
.t-main-winners-socket-table__head:last-child
{
    text-align: right;
    border-radius: 0 16px 16px 0;
}
.t-signup-modal.t-popup
{
    padding: 0;
}
@media(max-width: 767px)
{
    .t-signup-modal.t-popup
    {
        padding: 12px;
    }
}
.t-signup-modal .t-popup__close
{
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IC42NjdDNi42NTMuNjY3LjY2NyA2LjY1NC42NjcgMTRjMCA3LjM0NyA1Ljk4NiAxMy4zMzQgMTMuMzMzIDEzLjMzNFMyNy4zMzMgMjEuMzQ3IDI3LjMzMyAxNEMyNy4zMzMgNi42NTQgMjEuMzQ3LjY2NyAxNCAuNjY3em00LjQ4IDE2LjRhMS4wMDYgMS4wMDYgMCAwMTAgMS40MTNjLS4yLjItLjQ1My4yOTQtLjcwNy4yOTRhLjk4OS45ODkgMCAwMS0uNzA2LS4yOTRMMTQgMTUuNDE0bC0zLjA2NyAzLjA2NmEuOTkuOTkgMCAwMS0uNzA2LjI5NC45ODkuOTg5IDAgMDEtLjcwNy0uMjk0IDEuMDA2IDEuMDA2IDAgMDEwLTEuNDEzTDEyLjU4NyAxNCA5LjUyIDEwLjkzNGExLjAwNiAxLjAwNiAwIDAxMC0xLjQxNCAxLjAwNiAxLjAwNiAwIDAxMS40MTMgMEwxNCAxMi41ODdsMy4wNjctMy4wNjdhMS4wMDYgMS4wMDYgMCAwMTEuNDEzIDAgMS4wMDYgMS4wMDYgMCAwMTAgMS40MTRMMTUuNDEzIDE0bDMuMDY3IDMuMDY3eiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
    opacity: .8;
}
.t-signup-modal .t-popup__component
{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 47% 53%;
    padding: 0;
    background: #2c2d30;
    border-radius: 16px;
}
@media(max-width: 767px)
{
    .t-signup-modal .t-popup__component
    {
        display: block;
    }
}
.t-signup-modal .t-popup__wrap
{
    max-width: 832px!important;
    margin: auto 10px;
}
@media(max-width: 767px)
{
    .t-signup-modal .t-popup__wrap
    {
        margin: auto;
    }
}
.t-signup
{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px 40px;
}
@media(max-width: 767px)
{
    .t-signup
    {
        padding: 24px 16px;
    }
}
.t-signup-backdrop
{
    position: relative;
    grid-row: 1/3;
    grid-column: 1/2;
    overflow: hidden;
    background: linear-gradient(160deg,#f4cb27 -9.98%,#ffeb52 71.44%);
    border-radius: 20px 0 0 20px;
}
@media(max-width: 767px)
{
    .t-signup-backdrop
    {
        width: 100%;
        height: 228px;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
    }
}
.t-signup-backdrop:before
{
    position: absolute;
    top: 37px;
    left: 41px;
    width: 206px;
    height: 32px;
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM4AAAAgCAMAAABtj7cEAAAAPFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQLyYwAAAAE3RSTlMAn0CgYL8g3xDvgK9Qz3CPMJB/wq+AIQAAArxJREFUWMPl2Nl2mzAQBmCEtbKTef93rSuJGZlRJsinOSXtf4UBC31aJsHdP5YAfyvdd2SGi7kZZ9M9HVAecDG34lgDAM7mg9njhQEu5lYcFVuYj8Wl8IKGq7kTJ4DTT8m6wvPAQaA1GJseVZnRxZNGnRKCYjH5uwGKhkz+rksn6HpIl/8IJ6+r4YXj47ntdLv+DVrOjRjHG9aQdmLqYr7BgT42psVFTdf79zn1Ha/oSpwJzfZawJsaOLnzK3COd19z9MsTla5K+k9qsZuoUu/sWzvA3MwZ8inOyQaZ8wBVaOBR09hQEIaykAWP8zamEbTPeCwRrpUz0gM5pxslDnlkTTcVgJFWHS6xJY0aHkKPQ+yjscfMMsdZXL2Mk5gyhzxcU63EinEyNxTyAbeujb0ASq5sqYsf8dgQR+eNwzg5g8Qhj6jp+iqH5sHSHvbqmd3jGE+po0cc5GTA6dOOo8c5uU2ZQx7S8LjPOI4qde455QN4pR5EjqNh4Jw1MUQOeSRNZ3d15PkQjR8Gj1zWcx1P7i0cSzdxDmzps8QhD2reSajNjn00cnr8+1LlmHRxvsBRAOp9jS/6ZItKPTctNoqucvKJSeBQhX6InqW+2HRZKqJhKxeKPqZsvFQKKKbKCWmUJA5VaNFTKQXUHi/UuSkLsJ0LtczxFjvLObDKnFKDnjYOLSGTprGcnS3f4HvMKHNWRdPDOdDLHNKg5x3OePonx/pj1hyrOSJnwR1Y5xiRQxrytHPof0fetGni2IA9HqocWCQOacjTzuF1msZatXC8K45DlRP8Fxz9eHmafoPjq9XJf/ApkzlrPMbpqXFgZRw5zZz6y7UyofpyfVRqwz+NAGVD55fr16vj93EmaMgtfvowdc78Q3+Y0nWO/qk/Gw4VTlhw6q7lPpzO9jqm77p8NHn+NiTnRpz/Jr8AC+K7qv3Vtp8AAAAASUVORK5CYII=);
}
@media(max-width: 767px)
{
    .t-signup-backdrop:before
    {
        top: 24px;
        left: 16px;
    }
}
.t-signup-backdrop:after
{
    position: absolute;
    top: 206px;
    left: 0;
    width: 100%;
    height: 452px;
    content: "";
    background: url(../../willbettingde/image/en.9365cce.png) -14px;
}
@media(max-width: 767px)
{
    .t-signup-backdrop:after
    {
        inset: 0 -21px 0 auto;
        width: 197px;
        height: 100%;
        background-position: 0 0;
        background-size: cover;
    }
}
.t-signup-backdrop__subtitle
{
    position: relative;
    z-index: 1;
    display: block;
    width: fit-content;
    margin-top: 93px;
    margin-left: 41px;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    color: #000;
}
@media(max-width: 767px)
{
    .t-signup-backdrop__subtitle
    {
        margin-top: 80px;
        margin-left: 16px;
    }
}
.t-signup-backdrop__title
{
    position: relative;
    z-index: 1;
    display: block;
    width: fit-content;
    padding: 12px 16px;
    margin-top: 12px;
    margin-left: 41px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #af5a00;
    background: #fff774;
    border: 2px solid rgba(255,255,142,.62);
    border-radius: 10px;
}
@media(max-width: 767px)
{
    .t-signup-backdrop__title
    {
        margin-left: 16px;
    }
}
.t-signup-backdrop__title b, .t-signup-backdrop__title br
{
    display: none;
}
.t-signup__header
{
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-align: left;
}
.t-signup__input
{
    width: 100%;
}
.t-signup__input-email:before
{
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEzLjE2Ny45MTdINC44MzNjLTIuNSAwLTQuMTY2IDEuMjUtNC4xNjYgNC4xNjd2NS44MzNjMCAyLjkxNyAxLjY2NiA0LjE2NyA0LjE2NiA0LjE2N2g4LjMzNGMyLjUgMCA0LjE2Ni0xLjI1IDQuMTY2LTQuMTY3VjUuMDg0YzAtMi45MTctMS42NjYtNC4xNjctNC4xNjYtNC4xNjd6bS4zOTEgNS4wNzVMMTAuOTUgOC4wNzVjLS41NS40NDItMS4yNS42NTktMS45NS42NTlzLTEuNDA4LS4yMTctMS45NS0uNjU5TDQuNDQyIDUuOTkyYS42NDEuNjQxIDAgMDEtLjEtLjg4My42MjMuNjIzIDAgMDEuODc1LS4xbDIuNjA4IDIuMDgzYy42MzMuNTA4IDEuNzA4LjUwOCAyLjM0MiAwbDIuNjA4LTIuMDgzYS42MTUuNjE1IDAgMDEuODc1LjEuNjMyLjYzMiAwIDAxLS4wOTIuODgzeiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==);
}
.t-signup__input-email:before, .t-signup__input-password:before
{
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    width: 17px;
    content: "";
    transform: translateY(-50%);
}
.t-signup__input-password:before
{
    height: 18px;
    background-image: url(../../willbettingde/image/password.c95e3b9.svg);
}
.t-signup__input-username
{
    margin-top: 16px;
}
.t-signup__input-username:before
{
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    width: 12px;
    height: 18px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTYgLjY2N2EzLjk2MiAzLjk2MiAwIDAwLTMuOTU4IDMuOTU4YzAgMi4xNDIgMS42NzUgMy44NzUgMy44NTggMy45NWEuNjcyLjY3MiAwIDAxLjE4MyAwSDYuMTQyYTMuOTQ4IDMuOTQ4IDAgMDAzLjgxNi0zLjk1QTMuOTYyIDMuOTYyIDAgMDA2IC42Njd6TTEwLjIzMyAxMC43OTJjLTIuMzI1LTEuNTUtNi4xMTYtMS41NS04LjQ1OCAwQy43MTcgMTEuNS4xMzMgMTIuNDU5LjEzMyAxMy40ODRjMCAxLjAyNS41ODQgMS45NzUgMS42MzQgMi42NzUgMS4xNjYuNzgzIDIuNyAxLjE3NSA0LjIzMyAxLjE3NSAxLjUzMyAwIDMuMDY3LS4zOTIgNC4yMzMtMS4xNzUgMS4wNS0uNzA5IDEuNjM0LTEuNjU5IDEuNjM0LTIuNjkyLS4wMDktMS4wMjUtLjU4NC0xLjk3NS0xLjYzNC0yLjY3NXoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=);
    transform: translateY(-50%);
}
.t-signup__input .t-input__wrap .t-input__input input
{
    height: 52px;
    padding: 16px 16px 16px 40px;
    background-color: #212326;
}
.t-signup__input .t-input__wrap .t-input__input .t-input__password
{
    background-color: transparent;
    background-size: auto;
}
.t-signup__input .t-input__label
{
    top: 16px;
    left: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #747981;
}
.t-signup__input_date-of-birth, .t-signup__input_promo_code
{
    margin-top: 15px;
}
.t-signup__input_date-of-birth>span
{
    display: block;
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
}
.t-signup__input_date-of-birth .t-date-dropdown__wrapper
{
    display: flex;
    justify-content: space-between;
    width: calc(100% + 8px);
    margin: 0 -4px;
}
.t-signup__input_date-of-birth .t-date-dropdown__wrapper .t-select
{
    width: 100%;
    margin: 0 4px;
}
.t-signup__input_currency
{
    display: none;
}
.t-signup__action
{
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}
.t-signup__action .t-signup__link>span
{
    display: none;
}
.t-signup__action .t-signup__link-signup
{
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    height: 52px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #aeafb0;
    text-align: center;
    background: #353639;
    border-radius: 12px;
    transition: all .15s ease-in-out;
}
.t-signup__action .t-signup__link-signup .t-icon
{
    width: 21px;
    height: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2Ljk2IDMuNTRhNS4yNjIgNS4yNjIgMCAwMC04LjU2NSA1Ljc3OCA2MS42MjcgNjEuNjI3IDAgMDAtNS42MTQgNS41ODhjLS4yMDMuMjMtLjMuNTQ3LS4yNzguODcxLjAzNi40OTYuMDYyLjk4My4wOCAxLjQ2YS42OTkuNjk5IDAgMDAuNjguNjhjLjQ3Ni4wMTcuOTY0LjA0NSAxLjQ2LjA4LjMyNC4wMjMuNjQyLS4wNzUuODcyLS4yNzlsLjMyOC0uMjkxYS40NjMuNDYzIDAgMDAuMTUtLjI4NmMuMDM3LS4yNjguMDctLjU0LjEwMy0uODE0LjA0OC0uNDE5LjQyOC0uNjkyLjg3LS42MTIuODEuMTUgMS40NDctLjQ3MiAxLjMtMS4yOHYtLjAwN2MtLjA3OC0uNDQxLjE5OS0uODE5LjYyMy0uODYuMjc0LS4wMjguNTQ2LS4wNTcuODE3LS4wODdhLjQ2NC40NjQgMCAwMC4yOTItLjE0NmMuMzc0LS40MDUuNzQyLS44MTQgMS4xMDUtMS4yM2E1LjI2MiA1LjI2MiAwIDAwNS43NzYtOC41NjR6bS0xLjM2NiAzLjQyNGExLjQ1NSAxLjQ1NSAwIDExLTIuMDU3LTIuMDU4IDEuNDU1IDEuNDU1IDAgMDEyLjA1NyAyLjA1OHoiIGZpbGw9IiNBRUFGQjAiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
}
.t-signup__action .t-signup__link-signup:hover
{
    color: #fff;
    background: #535457;
}
.t-signup__button
{
    width: 100%;
}
.t-signup__button .t-button__wrap:after
{
    display: block;
    width: 23px;
    height: 22px;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjA0IDUuODA0YS45NTkuOTU5IDAgMDExLjQwMiAwbDMuMjMyIDMuMzljLjc2OC44MDYuNzY4IDIuMTE5IDAgMi45MjVsLTMuMjMyIDMuMzg5YS45NTkuOTU5IDAgMDEtMS40MDIgMCAxLjA3NiAxLjA3NiAwIDAxMC0xLjQ3bDMuMjI1LTMuMzgyTDkuMDQgNy4yNzVhMS4wNzYgMS4wNzYgMCAwMTAtMS40N3oiIGZpbGw9IiMwMDAiLz48L3N2Zz4=);
}
.t-signup__popover
{
    margin-top: 15px;
}
.t-signup__popover .trigger
{
    width: 100%;
}
.t-signup__recaptcha
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 0;
}
.t-signup__terms
{
    display: none;
}
.t-signup .t-select
{
    margin-top: 15px;
}
.t-signup .t-checkbox
{
    display: flex;
    margin-top: 12px;
}
.t-signup .t-checkbox__info
{
    display: flex;
}
.t-signup .t-checkbox__block-label
{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: normal;
}
.t-signup .t-checkbox:nth-child(2)
{
    display: none;
}
.t-signup .t-checkbox_checked .t-checkbox__elem
{
    background-color: #ffed47;
}
.t-signup .t-checkbox_checked .t-checkbox__check-icon
{
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy44NTQgNy41NmEuNDk5LjQ5OSAwIDAxLS43MDcgMEwuMzI0IDQuNzM4YS43NS43NSAwIDAxMC0xLjA2bC4zNTMtLjM1NGEuNzUuNzUgMCAwMTEuMDYgMEwzLjUgNS4wODYgOC4yNjMuMzIzYS43NS43NSAwIDAxMS4wNiAwbC4zNTQuMzU0YS43NS43NSAwIDAxMCAxLjA2TDMuODU0IDcuNTYxeiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
    filter: none;
}
.t-signup+.t-login__help
{
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 14px auto 2px;
}
.t-signup+.t-login__help:before
{
    display: none;
}
.t-signup+.t-login__help .t-login__help-login
{
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    cursor: pointer;
}
.t-signup+.t-login__help .t-login__help-login:last-child, .t-signup+.t-login__help .t-login__help-login_text
{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.t-signup+.t-login__help p
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.geo-jp .t-signup-backdrop:after
{
    height: 505px;
    background-image: url(../../willbettingde/image/jp.30025cf.png);
    background-position: -56px;
}
@media(max-width: 767px)
{
    .geo-jp .t-signup-backdrop:after
    {
        height: 100%;
        background-position: 0;
    }
}
.geo-kr .t-signup-backdrop:after
{
    height: 442px;
    background-image: url(../../willbettingde/image/kr.2bcd6c3.png);
}
@media(max-width: 767px)
{
    .geo-kr .t-signup-backdrop:after
    {
        height: 100%;
    }
}
.t-signup-skeleton .t-signup__header
{
    margin: 7px 40px 26px 0;
}
.t-signup-skeleton .t-signup__header .t-account-currencies-skeleton, .t-signup-skeleton .t-signup__header .t-skeleton
{
    height: 25px;
}
.t-signup-skeleton .t-signup__body .t-account-currencies-skeleton, .t-signup-skeleton .t-signup__body .t-skeleton
{
    height: 40px;
    margin-bottom: 15px;
}
.t-signup-skeleton .t-signup__action .t-account-currencies-skeleton, .t-signup-skeleton .t-signup__action .t-skeleton
{
    height: 30px;
    margin: 0 5px;
}
.t-input
{
    position: relative;
}
.t-input input
{
    width: 100%;
    height: 44px;
    padding: 22px 16px 12px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #737880;
    background-color: #151618;
    border: none;
    border-radius: 14px;
    transition: all 0s ease-in-out;
}
.t-input input::placeholder
{
    color: #737880;
}
.t-input input:focus, .t-input input:focus-visible
{
    outline: 0;
}
.t-input input:focus
{
    color: #fff;
}
.t-input input::-webkit-inner-spin-button, .t-input input::-webkit-outer-spin-button
{
    margin: 0;
    -webkit-appearance: none;
}
.t-input input:-webkit-autofill, .t-input input:-webkit-autofill:focus, .t-input input:-webkit-autofill:hover
{
    transition: background-color 1s ease 86400s,color 1s ease 86400s;
}
.t-input input[type=number]
{
    -moz-appearance: textfield;
}
.t-input__wrap
{
    position: relative;
    display: flex;
}
.t-input__input
{
    position: relative;
    width: 100%;
}
.t-input__select
{
    width: auto;
}
.t-input__password
{
    right: 1px;
    width: 40px;
    height: calc(100% - 2px);
    padding: 8px;
    cursor: pointer;
    background-color: #1e2023;
    background-size: 24px;
    border-radius: 12px;
    opacity: 1;
    transition: all 0s ease-in-out;
}
.t-input__info, .t-input__password
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.t-input__info
{
    right: 15px;
    z-index: 2;
}
.t-input__label
{
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #737880;
    pointer-events: none;
    user-select: none;
    transition: all .15s ease-in-out;
}
.t-input__icon
{
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    transform: translateY(-50%);
}
.t-input_select .t-input__input input
{
    border-right: none;
}
.t-input_select .t-input__input input:focus, .t-input_select .t-input__input input:focus:hover
{
    border-right: 1px solid rgba(19,31,136,.4);
}
.t-input_select .t-input__select
{
    position: absolute;
    right: 0;
    padding: 2px;
}
.t-input_select .t-input__select .t-select__choose
{
    height: 40px;
    min-height: 40px;
    background: #1e2023;
}
.t-input_select .t-input__select .t-select__choose:hover
{
    background: #292c30;
}
.t-input_select .t-dropdown
{
    right: 0;
}
.t-input:has(input:-webkit-autofill) .t-input__label, .t-input_focus .t-input__label, .t-input_value .t-input__label
{
    top: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.t-input_error
{
    animation: input-error .3s;
}
.t-input_error input
{
    border: 1px solid #f03535;
}
.t-input_error .t-input__password
{
    right: 40px;
}
.t-input_success .t-icon-success
{
    display: none;
}
.t-input_medium input
{
    height: 40px;
    padding: 20px 15px 7px;
    border-radius: 8px;
}
.t-input_medium .t-input__label
{
    top: 10px;
    left: 15px;
}
.t-input_medium.t-input_focus .t-input__label
{
    top: 4px;
}
.t-input_small input
{
    height: 30px;
    padding: 15px 10px 5px;
    font-size: 12px;
    border-radius: 8px;
}
.t-input_small .t-input__label
{
    top: 5px;
    left: 10px;
    font-size: 12px;
}
.t-input_small.t-input_focus .t-input__label
{
    top: 1px;
    font-size: 10px;
}
.t-input_not-label input
{
    padding-top: 7px;
    padding-bottom: 7px;
}
.t-input_not-label .t-input__label
{
    display: none;
}
.t-input_out-label
{
    display: flex;
    flex-direction: column;
}
.t-input_out-label input
{
    padding-top: 7px;
    padding-bottom: 7px;
}
.t-input_out-label .t-input__label
{
    position: relative;
    top: 0;
    left: 0;
    order: 1;
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
}
.t-input_out-label .t-input__wrap
{
    order: 2;
}
.t-input_icon input
{
    padding-left: 40px;
}
.t-input_icon.t-input_medium input
{
    padding-left: 35px;
}
.t-input_icon.t-input_medium .t-input__icon
{
    left: 10px;
}
.t-input_icon.t-input_small input
{
    padding-left: 35px;
}
.t-input_icon.t-input_small .t-input__icon
{
    left: 10px;
}
.t-input_disabled input
{
    color: hsla(0,0%,100%,.5);
    cursor: not-allowed;
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.25);
}
@keyframes input-error
{
    0%
    {
        left: 0;
    }
    25%
    {
        left: 5px;
    }
    50%
    {
        left: 0;
    }
    75%
    {
        left: -5px;
    }
    to
    {
        left: 0;
    }
}
.t-textarea
{
    position: relative;
}
.t-textarea textarea
{
    width: 100%;
    height: 120px;
    padding: 15px 14px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #737880;
    resize: vertical;
    background-color: #151618;
    border: 1px solid #151618;
    border-radius: 14px;
    outline: none;
    transition: all 0s ease-in-out;
}
.t-textarea textarea::placeholder
{
    color: #737880;
}
.t-textarea textarea:hover
{
    border-color: #1e2023;
}
.t-textarea textarea:focus, .t-textarea textarea:focus-visible
{
    outline: 0 none transparent;
}
.t-textarea textarea:focus
{
    color: #fff;
    background-color: #090a0c;
    border-color: #1e2023;
}
.t-textarea textarea:-webkit-autofill, .t-textarea textarea:-webkit-autofill:focus, .t-textarea textarea:-webkit-autofill:hover
{
    transition: background-color 1s ease 86400s,color 1s ease 86400s;
}
.t-textarea__wrap
{
    position: relative;
    display: flex;
}
.t-textarea__input
{
    position: relative;
    width: 100%;
}
.t-textarea__info
{
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 2;
}
.t-textarea__label
{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    pointer-events: none;
    user-select: none;
    transition: .2s;
}
.t-textarea__icon
{
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 2;
}
.t-textarea_focus .t-textarea__label
{
    top: 3px;
    font-size: 10px;
    line-height: 15px;
}
.t-textarea_error textarea
{
    border: 1px solid #f03535;
}
.t-textarea_not-label .t-textarea__label
{
    display: none;
}
.t-textarea_out-label
{
    display: flex;
    flex-direction: column;
}
.t-textarea_out-label .t-textarea__label
{
    position: relative;
    top: 0;
    left: 0;
    order: 1;
    margin: 0 0 5px;
    color: hsla(0,0%,100%,.7);
}
.t-textarea_out-label .t-textarea__wrap
{
    order: 2;
}
.t-textarea_out-label.t-textarea_focus .t-textarea__label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.t-textarea_icon textarea
{
    padding-left: 40px;
}
.t-textarea_icon.t-textarea_medium textarea
{
    padding-left: 35px;
}
.t-textarea_icon.t-textarea_medium .t-textarea__icon
{
    left: 10px;
}
.t-textarea_icon.t-textarea_small textarea
{
    padding-left: 35px;
}
.t-textarea_icon.t-textarea_small .t-textarea__icon
{
    left: 10px;
}
.t-textarea_disabled textarea
{
    cursor: not-allowed;
    background-color: hsla(0,0%,100%,.1);
    border: 1px solid hsla(0,0%,100%,.3);
}
.t-checkbox
{
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
}
.t-checkbox__label
{
    color: #737880;
    white-space: nowrap;
}
.t-checkbox__label, .t-checkbox__label a
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-checkbox__label a
{
    color: #fff;
}
.t-checkbox input
{
    display: none;
}
.t-checkbox_checked .t-checkbox__elem
{
    background-color: #1e2023;
    border-color: #393e45;
}
.t-checkbox_checked .t-checkbox__check-icon
{
    filter: brightness(0) saturate(100%) invert(67%) sepia(16%) saturate(216%) hue-rotate(179deg) brightness(88%) contrast(86%);
    opacity: 1;
}
.t-checkbox__block-label
{
    margin-top: 2px;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    white-space: nowrap;
}
.t-checkbox__block-label span
{
    display: inline-block;
}
.t-checkbox__block-label a
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.t-checkbox__elem
{
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: #151618;
    border: 1px solid #393e45;
    border-radius: 6px;
}
.t-checkbox__count
{
    color: #9299a5;
}
.t-checkbox__check-icon
{
    display: block;
    width: 10px;
    height: 8px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA0bDIuNSAyLjVMOSAxIiBzdHJva2U9IiNBOUE5QjgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") no-repeat 50%/cover;
    filter: brightness(0) saturate(100%) invert(67%) sepia(16%) saturate(216%) hue-rotate(179deg) brightness(88%) contrast(86%);
    opacity: 0;
    transition: .2s;
}
.t-checkbox__check-icon, .t-checkbox__incomplete
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.t-checkbox__incomplete
{
    width: 8px;
    height: 2px;
    background: #fff;
    border-radius: 0;
}
.t-checkbox__info
{
    position: relative;
    margin: 0 0 0 8px;
}
.t-checkbox_button
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: none;
    border: 1px solid #393e45;
    border-radius: 0;
    transition: all 0s ease-in-out;
}
.t-checkbox_button .t-checkbox__block-label
{
    margin-top: 0;
    margin-left: 0;
}
.t-checkbox_button .t-checkbox__label
{
    font-size: 18px;
    line-height: 20px;
    color: #9299a5;
}
.t-checkbox_button .t-checkbox__elem
{
    position: absolute;
    top: 9px;
    right: 9px;
    width: 7px;
    height: 5px;
    background: none;
    border: none;
    border-radius: 0;
}
.t-checkbox_button .t-checkbox__check-icon
{
    width: 12px;
    height: 8px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA0bDIuNSAyLjUgNS01IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==") no-repeat 50%/cover;
}
.t-checkbox_button.t-checkbox_checked
{
    background: #1e2023;
    border: 1px solid #393e45;
}
.t-checkbox_button.t-checkbox_checked .t-checkbox__label
{
    color: #9299a5;
}
.t-checkbox_button:hover
{
    border: 1px solid #393e45;
}
.t-checkbox_error
{
    animation: checkbox-error .3s;
}
.t-checkbox_error .t-checkbox__elem
{
    border: 1px solid #f03535;
}
.t-checkbox_error .t-checkbox__label
{
    color: #f03535;
}
.t-checkbox_error.t-checkbox_checked .t-checkbox__elem
{
    background: #f03535;
    border-color: #f03535;
}
.t-checkbox_disabled
{
    cursor: not-allowed;
    opacity: .5;
}
.t-checkbox:hover .t-checkbox__elem
{
    border-color: #393e45;
}
.t-select
{
    position: relative;
    user-select: none;
}
.t-select__icon
{
    position: absolute;
    top: 22px;
    right: 20px;
    transition: all 0s ease-in-out;
}
.t-select__icon, .t-select__icon_solid
{
    width: 10px;
    height: 6px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjM0LjM1MWExLjE2NiAxLjE2NiAwIDAxMCAxLjY5OGwtMy43NSAzLjZhMS4yODcgMS4yODcgMCAwMS0xLjc2OCAwbC0zLjc1LTMuNmExLjE2NiAxLjE2NiAwIDAxMC0xLjY5OCAxLjI4NyAxLjI4NyAwIDAxMS43NjggMEw1IDMuMTAzIDcuODY2LjM1YTEuMjg3IDEuMjg3IDAgMDExLjc2OCAweiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==") no-repeat 50%/contain;
}
.t-select__icon_loading
{
    filter: brightness(10);
}
.t-select__choose
{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 16px 36px 6px 12px;
    font-size: 14px;
    line-height: 21px;
    color: #737880;
    cursor: pointer;
    background: #151618;
    border: 1px solid #151618;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-select__choose .t-icon
{
    margin: 0 13px 0 0;
    transition: all 0s ease-in-out;
}
.t-select__info
{
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    transform: translateY(-50%);
}
.t-select__info .t-icon
{
    margin: 0;
}
.t-select__info~.t-select__icon
{
    right: 40px;
}
.t-select__label
{
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #737880;
    user-select: none;
}
.t-select__label, .t-select__value
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0s ease-in-out;
}
.t-select__value
{
    color: #fff;
}
.t-select__value small
{
    color: #737880;
}
.t-select__dropdown
{
    z-index: 10;
    width: 100%;
    min-width: min-content;
    margin: 4px 0 0;
}
.t-select:hover .t-select__icon
{
    opacity: 1;
}
.t-select_open .t-select__icon
{
    opacity: 1;
    transform: scaleY(-1);
}
.t-select_open .t-select__choose, .t-select_open .t-select__choose:hover
{
    border: 1px solid #393e45;
}
.t-select_open .t-select__label, .t-select_selected .t-select__label
{
    top: 6px;
    font-size: 10px;
    line-height: 15px;
}
.t-select_selected .t-select__choose
{
    color: #737880;
}
.t-select_separator .t-select__dropdown
{
    padding: 4px;
}
.t-select_separator .t-select__dropdown .t-dropdown__item:last-child
{
    height: 39px;
    margin-top: 5px;
    border-top: 1px solid #393e45;
}
.t-select_not-label .t-select__choose
{
    display: flex;
    align-items: center;
    padding: 8px 40px 8px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-select_not-label .t-select__label
{
    position: relative;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 21px;
}
.t-select_not-label .t-select__value
{
    display: flex;
    align-items: center;
}
.t-select_not-label .t-select__icon
{
    top: auto;
}
.t-select_not-label.t-select_selected .t-select__label
{
    display: none;
}
.t-select_not-label.t-select_selected .t-select__value
{
    font-size: 14px;
    line-height: 21px;
}
.t-select_out-label
{
    padding: 28px 0 0;
}
.t-select_out-label .t-select__choose
{
    display: flex;
    align-items: center;
    padding: 0 40px 0 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.t-select_out-label .t-select__label
{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    pointer-events: none;
}
.t-select_out-label .t-select__value
{
    display: flex;
    align-items: center;
}
.t-select_out-label .t-select__icon
{
    top: auto;
}
.t-select_out-label.t-select_selected .t-select__value
{
    font-size: 14px;
    line-height: 21px;
}
.t-select_fit-content
{
    width: fit-content;
}
.t-select_fit-content .t-select__choose
{
    min-width: 95px;
}
.t-select_fit-content.t-select_not-label .t-select__choose
{
    min-width: 148px;
}
.t-select_medium .t-select__choose
{
    height: 40px;
    padding: 10px 35px 8px 13px;
}
.t-select_medium .t-select__label
{
    top: 11px;
    left: 13px;
    font-size: 12px;
    line-height: 18px;
}
.t-select_medium .t-select__icon
{
    top: 50%;
    right: 15px;
    width: 10px;
    transform: translateY(-50%);
}
.t-select_medium.t-select_open .t-select__label
{
    top: 4px;
    font-size: 10px;
    line-height: 15px;
}
.t-select_medium.t-select_selected .t-select__choose
{
    padding: 16px 35px 4px 13px;
}
.t-select_medium.t-select_selected .t-select__label
{
    top: 4px;
    font-size: 10px;
    line-height: 15px;
}
.t-select_medium.t-select_selected .t-select__value
{
    font-size: 12px;
}
.t-select_medium.t-select_not-label .t-select__choose
{
    padding: 10px 35px 8px 13px;
}
.t-select_medium.t-select_not-label .t-select__label
{
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 18px;
}
.t-select_medium.t-select_not-label .t-select__value
{
    line-height: 18px;
}
.t-select_small
{
    height: 30px;
}
.t-select_small .t-select__choose
{
    height: 30px;
    padding: 6px 35px 5px 13px;
    border-radius: 8px;
}
.t-select_small .t-select__label
{
    top: 7px;
    left: 13px;
    font-size: 12px;
    line-height: 18px;
}
.t-select_small .t-select__icon
{
    top: 12px;
    right: 15px;
    width: 10px;
}
.t-select_small.t-select_open .t-select__label
{
    top: 1px;
    font-size: 10px;
    line-height: 15px;
}
.t-select_small.t-select_selected .t-select__choose
{
    padding: 12px 35px 2px 13px;
}
.t-select_small.t-select_selected .t-select__label
{
    top: 1px;
    font-size: 10px;
    line-height: 15px;
}
.t-select_small.t-select_selected .t-select__value
{
    font-size: 12px;
}
.t-select_small.t-select_not-label .t-select__choose
{
    padding: 6px 35px 5px 13px;
}
.t-select_small.t-select_not-label .t-select__label
{
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 18px;
}
.t-select_not-input .t-select__choose
{
    width: fit-content;
    min-width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}
.t-select_not-input .t-select__choose .t-icon
{
    margin: -1px 6px 0 0;
}
.t-select_not-input .t-select__choose:hover .t-select__label, .t-select_not-input .t-select__choose:hover .t-select__value
{
    color: #737880;
    opacity: .5;
}
.t-select_not-input .t-select__choose:hover .t-select__icon
{
    opacity: .5;
}
.t-select_not-input .t-select__label
{
    position: relative;
    top: 0;
    left: 0;
}
.t-select_not-input .t-select__value
{
    transition: all 0s ease-in-out;
}
.t-select_not-input .t-select__icon
{
    position: relative;
    top: 0;
    right: 0;
    margin-left: 16px;
}
.t-select_not-input.t-select_selected .t-select__label
{
    top: 0;
    font-size: 14px;
    line-height: 21px;
}
.t-select_not-input.t-select_selected .t-select__value
{
    margin-left: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #737880;
}
.t-select_not-input.t-select_selected.t-select_multi .t-select__value
{
    margin: 0 0 0 6px;
}
.t-select_not-input.t-select_selected.t-select_multi.t-select_checkbox .t-select__choose
{
    background: none;
}
.t-select_not-input.t-select_selected.t-select_multi.t-select_checkbox .t-select__value
{
    width: auto;
}
.t-select_not-input.t-select_selected.t-select_multi.t-select_checkbox .t-select__value:before
{
    background: linear-gradient(135deg,hsla(0,0%,100%,0),#fff);
}
.t-select_not-input.t-select_open .t-select__label
{
    top: 0;
    font-size: 14px;
    line-height: 21px;
    color: #737880;
}
.t-select_not-input.t-select_open .t-select__value
{
    color: #737880;
}
.t-select_not-input.t-select_open .t-select__icon
{
    opacity: 1;
}
.t-select_not-input.t-select_open .t-select__dropdown
{
    width: fit-content;
}
.t-select_not-input:hover .t-select__choose
{
    border: none;
    box-shadow: none;
}
.t-select_multi .t-select__choose
{
    height: auto;
    min-height: 50px;
}
.t-select_multi .t-select__value
{
    display: flex;
    flex-wrap: wrap;
}
.t-select_multi.t-select_selected .t-select__value
{
    display: flex;
    margin: 3px 0 0 -10px;
}
.t-select_multi.t-select_selected.t-select_not-label .t-select__choose
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    background: #151618;
    border: 1px solid #393e45;
}
.t-select_multi.t-select_selected.t-select_not-label .t-select__value
{
    height: 100%;
    margin: 0;
}
.t-select_multi.t-select_selected.t-select_not-input .t-select__choose
{
    padding: 0;
    border: none;
}
.t-select_multi .multi-item
{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    margin: 2px 2px 2px 0;
    white-space: nowrap;
    background: #1e2023;
    transition: all 0s ease-in-out;
}
.t-select_multi .multi-item i
{
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjcwNyA5LjEyMUwxNCAxNS40MTQgMTUuNDE0IDE0IDkuMTIxIDcuNzA3bDYuMjkzLTYuMjkzTDE0IDAgNy43MDcgNi4yOTMgMS40MTQgMCAwIDEuNDE0bDYuMjkzIDYuMjkzTDAgMTRsMS40MTQgMS40MTQgNi4yOTMtNi4yOTN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: all 0s ease-in-out;
}
.t-select_multi .multi-item i:hover
{
    opacity: .8;
}
.t-select_multi.t-select_medium .t-select__choose
{
    min-height: 40px;
}
.t-select_multi.t-select_medium .multi-item
{
    height: 28px;
}
.t-select_multi.t-select_small .t-select__choose
{
    min-height: 30px;
}
.t-select_multi.t-select_small .multi-item
{
    height: 18px;
}
.t-select_checkbox.t-select_multi.t-select_selected .t-select__choose
{
    padding-left: 15px;
    background: #1e2023;
    border: 1px solid #393e45;
}
.t-select_checkbox.t-select_multi.t-select_selected .t-select__value
{
    position: relative;
    flex-wrap: nowrap;
    width: 100%;
}
.t-select_checkbox .multi-item
{
    height: auto;
    padding: 0;
    margin: 0 4px 0 0;
    pointer-events: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.t-select_checkbox .multi-item i
{
    display: none;
}
.t-select_checkbox .multi-item:after
{
    content: ",";
}
.t-select_checkbox .multi-item:last-child:after
{
    content: "";
}
.t-select_checkbox .multi-item:hover, .t-select_checkbox .t-dropdown__item-option:hover, .t-select_checkbox .t-dropdown__item-option_active
{
    background: none;
}
.t-select_collapse .t-dropdown
{
    max-height: auto;
}
.t-select_collapse .t-dropdown__item-options
{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0s ease-in-out;
}
.t-select_collapse .t-dropdown__item-group
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 42px;
    padding: 5px 14px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #737880;
    white-space: nowrap;
    cursor: pointer;
    border-top: none;
    transition: all 0s ease-in-out;
}
.t-select_collapse .t-dropdown__item-group .t-icon
{
    width: 9px;
    height: 4px;
    margin: 0 0 0 10px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04IDBIMGw0IDQgNC00eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/cover;
    opacity: .5;
    transition: all 0s ease-in-out;
}
.t-select_collapse .t-dropdown__item-group:hover
{
    color: #fff;
    background: hsla(0,0%,100%,.25);
}
.t-select_collapse .t-dropdown__item-group:hover .t-icon
{
    opacity: 1;
}
.t-select_collapse .t-dropdown__item-group_active
{
    color: #fff;
    background: hsla(0,0%,100%,.05);
}
.t-select_collapse .t-dropdown__item-group_active .t-icon
{
    opacity: 1;
    transform: scaleY(-1);
}
.t-select_collapse .t-dropdown__item-group_active~.t-dropdown__item-options
{
    height: auto;
    background: hsla(0,0%,100%,.05);
    opacity: 1;
}
.t-select_dark .t-select__choose
{
    color: #fff;
    background: #f4f7ff;
    border: 1px solid #f4f7ff;
}
.t-select_dark.t-select_open .t-select__choose
{
    border: 1px solid rgba(19,31,136,.4);
    box-shadow: none;
}
.t-select_error
{
    animation: input-error .3s;
}
.t-select_error .t-select__choose
{
    border: 1px solid #fabbca;
}
.t-select_error .t-select__label
{
    color: #f790a8;
}
.t-select_disabled .t-select__label, .t-select_disabled .t-select__value
{
    font-weight: 500;
    color: #fff;
    cursor: not-allowed;
}
.t-select_disabled .t-select__choose
{
    cursor: not-allowed;
    background-color: hsla(0,0%,100%,.1);
    border: 1px solid hsla(0,0%,100%,.3);
}
.t-select_disabled .t-select__choose .t-icon
{
    cursor: not-allowed;
    opacity: .4;
}
.t-select_disabled .t-select__icon
{
    cursor: not-allowed;
    background: none;
    opacity: 0;
}
.t-select_disabled .t-select__icon:hover
{
    opacity: 0;
}
.t-select_disabled .t-select__icon_loading, .t-select_disabled .t-select__icon_loading:hover
{
    opacity: .75;
}
.t-select_disabled:hover .t-select__icon
{
    opacity: .4;
}
.t-dropdown
{
    position: absolute;
    top: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 265px;
    padding: 4px;
    overflow-y: auto;
    background: rgba(9,10,12,.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border: 1px solid hsla(0,0%,100%,.08);
    border-radius: 14px;
}
.t-dropdown__item
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.t-dropdown__item-group
{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding: 5px 18px 0;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    border-top: 1px solid rgba(229,225,248,.65);
}
.t-dropdown__item-options
{
    width: 100%;
}
.t-dropdown__item-option
{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 30px;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 12px;
    transition: all .5s ease-in-out;
}
.t-dropdown__item-option small
{
    margin-left: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: hsla(0,0%,100%,.5);
}
.t-dropdown__item-option .t-icon
{
    margin-right: 13px;
}
.t-dropdown__item-option_active
{
    background: hsla(0,0%,100%,.25);
}
.t-dropdown__item-option:first-child .t-dropdown__item-group
{
    border-top: none;
}
.t-dropdown__item-option:hover
{
    background: hsla(0,0%,100%,.25);
}
.t-dropdown__item-option:has(>.t-dropdown__item-html)
{
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    line-height: 14px;
}
.t-dropdown__item:first-child .t-dropdown__item-group:first-child
{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.t-dropdown_icon-right .t-dropdown__item-option .t-icon
{
    order: 2;
    margin-right: 0;
    margin-left: 5px;
}
.t-dropdown_loading
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.t-dropdown_loading .t-loading
{
    background-size: 48px;
}
.level.level_2 .t-dropdown__item-option, .level.level_3 .t-dropdown__item-option
{
    display: flex;
    align-items: center;
}
.level.level_2 .t-dropdown__item-option:before, .level.level_3 .t-dropdown__item-option:before
{
    margin-right: 10px;
    content: "-";
}
.level.level_3 .t-dropdown__item-option
{
    padding: 0 36px;
}
.t-search
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-search__label
{
    position: relative;
    top: 0;
    left: 8px;
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
.t-search__icon
{
    position: absolute;
    right: 20px;
    width: 12px;
    height: 7px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDUgNSA1LTUiIHN0cm9rZT0iIzEzMUY4OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat 50%/cover;
    filter: invert(1) grayscale(1) brightness(1);
    opacity: .4;
    transition: .2s;
}
.t-search__input
{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    background: #151618;
    border: 1px solid #151618;
    border-radius: 14px;
    transition: all 0s ease-in-out;
}
.t-search__input .t-icon-search
{
    display: block;
    margin: 0 -10px 0 12px;
    transition: all 0s ease-in-out;
}
.t-search__input .t-icon-search-cross
{
    display: block;
    min-width: 12px;
    height: 12px;
    margin: 0 15px 0 0;
    cursor: pointer;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDEuMjA5TDEwLjc5MSAwIDYgNC43OTEgMS4yMDkgMCAwIDEuMjA5IDQuNzkxIDYgMCAxMC43OTEgMS4yMDkgMTIgNiA3LjIwOSAxMC43OTEgMTIgMTIgMTAuNzkxIDcuMjA5IDYgMTIgMS4yMDl6IiBmaWxsPSIjMTMxRjg4Ii8+PC9zdmc+");
    filter: invert(1) grayscale(1) brightness(1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    opacity: 1;
    transition: all 0s ease-in-out;
}
.t-search__input .t-icon-search-cross:hover
{
    opacity: .8;
}
.t-search__input input
{
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 6px 36px 6px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background: none;
    border: none;
    transition: all 0s ease-in-out;
}
.t-search__input input:focus, .t-search__input input:focus-visible
{
    outline: 0;
}
.t-search__input input::placeholder
{
    color: #737880;
}
.t-search__input:hover
{
    border: 1px solid #1e2023;
}
.t-search__info
{
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    transform: translateY(-50%);
}
.t-search__info~.t-icon-search-cross
{
    right: 22px;
}
.t-search__info~.t-search__icon
{
    right: 40px;
}
.t-search__loading
{
    position: absolute;
    right: 16px;
    filter: brightness(0) invert(1);
    opacity: .5;
}
.t-search__loading~.t-icon-search-cross
{
    right: 22px;
}
.t-search__loading~.t-search__icon
{
    right: 40px;
}
.t-search__dropdown
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    max-height: 265px;
    padding: 3px 25px 0 24px;
    margin-top: 8px;
    overflow-y: auto;
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 8px;
}
.t-search__dropdown-wrap
{
    position: relative;
    width: 100%;
}
.t-search__dropdown_footer
{
    max-height: none;
    padding: 3px 0 0;
}
.t-search__dropdown_footer .t-search__dropdown-wrap
{
    position: relative;
    width: 100%;
    max-height: 350px;
    padding: 0 8px 0 24px;
    margin: 0;
    overflow: hidden auto;
}
.t-search__dropdown_fog-off:before
{
    opacity: 0;
}
.t-search__dropdown_loading
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.t-search__dropdown_loading .t-loading
{
    opacity: .5;
}
.t-search__group
{
    padding: 15px 0 8px;
    border-top: 1px solid rgba(229,225,248,.65);
}
.t-search__group-name
{
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.t-search__group:first-child
{
    padding: 8px 0;
    border-top: none;
}
.t-search__group:first-child .t-search__group-name
{
    padding: 7px 0 0;
}
.t-search__item
{
    width: calc(100% + 49px);
    padding: 4px 0 5px 24px;
    margin: 0 0 0 -24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    cursor: pointer;
    background: rgba(229,225,248,0);
    transition: all 0s ease-in-out;
}
.t-search__item strong
{
    font-weight: 600;
}
.t-search__item:hover, .t-search__item_active
{
    background: #1e2023;
}
.t-search__notitem
{
    width: 100%;
    padding: 13px 0 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}
.t-search__footer
{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #3e66fb;
    cursor: pointer;
    background: #f4f7ff;
    border-top: 1px solid #e5e1f8;
    border-radius: 0 0 12px 12px;
    transition: all 0s ease-in-out;
}
.t-search__footer:hover
{
    background: #e4e9f7;
}
.t-search_open .t-search__icon
{
    opacity: 1;
    transform: scaleY(-1);
}
.t-search_focus .t-search__input
{
    background: #090a0c;
    border: 1px solid #1e2023;
}
.t-search_focus .t-search__input .t-icon-search
{
    opacity: 1;
}
.t-search_medium .t-search__input
{
    height: 40px;
    border-radius: 8px;
}
.t-search_medium .t-search__input input
{
    height: 40px;
    padding: 0 11px;
    line-height: 18px;
}
.t-search_medium .t-search__input .t-icon-search
{
    margin: 0 0 0 10px;
}
.t-search_medium .t-search__input .t-icon-search-cross
{
    margin: 0 10px 0 0;
}
.t-search_medium .t-search__dropdown
{
    top: 44px;
}
.t-search_small .t-search__input
{
    height: 30px;
    border-radius: 8px;
}
.t-search_small .t-search__input input
{
    height: 30px;
    padding: 0 7px;
    line-height: 18px;
}
.t-search_small .t-search__input .t-icon-search
{
    margin: 0 0 0 8px;
}
.t-search_small .t-search__input .t-icon-search-cross
{
    margin: 0 8px 0 0;
}
.t-search_small .t-search__dropdown
{
    top: 34px;
}
.t-search_border .t-search__input
{
    border: 1px solid #151618;
    box-shadow: none;
}
.t-search_border .t-search__input:hover
{
    border: 1px solid #1e2023;
}
.t-search_border.t-search_focus .t-search__input
{
    background: #090a0c;
    border: 1px solid #1e2023;
}
.t-search_multi .t-search__input
{
    height: auto;
    padding: 3px;
}
.t-search_multi .t-search__input input
{
    flex-grow: 1;
    width: auto;
    height: 42px;
}
.t-search_multi .t-search__dropdown
{
    top: calc(100% + 2px);
}
.t-search_multi .multi-item
{
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 10px;
    margin: 2px 1px;
    white-space: nowrap;
    cursor: default;
    background: #f4f7ff;
    border-radius: 10px;
    transition: all 0s ease-in-out;
}
.t-search_multi .multi-item i
{
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDEuNTA3TDguOTkzLjUgNSA0LjQ5MyAxLjAwNy41IDAgMS41MDcgMy45OTMgNS41IDAgOS40OTMgMS4wMDcgMTAuNSA1IDYuNTA3IDguOTkzIDEwLjUgMTAgOS40OTMgNi4wMDcgNS41IDEwIDEuNTA3eiIgZmlsbD0iIzEzMUY4OCIvPjwvc3ZnPg==) no-repeat 50%/cover;
    filter: brightness(0) invert(1);
    opacity: .4;
    transition: all 0s ease-in-out;
}
.t-search_multi .multi-item i:hover
{
    opacity: .8;
}
.t-search_multi .multi-item:hover
{
    opacity: .7;
}
.t-search_multi.t-search_medium .t-search__input
{
    min-height: 40px;
    padding: 2px;
}
.t-search_multi.t-search_medium .t-search__input input
{
    height: 32px;
}
.t-search_multi.t-search_medium .multi-item
{
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 8px;
}
.t-search_multi.t-search_small .t-search__input
{
    min-height: 30px;
    padding: 2px;
}
.t-search_multi.t-search_small .t-search__input input
{
    height: 22px;
}
.t-search_multi.t-search_small .multi-item
{
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 8px;
}
.t-search_dark .t-search__input
{
    color: #fff;
    background: #f4f7ff;
    border: 1px solid #f4f7ff;
}
.t-search_dark .t-search__input input
{
    color: #fff;
}
.t-search_dark .multi-item
{
    background: #fff;
}
.t-search_dark.t-search_focus:not(.t-search_open) .t-search__input
{
    border: 1px solid #f4f7ff;
    box-shadow: none;
}
.t-search_error .t-search__input
{
    border: 1px solid #f03535;
}
.t-search_disabled .t-search__input input
{
    color: hsla(0,0%,100%,.5);
    cursor: not-allowed;
}
.t-search_disabled .t-search__input .t-icon-search
{
    opacity: .4;
}
.t-search_disabled .t-search__input .t-icon-search-cross
{
    display: none;
}
.t-search_disabled .multi-item
{
    color: #1e2023;
}
.t-search_disabled.t-search_border.t-search_focus .t-search__input
{
    border: 1px solid #e5e1f8;
}
.t-search_home
{
    z-index: 102;
    width: 25%;
    margin-top: 24px;
    margin-left: auto;
    cursor: pointer;
}
.t-search_home input
{
    pointer-events: none;
}
@media(min-width: 1281px) and (max-width: 1400px)
{
    .t-search_home
    {
        width: 44px;
    }
    .t-search_home .t-search__input .t-icon-search
    {
        margin: 0 -10px 0 9px;
    }
}
@media(max-width: 1023px)
{
    .t-search_home
    {
        width: 100%;
        margin-top: 80px;
    }
}
.t-search-skeleton
{
    display: flex;
    min-width: 180px;
    min-height: 40px;
}
.t-search-skeleton .t-search__input
{
    display: none!important;
}
.t-radio
{
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
}
.t-radio:hover:not(.t-radio__disabled) .t-radio__elem
{
    background: #151618;
}
.t-radio__elem
{
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: #151618;
    border: 1px solid #393e45;
    border-radius: 50%;
    transition: all .15s ease-in-out;
}
.t-radio__elem:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    content: "";
    background: #9299a5;
    border-radius: 50%;
    opacity: 0;
    transition: all .15s ease-in-out;
    transform: translate(-50%) translateY(-50%) scale(0);
}
.t-radio__label
{
    margin: 0 0 0 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}
.t-radio input
{
    display: none;
}
.t-radio input:checked+.t-radio__elem
{
    background: #151618;
}
.t-radio input:checked+.t-radio__elem:before
{
    background-color: #9299a5;
    opacity: 1;
    transform: translate(-50%) translateY(-50%) scale(1);
}
.t-radio_button .t-radio__elem
{
    display: none;
}
.t-radio_button .t-radio__label
{
    position: relative;
    padding: 12px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #9299a5;
    background: #151618;
    transition: all 0s ease-in-out;
}
.t-radio_button .t-radio__label:before
{
    position: absolute;
    top: 9px;
    right: 9px;
    width: 12px;
    height: 8px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA0bDIuNSAyLjUgNS01IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
    filter: brightness(0) saturate(100%) invert(67%) sepia(16%) saturate(216%) hue-rotate(179deg) brightness(88%) contrast(86%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    opacity: 0;
    transition: all 0s ease-in-out;
}
.t-radio_button .t-radio__label:hover
{
    color: #9299a5;
    background: #151618;
}
.t-radio_button input
{
    display: none;
}
.t-radio_button input:checked~.t-radio__label
{
    color: #9299a5;
    background: #1e2023;
    border-color: #393e45;
}
.t-radio_button input:checked~.t-radio__label:before
{
    opacity: 1;
}
.t-radio__disabled
{
    cursor: not-allowed;
}
.t-radio__disabled .t-radio__elem
{
    background: #9299a5;
    border-color: #393e45;
}
.t-radio__disabled .t-radio__label
{
    color: #1e2023;
}
.t-radio__disabled input:checked+.t-radio__elem
{
    background: #1e2023;
    border-color: #393e45;
}
.t-radio__disabled input:checked+.t-radio__elem:before
{
    background-color: #9299a5;
}
.t-phone-mask-input, .t-phone-mask-input__wrap
{
    position: relative;
}
.t-phone-mask-input__input
{
    position: relative;
    width: 100%;
    height: 48px;
    padding: 20px 12px 6px 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #737880;
    background: #151618;
    border: 1px solid #393e45;
    border-radius: 8px;
    transition: all 0s ease-in-out;
}
.t-phone-mask-input__input::placeholder
{
    color: #737880;
}
.t-phone-mask-input__input:hover
{
    border: 1px solid #393e45;
}
.t-phone-mask-input__input:focus, .t-phone-mask-input__input:focus-visible
{
    outline: 0;
}
.t-phone-mask-input__input:focus
{
    border: 1px solid #393e45;
}
.t-phone-mask-input__input::-webkit-inner-spin-button, .t-phone-mask-input__input::-webkit-outer-spin-button
{
    margin: 0;
    -webkit-appearance: none;
}
.t-phone-mask-input__input [type=number]
{
    -moz-appearance: textfield;
}
.t-phone-mask-input__label
{
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #737880;
    pointer-events: none;
    user-select: none;
    transition: all 0s ease-in-out;
}
.t-phone-mask-input .t-flag
{
    position: absolute;
    top: 12px;
    left: -5px;
    z-index: 1;
    margin: 0;
    transform: scale(.3);
}
.t-phone-mask-input__phone .t-input__input input
{
    padding: 20px 12px 6px 34px;
}
.t-notifications_skeleton .t-notifications__head .t-account-currencies-skeleton, .t-notifications_skeleton .t-notifications__head .t-skeleton
{
    width: 40%;
}
.t-notifications_skeleton .t-notifications__head .t-skeleton_medium
{
    width: 30%;
}
.t-notifications_skeleton .t-notifications__filter .t-account-currencies-skeleton, .t-notifications_skeleton .t-notifications__filter .t-skeleton
{
    margin-left: 6px;
}
.t-notifications_skeleton .t-notifications__list .t-account-currencies-skeleton, .t-notifications_skeleton .t-notifications__list .t-skeleton
{
    margin: 5px 0;
}
.t-notifications_skeleton .t-notifications__pagination .t-account-currencies-skeleton:first-child, .t-notifications_skeleton .t-notifications__pagination .t-skeleton:first-child
{
    margin-right: 6px;
}
.t-notifications_skeleton .t-notifications__pagination .t-account-currencies-skeleton:last-child, .t-notifications_skeleton .t-notifications__pagination .t-skeleton:last-child
{
    margin-left: 6px;
}
.t-notifications_skeleton .t-notifications__message .t-account-currencies-skeleton, .t-notifications_skeleton .t-notifications__message .t-skeleton
{
    height: 100%;
}
.t-notifications
{
    width: 100%;
}
.t-notifications__content
{
    max-width: 1160px;
    padding: 0 12px;
    margin: 0 auto;
}
@media screen and (max-width: 1279px)
{
    .t-notifications__content
    {
        padding: 0 48px;
    }
}
@media screen and (max-width: 1023px)
{
    .t-notifications__content
    {
        padding: 0 40px 64px;
    }
}
@media screen and (max-width: 767px)
{
    .t-notifications__content
    {
        padding: 0;
    }
}
.t-notifications__head
{
    width: 100%;
    margin: 0 0 20px;
}
.t-notifications__head h1
{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
}
.t-notifications__head p
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-notifications__body
{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 -8px;
}
.t-notifications__filter
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -6px 16px;
}
.t-notifications__search
{
    display: none;
    margin: 0 6px;
}
.t-notifications__sort
{
    width: 100%;
    margin: 0 6px;
}
.t-notifications__messages
{
    width: 100%;
    margin: 0 8px;
}
.t-notifications__message
{
    width: 100%;
    padding: 16px;
    margin: 0 8px;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 14px;
}
.t-notifications__message .t-notifications-message
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.t-notifications__message .t-notifications-message__head
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid #1e2023;
}
.t-notifications__message .t-notifications-message__head .t-button__wrap
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    white-space: nowrap;
}
.t-notifications__message .t-notifications-message__head .t-button__wrap .t-icon
{
    margin-right: 5px;
}
.t-notifications__message .t-notifications-message__title
{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-notifications__message .t-notifications-message__title h3
{
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}
.t-notifications__message .t-notifications-message__title span
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-notifications__message .t-notifications-message__body
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
}
.t-notifications__message .t-notifications-message__body img
{
    width: 100%;
    margin-bottom: 16px;
}
.t-notifications__message .t-notifications-message__body h2
{
    width: 100%;
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}
.t-notifications__message .t-notifications-message__body p
{
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    white-space: pre-line;
}
.t-notifications__message .t-notifications-message__body .t-button
{
    width: 100%;
    margin: auto 0 0;
}
.t-notifications__message .t-notifications-message-empty
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.t-notifications__message .t-notifications-message-empty .t-icon
{
    margin-bottom: 12px;
}
.t-notifications__message .t-notifications-message-empty span
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
@media screen and (max-width: 1023px)
{
    .t-notifications__message
    {
        display: none;
    }
}
.t-notifications__list
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 14px;
}
.t-notifications__list .t-notifications-message-item
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 54px;
    padding: 11px 16px;
    margin: 8px 0;
    cursor: pointer;
    background: #151618;
    border-radius: 16px;
    transition: all 0s ease-in-out;
}
.t-notifications__list .t-notifications-message-item__status
{
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 8px 0 0;
    background: #393e45;
    border-radius: 50%;
    transition: all 0s ease-in-out;
}
.t-notifications__list .t-notifications-message-item__title
{
    max-width: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #737880;
}
.t-notifications__list .t-notifications-message-item__time
{
    flex-grow: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: right;
}
.t-notifications__list .t-notifications-message-item_active
{
    background: #393e45;
}
.t-notifications__list .t-notifications-message-item_active .t-notifications-message-item__status
{
    background: #737880;
}
.t-notifications__list .t-notifications-message-item_active .t-notifications-message-item__title
{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
}
.t-notifications__list .t-notifications-message-item_unread .t-notifications-message-item__status
{
    background: #fb601e;
}
.t-notifications__list-empty
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 60px);
    min-height: 400px;
    padding: 8px 16px;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 14px;
}
.t-notifications__list-empty.t-notifications-list-empty .t-icon
{
    margin-bottom: 12px;
}
.t-notifications__list-empty.t-notifications-list-empty span
{
    max-width: 120px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
.t-notifications__pagination
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.t-notifications__pagination .t-button
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #9299a5;
}
.t-notifications__pagination .t-button .t-icon
{
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
}
.t-notifications__pagination .t-button__icon-right .t-button__wrap
{
    flex-direction: row-reverse;
}
.t-notifications__pagination .t-button__icon-right .t-icon
{
    margin: 0 0 0 4px;
}
.t-notifications-message-modal
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.t-notifications-message-modal__head
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid #1e2023;
}
.t-notifications-message-modal__head .t-button
{
    display: none;
}
.t-notifications-message-modal__title
{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-notifications-message-modal__title h3
{
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}
.t-notifications-message-modal__title span
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-notifications-message-modal__body
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.t-notifications-message-modal__body img
{
    width: 100%;
    margin-bottom: 16px;
}
.t-notifications-message-modal__body h2
{
    width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.t-notifications-message-modal__body p
{
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    white-space: pre-line;
}
.t-notifications-message-modal__body .t-button
{
    width: 100%;
    margin: auto 0 0;
}
.t-transactions_skeleton .t-transactions__head .t-account-currencies-skeleton, .t-transactions_skeleton .t-transactions__head .t-skeleton
{
    width: 40%;
}
.t-transactions_skeleton .t-transactions__head .t-skeleton_medium
{
    width: 30%;
    border-radius: 16px;
}
.t-transactions_skeleton .t-transactions__filter .t-account-currencies-skeleton, .t-transactions_skeleton .t-transactions__filter .t-skeleton
{
    margin-left: 6px;
}
.t-transactions_skeleton .t-transactions__filter .t-skeleton_medium
{
    border-radius: 16px;
}
.t-transactions_skeleton .t-transactions__list
{
    padding: 38px 16px 12px;
}
.t-transactions_skeleton .t-transactions__list .t-account-currencies-skeleton, .t-transactions_skeleton .t-transactions__list .t-skeleton
{
    margin: 5px 0;
}
.t-transactions_skeleton .t-transactions__list .t-skeleton_large
{
    border-radius: 16px;
}
.t-transactions_skeleton .t-transactions__pagination .t-account-currencies-skeleton:first-child, .t-transactions_skeleton .t-transactions__pagination .t-skeleton:first-child
{
    margin-right: 6px;
}
.t-transactions_skeleton .t-transactions__pagination .t-account-currencies-skeleton:last-child, .t-transactions_skeleton .t-transactions__pagination .t-skeleton:last-child
{
    margin-left: 6px;
}
.t-transactions_skeleton .t-transactions__pagination .t-skeleton_medium
{
    max-width: 140px;
    border-radius: 16px;
}
.t-transactions
{
    width: 100%;
    margin: 21px 0 64px;
}
@media screen and (max-width: 767px)
{
    .t-transactions
    {
        margin: 0 0 32px;
    }
}
.t-transactions__content
{
    padding: 0;
}
.t-transactions__wrap
{
    display: flex;
    grid-gap: 24px;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .t-transactions__wrap
    {
        flex-direction: column;
        gap: 12px;
    }
}
.t-transactions__aside
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 197px;
    padding: 12px;
    border: 1px solid #1e2023;
    border-radius: 16px;
}
@media screen and (max-width: 767px)
{
    .t-transactions__aside
    {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0;
        overflow: scroll;
        border: none;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .t-transactions__aside::-webkit-scrollbar
    {
        display: none;
    }
}
.t-transactions__aside-item
{
    width: 100%;
    padding: 11px 8px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
    cursor: pointer;
    background: rgba(28,30,32,0);
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
@media screen and (max-width: 767px)
{
    .t-transactions__aside-item
    {
        min-width: 130px;
        padding: 14px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #737880;
        text-align: center;
    }
}
.t-transactions__aside-item_active
{
    background: #1c1e20;
}
@media screen and (max-width: 767px)
{
    .t-transactions__aside-item_active
    {
        color: #fff;
    }
}
.t-transactions__aside-item:hover
{
    background: rgba(28,30,32,.5);
}
.t-transactions__head
{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
}
.t-transactions__head h1
{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
}
.t-transactions__head .t-icon-transactions
{
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgOC44YzAtMS42OCAwLTIuNTIuMzI3LTMuMTYyYTMgMyAwIDAxMS4zMTEtMS4zMTFDNC4yOCA0IDUuMTIgNCA2LjggNGgxMC40YzEuNjggMCAyLjUyIDAgMy4xNjIuMzI3YTMgMyAwIDAxMS4zMTEgMS4zMTFDMjIgNi4yOCAyMiA3LjEyIDIyIDguOHY2LjRjMCAxLjY4IDAgMi41Mi0uMzI3IDMuMTYyYTMgMyAwIDAxLTEuMzExIDEuMzExQzE5LjcyIDIwIDE4Ljg4IDIwIDE3LjIgMjBINi44Yy0xLjY4IDAtMi41MiAwLTMuMTYyLS4zMjdhMyAzIDAgMDEtMS4zMTEtMS4zMTFDMiAxNy43MiAyIDE2Ljg4IDIgMTUuMlY4Ljh6IiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMiA4YTQgNCAwIDAwNC00aDJhNiA2IDAgMDEtNiA2Vjh6bTEyIDRhMiAyIDAgMTEtNCAwIDIgMiAwIDAxNCAwem04LTRhNCA0IDAgMDEtNC00aC0yYTYgNiAwIDAwNiA2Vjh6TTYgMjBhNCA0IDAgMDAtNC00di0yYTYgNiAwIDAxNiA2SDZ6bTEyIDBhNCA0IDAgMDE0LTR2LTJhNiA2IDAgMDAtNiA2aDJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
@media screen and (max-width: 767px)
{
    .t-transactions__head
    {
        display: none;
    }
}
.t-transactions__body
{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: calc(100% - 221px);
}
@media screen and (max-width: 767px)
{
    .t-transactions__body
    {
        max-width: 100%;
    }
}
.t-transactions__filter
{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 0 -6px 16px;
}
@media screen and (max-width: 767px)
{
    .t-transactions__filter
    {
        flex-direction: column-reverse;
        gap: 12px;
        margin: 0 0 12px;
    }
}
.t-transactions__search
{
    width: 50%;
    margin: 0 6px;
}
@media screen and (max-width: 767px)
{
    .t-transactions__search
    {
        width: 100%;
        margin: 0;
    }
}
.t-transactions__date
{
    width: 50%;
    margin: 0 6px;
}
@media screen and (max-width: 767px)
{
    .t-transactions__date
    {
        width: 100%;
        margin: 0;
    }
}
.t-transactions__list
{
    width: 100%;
    overflow-x: auto;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-transactions__list::-webkit-scrollbar
{
    width: 0;
    visibility: hidden;
}
.t-transactions__list-wrap
{
    display: table;
    width: 100%;
    padding: 38px 16px 12px;
    border-spacing: 0 8px;
}
@media screen and (max-width: 767px)
{
    .t-transactions__list-wrap
    {
        padding: 38px 16px 8px;
    }
}
.t-transactions__list-empty
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 60px);
    min-height: 200px;
    padding: 8px 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-transactions__list-empty.t-transactions-list-empty .t-icon
{
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjI0MiAyMWgxNC41MTZjLjc5IDAgMS40NzMgMCAyLjAzNS0uMDQ2LjU5My0uMDQ4IDEuMTgyLS4xNTUgMS43NS0uNDQ1YTQuNSA0LjUgMCAwMDEuOTY2LTEuOTY2Yy4yOS0uNTY4LjM5Ny0xLjE1Ny40NDUtMS43NS4wNDYtLjU2Mi4wNDYtMS4yNDQuMDQ2LTIuMDM1di00LjAxNmMwLS43OSAwLTEuNDczLS4wNDYtMi4wMzUtLjA0OC0uNTkzLS4xNTUtMS4xODItLjQ0NS0xLjc1YTQuNSA0LjUgMCAwMC0xLjk2Ni0xLjk2N2MtLjU2OC0uMjg5LTEuMTU3LS4zOTYtMS43NS0uNDQ0LS41NjItLjA0Ni0xLjI0NC0uMDQ2LTIuMDM1LS4wNDZIMTEuMjQyYy0uNzkgMC0xLjQ3MyAwLTIuMDM1LjA0Ni0uNTkzLjA0OC0xLjE4Mi4xNTUtMS43NS40NDRBNC41IDQuNSAwIDAwNS40OSA2Ljk1N2MtLjI4OS41NjgtLjM5NiAxLjE1Ny0uNDQ0IDEuNzVDNSA5LjI3IDUgOS45NTEgNSAxMC43NDJ2NC4wMTZjMCAuNzkgMCAxLjQ3My4wNDYgMi4wMzUuMDQ4LjU5My4xNTUgMS4xODIuNDQ0IDEuNzVhNC41IDQuNSAwIDAwMS45NjcgMS45NjZjLjU2OC4yOSAxLjE1Ny4zOTcgMS43NS40NDUuNTYyLjA0NiAxLjI0NC4wNDYgMi4wMzUuMDQ2eiIgZmlsbD0iIzczNzg4MCIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBkPSJNMjAgMzBhMS41IDEuNSAwIDAxLTMgMFYxNS42MjFsLTEuOTQgMS45NGExLjUgMS41IDAgMDEtMi4xMi0yLjEyMmw0LjUtNC41YTEuNSAxLjUgMCAwMTIuMTIgMGw0LjUgNC41YTEuNSAxLjUgMCAwMS0yLjEyIDIuMTIyTDIwIDE1LjYyVjMweiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
}
.t-transactions__list-empty.t-transactions-list-empty span
{
    max-width: 120px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
.t-transactions__pagination
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.t-transactions__pagination .t-button
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #9299a5;
}
.t-transactions__pagination .t-button .t-icon
{
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
}
.t-transactions__pagination .t-button__icon-right .t-button__wrap
{
    flex-direction: row-reverse;
}
.t-transactions__pagination .t-button__icon-right .t-icon
{
    margin: 0 0 0 4px;
}
.t-transactions__popover
{
    z-index: 100;
}
.t-transactions__popover .t-popover-inner
{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    background: rgba(9,10,12,.8);
    backdrop-filter: blur(40px);
    border: 1px solid hsla(0,0%,100%,.08);
    border-radius: 14px;
    box-shadow: 0 -8px 16px 0 rgba(0,0,0,.24);
}
.t-transactions__dropdown
{
    display: table;
}
.t-transactions__dropdown-item
{
    display: table-row;
    width: 100%;
}
.t-transactions__dropdown-item .t-skeleton_small
{
    min-width: 150px;
}
.t-transactions__dropdown-item span
{
    display: table-cell;
    padding: 6px 0;
    color: #9299a5;
}
.t-transactions__dropdown-item strong
{
    display: table-cell;
    padding: 6px 0 6px 12px;
    color: #fff;
}
.t-transactions__dropdown-item strong:first-letter 
{
    text-transform: uppercase;
}
.t-transactions__dropdown-item_rollback
{
    width: 100%;
    height: 56px;
    padding: 6px 0;
}
.t-transactions__dropdown-item_rollback .t-button
{
    position: absolute;
    width: calc(100% - 24px);
    margin-top: 6px;
}
.t-transactions__dropdown-item_balance span, .t-transactions__dropdown-item_balance strong
{
    position: relative;
    padding-top: 12px;
}
.t-transactions__dropdown-item_balance span:before, .t-transactions__dropdown-item_balance strong:before
{
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #1e2023;
}
.t-transactions__dropdown-item_balance .t-icon
{
    display: inline;
    margin-left: 8px;
}
.t-transactions-list-item
{
    display: table-row;
    width: 100%;
    height: 76px;
    margin: 4px 0;
    border-radius: 16px;
    transition: all 0s ease-in-out;
}
.t-transactions-list-item__col
{
    position: relative;
    display: table-cell;
    height: 100%;
    padding: 21px 16px 21px 0;
    vertical-align: middle;
    background: #151618;
}
.t-transactions-list-item__col:first-child
{
    padding-left: 17px;
    border-radius: 16px 0 0 16px;
}
.t-transactions-list-item__col:last-child
{
    border-radius: 0 16px 16px 0;
}
.t-transactions-list-item__col-head
{
    display: none;
}
.t-transactions-list-item__col-head span
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-transactions-list-item__col-body
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px)
{
    .t-transactions-list-item__col_name
    {
        min-width: 220px;
    }
}
.t-transactions-list-item__col_name .t-transactions-list-item__col-body
{
    justify-content: flex-start;
    text-align: left;
}
.t-transactions-list-item__col_id .t-transactions-list-item__col-body span
{
    display: -webkit-box;
    overflow: hidden;
    cursor: pointer;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.t-transactions-list-item__col_amount-balance .t-transactions-list-item__col-body .t-icon, .t-transactions-list-item__col_amount .t-transactions-list-item__col-body .t-icon
{
    margin-left: 6px;
}
.t-transactions-list-item__col_amount-bonus .t-transactions-list-item__col-body
{
    color: #737880;
}
.t-transactions-list-item__col_payout .t-transactions-list-item__col-body
{
    justify-content: flex-end;
    text-align: right;
}
.t-transactions-list-item__col_payout .t-transactions-list-item__col-body b
{
    display: block;
    padding: 4px 6px;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background: #393e45;
    border-radius: 6px;
}
.t-transactions-list-item__col_payout .t-transactions-list-item__col-body span
{
    color: #59ec34;
}
.t-transactions-list-item__col_payout .t-transactions-list-item__col-body .t-icon
{
    margin-left: 6px;
}
.t-transactions-list-item__col_details .t-transactions-list-item__col-body
{
    justify-content: flex-end;
    text-align: right;
}
.t-transactions-list-item__name
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 6px;
}
.t-transactions-list-item__name strong
{
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.t-transactions-list-item__name span
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #9299a5;
}
.t-transactions-list-item .t-button
{
    color: #737880;
    background: #1e2023;
}
.t-transactions-list-item .t-button:hover
{
    color: #fff;
    background: #25272b;
}
.t-transactions-list-item .t-account-currencies-skeleton, .t-transactions-list-item .t-skeleton
{
    height: 76px;
    border-radius: 16px;
}
.t-transactions-list-item:first-child .t-transactions-list-item__col-head
{
    position: absolute;
    top: -28px;
    display: flex;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
}
.t-transactions-list-item:first-child .t-transactions-list-item__col:first-child .t-transactions-list-item__col-head
{
    justify-content: flex-start;
}
.t-transactions-list-item:first-child .t-transactions-list-item__col:last-child .t-transactions-list-item__col-head
{
    right: 16px;
    justify-content: flex-end;
}
.t-transactions-date-filter .date-picker-popover
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0;
}
.t-transactions-date-filter .t-select__choose
{
    padding: 8px 40px 8px 12px;
}
.t-transactions-date-filter .t-select__choose .t-icon
{
    margin: 0 5px 0 0;
}
.t-transactions-date-filter .t-select__choose .t-select__icon
{
    display: none;
}
.t-transactions-date-filter .t-select .t-select__dropdown
{
    min-height: 390px;
    max-height: 390px;
    overflow-y: hidden;
}
.t-transactions-date-filter .t-dropdown__item:last-child .t-dropdown__item-option
{
    padding: 12px 16px;
    margin-top: 4px;
}
.t-chat
{
    width: 100%;
    height: 100%;
}
.t-chat__wrap
{
    position: relative;
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #090a0c;
}
.t-chat-header, .t-chat__wrap
{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.t-chat-header
{
    align-items: center;
    padding: 14px 12px;
}
.t-chat-header .t-close
{
    position: relative;
    top: 0;
    right: 0;
}
.t-chat-header__select .t-icon
{
    display: none;
}
.t-chat-body
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: calc(100% - 158px);
    padding: 0 12px;
}
.t-chat-footer
{
    position: relative;
    width: 100%;
    padding: 10px 12px;
}
.t-chat-footer form
{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 48px;
}
.t-chat-footer__textarea
{
    position: relative;
    width: 100%;
}
.t-chat-footer__textarea .t-textarea__wrap
{
    height: 100%;
}
.t-chat-footer__textarea .t-textarea__input
{
    display: flex;
}
.t-chat-footer__textarea textarea
{
    position: absolute;
    bottom: 0;
    height: 100%;
    min-height: 48px;
    padding-right: 140px;
    resize: none;
}
.t-chat-footer__textarea textarea::-webkit-scrollbar
{
    width: 0;
    visibility: hidden;
}
.t-chat-footer__textarea.t-textarea_focus textarea
{
    padding-top: 4px;
    padding-bottom: 4px;
}
.t-chat-footer__button
{
    position: absolute;
    right: 2px;
    bottom: 2px;
    max-width: 48px;
    padding: 13px;
}
.t-chat-footer__button .t-button__wrap
{
    padding: 0;
}
.t-chat-footer__button .t-icon-chat
{
    width: 18px;
    height: 18px;
}
.t-chat-footer__button .t-icon-chat:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDMyIDEwLjg1MUwxLjQ5NSA5LjU2NGMtMS44OC0uNDktMi4wMjgtMy4xMDEtLjIxNi0zLjhMMTUuOTI4LjEwNWMxLjIzLS40NzYgMi40NC43MzUgMS45NjUgMS45NjVMMTIuMjM2IDE2LjcyYy0uNyAxLjgxMi0zLjMxMSAxLjY2My0zLjgwMS0uMjE2bC0xLjI4Ny00LjkzOGExIDEgMCAwMC0uNzE2LS43MTV6IiBmaWxsPSIjMDkwQTBEIi8+PC9zdmc+");
}
.t-chat-footer__button.t-button__loading .t-icon-chat
{
    display: none;
}
.t-chat-messages
{
    overflow-y: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.t-chat-messages::-webkit-scrollbar
{
    display: none;
}
.t-chat-message
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 12.5px 0 0;
}
.t-chat-message__head
{
    display: flex;
    width: auto;
}
.t-chat-message__body
{
    width: 100%;
    margin: 4.5px 0 0;
}
.t-chat-message__username
{
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-chat-message__username:hover
{
    color: #ffe65f;
}
.t-chat-message__time
{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #393e45;
}
.t-chat-message__message
{
    width: fit-content;
    max-width: 100%;
    padding: 8px 10px;
    background: #151618;
    border-radius: 4px 8px 8px;
}
.t-chat-message__message span
{
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #9299a5;
    word-wrap: break-word;
    white-space: pre-line;
}
.t-chat-message__message img
{
    display: block;
    width: 100%;
    max-width: 480px;
    border-radius: 3px;
}
.t-chat-messages-skeleton .t-account-currencies-skeleton, .t-chat-messages-skeleton .t-skeleton
{
    height: 15px;
}
.t-chat-messages-skeleton .t-chat-message__username
{
    width: 40px;
}
.t-chat-messages-skeleton .t-chat-message__time
{
    width: 25px;
}
.t-chat-messages-skeleton .t-chat-message__message
{
    width: 30%;
    height: 30px;
}
.t-chat-messages-skeleton .t-chat-message:nth-child(odd) .t-chat-message__username
{
    width: 60px;
}
.t-chat-messages-skeleton .t-chat-message:nth-child(odd) .t-chat-message__message
{
    width: 50%;
    height: 50px;
}
.t-emoji-mart
{
    position: absolute!important;
    right: 40px!important;
    bottom: 55px!important;
    background: #090a0c!important;
    border: 1px solid hsla(0,0%,100%,.2)!important;
    border-radius: 14px!important;
}
@media screen and (max-width: 1279px)
{
    .t-emoji-mart
    {
        right: -55px!important;
    }
}
.t-emoji-mart .emoji-mart-bar
{
    border-color: #ffed48!important;
}
.t-emoji-mart .emoji-mart-bar .emoji-mart-anchor
{
    cursor: pointer!important;
}
.t-emoji-mart .emoji-mart-search input
{
    font-family: Saira,sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    color: hsla(0,0%,100%,.5)!important;
    background: hsla(0,0%,100%,.05)!important;
    border-color: hsla(0,0%,100%,.1)!important;
    border-radius: 8px!important;
}
.t-emoji-mart .emoji-mart-emoji
{
    cursor: pointer!important;
}
.t-emoji-mart .emoji-mart-emoji:before
{
    background-color: #ffed48!important;
}
.t-emoji-mart .emoji-mart-emoji span
{
    cursor: pointer!important;
}
.t-emoji-mart .emoji-mart-category-label span
{
    font-family: Saira,sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    color: hsla(0,0%,100%,.5)!important;
    background: #090a0c!important;
}
.t-chat-emoji
{
    position: absolute;
    right: 48px;
    bottom: 2px;
}
@media screen and (min-width: 1280px)
{
    .t-chat-emoji
    {
        right: -48px;
    }
}
.t-chat-emoji__dropdown
{
    z-index: 109;
}
.t-chat-emoji__dropdown .t-popover-inner
{
    padding: 0;
    background: none;
    border: none;
}
.t-chat-emoji__button
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: hsla(0,0%,100%,.05);
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
    transition: all .5s ease-in-out;
}
@media screen and (min-width: 1280px)
{
    .t-chat-emoji__button
    {
        right: 96px;
    }
}
.t-chat-emoji__button i
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
}
.t-chat-emoji__button:hover
{
    border: 1px solid #ffed48;
}
.t-chat-giphy
{
    position: absolute;
    right: 94px;
    bottom: 2px;
}
.t-chat-giphy__dropdown
{
    z-index: 109;
}
.t-chat-giphy__dropdown .t-popover-inner
{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 346px;
    min-height: 420px;
    padding: 12px 0 12px 12px;
    background: #090a0c;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 14px;
}
.t-chat-giphy__dropdown .t-popover-inner>div, .t-chat-giphy__dropdown .t-popover-inner>div>div
{
    width: 100%;
}
.t-chat-giphy__dropdown .t-search_border
{
    width: calc(100% - 15px);
    margin: 0 0 6px 3px;
}
.t-chat-giphy__dropdown .t-loading
{
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}
.t-chat-giphy__button
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: hsla(0,0%,100%,.05);
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
    transition: all .5s ease-in-out;
}
.t-chat-giphy__button i
{
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
}
.t-chat-giphy__button:hover
{
    border: 1px solid #ffed48;
}
.t-chat-giphy__items
{
    display: flex;
    flex-wrap: wrap;
    width: 332px;
    max-height: 394px;
    overflow-y: auto;
}
.t-chat-giphy__items .t-chat-giphy-item
{
    position: relative;
    width: calc(50% - 6px);
    height: 94px;
    margin: 3px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}
.t-chat-giphy__items .t-chat-giphy-item img
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100%;
    min-height: 100px;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}
.t-chat-giphy__not-found
{
    width: 100%;
    height: 100%;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}
.page-chat, .page-chat #__layout, .page-chat #__nuxt
{
    width: 100%;
    height: 100%;
}
.page-chat .t-cookies
{
    display: none;
}
.page-chat .app-chat>.t-loading
{
    position: relative;
    top: calc(50% - 64px);
    margin: 0 auto;
}
body:not(.page-chat) .chat
{
    margin-right: 380px;
}
@media screen and (max-width: 1279px)
{
    body:not(.page-chat) .chat
    {
        margin-right: 0;
    }
}
body:not(.page-chat) .t-chat
{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 105;
    width: 100%;
    max-width: 380px;
    height: 100vh;
    padding: 8px;
    transition: all .3s ease;
}
body:not(.page-chat) .t-chat__wrap
{
    background: #090a0c;
    border: 1px solid #1e2023;
    border-radius: 16px;
}
body:not(.page-chat) .t-chat_mobile
{
    top: 68px;
    z-index: 103;
    display: flex;
    justify-content: flex-end;
    width: 100%!important;
    max-width: 100%;
    height: calc(100% - 132px);
    background: rgba(0,0,0,.7);
}
body:not(.page-chat) .t-chat_mobile .t-chat__wrap
{
    max-width: 364px;
}
@media screen and (max-width: 767px)
{
    body:not(.page-chat) .t-chat_mobile .t-chat__wrap
    {
        max-width: 100%;
    }
}
@media(max-width: 1280px)
{
    body:not(.page-chat) .chat-opened, body:not(.page-chat) .chat-opened .t-header__content
    {
        margin-right: 380px!important;
        transition: all .3s ease;
    }
    body:not(.page-chat) .chat-opened .t-chat
    {
        transition: all .3s ease;
        transform: translateX(0);
    }
    body:not(.page-chat) .chat-closed, body:not(.page-chat) .chat-closed .t-header__content
    {
        margin-right: 0!important;
        transition: all .3s ease;
    }
    body:not(.page-chat) .chat-closed .t-chat
    {
        transition: all .3s ease;
        transform: translateX(100%);
    }
}
body:not(.page-chat) .t-chat-enter
{
    width: 0;
    opacity: 1;
    transition: all .3s ease;
}
@media screen and (max-width: 767px)
{
    body:not(.page-chat) .t-chat-enter
    {
        transform: translateY(100%);
    }
}
body:not(.page-chat) .t-chat-enter-active
{
    opacity: 1;
    transition: all .3s ease;
}
@media screen and (max-width: 767px)
{
    body:not(.page-chat) .t-chat-enter-active
    {
        transform: translateY(100%);
    }
}
body:not(.page-chat) .t-chat-enter-to
{
    width: 380px;
    opacity: 1;
    transition: all .3s ease;
}
@media screen and (max-width: 767px)
{
    body:not(.page-chat) .t-chat-enter-to
    {
        transform: translateY(100%);
    }
}
body:not(.page-chat) .t-chat-leave
{
    width: 380px;
    opacity: 1;
    transition: all .3s ease;
}
@media screen and (max-width: 767px)
{
    body:not(.page-chat) .t-chat-leave
    {
        transform: translateY(100%);
    }
}
body:not(.page-chat) .t-chat-leave-active
{
    opacity: 1;
    transition: all .3s ease;
}
@media screen and (max-width: 767px)
{
    body:not(.page-chat) .t-chat-leave-active
    {
        transform: translateY(100%);
    }
}
body:not(.page-chat) .t-chat-leave-to
{
    width: 0;
    opacity: 1;
    transition: all .3s ease;
}
@media screen and (max-width: 767px)
{
    body:not(.page-chat) .t-chat-leave-to
    {
        transform: translateY(100%);
    }
}
.t-password-quality-popover
{
    width: auto;
}
.t-password-quality-popover .t-popover-inner
{
    padding: 16px;
    background-color: #151618;
    border-radius: 14px;
}
.t-password-quality
{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 4px 16px;
    max-width: 200px;
}
.t-password-quality p
{
    grid-area: 1/1/2/3;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.t-password-quality .t-progress-line
{
    grid-area: 2/1/3/2;
    place-self: center center;
    padding: 0;
    background: #737880;
    border: none;
}
.t-password-quality .t-progress-line .t-progress-line__progress
{
    top: 0;
    height: 100%;
    transform: translateY(0);
}
.t-password-quality .t-progress-line .t-progress-line__progress:before
{
    display: none;
}
.t-password-quality font
{
    grid-area: 2/2/3/3;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}
.t-games-catalog
{
    position: relative;
    width: 100%;
    margin: 0 auto 26px;
}
@media screen and (max-width: 767px)
{
    .t-games-catalog
    {
        margin: 0 auto 24px;
    }
}
.t-games-catalog__content
{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
.t-games-catalog__head
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 16px;
}
@media screen and (max-width: 1023px)
{
    .t-games-catalog__head
    {
        padding: 0 0 16px;
    }
}
@media screen and (max-width: 767px)
{
    .t-games-catalog__head
    {
        padding: 0 0 18px;
    }
}
.t-games-catalog__head-nav
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 104px;
    padding: 0 48px;
    margin: 0 0 32px;
    background-image: url(../../willbettingde/image/title-bg.3d125c1.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border: 1px solid #1e2023;
    border-radius: 18px;
}
@media screen and (max-width: 1023px)
{
    .t-games-catalog__head-nav
    {
        height: 104px;
        padding: 0 36px;
        margin: 0 0 24px;
    }
}
.t-games-catalog__head-filters
{
    display: flex;
    align-items: center;
    width: 100%;
}
.t-games-catalog__title
{
    display: flex;
}
.t-games-catalog__title-name
{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    white-space: nowrap;
}
.t-games-catalog__title-name:before
{
    width: 36px;
    height: 36px;
    margin: 0 12px 0 0;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljk0MyA3LjU3aC0uMWEuMjg1LjI4NSAwIDAxLS4yNi0uNDA3IDUuMDU1IDUuMDU1IDAgMDAuNDY0LTIuMDQyYy4wMzYtMi43OTItMi4yMjQtNS4xLTUuMDE2LTUuMTJhNS4wNDcgNS4wNDcgMCAwMC00LjYyIDcuMTYyLjI4Mi4yODIgMCAwMS0uMjYuNDAyaC0uMDk5QTUuMDU1IDUuMDU1IDAgMDAwIDEyLjY1NWMuMDIxIDIuNzgxIDIuMzEzIDUuMDM3IDUuMDk0IDUuMDExYTUuMDUgNS4wNSAwIDAwMy4xMzUtMS4xMjUuMjgzLjI4MyAwIDAxLjQ2NC4yMTl2LjY2MWMwIDEuMzQ0LS45NjQgMS41MTEtMS43MDkgMi4xMzYtLjE3Ny4xNTEtLjA2Ny40NDMuMTY3LjQ0M2g1LjcwM2MuMjM1IDAgLjM0NC0uMjkyLjE2Ny0uNDQzLS43NC0uNjMtMS42OTMtLjc3LTEuNjkzLTIuMTN2LS42NTJjMC0uMjQuMjc2LS4zNy40NjQtLjIxOWE1LjAyMyA1LjAyMyAwIDAwMy4xMyAxLjExYzIuNzc2LjAxNiA1LjA1Ny0yLjI0IDUuMDc4LTUuMDEyYTUuMDU5IDUuMDU5IDAgMDAtNS4wNTctNS4wODR6IiBmaWxsPSIjRkZFRDQ4Ii8+PC9zdmc+");
    background-size: cover;
}
.t-games-catalog__title.t-account-currencies-skeleton, .t-games-catalog__title.t-skeleton
{
    display: none;
}
.t-games-catalog__body
{
    width: 100%;
}
.t-games-catalog__body-button
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 312px;
    margin: 16px auto 0;
}
@media screen and (max-width: 767px)
{
    .t-games-catalog__body-button
    {
        max-width: 100%;
    }
}
.t-games-catalog__body-button .t-button__border
{
    color: #000;
    background: #ffed48;
}
.t-games-catalog__body-button .t-button__border:hover
{
    background: #ffe673;
}
.t-games-catalog__body-button .t-button__border:active, .t-games-catalog__body-button .t-button__border:focus
{
    background: #f5b940;
}
.t-games-catalog__body-loading
{
    margin: 50px auto;
}
.t-games-catalog__body-loading svg path
{
    fill: #ffed48;
}
.t-games-catalog__quick-access
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    margin-bottom: 24px;
    background: #1e2023;
    border: 1px solid #393e45;
    border-radius: 14px;
}
@media(max-width: 767px)
{
    .t-games-catalog__quick-access
    {
        padding: 24px 12px;
    }
}
.t-games-catalog__search-btn
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: calc(100% - 260px);
    height: 48px;
    padding-left: 52px;
    color: #fff;
    cursor: pointer;
    background: #090a0c;
    border: 1px solid #1e2023;
    border-radius: 24px;
    transition: all 0s ease-in-out;
}
@media(max-width: 767px)
{
    .t-games-catalog__search-btn
    {
        max-width: 100%;
    }
}
.t-games-catalog__search-btn:hover
{
    opacity: .7;
}
.t-games-catalog__search-btn .t-icon
{
    position: absolute;
    left: 28px;
    z-index: 1;
    width: 24px;
    height: 24px;
}
.t-close.skeleton
{
    display: none;
}
.t-games-catalog-nav-t-skeleton
{
    background: #24242b;
    background-size: 200% 100%;
    border-radius: 18px;
    animation: shine 1s linear infinite alternate;
}
.t-main-games__title_skeleton
{
    width: 100%;
    max-width: 320px;
    height: 32px;
}
.t-main-games__title_skeleton .t-account-currencies-skeleton, .t-main-games__title_skeleton .t-skeleton
{
    width: 100%;
    height: 32px;
}
.t-games-catalog-pagination-skeleton
{
    display: flex;
    justify-content: space-between;
}
.t-games-catalog-pagination-skeleton__button
{
    width: 115px;
    height: 44px;
    margin: 0 15px;
}
.t-games-catalog-pagination-skeleton__body
{
    width: 332px;
    height: 44px;
}
@media(max-width: 767px)
{
    .t-games-catalog-pagination-skeleton__body
    {
        display: none;
    }
}
.app-livecasino .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
{
    background-image: url(../../willbettingde/image/livegames-title-bg.03e788e.png);
}
@media(max-width: 767px)
{
    .app-livecasino .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
    {
        background-image: url(../../willbettingde/image/livegames-title-bg-mobile.48deb55.png);
        background-position: 50% 50%;
    }
}
.app-games .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
{
    background-image: url(../../willbettingde/image/slotsgames-title-bg.d68dace.png);
}
@media(max-width: 767px)
{
    .app-games .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
    {
        background-image: url(../../willbettingde/image/slotsgames-title-bg-mobile.cbe121e.png);
        background-position: 50% 50%;
    }
}
.app-favorites .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
{
    background-image: url(../../willbettingde/image/favoritegames-title-bg.827ff8b.png);
}
@media(max-width: 767px)
{
    .app-favorites .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
    {
        background-image: url(../../willbettingde/image/favoritegames-title-bg-mobile.8cab2f2.png);
        background-position: 50% 50%;
    }
}
.app-favorites .t-games-catalog__title-name:before
{
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjkxNCAxLjQwN2MuNzU4LTEuODc3IDMuNDE2LTEuODc3IDQuMTczIDBsMi45MDYgNy4yMDNhLjc1Ljc1IDAgMDAuNjM1LjQ2N2w3LjI5OS41OTZjMS45NzkuMTYxIDIuNzk0IDIuNjIgMS4zMDMgMy45MzJsLTUuNTM5IDQuODcyYS43NS43NSAwIDAwLS4yMzcuNzI0bDEuNzcxIDguMDVjLjQ0MyAyLjAxMS0xLjgyNSAzLjUxMS0zLjUwMiAyLjMxN2wtNi4yODctNC40NzdhLjc1Ljc1IDAgMDAtLjg3IDBsLTYuMjg3IDQuNDc3Yy0xLjY3OCAxLjE5NC0zLjk0NS0uMzA2LTMuNTAzLTIuMzE3bDEuNzcxLTguMDVhLjc1Ljc1IDAgMDAtLjIzNy0uNzI0TC43NzEgMTMuNjA1Yy0xLjQ5LTEuMzExLS42NzYtMy43NyAxLjMwMy0zLjkzMmw3LjMtLjU5NmEuNzUuNzUgMCAwMC42MzQtLjQ2N2wyLjkwNi03LjIwM3oiIGZpbGw9IiNGRkVENDgiLz48L3N2Zz4=");
}
.app-favorites .t-games-filters__search
{
    max-width: 100%;
    margin-right: 0;
}
.app-favorites .t-game-list-notfound p
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.app-favorites .t-game-list-notfound p:before
{
    width: 30px;
    height: 30px;
    margin: 0 0 15px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjkxNCAxLjQwOGMuNzU4LTEuODc3IDMuNDE2LTEuODc3IDQuMTczIDBsMi45MDYgNy4yMDNhLjc1Ljc1IDAgMDAuNjM1LjQ2N2w3LjI5OS41OTZjMS45NzkuMTYxIDIuNzk0IDIuNjIgMS4zMDMgMy45MzJsLTUuNTM5IDQuODcxYS43NS43NSAwIDAwLS4yMzcuNzI1bDEuNzcxIDguMDVjLjQ0MyAyLjAxMS0xLjgyNSAzLjUxMS0zLjUwMiAyLjMxN2wtNi4yODctNC40NzdhLjc1Ljc1IDAgMDAtLjg3IDBMOC4yNzkgMjkuNTdjLTEuNjc4IDEuMTk0LTMuOTQ1LS4zMDYtMy41MDMtMi4zMTdsMS43NzEtOC4wNWEuNzUuNzUgMCAwMC0uMjM3LS43MjVMLjc3MSAxMy42MDZjLTEuNDktMS4zMTEtLjY3Ni0zLjc3IDEuMzAzLTMuOTMybDcuMy0uNTk2YS43NS43NSAwIDAwLjYzNC0uNDY3bDIuOTA2LTcuMjAzeiIgZmlsbD0iIzczNzg4MCIgZmlsbC1vcGFjaXR5PSIuMjUiLz48L3N2Zz4=");
    background-size: cover;
}
.app-recent .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
{
    justify-content: space-between;
    background-image: url(../../willbettingde/image/recentgames-title-bg.da46ef8.png);
}
@media(max-width: 767px)
{
    .app-recent .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
    {
        background-image: url(../../willbettingde/image/recentgames-title-bg-mobile.3b9860b.png);
        background-position: 50% 50%;
    }
}
.app-recent .t-games-catalog__title-name:before
{
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSAzMGM4LjI4NCAwIDE1LTYuNzE2IDE1LTE1IDAtOC4yODQtNi43MTYtMTUtMTUtMTVDNi43MTYgMCAwIDYuNzE2IDAgMTVjMCA4LjI4NCA2LjcxNiAxNSAxNSAxNXptMS41LTIyLjVhMS41IDEuNSAwIDAwLTMgMFYxNWMwIC4zOTguMTU4Ljc4LjQ0IDEuMDZsMyAzYTEuNSAxLjUgMCAwMDIuMTItMi4xMmwtMi41Ni0yLjU2MVY3LjV6IiBmaWxsPSIjRkZFRDQ4Ii8+PC9zdmc+");
}
.app-recent .t-games-catalog__menu .t-link
{
    display: none;
}
.app-recent .t-games-filters__search
{
    max-width: 100%;
    margin-right: 0;
}
.app-recent .t-game-list-notfound p
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.app-recent .t-game-list-notfound p:before
{
    width: 36px;
    height: 36px;
    margin: 0 0 12px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMzIDE4YzAgOC4yODQtNi43MTYgMTUtMTUgMTUtOC4yODQgMC0xNS02LjcxNi0xNS0xNUMzIDkuNzE2IDkuNzE2IDMgMTggM2M4LjI4NCAwIDE1IDYuNzE2IDE1IDE1eiIgZmlsbD0iIzczNzg4MCIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDlhMS41IDEuNSAwIDAxMS41IDEuNXY2Ljg3OWwyLjU2IDIuNTZhMS41IDEuNSAwIDAxLTIuMTIgMi4xMjJsLTMtM0ExLjUgMS41IDAgMDExNi41IDE4di03LjVBMS41IDEuNSAwIDAxMTggOXoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
    background-size: cover;
}
.app-recommended .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
{
    background-image: url(../../willbettingde/image/recommendedgames-title-bg.35bb3cb.png);
}
@media(max-width: 767px)
{
    .app-recommended .t-games-catalog__head-nav:not(.t-games-catalog-nav-t-skeleton)
    {
        background-image: url(../../willbettingde/image/recommendedgames-title-bg-mobile.9b80d0a.png);
        background-position: 50% 50%;
    }
}
.app-recommended .t-games-catalog__title-name:before
{
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNGRkVENDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTljMC0uNTUyLjUxMi0xIDEuMTQzLTFoMTMuNzE0Yy42MzEgMCAxLjE0My40NDggMS4xNDMgMXYyYzAgLjU1Mi0uNTEyIDEtMS4xNDMgMUg1LjE0M0M0LjUxMiAyMiA0IDIxLjU1MiA0IDIxdi0yeiIvPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZD0iTTIuMDEyIDQuMzM4Yy0uMDk3LS40Ny40MzItLjgyMi44NDUtLjU2M2w1LjMgMy4zMjVjLjI3My4xNy42MzYuMDc5Ljc5LS4xOThsMi41Ni00LjYxOGEuNTYyLjU2MiAwIDAxLjk3NyAwbDIuNTYgNC42MThhLjU2My41NjMgMCAwMC43ODguMTk4bDUuMzEyLTMuMzI2Yy40MTMtLjI1OS45NDIuMDk0Ljg0NC41NjRsLTIuMDM2IDkuNzk0Yy0uMTA1LjUwNS0uNTYuODY4LTEuMDg5Ljg2OEg1LjEyN2MtLjUyOSAwLS45ODQtLjM2NC0xLjA4OS0uODdMMi4wMTIgNC4zMzl6Ii8+PC9zdmc+");
}
@media(max-width: 1023px)
{
    .t-main-tabs__body-item .t-games-catalog__body
    {
        width: calc(100% + 12px);
        margin: 0 -6px;
    }
}
@media(max-width: 767px)
{
    .t-main-tabs__body-item .t-games-catalog__body
    {
        width: 100%;
        margin: 0;
    }
}
.t-main-tabs__body-item .t-games-catalog__head-nav
{
    height: auto;
    padding: 0 2px;
    margin: 0 0 -4px;
    background: none;
    border: #ffdead;
}
.t-main-tabs__body-item .t-games-catalog__head-filters
{
    display: none;
}
.t-main-tabs__body-item .t-games-catalog__title-name
{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.t-main-tabs__body-item .t-games-catalog__title-name:before
{
    width: 20px;
    height: 20px;
    margin: 0 14px 0 0;
}
@media(max-width: 767px)
{
    .t-main-tabs__body-item .t-games-catalog__title-name
    {
        font-size: 20px;
        line-height: 24px;
    }
}
.t-games-filters__filter
{
    display: flex;
    align-items: center;
    order: 2;
    margin: 0 0 0 auto;
}
.t-games-filters__filter .t-games-select
{
    margin: 0 26px 0 0;
}
.t-games-filters__filter .t-games-select .t-checkbox__count
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    height: 16px;
    padding: 5px;
    margin-left: 5px;
    color: #090a0c;
    background: #ffed48;
    border-radius: 22px;
}
.t-games-filters__sort
{
    display: flex;
    align-items: center;
    order: 3;
    margin: 0;
}
.t-games-filters__sort .t-select
{
    min-width: 150px;
}
.t-games-filters__search
{
    display: flex;
    align-items: center;
    order: 1;
    width: 100%;
    max-width: 592px;
    margin-right: 20px;
}
.t-games-filters__btn-wrapper
{
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}
@media screen and (max-width: 767px)
{
    .t-games-filters__btn-wrapper
    {
        position: relative;
        padding: 0;
    }
}
.t-games-filters__view, .t-games-filters__view:hover
{
    background: transparent;
}
.t-games-filters__view.t-button
{
    margin: 0 auto;
}
.t-games-filters__view .t-button__wrap
{
    color: #ffe65f;
}
.t-games-filters-mobile
{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-games-filters-mobile__close
{
    transition: none;
}
.t-games-filters-mobile__head
{
    display: flex;
    flex-direction: row-reverse;
    gap: 12px 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-mobile__head
    {
        flex-wrap: wrap;
        padding: 0;
    }
}
.t-games-filters-mobile__body
{
    position: relative;
    width: 100%;
    padding: 10px 0 0;
}
.t-games-filters-mobile__body:before
{
    position: absolute;
    top: 0;
    left: -16px;
    width: calc(100% + 32px);
    height: 1px;
    content: "";
    background: hsla(0,0%,100%,.2);
}
.t-games-filters-mobile__search
{
    flex: 1 1 100%;
    max-width: 592px;
    margin: 0 auto 0 0;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-mobile__search
    {
        order: 1;
        max-width: none;
    }
}
.t-games-filters-mobile__search .t-search, .t-games-filters-mobile__search .t-search__input
{
    height: 44px;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-mobile__search .t-search__input input
    {
        font-size: 14px;
        font-weight: 600;
        background: none;
        border: none;
    }
}
.t-games-filters-mobile__sort
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: all 0s ease-in-out;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-mobile__sort
    {
        order: 3;
    }
}
.t-games-filters-mobile__sort .t-select_not-input .t-select__label, .t-games-filters-mobile__sort .t-select_not-input .t-select__label:hover
{
    color: #fff;
    opacity: 1;
}
.t-games-filters-mobile__sort .t-select__dropdown
{
    right: 0;
}
.t-games-filters-mobile__sort .t-select__value
{
    margin-right: 20px;
}
.t-games-filters-mobile__sort .t-select__icon
{
    color: #fff;
}
.t-games-filters-mobile__sort .t-select__choose
{
    flex-direction: row-reverse;
}
.t-games-filters-mobile__sort .t-select__icon_solid
{
    width: 16px;
    height: 20px;
    margin-right: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTRIMGw2IDZWMEg0djE0em02LTExdjE3aDJWNmg0bC02LTZ2M3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.t-games-filters-mobile__sort .t-dropdown
{
    padding: 10px 2px;
}
.t-games-filters-mobile__sort .t-dropdown__item-option
{
    position: relative;
    padding: 6px 23px 6px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: none;
}
.t-games-filters-mobile__sort .t-dropdown__item-option:before
{
    position: relative;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    content: "";
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 50%;
    transition: all .15s ease-out;
}
.t-games-filters-mobile__sort .t-dropdown__item-option:after
{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    content: "";
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #5a23b4;
    opacity: 0;
    transition: all .15s ease-out;
    transform: translateY(-50%);
}
.t-games-filters-mobile__sort .t-dropdown__item-option_active:before
{
    border-color: #6e50c3;
}
.t-games-filters-mobile__sort .t-dropdown__item-option_active:after
{
    opacity: 1;
}
.t-games-filters-mobile__inner
{
    display: flex;
    width: 100%;
    margin-top: 4px;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-mobile__inner
    {
        padding-bottom: 26px;
        border-bottom: 1px solid #393e45;
    }
}
.t-games-filters-mobile__inner .t-tabs_style-button .t-tabs__head
{
    width: 100%;
}
.t-games-filters-mobile__inner .t-tabs_style-button .t-tabs__body
{
    padding: 0 16px;
    margin: 34px 0 0;
    border: none;
}
.t-games-filters-mobile__inner .t-tabs_style-button .t-tabs__item
{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
    text-transform: capitalize;
    background: hsla(0,0%,100%,.1);
    border: none;
}
.t-games-filters-mobile__inner .t-tabs_style-button .t-tabs__item:hover, .t-games-filters-mobile__inner .t-tabs_style-button .t-tabs__item_active
{
    color: #151618;
    background: #ffed48;
}
.t-games-filters-mobile__inner .t-tabs_style-button .t-tabs__item+.t-tabs__item
{
    margin: 0;
}
.t-games-filters-mobile__toggle
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: all 0s ease-in-out;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-mobile__toggle
    {
        order: 2;
    }
}
.t-games-filters-mobile__toggle:after, .t-games-filters-mobile__toggle:before
{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    opacity: 0;
    transition: all 0s ease-in-out;
}
.t-games-filters-mobile__toggle .t-icon-filter
{
    width: 24px;
    height: 100%;
    margin-right: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCA2VjBoLTR2Nmg0ek0wIDJoMTJ2MkgwVjJ6bTI0IDBoLTR2Mmg0VjJ6TTYgMTJ2Nmg0di02SDZ6bTE4IDJ2MkgxMnYtMmgxMnpNMCAxNmg0di0ySDB2MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all 0s ease-in-out;
}
.t-games-filters-mobile__toggle_active .t-icon-filter
{
    transform: scaleX(-1);
}
.t-games-filters-mobile__toggle_check:before
{
    top: 6px;
    right: -4px;
    z-index: 2;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    opacity: 1;
}
.t-games-filters-mobile__toggle_check:after
{
    right: -10px;
    z-index: 1;
    width: 16px;
    height: 16px;
    background: #ffed48;
    border-radius: 50%;
    opacity: 1;
}
.t-games-filters-block
{
    position: relative;
    padding: 22px 0 0;
}
.t-games-filters-block__title
{
    display: block;
    width: 100%;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}
.t-games-filters-block__items
{
    width: 100%;
}
.t-games-filters-block__items .t-checkbox
{
    width: 50%;
}
.t-games-filters-block__items .t-radio
{
    width: 50%;
    margin-bottom: 12px;
}
.t-games-filters-block__items .t-radio__label
{
    font-weight: 400;
}
.t-games-filters-action
{
    display: flex;
    width: calc(100% + 8px);
    padding: 20px 0 40px;
    margin: 0 -4px;
}
.t-games-filters-action .t-button
{
    flex: 1 1 auto;
    margin: 0 4px;
}
.t-games-filters-skeleton
{
    display: flex;
    width: 100%;
}
.t-games-filters-skeleton__left
{
    display: flex;
    width: 100%;
    padding-left: 100px;
}
.t-games-filters-skeleton__left .t-account-currencies-skeleton, .t-games-filters-skeleton__left .t-skeleton
{
    max-width: 80px;
    margin-right: 24px;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-skeleton__left
    {
        display: none;
    }
}
.t-games-filters-skeleton__right
{
    width: 100%;
    padding: 0;
}
.t-games-filters-skeleton__right span
{
    height: 44px;
}
.t-games-select
{
    position: relative;
}
.t-games-select__input
{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.t-games-select__input span
{
    margin-right: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    transition: all 0s ease-in-out;
}
.t-games-select__input i
{
    width: 10px;
    height: 6px;
    margin: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjM0LjM1MWExLjE2NiAxLjE2NiAwIDAxMCAxLjY5OGwtMy43NSAzLjZhMS4yODcgMS4yODcgMCAwMS0xLjc2OCAwbC0zLjc1LTMuNmExLjE2NiAxLjE2NiAwIDAxMC0xLjY5OCAxLjI4NyAxLjI4NyAwIDAxMS43NjggMEw1IDMuMTAzIDcuODY2LjM1YTEuMjg3IDEuMjg3IDAgMDExLjc2OCAweiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==") no-repeat 50%/contain;
    transition: all 0s ease-in-out;
}
.t-games-select__input .t-label
{
    width: 16px;
    height: 16px;
    padding: 0;
    margin-left: 12px;
    font-size: 10px;
    font-weight: 600;
    line-height: 9px;
    color: #090a0c;
    background: #ffed48;
    border-radius: 100px;
}
.t-games-select__input:hover i, .t-games-select__input:hover span
{
    opacity: .5;
}
.t-games-select__checkbox
{
    width: 100%;
    padding: 0 10px 0 0;
    margin: 0 0 12px;
}
.t-games-select__dropdown
{
    top: 30px!important;
    right: -30px!important;
    left: auto!important;
    width: max-content!important;
    max-width: fit-content;
    transform: none!important;
}
@media(min-width: 768px) and (max-width: 840px)
{
    .t-games-select__dropdown
    {
        right: -110px!important;
    }
}
.t-games-select__dropdown-top
{
    max-width: 280px;
}
.t-games-select__dropdown:not(.t-games-select__dropdown-top) .t-games-select__checkbox
{
    width: 33.3333333333%;
}
.t-games-select__dropdown:not(.t-games-select__dropdown-top) .t-popover-inner__wrapper
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.t-games-select__dropdown .t-popover-inner
{
    padding: 0;
    overflow: hidden;
}
.t-games-select__dropdown .t-popover-inner__wrapper
{
    max-height: 400px;
    padding: 16px 24px;
    overflow: auto;
}
.t-games-select__dropdown .t-button:not(.t-games-filters__view)
{
    margin: 0 0 12px;
}
.t-games-select.open .t-games-select__input
{
    opacity: .5;
}
.t-games-select.open .t-games-select__input i
{
    transform: scaleY(-1);
}
.t-quick-navigations
{
    position: fixed;
    top: auto!important;
    bottom: 0;
    left: 0;
    z-index: 106;
    display: none;
    width: 100vw;
    height: auto;
    min-height: 40px;
    background: rgba(21,22,24,.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}
@media(max-width: 1279px)
{
    .t-quick-navigations
    {
        display: flex;
    }
}
.t-quick-navigations__container
{
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 12px;
    transition: all 0s ease-in-out;
}
@media(max-width: 1279px)
{
    .t-quick-navigations__container.hide
    {
        transform: translateY(40px);
    }
}
.t-quick-navigations__list
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.t-quick-navigations__item
{
    position: relative;
    width: 25%;
}
.t-quick-navigations__item, .t-quick-navigations__item .link
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}
.t-quick-navigations__item .link
{
    flex-direction: column;
    width: 100%;
    color: #737880;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-quick-navigations__item .link.is-active
{
    color: #fff;
}
.t-quick-navigations__item .link.is-active .link__icon
{
    filter: none;
    opacity: 1;
}
.t-quick-navigations__item .link__icon
{
    display: block;
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    opacity: .5;
    transition: all 0s ease-in-out;
}
.t-quick-navigations__item .link__icon.t-icon-search
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ0NzJfMTYyOTI1KSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkVENDgiPjxwYXRoIGQ9Ik0xNC4wNDMgMTMuNzkzYTEgMSAwIDAxMS40MTQgMGw1LjUgNS41YTEgMSAwIDAxLTEuNDE0IDEuNDE0bC01LjUtNS41YTEgMSAwIDAxMC0xLjQxNHoiLz48cGF0aCBkPSJNMTAuMjUgNWE1IDUgMCAxMDAgMTAgNSA1IDAgMDAwLTEwem0tNyA1YTcgNyAwIDExMTQgMCA3IDcgMCAwMS0xNCAweiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ0NzJfMTYyOTI1Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguMjUpIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-quick-navigations__item .link__icon.t-icon-games
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ0NzJfMTYyOTMzKSIgZmlsbD0iI0ZGRUQ0OCI+PHBhdGggZD0iTTkuMjU1IDQuNjUxYTMuMjE0IDMuMjE0IDAgMDEzLjk4LTIuMTk2bDYuNjkxIDEuOTMzYTMuMjE0IDMuMjE0IDAgMDEyLjE5NiAzLjk4bC0zLjE3MSAxMC45OGEzLjIxNCAzLjIxNCAwIDAxLTMuOTggMi4xOTZMOC4yOCAxOS42MTJhMy4yMTQgMy4yMTQgMCAwMS0yLjE5Ny0zLjk4bDMuMTcyLTEwLjk4eiIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBkPSJNNy44OTMgMy4xMjlMNC4zMDYgNC41MTVhMy4yMTQgMy4yMTQgMCAwMC0xLjgzOSA0LjE1OGwyLjE4OSA1LjY2Mkw3Ljg5MyAzLjEyOXpNMTQuNTUxIDUuNjIyYS45OTQuOTk0IDAgMDAtLjgzOC4xNDVsLTIuMTE2IDEuNDMyYy0uNDguMzI1LS42NzIuOTktLjQzOSAxLjUybDEuMDI2IDIuMzRhLjk3Ni45NzYgMCAwMDEuNDcuNDI1bDIuMTE2LTEuNDMzYy40OC0uMzI0LjY3Mi0uOTg5LjQzOS0xLjUybC0xLjAyNi0yLjM0YS45OTQuOTk0IDAgMDAtLjYzMi0uNTY5eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ0NzJfMTYyOTMzIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguMjUpIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-quick-navigations__item .link__icon.t-icon-bonuses
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY4M18zMzg3KSI+PG1hc2sgaWQ9ImEiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSItMTIiIHk9Ii0xMSIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ2Ij48cGF0aCBkPSJNMzUuMDc3LTEwLjEzMmgtNDYuMTU0djQ1LjExM2g0Ni4xNTR2LTQ1LjExM3oiIGZpbGw9IiNmZmYiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZD0iTTMuMTM4IDEzLjkwN2MwLS41OTguNDk3LTEuMDgyIDEuMTA4LTEuMDgyaDE1LjUwOGMuNjEyIDAgMS4xMDcuNDg1IDEuMTA3IDEuMDgydjUuNDE0YzAgMS43OTQtMS40ODcgMy4yNDgtMy4zMjMgMy4yNDhINi40NjJjLTEuODM2IDAtMy4zMjQtMS40NTQtMy4zMjQtMy4yNDh2LTUuNDE0eiIgZmlsbD0iI0ZGRUQ0OCIgb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTEwLjg5MiAxMi44MjVoMi4yMTZ2OS43NDRoLTIuMjE2di05Ljc0NHpNMi4wMyA5LjU3NmMwLTEuMTk1Ljk5My0yLjE2NSAyLjIxNi0yLjE2NWgxNS41MDhjMS4yMjMgMCAyLjIxNS45NyAyLjIxNSAyLjE2NXYxLjA4M2MwIDEuMTk1LS45OTIgMi4xNjUtMi4yMTUgMi4xNjVINC4yNDZjLTEuMjIzIDAtMi4yMTUtLjk3LTIuMjE1LTIuMTY1VjkuNTc2eiIgZmlsbD0iI0ZGRUQ0OCIvPjxwYXRoIGQ9Ik0xMiA2LjMyOHYyLjE2Nkg5Ljc4NGMtMS4yMjIgMC0yLjIxNS0uOTctMi4yMTUtMi4xNjYgMC0xLjE5NS45OTMtMi4xNjUgMi4yMTUtMi4xNjUgMS4yMjMgMCAyLjIxNi45NyAyLjIxNiAyLjE2NXpNMTQuMjE1IDguNDk0SDEyVjYuMzI4YzAtMS4xOTUuOTkyLTIuMTY1IDIuMjE1LTIuMTY1IDEuMjIzIDAgMi4yMTYuOTcgMi4yMTYgMi4xNjUgMCAxLjE5Ni0uOTkzIDIuMTY2LTIuMjE2IDIuMTY2eiIgc3Ryb2tlPSIjRkZFRDQ4IiBzdHJva2Utd2lkdGg9IjIuMjE1Ii8+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzY4M18zMzg3Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyIDIuNSkiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-quick-navigations__item .link__icon.t-icon-deposit, .t-quick-navigations__item .link__icon.t-icon-signup
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgOC40YzAtMS44OSAwLTIuODM1LjQyNS0zLjU1Ny4zNzQtLjYzNS45Ny0xLjE1MiAxLjcwNC0xLjQ3NUM0Ljk2NCAzIDYuMDU2IDMgOC4yNCAzaDEzLjUyYzIuMTg0IDAgMy4yNzYgMCA0LjExLjM2OC43MzQuMzIzIDEuMzMxLjg0IDEuNzA1IDEuNDc1LjM1Mi41OTcuNDEyIDEuMzQ2LjQyMyAyLjY1N0gyMy43NWMtMi4zNzcgMC00LjI1IDIuMDQ2LTQuMjUgNC41czEuODczIDQuNSA0LjI1IDQuNWg0LjI0OGMtLjAxIDEuMzEtLjA3MiAyLjA2LS40MjMgMi42NTctLjM3NC42MzUtLjk3IDEuMTUyLTEuNzA0IDEuNDc1LS44MzUuMzY4LTEuOTI3LjM2OC00LjExMS4zNjhoLTkuNzJBNyA3IDAgMDAyIDEyLjQzN1Y4LjR6IiBmaWxsPSIjRkZFRDQ4IiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik0yOCA5aC00LjM3NUMyMi4xNzUgOSAyMSAxMC4zNDMgMjEgMTJzMS4xNzUgMyAyLjYyNSAzSDI4Vjl6IiBmaWxsPSIjRkZFRDQ4Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjUgMjRhNS41IDUuNSAwIDEwMC0xMSA1LjUgNS41IDAgMDAwIDExem0uNzUtNy43YS43NS43NSAwIDAwLTEuNSAwdjEuNDVIMy4zYS43NS43NSAwIDAwMCAxLjVoMS40NXYxLjQ1YS43NS43NSAwIDAwMS41IDB2LTEuNDVINy43YS43NS43NSAwIDAwMC0xLjVINi4yNVYxNi4zeiIgZmlsbD0iI0ZGRUQ0OCIvPjwvc3ZnPg==");
    filter: none;
    opacity: 1;
}
.t-quick-navigations__item .link__name
{
    display: block;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    text-align: center;
}
@media(max-width: 1279px)
{
    .t-quick-navigations__item .link__name
    {
        white-space: nowrap;
    }
}
.t-game-frame-skeleton
{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid #1e2023;
    border-radius: 18px;
}
.t-game-frame-skeleton__body
{
    width: 100%;
    height: 580px;
}
@media screen and (max-width: 1024px)
{
    .t-game-frame-skeleton__body
    {
        height: 520px;
    }
}
@media screen and (max-width: 768px)
{
    .t-game-frame-skeleton__body
    {
        position: relative;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
        height: 80vh;
    }
}
.t-game-frame-skeleton__bar
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
    padding: 20px 18px;
    background: #090a0c;
    border-top: 1px solid #1e2023;
}
.t-game-frame-skeleton__bar__button
{
    padding: 6px;
    cursor: pointer;
}
.t-game-frame-skeleton__close
{
    display: none;
}
.t-game-frame
{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
@media screen and (max-width: 767px)
{
    .t-game-frame
    {
        padding: 0 12px;
    }
}
.t-game-frame__content
{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #1e2023;
    border-radius: 18px;
}
.t-game-frame__close, .t-game-frame__head, .t-game-frame__name, .t-game-frame__provider, .t-game-frame__title
{
    display: none;
}
.t-game-frame__body
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
}
.t-game-frame__game
{
    position: relative;
    width: 100%;
    height: 100%;
}
.t-game-frame__game-wrap
{
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    transition: all 0s ease-in-out;
}
@media screen and (max-width: 767px)
{
    .t-game-frame__game-wrap
    {
        padding-top: 100%;
    }
}
.t-game-frame__game-wrap iframe
{
    position: absolute;
    inset: 0;
    width: 100%!important;
    height: 100%!important;
    border: none;
}
.t-game-frame__game-wrap_mobile
{
    position: fixed;
    --header-height: 70px;
    top: var(--header-height);
    left: 0;
    z-index: 107;
    width: 100%;
    height: calc(100% - var(--header-height));
    padding-top: 0;
    background: #000;
}
.t-game-frame__game-wrap-preview
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(9,10,12,.9);
    border-radius: 18px;
}
@media(max-width: 767px)
{
    .t-game-frame__game-wrap-preview
    {
        background: #090a0c;
    }
    .t-game-frame__game-wrap-preview:before
    {
        position: absolute;
        top: -51px;
        left: 0;
        z-index: 34;
        width: 100%;
        height: 50px;
        content: "";
        background: #090a0c;
    }
    .t-game-frame__game-wrap-preview+.t-game-frame__game-wrap
    {
        height: 440px;
    }
}
.t-game-frame__bar
{
    width: 100%;
}
.t-game-frame__footer
{
    display: none;
}
.t-game-frame_theater
{
    max-width: 100%;
    max-height: calc(100vh - 84px);
    padding: 0 9px;
}
.t-game-frame_theater .t-game-frame__game-wrap
{
    padding-top: calc(100vh - 144px);
}
@media screen and (max-width: 1023px)
{
    .t-game-frame_theater
    {
        height: calc(100vh - 84px);
    }
    .t-game-frame_theater .t-game-frame__body, .t-game-frame_theater .t-game-frame__content, .t-game-frame_theater .t-game-frame__game-wrap
    {
        height: 100%;
    }
}
.t-game-frame_fullscreen
{
    z-index: 999;
}
.t-game-frame_fullscreen .t-game-frame__game-wrap iframe
{
    position: fixed;
    background: #24242b;
}
.game-frame-preview
{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
@media screen and (max-width: 767px)
{
    .game-frame-preview
    {
        width: 100%;
        padding: 0 18px;
    }
}
.game-frame-preview__image
{
    position: relative;
    display: none;
    width: 100%;
    height: 270px;
}
@media(max-width: 767px)
{
    .game-frame-preview__image
    {
        display: flex;
    }
}
.game-frame-preview__image-blur
{
    width: 200px;
    filter: blur(50px);
}
.game-frame-preview__image-blur, .game-frame-preview__image img
{
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 3;
    height: 236px;
    border-radius: 14px;
    transform: translateX(-50%);
}
.game-frame-preview__image img
{
    width: 176px;
    object-fit: cover;
}
.game-frame-preview__name
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .game-frame-preview__name
    {
        display: flex;
        flex-direction: column;
        width: calc(100% - 64px);
        margin-bottom: 20px;
    }
    .game-frame-preview__name strong
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        color: #fff;
    }
    .game-frame-preview__name span
    {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #9299a5;
    }
}
.game-frame-preview__favorite
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .game-frame-preview__favorite
    {
        display: flex;
        width: 44px;
        margin-left: 20px;
    }
}
.game-frame-preview__favorite-btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #393e45;
    border-radius: 50%;
}
.game-frame-preview__favorite-btn .t-icon-heart
{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjkxNCAxLjQwOGMuNzU3LTEuODc3IDMuNDE1LTEuODc3IDQuMTczIDBsMi45MDYgNy4yMDNhLjc1Ljc1IDAgMDAuNjM0LjQ2N2w3LjMuNTk2YzEuOTc5LjE2MSAyLjc5MyAyLjYyIDEuMzAyIDMuOTMybC01LjUzOCA0Ljg3MWEuNzUuNzUgMCAwMC0uMjM4LjcyNWwxLjc3MiA4LjA1Yy40NDIgMi4wMTEtMS44MjYgMy41MTEtMy41MDMgMi4zMTdsLTYuMjg3LTQuNDc3YS43NS43NSAwIDAwLS44NyAwTDguMjc4IDI5LjU3Yy0xLjY3NyAxLjE5NC0zLjk0NS0uMzA2LTMuNTAyLTIuMzE3bDEuNzctOC4wNWEuNzUuNzUgMCAwMC0uMjM2LS43MjVMLjc3IDEzLjYwNmMtMS40OS0xLjMxMS0uNjc2LTMuNzcgMS4zMDQtMy45MzJsNy4zLS41OTZhLjc1Ljc1IDAgMDAuNjM0LS40NjdsMi45MDYtNy4yMDN6IiBmaWxsPSIjRkZFRDQ4Ii8+PC9zdmc+");
    filter: brightness(5);
    transition: all 0s ease-in-out;
}
.game-frame-preview__favorite-btn .t-icon-heart_active
{
    filter: brightness(1);
    animation: heartbeat .3s ease-in-out;
}
.game-frame-preview__balance
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
    font-weight: 600;
}
.game-frame-preview__balance .t-select
{
    margin-left: 5px;
}
.game-frame-preview__balance .t-select_not-input .t-select__choose .t-icon
{
    margin: -1px 4px 0 0;
}
.game-frame-preview__balance .t-select_not-input .t-select__value
{
    margin-left: 0;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
}
.game-frame-preview__balance .t-select_not-input .t-select__icon
{
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background-color: #393e45;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjYiIHdpZHRoPSI5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTc1IDEuMDE0YS44NzUuODc1IDAgMDEwIDEuMjcybC0yLjgxMiAyLjdhLjk2NS45NjUgMCAwMS0xLjMyNiAwbC0yLjgxMi0yLjdhLjg3NS44NzUgMCAwMTAtMS4yNzIuOTY1Ljk2NSAwIDAxMS4zMjUgMEw0LjUgMy4wNzdsMi4xNS0yLjA2M2EuOTY1Ljk2NSAwIDAxMS4zMjUgMHoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
    background-position: 50%;
    background-size: 10px;
    border-radius: 6px;
}
.game-frame-preview__balance .t-select .t-dropdown__item-option
{
    padding: 5px 9px 5px 6px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.game-frame-preview__balance .t-select .t-dropdown__item-option:hover, .game-frame-preview__balance .t-select .t-dropdown__item-option_active
{
    border-radius: 6px;
}
.game-frame-preview__balance .t-select .t-dropdown__item-option .t-icon
{
    width: 20px;
    height: 20px;
}
.game-frame-preview__balance .t-select .t-dropdown__item-option small
{
    display: none;
}
.game-frame-preview__balance .t-select__dropdown
{
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 6px;
    background: rgba(9,10,12,.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border: 1px solid hsla(0,0%,100%,.12);
    border-radius: 14px;
}
@media screen and (max-width: 767px)
{
    .game-frame-preview__balance
    {
        order: 2;
        margin-top: 12px;
    }
}
.game-frame-preview__action
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.game-frame-preview__action .t-button
{
    padding: 0 12px;
    margin: 0 6px 0 0;
}
.game-frame-preview__action .t-button .t-icon
{
    margin: 0 7px 0 0;
}
.game-frame-preview__action .t-button:last-child
{
    margin: 0 0 0 6px;
}
@media screen and (max-width: 767px)
{
    .game-frame-preview__action
    {
        order: 1;
    }
    .game-frame-preview__action .t-button
    {
        width: 100%;
    }
}
.game-frame-preview__button-fun, .game-frame-preview__button-real
{
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.game-frame-preview__button-fun
{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #151618;
    border-radius: 12px;
    transition: all 0s ease-in-out;
    background: #393e45;
}
.game-frame-preview__button-fun:active, .game-frame-preview__button-fun:focus
{
    color: #9299a5;
    background-color: #151618;
}
.game-frame-preview__button-fun:hover
{
    color: #fff;
    background-color: #1e2023;
}
.game-frame-bar
{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
    padding: 20px 18px;
    border-top: 1px solid #1e2023;
    border-radius: 0 0 18px 18px;
}
@media screen and (max-width: 767px)
{
    .game-frame-bar
    {
        display: none;
    }
}
.game-frame-bar__button
{
    width: 28px;
    height: 28px;
    transition: all 0s ease-in-out;
}
.game-frame-bar__button:hover
{
    background: rgba(115,120,128,.5);
}
.game-frame-bar__button:active, .game-frame-bar__button_active
{
    background: rgba(115,120,128,.75);
}
.game-frame-bar__button_active .t-icon
{
    filter: grayscale(1) brightness(0) invert(1);
}
.game-frame-bar__button_active:hover
{
    background: #737880;
}
.game-frame-bar__button:nth-child(3)
{
    background: none;
}
.game-frame-bar__button .t-icon-heart_active
{
    animation: heartbeat .3s ease-in-out;
}
.game-frame-bar__playmode
{
    margin: 0 0 0 auto;
}
.game-frame-bar__playmode .playmode__fun
{
    order: 1;
    padding: 0;
    margin: 0 8px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #737880;
    transition: all 0s ease-in-out;
}
@media screen and (max-width: 767px)
{
    .game-frame-bar__playmode .playmode__fun
    {
        display: none;
    }
}
.game-frame-bar__playmode .playmode__real
{
    order: 3;
    padding: 0;
    margin: 0 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #737880;
    transition: all 0s ease-in-out;
}
.game-frame-bar__playmode .playmode button
{
    order: 2;
}
.game-frame-bar__playmode .playmode .off~.playmode__fun, .game-frame-bar__playmode .playmode .on~.playmode__real
{
    color: #fff;
}
@media screen and (max-width: 767px)
{
    .page-game #chat-widget-container
    {
        display: none!important;
    }
}
.t-assets-changelly
{
    position: relative;
    width: 100%;
    background: transparent;
}
@media screen and (max-width: 767px)
{
    .t-assets-changelly
    {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}
.t-assets-changelly__skeleton .t-assets-changelly__content-image
{
    display: flex;
    align-items: center;
    background-image: none;
}
.t-assets-changelly__skeleton .t-assets-changelly__content-info
{
    min-width: 240px;
}
.t-assets-changelly__skeleton .t-assets-changelly__action
{
    min-width: 120px;
}
.t-assets-changelly__wrapper
{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 28px;
    border: 1px solid #1e2023;
    border-radius: 20px;
}
@media(max-width: 767px)
{
    .t-assets-changelly__wrapper
    {
        flex-direction: column;
        gap: 24px;
        padding: 25px 34px;
    }
}
.t-assets-changelly-fund
{
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.t-assets-changelly-fund .t-assets-changelly__content-info .title
{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.t-assets-changelly-fund .t-assets-changelly__content-info .description
{
    font-size: 10px;
    line-height: 12px;
}
.t-assets-changelly-fund__crypto
{
    flex-direction: row;
}
.t-assets-changelly-fund__crypto .t-assets-changelly__content-info
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .t-assets-changelly-fund__crypto .t-assets-changelly__action
    {
        margin: 0;
    }
}
.t-assets-changelly-fund .t-assets-changelly__content
{
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
}
.t-assets-changelly-fund .t-assets-changelly__action
{
    width: 100%;
    margin: 0;
}
.t-assets-changelly__content
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 66%;
}
@media screen and (max-width: 1279px)
{
    .t-assets-changelly__content
    {
        gap: 97px;
    }
}
@media screen and (max-width: 1023px)
{
    .t-assets-changelly__content
    {
        gap: 50px;
        width: 71%;
    }
}
@media screen and (max-width: 767px)
{
    .t-assets-changelly__content
    {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }
}
.t-assets-changelly__content-info
{
    position: relative;
    order: 1;
    padding: 0;
    white-space: nowrap;
}
@media(max-width: 767px)
{
    .t-assets-changelly__content-info
    {
        width: 100%;
        text-align: center;
        white-space: nowrap;
    }
}
.t-assets-changelly__content-info .title
{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.t-assets-changelly__content-info .description
{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: hsla(0,0%,100%,.5);
}
@media screen and (max-width: 767px)
{
    .t-assets-changelly__content-info .description
    {
        font-size: 10px;
        line-height: 12px;
    }
}
.t-assets-changelly__content-image
{
    order: 2;
    width: 338px;
    height: 33px;
    background-image: url(../../willbettingde/image/changelly.164d790.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
}
@media screen and (max-width: 767px)
{
    .t-assets-changelly__content-image
    {
        height: 30px;
    }
}
.t-assets-changelly__dropdown
{
    display: flex;
    flex-direction: column;
}
.t-assets-changelly__dropdown-item
{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.t-assets-changelly__dropdown-item:hover
{
    background: #151519;
}
.t-assets-changelly__tooltip .t-popover-inner
{
    padding: 13px 0;
    background: #303038;
    border: 1px solid hsla(0,0%,100%,.25);
}
.t-assets-changelly__action
{
    flex-shrink: 0;
}
@media screen and (max-width: 767px)
{
    .t-assets-changelly__action
    {
        margin: 0 auto;
    }
}
.t-assets-changelly__action-button
{
    position: relative;
    width: 100%;
    max-width: 133px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-assets-changelly__action-button.t-button
{
    border-radius: 12px;
}
.t-assets-changelly__action-button .t-icon-caret, .t-assets-changelly__action-button .t-icon-changelly
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .t-assets-changelly__action-button
    {
        min-width: 100%;
    }
}
.t-assets-changelly__action-button .t-button__wrap .t-button__icon
{
    margin: 0 20px 0 0;
}
.t-assets-changelly .v-popover .trigger
{
    width: 100%;
}
.t-assets-changelly .v-popover.open .t-icon-caret
{
    transform: rotate(180deg);
}
.t-promotions._skeleton
{
    height: 40px;
    margin-bottom: 24px;
}
.t-promotions__cashback._skeleton
{
    display: none;
}
.t-promotions__content._skeleton
{
    display: none;
    flex-wrap: nowrap;
    height: 355px;
}
.t-promotions__content._skeleton:after, .t-promotions__content._skeleton:before
{
    content: none;
}
.t-promotions-skeleton__events, .t-promotions__main-bg._skeleton
{
    display: none;
}
.t-promotions-skeleton__title
{
    width: 200px;
    height: 40px;
    background: #24242b!important;
    background-size: 200% 100%;
    border-radius: 18px;
    animation: shine 1s linear infinite alternate;
}
.t-promotions-skeleton__block_big, .t-promotions-skeleton__block_min, .t-promotions-skeleton__content, .t-promotions-skeleton__coupon-skeleton
{
    display: none;
}
.t-promotions
{
    margin-bottom: 24px;
}
.t-promotions__title
{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    width: 100%;
    height: 104px;
    padding: 34px 36px;
    overflow: hidden;
    background-image: url(../../willbettingde/image/bgTitlePromotions.83dfebb.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border: 1px solid #1e2023;
    border-radius: 18px;
}
@media(max-width: 767px)
{
    .t-promotions__title
    {
        background-image: url(../../willbettingde/image/bgTitlePromotionsMobile.75288d7.png);
        background-position: 50% 50%;
    }
}
.t-promo-card
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 260px;
    padding: 8px 8px 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #1e2023;
    border-radius: 16px;
}
@media(max-width: 1439px)
{
    .t-promo-card
    {
        min-height: 212px;
    }
}
@media(max-width: 1023px)
{
    .t-promo-card
    {
        min-height: 236px;
    }
}
@media(max-width: 767px)
{
    .t-promo-card
    {
        min-height: 246px;
    }
}
.t-promo-card__action
{
    display: none;
}
.t-promo-card__info
{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.t-promo-card__info-title
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    transition: all 0s ease-in-out;
}
.t-promo-card__info-text
{
    display: none;
}
.t-promo-card__info-available-date
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-promo-card__img
{
    margin-bottom: 10px;
}
.t-promo-card__img .img
{
    display: flex;
    width: 100%;
    height: 0;
    padding-top: 51.0638297872%;
    overflow: hidden;
    background-color: #303038;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.t-promo-card__img .t-icon, .t-promo-card__img span
{
    display: none;
}
.t-promo-card:hover .t-promo-card__info-title
{
    color: #ffed48;
}
.t-promo-events-skeleton
{
    margin-top: 64px;
}
.t-promo-events-skeleton__title
{
    display: none;
    width: 200px;
    height: 40px;
}
.t-promo-events-skeleton__wrapper
{
    display: flex;
    flex-flow: row nowrap;
    gap: 14px;
}
@media screen and (max-width: 767px)
{
    .t-promo-events-skeleton__wrapper
    {
        gap: 6px;
        width: 100%;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .t-promo-events-skeleton__wrapper::-webkit-scrollbar
    {
        display: none;
    }
}
.t-promo-events-skeleton__card
{
    width: 240px;
    height: 322px;
    border-radius: 12px;
}
@media screen and (max-width: 767px)
{
    .t-promo-events-skeleton__card
    {
        min-width: 240px;
    }
}
.t-promo-events-skeleton__wrap
{
    display: none;
    width: 100%;
    height: 68px;
    margin-top: 32px;
}
.t-promo-events-skeleton__btn
{
    height: 100%;
    border-radius: 12px;
}
.t-promo-events-modal
{
    padding: 20px 16px 16px;
}
.t-promo-events-modal__title
{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.t-promo-events-modal__info
{
    display: flex;
    flex-direction: column;
}
.t-promo-events-modal__info-img
{
    width: 100%;
    height: 218px;
    margin-bottom: 16px;
    overflow: hidden;
    background-color: #303038;
    border-radius: 12px;
}
.t-promo-events-modal__info-img .img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media(max-width: 767px)
{
    .t-promo-events-modal__info-img
    {
        height: 165px;
        margin-bottom: 15px;
    }
}
.t-promo-events-modal__info-title
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #1e2023;
}
.t-promo-events-modal__info-title strong
{
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
.t-promo-events-modal__info-title span
{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-promo-events-modal__info-description
{
    width: 100%;
}
.t-promo-events-modal__info-description h2
{
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
.t-promo-events-modal__info-description p
{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-promo-events-modal__action
{
    width: 100%;
    margin-top: 12px;
}
.t-promo-events-modal__action .t-button
{
    width: 100%;
}
.t-promo-events-cards-modal .t-popup__wrap
{
    max-width: 460px!important;
}
.t-promo-events
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}
.t-promo-events__title
{
    display: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.t-promo-events__mock .t-promo-events__promo-list, .t-promo-events__promo-list .t-promo-events__promo-list
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    width: 100%;
}
@media(max-width: 1023px)
{
    .t-promo-events__mock .t-promo-events__promo-list, .t-promo-events__promo-list .t-promo-events__promo-list
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 767px)
{
    .t-promo-events__mock .t-promo-events__promo-list, .t-promo-events__promo-list .t-promo-events__promo-list
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.t-promo-events__content
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.t-promo-events .promo-events__coupon, .t-promo-events__item.archive
{
    display: none;
}
.t-account-currencies-switch-group
{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    width: 100%;
    padding: 0 8px 8px;
    margin: 0;
}
.t-account-currencies-switch-group__item
{
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: hsla(0,0%,100%,.7);
    cursor: pointer;
}
.t-account-currencies-switch-group__item-text
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-account-currencies-switch-group__item-text_title
{
    color: #fff;
}
.t-account-currencies-switch-group__item-text_desc
{
    color: #737880;
}
.t-account-currencies-banner .t-account-currencies-item__wrapper
{
    padding: 4px 32px;
}
.t-account-currencies-banner .t-account-currencies-item__choose
{
    gap: 0;
}
.t-account-currencies-banner .t-account-currencies-item__choose-value
{
    margin: 0 0 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.t-account-currencies-banner .t-account-currencies-item__balance
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.t-account-currencies-banner .t-account-currencies-switch-group
{
    padding: 0 32px;
}
@media screen and (max-width: 767px)
{
    .t-account-currencies-banner.t-account-currencies .t-tabs .t-tabs__head .t-tabs__item
    {
        font-size: 18px;
        line-height: 28px;
    }
}
.t-account-currencies-banner .t-account-currencies__not-balances
{
    padding: 0 32px;
}
.t-account-currencies
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 450px;
    height: 100%;
    padding: 8px 0 0;
}
@media(max-width: 767px)
{
    .t-account-currencies
    {
        min-width: auto;
    }
}
.t-account-currencies-skeleton
{
    position: absolute;
    top: -1px;
    left: -1px;
    height: 248px;
    border-radius: 16px;
}
.t-account-currencies .t-search
{
    height: 60px;
    padding: 0 8px;
}
.t-account-currencies .t-search__input
{
    background: hsla(0,0%,100%,.12);
    border-color: transparent;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-account-currencies .t-search__input input
{
    color: #737880;
}
.t-account-currencies .t-search__input:hover
{
    border-color: transparent;
}
.t-account-currencies .t-search_border .t-search__input, .t-account-currencies .t-search_focus .t-search__input
{
    background: #f2f2f2;
    border-color: transparent;
}
.t-account-currencies .t-search_border .t-search__input input, .t-account-currencies .t-search_focus .t-search__input input
{
    color: #737880;
}
.t-account-currencies .t-search__icon
{
    display: none;
}
.t-account-currencies .t-tabs
{
    padding: 0 8px;
}
.t-account-currencies .t-tabs .t-tabs__head
{
    margin-bottom: 16px;
    background: transparent;
}
@media(hover: hover)
{
    .t-account-currencies .t-tabs__item:hover
    {
        background: hsla(0,0%,100%,.05);
    }
}
.t-account-currencies .t-tabs__item_active
{
    background: hsla(0,0%,100%,.05);
}
.t-account-currencies-list
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px 8px;
    color: #000;
}
.t-account-currencies-list__title
{
    height: 24px;
    color: #9299a5;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-account-currencies-list__item
{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 32px;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-account-currencies-list__item-balance
{
    display: flex;
    align-items: flex-start;
    width: 50%;
    white-space: nowrap;
}
.t-account-currencies-list__item-desc, .t-account-currencies-list__item-icon, .t-account-currencies-list__item-name
{
    margin-right: 8px;
}
.t-account-currencies-list__item_not-balances
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    color: #9299a5;
}
.t-account-currencies-list__action
{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    margin-top: 8px;
}
.t-account-currencies-list__action-switch
{
    position: relative;
    display: flex;
    width: 100%;
    height: 44px;
}
.t-account-currencies-list__action-switch .bonus-money, .t-account-currencies-list__action-switch .real-money
{
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    pointer-events: none;
    transition: all 0s ease-in-out;
    transform: translateY(-50%);
}
.t-account-currencies-list__action-switch .bonus-money.active, .t-account-currencies-list__action-switch .real-money.active
{
    color: #ffed48;
}
.t-account-currencies-list__action-switch .bonus-money
{
    right: 50px;
}
@media(max-width: 767px)
{
    .t-account-currencies-list__action-switch .bonus-money
    {
        right: 28px;
    }
}
.t-account-currencies-list__action-switch .real-money
{
    left: 60px;
}
@media(max-width: 767px)
{
    .t-account-currencies-list__action-switch .real-money
    {
        left: 15%;
    }
}
.t-account-currencies-list__action-switch .t-switch
{
    width: 100%;
    height: 44px;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 14px;
}
.t-account-currencies-list__action-switch .t-switch__button
{
    width: 100%;
    height: 100%;
    background: transparent;
}
.t-account-currencies-list__action-switch .t-switch__button.on
{
    background: transparent;
}
.t-account-currencies-list__action-switch .t-switch__button.on span
{
    transform: translateX(calc(100% - 8px));
}
.t-account-currencies-list__action-switch .t-switch__button span
{
    top: 4px;
    left: 4px;
    width: 50%;
    height: calc(100% - 8px);
    background: rgba(255,237,72,.16);
    border-radius: 12px;
}
.t-account-currencies-list__action-btn
{
    flex-grow: 1;
    height: 44px;
}
.t-account-currencies-list__action-settings
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    cursor: pointer;
    background: hsla(0,0%,100%,.12);
    border-radius: 12px;
}
.t-account-currencies-list__action-settings .t-icon
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM1ODFfNTQ5MTMpIiBmaWxsPSIjOTI5OUE1Ij48cGF0aCBvcGFjaXR5PSIuMjUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMy41QTEuNSAxLjUgMCAwMTExLjUgMmgxQTEuNSAxLjUgMCAwMTE0IDMuNXYuMzY0YzAgLjIyOS4xNTUuNDI2LjM3My40OTRhNy45NSA3Ljk1IDAgMDExLjM1My41Ni41MjIuNTIyIDAgMDAuNjEyLS4wODVsLjI1OC0uMjU4YTEuNSAxLjUgMCAwMTIuMTIyIDBsLjcwNy43MDdhMS41IDEuNSAwIDAxMCAyLjEyMmwtLjI1OS4yNThhLjUyMi41MjIgMCAwMC0uMDg1LjYxMmMuMjI3LjQzLjQxNS44ODIuNTYxIDEuMzUzYS41MjIuNTIyIDAgMDAuNDk0LjM3M2guMzY0YTEuNSAxLjUgMCAwMTEuNSAxLjV2MWExLjUgMS41IDAgMDEtMS41IDEuNWgtLjM2NGEuNTIyLjUyMiAwIDAwLS40OTQuMzczIDcuOTUzIDcuOTUzIDAgMDEtLjU2IDEuMzUzLjUyMi41MjIgMCAwMC4wODQuNjEybC4yNTkuMjU4YTEuNSAxLjUgMCAwMTAgMi4xMjJsLS43MDcuNzA3YTEuNSAxLjUgMCAwMS0yLjEyMiAwbC0uMjU4LS4yNTlhLjUyMi41MjIgMCAwMC0uNjEzLS4wODVjLS40MjkuMjI3LS44ODEuNDE1LTEuMzUyLjU2MWEuNTIyLjUyMiAwIDAwLS4zNzMuNDk0di4zNjRhMS41IDEuNSAwIDAxLTEuNSAxLjVoLTFhMS41IDEuNSAwIDAxLTEuNS0xLjV2LS4zNjRhLjUyMi41MjIgMCAwMC0uMzczLS40OTQgNy45NDUgNy45NDUgMCAwMS0xLjM1My0uNTYuNTIyLjUyMiAwIDAwLS42MTIuMDg0bC0uMjU4LjI1OWExLjUgMS41IDAgMDEtMi4xMjIgMGwtLjcwNy0uNzA3YTEuNSAxLjUgMCAwMTAtMi4xMjJsLjI1OC0uMjU4YS41MjIuNTIyIDAgMDAuMDg2LS42MTMgNy45NSA3Ljk1IDAgMDEtLjU2MS0xLjM1Mi41MjIuNTIyIDAgMDAtLjQ5NC0uMzczSDMuNUExLjUgMS41IDAgMDEyIDEyLjV2LTFBMS41IDEuNSAwIDAxMy41IDEwaC4zNjRhLjUyMi41MjIgMCAwMC40OTQtLjM3MyA3Ljk1IDcuOTUgMCAwMS41Ni0xLjM1My41MjIuNTIyIDAgMDAtLjA4NS0uNjEybC0uMjU4LS4yNThhMS41IDEuNSAwIDAxMC0yLjEyMmwuNzA3LS43MDdhMS41IDEuNSAwIDAxMi4xMjIgMGwuMjU4LjI1OGMuMTYxLjE2Mi40MS4xOTIuNjEyLjA4NmE3Ljk1IDcuOTUgMCAwMTEuMzUzLS41NjEuNTIyLjUyMiAwIDAwLjM3My0uNDk0VjMuNXoiLz48cGF0aCBkPSJNMTUgMTJhMyAzIDAgMTEtNiAwIDMgMyAwIDAxNiAweiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzM1ODFfNTQ5MTMiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-profile-modal-need_two_fa__description
{
    margin: 0;
    color: hsla(0,0%,100%,.7);
}
.t-profile-modal-need_two_fa__description .phone-number
{
    padding: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: hsla(0,0%,100%,.7);
    text-align: center;
    background: hsla(0,0%,100%,.05);
}
.t-profile-modal-need_two_fa__description .verification-code-input
{
    margin: 24px 0 0;
}
.t-profile-modal-need_two_fa__description .text
{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: hsla(0,0%,100%,.7);
}
.t-profile-modal-need_two_fa__action, .t-profile-modal-need_two_fa__action .t-button+.t-button
{
    margin: 24px 0 0;
}
.t-profile-modal-need_two_fa__support
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: hsla(0,0%,100%,.5);
}
.t-profile-modal-need_two_fa__support .time
{
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
    text-align: center;
}
.t-profile-modal-need_two_fa__support .description
{
    margin: 12px 0 0;
    text-align: center;
}
.t-profile-modal-need_two_fa__support .description .t-link
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.t-profile-account-details-mini
{
    position: relative;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1023px)
{
    .t-profile-account-details-mini
    {
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-account-details-mini
    {
        flex-direction: column;
    }
}
.t-profile-account-details-mini .t-icon-blocked
{
    width: 24px;
    height: 24px;
}
.t-profile-account-details-mini .avatar
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 12px;
}
@media screen and (max-width: 1023px)
{
    .t-profile-account-details-mini .avatar
    {
        margin-top: 8px;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-account-details-mini .avatar
    {
        margin-top: -64px;
    }
}
.t-profile-account-details-mini .avatar img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.t-profile-account-details-mini .avatar__edit
{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #ff5a00;
    border-radius: 12px 0 0;
}
.t-profile-account-details-mini .avatar__edit i
{
    width: 24px;
    height: 24px;
}
.t-profile-account-details-mini .action
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    width: 100%;
    max-width: 180px;
    margin-left: auto;
}
@media screen and (max-width: 767px)
{
    .t-profile-account-details-mini .action
    {
        position: absolute;
        right: 0;
        bottom: calc(100% + 20px);
    }
}
.t-profile-account-details-mini .action .t-button
{
    width: 100%;
    border-radius: 8px;
}
.t-profile-account-details-mini .action .t-button__icon
{
    margin-right: 8px;
}
.t-profile-account-details-mini .action .t-button__wrap
{
    padding: 6px 24px;
}
.t-profile-account-details-mini .content
{
    width: 100%;
    max-width: 746px;
    margin: 0 24px;
}
@media screen and (max-width: 1023px)
{
    .t-profile-account-details-mini .content
    {
        max-width: 100%;
        margin: 20px 36px 0 24px;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-account-details-mini .content
    {
        margin: 24px 0 0;
    }
}
.t-profile-account-details-mini .content-name
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.t-profile-account-details-mini .content-vip
{
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 6px;
}
.t-profile-account-details-mini .content-vip__lvl
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.t-profile-account-details-mini .content-vip__lvl span
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.t-profile-account-details-mini .content-vip__percent
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    text-align: right;
    white-space: nowrap;
}
.t-profile-account-details-mini .content-vip__percent .t-icon-prize
{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.t-profile-account-details-mini .content-vip__percent .percent-tooltip
{
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 218px;
    min-height: 113px;
    padding: 12px;
    overflow: hidden;
    text-align: left;
    background: #3d424d;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
}
.t-profile-account-details-mini .content-vip__percent .percent-tooltip h4
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.t-profile-account-details-mini .content-vip__percent .percent-tooltip ul
{
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 8px;
}
.t-profile-account-details-mini .content-vip__percent .percent-tooltip ul li
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    list-style-type: none;
}
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .close
{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .close:after, .t-profile-account-details-mini .content-vip__percent .percent-tooltip .close:before
{
    position: absolute;
    width: 15px;
    height: 1px;
    content: "";
    background: #fff;
    transform: rotate(45deg);
}
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .close:before
{
    transform: rotate(-45deg);
}
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-account-currencies-skeleton, .t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-skeleton
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transform: translate(-50%,-50%);
}
.t-profile-account-details-mini .content-vip__progress
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.t-profile-save-panel
{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300;
    width: 100vw;
    padding: 20px 0;
    background: #23282d;
    border-radius: 8px 8px 0 0;
    transition: all 0s ease-in-out;
    transform: translateY(100%);
}
.t-profile-save-panel__content
{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .t-profile-save-panel__content
    {
        flex-direction: column;
    }
}
.t-profile-save-panel__content .action
{
    display: flex;
    gap: 8px;
    align-items: center;
}
.t-profile-save-panel__content .t-button
{
    width: 100%;
    min-width: 150px;
    font-size: 12px;
}
.t-profile-save-panel.show
{
    transform: translate(0);
}
.t-profile-modal-activate-two-fa
{
    padding: 24px 30px;
}
.t-profile-modal-activate-two-fa .t-popup__header
{
    margin: 8px 45px 8px 0;
    text-align: left;
}
.t-profile-modal-activate-two-fa__loading
{
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
}
.t-profile-modal-activate-two-fa__body .trigger
{
    width: 100%;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__head
{
    display: none;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body
{
    padding: 0;
    border: none;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google
{
    padding: 32px 24px;
    background: hsla(0,0%,100%,.05);
    border-radius: 12px;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__description
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 142px;
    padding: 12px;
    margin: 14px auto 0;
    background: #fff;
    border-radius: 8px;
    animation: blur .3s ease-in-out;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr:after
{
    right: 0;
    border-left: 0;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr:before
{
    left: 0;
    border-right: 0;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr .picture, .t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr .t-loading
{
    display: flex;
    width: 100%;
    height: 100%;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr .picture:after, .t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr .t-loading:after
{
    right: 0;
    border-left: 0;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr .picture:before, .t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr .t-loading:before
{
    left: 0;
    border-right: 0;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr .picture img, .t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__qr .t-loading img
{
    max-width: 100%;
    height: auto;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__secret-key
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 14px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__secret-key .action__button
{
    position: absolute;
    right: 0;
    width: 96px;
}
@media(max-width: 768px)
{
    .t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__secret-key .action__button
    {
        position: relative;
        width: 100%;
        margin-top: 12px;
    }
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__secret-key .code
{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .info-google__inner
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .form
{
    margin: 16px 0 0;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .form__input
{
    width: 100%;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .action
{
    margin: 24px 0 0;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .action__button
{
    width: 100%;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .additional
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: hsla(0,0%,100%,.5);
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .additional__text
{
    display: inline-block;
    pointer-events: none;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__body .additional__text .t-link
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    pointer-events: auto;
}
.t-profile-modal-activate-two-fa__tabs .t-tabs__item, .t-profile-modal-activate-two-fa__tabs .t-tabs__item_active
{
    flex: 1 1 calc(50% - 12px);
    justify-content: center;
    height: 40px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all 0s ease-in-out;
}
.t-profile-modal-activate-two-fa__popover
{
    width: 250px;
}
.t-profile-modal-activate-two-fa__popover .t-wrapper .popover-text
{
    display: inline-block;
}
.t-profile-modal-change-password
{
    width: 100%;
    padding: 24px 30px;
    opacity: 1;
}
.t-profile-modal-change-password-modal, .t-profile-modal-change-password__body .trigger
{
    width: 100%;
}
.t-profile-modal-change-password .t-back
{
    top: -32px;
    background: #0c1028;
}
.t-profile-modal-change-password .t-back:hover
{
    background: rgba(90,35,180,.4);
}
.t-profile-modal-change-password__input
{
    width: 100%;
    margin: 0 0 10px;
}
.t-profile-modal-change-password__input .t-input__password
{
    opacity: .4;
}
.t-profile-modal-change-password__input .t-icon-eye
{
    width: 24px;
    height: 16px;
}
.t-profile-modal-change-password__input .t-icon-eye:after, .t-profile-modal-change-password__input .t-icon-eye:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4yNzUgMEwzIDExLjI3NWwuNzI1LjcyNUwxNSAuNzI1IDE0LjI3NSAwek05IDExYy0uOTM0IDAtMS44MS0uMTQzLTIuNjItLjM4bC44Mi0uODJjLjU3MS4xMjcgMS4xNzIuMiAxLjguMiAyLjQ1MiAwIDQuNDg2LTEuMTEgNS45NDYtMi4yOEExMy40OTUgMTMuNDk1IDAgMDAxNi43MjQgNmExMy40OTUgMTMuNDk1IDAgMDAtMS43NzktMS43MiAxMi4wMyAxMi4wMyAwIDAwLTEuMzA5LS45MTZsLjcyNy0uNzI3QzE2LjY3NSA0LjA5NSAxOCA2IDE4IDZzLTMuNDc3IDUtOSA1ek0zLjA1NCA3LjcyYy4zOTYuMzE3LjgzMy42MjkgMS4zMS45MTZsLS43MjcuNzI3QzEuMzI1IDcuOTA1IDAgNiAwIDZzMy40NzctNSA5LTVjLjkzNCAwIDEuODEuMTQzIDIuNjIuMzhsLS44Mi44MkE4LjE5OCA4LjE5OCAwIDAwOSAyQzYuNTQ4IDIgNC41MTQgMy4xMSAzLjA1NCA0LjI4QTEzLjQ5IDEzLjQ5IDAgMDAxLjI3NiA2YTEzLjQ5IDEzLjQ5IDAgMDAxLjc3OSAxLjcyek05IDlhMyAzIDAgMDEtLjg3MS0uMTI5TDExLjg3IDUuMTNBMyAzIDAgMDE5IDl6TTYuMTI5IDYuODcxTDkuODcgMy4xM2EzIDMgMCAwMC0zLjc0MyAzLjc0M3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjUiLz48L3N2Zz4=");
}
.t-profile-modal-change-password__input .t-icon-eye-cross
{
    width: 24px;
    height: 16px;
}
.t-profile-modal-change-password__input .t-icon-eye-cross:after, .t-profile-modal-change-password__input .t-icon-eye-cross:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgMTBjLTUuNTIzIDAtOS01LTktNXMzLjQ3Ny01IDktNSA5IDUgOSA1LTMuNDc3IDUtOSA1ek0xLjM4IDUuMTJBMTIuMTc2IDEyLjE3NiAwIDAxMS4yNzYgNWExMy40OSAxMy40OSAwIDAxMS43NzktMS43MkM0LjUxMyAyLjExIDYuNTQ3IDEgOSAxYzIuNDUyIDAgNC40ODYgMS4xMSA1Ljk0NiAyLjI4QTEzLjQ5NSAxMy40OTUgMCAwMTE2LjcyNCA1YTEzLjQ5NSAxMy40OTUgMCAwMS0xLjc3OSAxLjcyQzEzLjQ4NyA3Ljg5IDExLjQ1MyA5IDkgOSA2LjU0OCA5IDQuNTE0IDcuODkgMy4wNTQgNi43MmExMy40OSAxMy40OSAwIDAxLTEuNjc0LTEuNnpNOSA4YTMgMyAwIDEwMC02djNINmEzIDMgMCAwMDMgM3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjUiLz48L3N2Zz4=");
}
.t-profile-modal-change-password__button
{
    width: 100%;
}
.t-profile-modal-change-password-enter, .t-profile-modal-change-password-leave-to
{
    opacity: 0;
    transition: .3s;
    transform: translateY(10px);
}
.t-profile-modal-change-password-enter-active, .t-profile-modal-change-password-leave-active
{
    transition: .3s;
}
.t-profile-modal-change-password-enter-to, .t-profile-modal-change-password-leave
{
    opacity: 1;
    transition: .3s;
    transform: translateY(0);
}
.t-profile-modal-sessions
{
    width: 100%;
    opacity: 1;
}
.t-profile-modal-sessions__description
{
    color: hsla(0,0%,100%,.7);
}
.t-profile-modal-sessions__info
{
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
    margin: 24px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.t-profile-modal-sessions__info .radio-group
{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.t-profile-modal-sessions__info .radio-group__item
{
    flex: 1;
}
.t-profile-modal-sessions__info .radio-group__item:first-child, .t-profile-modal-sessions__info .radio-group__item:nth-child(2)
{
    flex: 1 1 calc(50% - 24px);
}
.t-profile-modal-sessions__info .radio-group__item .t-radio__label
{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
}
.t-profile-modal-sessions__info .radio-group__item .t-radio__label:active, .t-profile-modal-sessions__info .radio-group__item .t-radio__label:hover
{
    background: transparent;
    border: 1px solid #ff5a00;
}
.t-profile-modal-sessions__action
{
    margin: 24px 0 0;
}
.t-profile-modal-sessions__button
{
    width: 100%;
}
.t-profile-account-bonuses .list
{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.t-profile-account-bonuses .list__item
{
    position: relative;
    display: flex;
    flex: 1 1 calc(25% - 24px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 156px;
    padding: 16px;
    background: #191e23;
    border-radius: 8px;
}
.t-profile-account-bonuses .list__item.max-cashback .container-head
{
    align-items: flex-start;
}
.t-profile-account-bonuses .list__item.max-cashback .container-head .content
{
    flex-direction: column;
    align-items: flex-start;
    max-width: max-content;
}
.t-profile-account-bonuses .list__item.max-cashback .container-head .progress
{
    gap: 18px;
}
.t-profile-account-bonuses .list__item.max-cashback .container-head .progress__lvl
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.t-profile-account-bonuses .list__item.max-cashback .container-head .link
{
    align-self: flex-end;
}
@media screen and (max-width: 1679px)
{
    .t-profile-account-bonuses .list__item
    {
        flex: 1 1 calc(50% - 24px);
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-account-bonuses .list__item
    {
        flex: 1 1 100%;
    }
}
.t-profile-account-bonuses .list__item .container-head
{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50%;
}
.t-profile-account-bonuses .list__item .container-head .t-icon
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    margin-right: 12px;
}
.t-profile-account-bonuses .list__item .container-head .t-icon:after
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.t-profile-account-bonuses .list__item .container-head .t-icon.is-blocked:after
{
    filter: grayscale(100%);
    opacity: .25;
}
.t-profile-account-bonuses .list__item .container-head .t-icon.is-blocked:before
{
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    background-image: url(../../willbettingde/image/lock-icon.3a90c46.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-profile-account-bonuses .list__item .container-head .title
{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.t-profile-account-bonuses .list__item .container-head .content
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.t-profile-account-bonuses .list__item .container-head .link
{
    display: flex;
    align-items: flex-end;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.t-profile-account-bonuses .list__item .container-head .link span
{
    margin: 0 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #f5be46;
}
.t-profile-account-bonuses .list__item .container-head .link span:hover
{
    opacity: .7;
}
.t-profile-account-bonuses .list__item .container-head .progress
{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-right: 6px;
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow
{
    display: flex;
    align-items: center;
    width: 44px;
    height: 16px;
    overflow: hidden;
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow.is-personal
{
    display: none;
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow span
{
    position: relative;
    width: 25%;
    height: 100%;
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow span:after
{
    z-index: 1;
    filter: brightness(1) invert(.5) opacity(.25);
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow span:after, .t-profile-account-bonuses .list__item .container-head .progress__arrow span:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg1bDYgOC02IDhIMGw2LTgtNi04eiIgZmlsbD0iI0ZGNUEwMCIvPjwvc3ZnPg==") no-repeat 50%/cover;
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow span:before
{
    z-index: 2;
    animation: brightness 1s infinite;
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow span:nth-child(2):before
{
    animation-delay: .2s;
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow span:nth-child(3):before
{
    animation-delay: .4s;
}
.t-profile-account-bonuses .list__item .container-head .progress__arrow span:last-child:before
{
    animation-delay: .6s;
}
.t-profile-account-bonuses .list__item .container-head .progress__lvl
{
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}
.t-profile-account-bonuses .list__item .container-head .progress__lvl:last-child
{
    color: #2e343a;
}
@media screen and (max-width: 1023px)
{
    .t-profile-account-bonuses .list__item .container-head .progress
    {
        margin-top: 4px;
    }
}
.t-profile-account-bonuses .list__item .container-bottom
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50%;
}
.t-profile-account-bonuses .list__item .container-bottom .content
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-top: 18px;
}
.t-profile-account-bonuses .list__item .container-bottom .action
{
    min-width: 140px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.t-profile-account-bonuses .list__item .container-bottom .action .t-button__wrap
{
    padding: 12px 16px;
}
.t-profile-account-bonuses .list__item .container-bottom .amount
{
    width: 100%;
}
.t-profile-account-bonuses .list__item .container-bottom .amount span
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.t-profile-account-bonuses .list__item .container-bottom .amount p
{
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    color: #fff;
}
.t-profile-account-bonuses .list__item .container-bottom .description
{
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: hsla(0,0%,100%,.25);
    text-align: center;
}
.t-profile-account-bonuses .list__item .container-bottom:before
{
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: hsla(0,0%,100%,.1);
}
.t-profile-account-bonuses .list__item .tooltip
{
    position: absolute;
    top: 19px;
    right: 19px;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMGE4IDggMCAxMDAtMTYgOCA4IDAgMDAwIDE2em0wIDFhOSA5IDAgMTAwLTE4IDkgOSAwIDAwMCAxOHpNMTEgNy41YTEgMSAwIDExMiAwIDEgMSAwIDAxLTIgMHptMS43NSAyLjI1SDEwdjEuNWgxLjI1VjE3aDEuNVY5Ljc1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%;
    opacity: .5;
    transition: all 0s ease-in-out;
}
.t-profile-account-bonuses .list__item .tooltip:hover
{
    opacity: 1;
}
.t-profile-account-bonuses .list__item .v-popover
{
    position: absolute;
    top: 0;
    right: 0;
}
.t-profile-account-bonuses .bonuses
{
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}
.t-profile-account-bonuses .bonuses .title
{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media screen and (max-width: 767px)
{
    .t-profile-account-bonuses .bonuses .title
    {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
}
.t-profile-account-bonuses .bonuses .items
{
    display: flex;
    margin-top: 16px;
}
.t-profile-account-bonuses .bonuses .items__item
{
    position: relative;
    display: flex;
    flex-basis: calc(50% - 6px);
    align-items: center;
    width: 100%;
    height: 156px;
    padding: 16px;
    background: #191e23;
    border-radius: 8px;
}
.t-profile-account-bonuses .bonuses .items__item .tooltip
{
    position: absolute;
    top: 19px;
    right: 19px;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMGE4IDggMCAxMDAtMTYgOCA4IDAgMDAwIDE2em0wIDFhOSA5IDAgMTAwLTE4IDkgOSAwIDAwMCAxOHpNMTEgNy41YTEgMSAwIDExMiAwIDEgMSAwIDAxLTIgMHptMS43NSAyLjI1SDEwdjEuNWgxLjI1VjE3aDEuNVY5Ljc1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%;
    opacity: .5;
    transition: all 0s ease-in-out;
}
.t-profile-account-bonuses .bonuses .items__item .tooltip:hover
{
    opacity: 1;
}
.t-profile-account-bonuses .bonuses .items__item .title
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.t-profile-account-bonuses .bonuses .items__item .description
{
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: hsla(0,0%,100%,.5);
}
.t-profile-account-bonuses .bonuses .items__item .description span
{
    color: #fff;
}
.t-profile-account-bonuses .bonuses .items__item .progress
{
    display: flex;
    align-items: center;
}
.t-profile-account-bonuses .bonuses .items__item .percent
{
    margin-left: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    text-align: right;
}
.t-profile-account-bonuses .bonuses .items__item .t-icon
{
    min-width: 52px;
    height: 52px;
    margin-right: 12px;
}
@media screen and (max-width: 1023px)
{
    .t-profile-account-bonuses .bonuses .items__item
    {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-account-bonuses .bonuses
    {
        margin-top: 24px;
    }
}
.t-profile-account-bonuses .t-account-currencies-skeleton, .t-profile-account-bonuses .t-skeleton
{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.t-profile-account-bonuses-tooltip[x-placement^=top]
{
    margin: 0;
}
@keyframes brightness
{
    0%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
.t-profile-modal-email-change__description
{
    margin: 24px 0 0;
    color: hsla(0,0%,100%,.7);
}
.t-profile-modal-email-change__action
{
    margin: 24px 0 0;
}
.t-profile-modal-email-change-success .t-popup__header .icon
{
    width: 100%;
    height: 56px;
    margin: 0 0 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMjdoMjRjMS4xIDAgMiAuOSAyIDJzLS45IDItMiAySDJjLTEuMSAwLTItLjktMi0ycy45LTIgMi0yem0xMC4wMi04LjJhNCA0IDAgMDEtNS42NC0uMDJMMiAxNC40YTIuNzMgMi43MyAwIDAxLjA2LTMuOTRjMS4wOC0xLjA0IDIuOC0xIDMuODQuMDRsMy4zIDMuM0wyMi4wNi45NGEyLjc1MiAyLjc1MiAwIDAxMy45IDBsLjA4LjA4YTIuNzU4IDIuNzU4IDAgMDEtLjAyIDMuOTJsLTE0IDEzLjg2eiIgZmlsbD0iI0ZGNUEwMCIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-profile-modal-email-change-success__description
{
    padding: 24px 20px;
    margin: 20px 0 34px;
    background: #2e343a;
    border-radius: 12px;
}
.t-profile-modal-email-change-success__action
{
    display: flex;
    gap: 16px;
    margin: 24px 0 0;
}
.t-profile-modal-email-change-success .t-button__border-white:before
{
    background: linear-gradient(180deg,#373c41,#2d3237);
}
.t-profile-modal-phone-verify__description
{
    margin: 24px 0 0;
    color: hsla(0,0%,100%,.7);
}
.t-profile-modal-phone-verify__description .phone-number
{
    padding: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: hsla(0,0%,100%,.7);
    text-align: center;
    background: hsla(0,0%,100%,.05);
    border-radius: 12px;
}
.t-profile-modal-phone-verify__description .verification-code-input
{
    margin: 24px 0 0;
}
.t-profile-modal-phone-verify__description .text
{
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: hsla(0,0%,100%,.7);
}
.t-profile-modal-phone-verify__action, .t-profile-modal-phone-verify__action .t-button+.t-button
{
    margin: 24px 0 0;
}
.t-profile-modal-phone-verify__support
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: hsla(0,0%,100%,.5);
}
.t-profile-modal-phone-verify__support .time
{
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
    text-align: center;
}
.t-profile-modal-phone-verify__support .description
{
    margin: 12px 0 0;
    text-align: center;
    pointer-events: none;
}
.t-profile-modal-phone-verify__support .description .t-link
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: underline;
    pointer-events: auto;
}
.t-profile-modal-email-confirm .t-popup__header
{
    padding-top: 8px;
    text-align: left;
}
.t-profile-modal-email-confirm__description
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    text-align: left;
}
.t-profile-modal-email-confirm__action
{
    margin: 16px 0 0;
}
.t-profile-modal-choose-avatar .t-popup__wrap
{
    width: 420px;
}
@media screen and (max-width: 767px)
{
    .t-profile-modal-choose-avatar .t-popup__close
    {
        top: 16px;
        right: 16px;
    }
}
.t-profile-choose-your-avatar
{
    padding: 30px 24px 24px;
    border-radius: 12px;
}
@media screen and (max-width: 767px)
{
    .t-profile-choose-your-avatar
    {
        padding: 22px 16px 16px;
        border-radius: 24px 24px 0 0;
    }
}
.t-profile-choose-your-avatar__action
{
    margin-top: 16px;
}
.t-profile-choose-your-avatar__action .t-button
{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.t-profile-choose-your-avatar__action .t-button__wrap
{
    padding: 14px 19px;
}
.t-profile-choose-your-avatar .t-popup__header
{
    margin: 0 0 22px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}
.t-profile-choose-your-avatar .avatar-list
{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-profile-choose-your-avatar .avatar-list
    {
        gap: 8px;
    }
}
.t-profile-choose-your-avatar .avatar-list__item
{
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-profile-choose-your-avatar .avatar-list__item.selected
{
    border: 1px solid #ff5a00;
}
.t-profile-choose-your-avatar .avatar-list__item.selected .image
{
    transform: scale(1.2);
}
.t-profile-choose-your-avatar .avatar-list__item:hover
{
    opacity: .9;
}
.t-profile-choose-your-avatar .avatar-list__item:hover .image
{
    transform: scale(1.2);
}
.t-profile-choose-your-avatar .avatar-list__item .avatar-file
{
    display: none;
}
.t-profile-choose-your-avatar .avatar-list__item .upload-btn
{
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #ff5a00;
    text-align: center;
    border: 1px solid #ff5a00;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-profile-choose-your-avatar .avatar-list__item .upload-btn:hover
{
    opacity: .9;
}
.t-profile-choose-your-avatar .avatar-list__item .image
{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    transition: all 0s ease-in-out;
    transform: scale(1.1);
}
.t-profile-choose-your-avatar .avatar-list__item:after
{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100%;
    content: "";
}
.t-profile-security-modal-complete-all-session
{
    width: 100%;
    opacity: 1;
}
.t-profile-security-modal-complete-all-session .t-popup__wrap
{
    width: 413px;
}
.t-profile-security-modal-complete-all-session .t-popup__header
{
    text-align: left;
}
.t-profile-security-modal-complete-all-session .t-popup__body
{
    margin-top: 16px;
}
.t-profile-security-modal-complete-all-session .t-popup__body .t-profile-security-modal-complete-all-session__description
{
    margin-bottom: 18px;
    color: hsla(0,0%,100%,.5);
}
.t-profile-security-modal-complete-all-session .t-popup__body .t-profile-security-modal-complete-all-session__action
{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.t-profile-security-modal-complete-all-session .t-popup__body .t-profile-security-modal-complete-all-session__action .t-button:first-child:before
{
    background: linear-gradient(hsla(0,0%,100%,.1),rgba(0,0,0,.1));
}
.t-profile-security-modal-complete-all-session-modal
{
    width: 100%;
}
.t-profile-security-modal-complete-all-session .t-back
{
    top: -32px;
    background: #0c1028;
}
.t-profile-security-modal-complete-all-session .t-back:hover
{
    background: rgba(90,35,180,.4);
}
.t-profile-security-modal-complete-all-session__input
{
    width: 100%;
    margin: 0 0 10px;
}
.t-profile-security-modal-complete-all-session__input .t-input__password
{
    opacity: .4;
}
.t-profile-security-modal-complete-all-session__input .t-icon-eye
{
    width: 24px;
    height: 16px;
}
.t-profile-security-modal-complete-all-session__input .t-icon-eye:after, .t-profile-security-modal-complete-all-session__input .t-icon-eye:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4yNzUgMEwzIDExLjI3NWwuNzI1LjcyNUwxNSAuNzI1IDE0LjI3NSAwek05IDExYy0uOTM0IDAtMS44MS0uMTQzLTIuNjItLjM4bC44Mi0uODJjLjU3MS4xMjcgMS4xNzIuMiAxLjguMiAyLjQ1MiAwIDQuNDg2LTEuMTEgNS45NDYtMi4yOEExMy40OTUgMTMuNDk1IDAgMDAxNi43MjQgNmExMy40OTUgMTMuNDk1IDAgMDAtMS43NzktMS43MiAxMi4wMyAxMi4wMyAwIDAwLTEuMzA5LS45MTZsLjcyNy0uNzI3QzE2LjY3NSA0LjA5NSAxOCA2IDE4IDZzLTMuNDc3IDUtOSA1ek0zLjA1NCA3LjcyYy4zOTYuMzE3LjgzMy42MjkgMS4zMS45MTZsLS43MjcuNzI3QzEuMzI1IDcuOTA1IDAgNiAwIDZzMy40NzctNSA5LTVjLjkzNCAwIDEuODEuMTQzIDIuNjIuMzhsLS44Mi44MkE4LjE5OCA4LjE5OCAwIDAwOSAyQzYuNTQ4IDIgNC41MTQgMy4xMSAzLjA1NCA0LjI4QTEzLjQ5IDEzLjQ5IDAgMDAxLjI3NiA2YTEzLjQ5IDEzLjQ5IDAgMDAxLjc3OSAxLjcyek05IDlhMyAzIDAgMDEtLjg3MS0uMTI5TDExLjg3IDUuMTNBMyAzIDAgMDE5IDl6TTYuMTI5IDYuODcxTDkuODcgMy4xM2EzIDMgMCAwMC0zLjc0MyAzLjc0M3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjUiLz48L3N2Zz4=");
}
.t-profile-security-modal-complete-all-session__input .t-icon-eye-cross
{
    width: 24px;
    height: 16px;
}
.t-profile-security-modal-complete-all-session__input .t-icon-eye-cross:after, .t-profile-security-modal-complete-all-session__input .t-icon-eye-cross:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgMTBjLTUuNTIzIDAtOS01LTktNXMzLjQ3Ny01IDktNSA5IDUgOSA1LTMuNDc3IDUtOSA1ek0xLjM4IDUuMTJBMTIuMTc2IDEyLjE3NiAwIDAxMS4yNzYgNWExMy40OSAxMy40OSAwIDAxMS43NzktMS43MkM0LjUxMyAyLjExIDYuNTQ3IDEgOSAxYzIuNDUyIDAgNC40ODYgMS4xMSA1Ljk0NiAyLjI4QTEzLjQ5NSAxMy40OTUgMCAwMTE2LjcyNCA1YTEzLjQ5NSAxMy40OTUgMCAwMS0xLjc3OSAxLjcyQzEzLjQ4NyA3Ljg5IDExLjQ1MyA5IDkgOSA2LjU0OCA5IDQuNTE0IDcuODkgMy4wNTQgNi43MmExMy40OSAxMy40OSAwIDAxLTEuNjc0LTEuNnpNOSA4YTMgMyAwIDEwMC02djNINmEzIDMgMCAwMDMgM3oiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjUiLz48L3N2Zz4=");
}
.t-profile-security-modal-complete-all-session__button
{
    width: 100%;
}
.t-profile-security-modal-complete-all-session-enter, .t-profile-security-modal-complete-all-session-leave-to
{
    opacity: 0;
    transition: .3s;
    transform: translateY(10px);
}
.t-profile-security-modal-complete-all-session-enter-active, .t-profile-security-modal-complete-all-session-leave-active
{
    transition: .3s;
}
.t-profile-security-modal-complete-all-session-enter-to, .t-profile-security-modal-complete-all-session-leave
{
    opacity: 1;
    transition: .3s;
    transform: translateY(0);
}
@keyframes login-weave
{
    0%
    {
        left: 0;
    }
    50%
    {
        left: 5px;
    }
    to
    {
        left: 0;
    }
}
.t-profile-skeleton
{
    width: 100%;
    max-width: 1240px;
    padding: var(--root-padding);
    margin: 0 auto;
}
.t-profile-skeleton__head
{
    display: none;
}
.t-profile-skeleton__content
{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding: 40px 24px;
    background: #23282d;
    border-radius: 0 12px 12px;
}
@media screen and (max-width: 1023px)
{
    .t-profile-skeleton__content
    {
        padding: 32px 12px;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-skeleton__content
    {
        padding: 0 0 24px;
        margin-right: 64px;
        border-radius: 12px;
    }
}
@media screen and (max-width: 639px)
{
    .t-profile-skeleton__content
    {
        margin-right: 0;
    }
}
.t-profile-skeleton__content-wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.t-profile-skeleton-account-details
{
    width: 100%;
}
.t-profile-skeleton-account-details-info
{
    width: 100%;
    margin-top: 24px;
}
.t-profile-skeleton-account-details-info .list
{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}
.t-profile-skeleton-account-details-info .list__item
{
    width: 100%;
    max-width: calc(25% - 12px);
    overflow: hidden;
    border-radius: 8px;
}
@media screen and (max-width: 1679px)
{
    .t-profile-skeleton-account-details-info .list__item
    {
        max-width: calc(50% - 6px);
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-skeleton-account-details-info .list__item
    {
        max-width: 100%;
    }
}
.t-profile-skeleton-account-details-info .list__item .t-account-currencies-skeleton, .t-profile-skeleton-account-details-info .list__item .t-skeleton
{
    height: 156px;
}
.t-profile-skeleton-account-details-info .list__item:last-child
{
    max-width: calc(50% - 6px);
    margin-top: 36px;
}
@media screen and (max-width: 767px)
{
    .t-profile-skeleton-account-details-info .list__item:last-child
    {
        max-width: 100%;
    }
}
.t-profile-skeleton-account-details-profile
{
    display: none;
}
.t-profile-skeleton-account-details-wrapper
{
    display: flex;
    gap: 12px;
}
.t-profile-skeleton .citizen-bonus
{
    display: none;
}
.t-profile-skeleton .preferences
{
    width: 100%;
    max-width: 180px;
    height: 88px;
    border-radius: 8px;
}
@media screen and (max-width: 767px)
{
    .t-profile-skeleton .preferences
    {
        position: absolute;
        right: 0;
        bottom: calc(100% + 12px);
    }
}
.t-profile-skeleton .security
{
    width: 100%;
    max-width: 656px;
    height: 96px;
    margin-right: 24px;
    border-radius: 8px;
}
@media screen and (max-width: 767px)
{
    .t-profile-skeleton .security
    {
        max-width: 96px;
        margin-top: -64px;
    }
}
.t-profile-skeleton .t-close
{
    display: none;
}
.cashback-popup .t-popup__wrap
{
    max-width: 480px!important;
}
.cashback-popup .cashback-modal
{
    padding: 32px;
    background: #2b2c2f;
}
@media(max-width: 768px)
{
    .cashback-popup .cashback-modal
    {
        padding: 16px;
    }
}
.cashback-popup .cashback-modal__btn
{
    color: #ffed48;
    text-align: center;
}
.cashback-popup .cashback-modal__caption .text
{
    display: flex;
    column-gap: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.cashback-popup .cashback-modal__caption-min
{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
}
.cashback-popup .cashback-modal__wrap .list
{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.cashback-popup .cashback-modal__wrap .list__item
{
    position: relative;
    padding-left: 40px;
    line-height: 24px;
}
.cashback-popup .cashback-modal__wrap .list__item_first:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEgNy4zYzAgLjQ0My0uMDAyLjg3Ni4wNDYgMS4yMy4wNTEuMzgzLjE3Ny44Mi41NCAxLjE4NGwuMTQuMTI1Yy4zMzEuMjY4LjcwOC4zNyAxLjA0My40MTUuMzU0LjA0OC43ODguMDQ2IDEuMjMuMDQ2SDE5LjR2NS4zYzAgMi41NDUgMCAzLjgxOC0uNzkgNC42MDktLjc5MS43OS0yLjA2NC43OTEtNC42MS43OTFoLTMuNmMtMi41NDUgMC0zLjgxOCAwLTQuNjA5LS43OTEtLjc5LS43OS0uNzkxLTIuMDY0LS43OTEtNC42MVY4LjRjMC0yLjU0NSAwLTMuODE4Ljc5MS00LjYwOS43OS0uNzkgMi4wNjQtLjc5MSA0LjYxLS43OTFIMTIuMXY0LjN6bS0yLjYgOC4yYTEgMSAwIDEwMCAyaDMuNmwuMTAyLS4wMDVhMSAxIDAgMDAwLTEuOTlMMTMuMSAxNS41SDkuNXptMC0zLjZhMSAxIDAgMTAwIDJoNS40bC4xMDItLjAwNWExLjAwMSAxLjAwMSAwIDAwMC0xLjk5TDE0LjkgMTEuOUg5LjV6bTQuNi04Ljg5Yy4zMTUuMDEyLjUzNi4wNDEuNzQzLjEyNy4zMy4xMzcuNTkuMzk3IDEuMTExLjkxOGwyLjM5MiAyLjM5Yy41Mi41Mi43OC43OC45MTcgMS4xMTIuMDg1LjIwNi4xMTUuNDI3LjEyNy43NDNIMTUuMWMtLjUgMC0uNzc0LS4wMDMtLjk2NC0uMDI5bC0uMDA4LS4wMDEtLjAwMS0uMDA2Yy0uMDI2LS4xOS0uMDI3LS40NjUtLjAyNy0uOTY0VjMuMDF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.cashback-popup .cashback-modal__wrap .list__item_second:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjI0NCAxMC43NjlsLTQuMjAyLTEuODEtLjkzNi0uMzk1YS41MjYuNTI2IDAgMDEtLjI3LS40MjNWNS4zODdjMC0uODY0LS42NC0xLjg5LTEuNDEzLTIuMjg2YS45NzIuOTcyIDAgMDAtLjg2NCAwYy0uNzY1LjM5Ni0xLjQwNCAxLjQzMS0xLjQwNCAyLjI5NVY4LjE1YS41MjYuNTI2IDAgMDEtLjI3LjQyM2wtNS4xMyAyLjIwNWMtLjU2Ni4yMzMtMS4wMjUuOTQ0LTEuMDI1IDEuNTU2djEuMTg4YzAgLjc2NS41NzYgMS4xNDMgMS4yODcuODM3bDQuNTA4LTEuOTQ0Yy4zNTEtLjE1My42NC4wMzYuNjQuNDIzdjIuNjJjMCAuMjA2LS4xMTguNTAzLS4yNjIuNjQ3bC0yLjA4OCAyLjA5N2MtLjIxNi4yMTYtLjMxNS42MzktLjIxNi45NDVsLjQwNSAxLjIyNGMuMTYyLjUzLjc2NS43ODMgMS4yNi41M2wyLjE0Mi0xLjhhLjkzNS45MzUgMCAwMTEuMTc5IDBsMi4xNDIgMS44YS45Mi45MiAwIDAwMS4yNzgtLjUzbC40MDUtMS4yMjRjLjA5OS0uMjk3IDAtLjczLS4yMTYtLjk0NWwtMi4wODgtMi4wOTdjLS4xNTMtLjE0NC0uMjctLjQ0LS4yNy0uNjQ4di0yLjYxOWMwLS4zODcuMjc5LS41NjcuNjM5LS40MjNsNC41MDggMS45NDRjLjcxMS4zMDYgMS4yODctLjA3MiAxLjI4Ny0uODM3di0xLjE4OGMwLS42MTEtLjQ1OS0xLjMyMi0xLjAyNi0xLjU2NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.cashback-popup .cashback-modal__wrap .list__item_third:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1Ljc3NSAzSDguMjM0Yy0zLjI3NiAwLTUuMjMgMS45NTMtNS4yMyA1LjIyOXY3LjUzM2MwIDMuMjg1IDEuOTU0IDUuMjM4IDUuMjMgNS4yMzhoNy41MzNjMy4yNzYgMCA1LjIyOS0xLjk1MyA1LjIyOS01LjIyOVY4LjIyOUMyMS4wMDUgNC45NTMgMTkuMDUyIDMgMTUuNzc2IDN6bS0uNzQ3IDExLjA3YS42NzkuNjc5IDAgMDEwIC45NTQuNjY4LjY2OCAwIDAxLS40NzYuMTk4LjY2OC42NjggMCAwMS0uNDc3LS4xOThsLTIuMDctMi4wNy0yLjA3IDIuMDdhLjY2OC42NjggMCAwMS0uNDc3LjE5OC42NjguNjY4IDAgMDEtLjQ3Ny0uMTk4LjY3OS42NzkgMCAwMTAtLjk1NEwxMS4wNSAxMiA4Ljk4IDkuOTNhLjY3OS42NzkgMCAwMTAtLjk1NC42NzkuNjc5IDAgMDEuOTU0IDBsMi4wNyAyLjA3IDIuMDctMi4wN2EuNjc5LjY3OSAwIDAxLjk1NCAwIC42NzkuNjc5IDAgMDEwIC45NTRMMTIuOTU4IDEybDIuMDcgMi4wN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.cashback-popup .cashback-modal__wrap .list__item_four:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjUzNSAyMC45MjNINy40N2EuNjg1LjY4NSAwIDAxLS42OC0uNjhjMC0uMzcxLjMwOS0uNjguNjgtLjY4aDkuMDY1Yy4zNzIgMCAuNjguMzA5LjY4LjY4IDAgLjM3Mi0uMzA4LjY4LS42OC42OHpNMTkuNTcyIDUuOTg1bC0zLjYyNiAyLjU5MmEuOTEyLjkxMiAwIDAxLTEuMzc4LS40MTdsLTEuNzEzLTQuNTY5Yy0uMjktLjc4OC0xLjQwNS0uNzg4LTEuNjk1IDBsLTEuNzIyIDQuNTZhLjg5NC44OTQgMCAwMS0xLjM3LjQxN0w0LjQ0NCA1Ljk3NmMtLjcyNS0uNTA4LTEuNjg2LjIwOC0xLjM4NyAxLjA1MWwzLjc3MSAxMC41NmEuOS45IDAgMDAuODUyLjU5OWg4LjYzOWMuMzggMCAuNzI1LS4yNDUuODUyLS41OTlsMy43Ny0xMC41NmMuMzA5LS44NDMtLjY1Mi0xLjU2LTEuMzY4LTEuMDQyem0tNS4zMDMgOC4zNjZIOS43MzdhLjY4NS42ODUgMCAwMS0uNjgtLjY4YzAtLjM3MS4zMDgtLjY4LjY4LS42OGg0LjUzMmMuMzcyIDAgLjY4LjMwOS42OC42OCAwIC4zNzItLjMwOC42OC0uNjguNjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.cashback-popup .cashback-modal__wrap .list__item:before
{
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.cashback-popup .cashback-modal__wrap_description
{
    padding-top: 16px;
    padding-bottom: 24px;
}
.cashback-popup .cashback-modal .t-button
{
    width: 100%;
    margin-bottom: 18px;
}
.cashback-popup .cashback-modal .t-button__wrap
{
    padding: 22px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.t-profile-modal-no-rush .t-popup__wrap
{
    max-width: 520px;
}
.t-profile-modal-no-rush .t-popup__header
{
    padding-top: 8px;
    margin-bottom: 0;
    text-align: left;
}
.t-profile-modal-no-rush .t-popup__body
{
    padding-top: 18px;
    color: hsla(0,0%,100%,.5);
}
.t-profile-modal-no-rush__action
{
    display: flex;
    width: 100%;
    padding-top: 18px;
}
.t-profile-modal-no-rush__action .button__wrap
{
    width: 50%;
}
.t-profile-security-modal-settings
{
    padding: 30px 24px;
    border-radius: 12px;
}
@media screen and (max-width: 767px)
{
    .t-profile-security-modal-settings
    {
        padding: 22px 16px 16px;
        border-radius: 24px 24px 0 0;
    }
}
.t-profile-security-modal-settings .radio-group
{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.t-profile-security-modal-settings .radio-group__item .label
{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    white-space: normal;
}
.t-profile-security-modal-settings .radio-group__item .label span
{
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.t-profile-security-modal-settings__action
{
    margin-top: 26px;
}
.t-profile-security-modal-settings__action .t-button
{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
@media screen and (max-width: 767px)
{
    .t-profile-security-modal-settings__action .t-button
    {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }
}
.t-profile-security-modal-settings__action .t-button__wrap
{
    padding: 14px 20px;
}
@media screen and (max-width: 767px)
{
    .t-profile-security-modal-settings__action .t-button__wrap
    {
        padding: 12px 20px;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-security-modal-settings__action
    {
        padding: 0 24px;
    }
}
.t-profile-security-modal-settings__container
{
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 0;
}
.t-profile-security-modal-settings__container .t-popup__wrap
{
    width: 520px;
}
@media screen and (max-width: 767px)
{
    .t-profile-security-modal-settings__container .t-popup__wrap
    {
        margin-top: auto;
    }
}
.t-profile-security-modal-settings__container .t-popup__close
{
    top: 24px;
    right: 24px;
}
@media screen and (max-width: 767px)
{
    .t-profile-security-modal-settings__container .t-popup__close
    {
        top: 16px;
        right: 16px;
    }
}
.t-profile-security-modal-settings__container .t-popup__header
{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: hsla(0,0%,100%,.25);
    text-align: left;
}
@media screen and (max-width: 767px)
{
    .t-profile-security-modal-settings__container
    {
        align-items: flex-end;
        padding-top: 16px;
    }
}
.t-profile-security-modal-settings__description
{
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.t-profile-security-modal-settings__method
{
    display: flex;
    gap: 49px;
    align-items: center;
    margin-top: 24px;
}
.t-profile-security-modal-settings__method .switch-sms
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .t-profile-security-modal-settings__method
    {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    .t-profile-security-modal-settings__method .switch
    {
        height: 24px;
    }
}
.t-profile-security-modal-settings__type
{
    padding: 24px 0;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.t-profile-security-details-skeleton
{
    width: 100%;
    max-width: 1240px;
    padding: var(--root-padding);
    margin: 0 auto;
}
.t-profile-security-details-skeleton .citizen-bonus
{
    display: none;
}
.t-profile-security-details-skeleton .list
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100%;
}
.t-profile-security-details-skeleton .list .t-account-currencies-skeleton, .t-profile-security-details-skeleton .list .t-skeleton
{
    width: 100%;
    height: 70px;
}
.t-profile-security-details-skeleton .t-close
{
    display: none;
}
.t-profile-security-details-skeleton .t-back
{
    width: 45px;
    height: 18px;
    margin-top: 20px;
}
.t-profile-security-details-skeleton__head
{
    display: none;
}
.t-profile-security-details-skeleton__content
{
    width: 100%;
    max-width: calc(100% - 128px);
}
@media screen and (max-width: 767px)
{
    .t-profile-security-details-skeleton__content
    {
        margin-right: 64px;
    }
}
@media screen and (max-width: 639px)
{
    .t-profile-security-details-skeleton__content
    {
        margin-right: 0;
    }
}
.t-profile-security-modal-complete-session__action
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-profile-security-details
{
    width: 100%;
    max-width: 1000px;
    padding: var(--root-padding);
}
.t-profile-security-details .t-close
{
    display: none;
}
.t-profile-security-details__content-wrapper
{
    width: 100%;
}
.t-profile-security-details__title
{
    margin-top: 12px;
}
.t-profile-security-details__title-name
{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.t-profile-security-center
{
    width: 100%;
}
.t-profile-security-center .list
{
    display: flex;
    flex-direction: column;
}
.t-profile-security-center .list__item
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
}
@media screen and (max-width: 767px)
{
    .t-profile-security-center .list__item
    {
        margin-bottom: 20px;
    }
}
.t-profile-security-center .list__item form
{
    width: 100%;
}
.t-profile-security-center .list__item.password
{
    margin-bottom: 0;
}
.t-profile-security-center .list__item.password .text
{
    display: none;
}
.t-profile-security-center .list__item.password .t-profile-change-password__body
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 16px;
    margin-top: 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-security-center .list__item.password .t-profile-change-password__body .trigger
{
    width: 100%;
}
.t-profile-security-center .list__item.password .t-profile-change-password__body .t-input
{
    width: 100%;
    max-width: 500px;
}
.t-profile-security-center .list__item.twofa
{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
}
.t-profile-security-center .list__item.twofa .text
{
    padding-bottom: 0;
    margin-top: 0;
}
.t-profile-security-center .list__item .t-profile-change-password__action .t-button
{
    width: 100%;
    max-width: 130px;
    margin-top: 16px;
    color: #090a0c;
    background: #fff;
}
.t-profile-security-center .list__item .t-profile-change-password__action .t-button__disabled
{
    opacity: .5;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body
{
    position: relative;
    width: 100%;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 50px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google
{
    position: relative;
    display: flex;
    flex-direction: column;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__inner, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__inner
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    background: #151618;
    border-radius: 14px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__inner .code, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__inner .code
{
    padding: 12px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__inner .t-button, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__inner .t-button
{
    top: 3px;
    left: 2px;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
    background-color: #1e2023;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwNDVfMTQzMTkpIj48cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHJ4PSIxMiIgZmlsbD0iIzFFMjAyMyIvPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZD0iTTE3IDE5YTIgMiAwIDAxMi0yaDhhMiAyIDAgMDEyIDJ2OGEyIDIgMCAwMS0yIDJoLThhMiAyIDAgMDEtMi0ydi04eiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGQ9Ik0xMSAxM2EyIDIgMCAwMTItMmg4YTIgMiAwIDAxMiAydjhhMiAyIDAgMDEtMiAyaC04YTIgMiAwIDAxLTItMnYtOHoiIGZpbGw9IiM3Mzc4ODAiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMDQ1XzE0MzE5Ij48cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHJ4PSIxMiIgZmlsbD0iI2ZmZiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__secret-key, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__secret-key
{
    order: 1;
    margin-bottom: 38px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__qr, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__qr
{
    order: 2;
    margin-bottom: 40px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__qr .t-loading, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__qr .t-loading
{
    margin: 12px 0;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__qr .picture, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__qr .picture
{
    max-width: 160px;
    max-height: 160px;
    padding: 16px;
    background: #eee;
    border-radius: 12px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__qr .picture img, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__qr .picture img
{
    width: 100%;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__description, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__description
{
    order: 3;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__description .first, .t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__description .second, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__description .first, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__description .second
{
    position: absolute;
    color: #737880;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__description .first, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__description .first
{
    top: 73px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .info-google__description .second, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .info-google__description .second
{
    bottom: 10px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .form input, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .form input
{
    max-width: 500px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .action, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .action
{
    position: absolute;
    bottom: -60px;
    left: -16px;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .action .t-button, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .action .t-button
{
    background: #fff;
    border: none;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .action .t-button__disabled, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .action .t-button__disabled
{
    opacity: .5;
}
.t-profile-security-center .list__item .t-profile-activate-two-fa__body .additional, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__body .additional, .t-profile-security-center .list__item .t-profile-deactivate-two-fa__header
{
    display: none;
}
.t-profile-security-center .list__item .t-profile-deactivate-two-fa__description
{
    max-width: 500px;
}
.t-profile-security-center .list__item .t-profile-deactivate-two-fa__body
{
    margin-bottom: 16px;
}
.t-profile-security-center .list__item .t-profile-deactivate-two-fa__action .t-button
{
    max-width: 130px;
    background: #fff;
}
.t-profile-security-center .list__item .title
{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}
.t-profile-security-center .list__item .text
{
    padding-bottom: 14px;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: hsla(0,0%,100%,.5);
}
@media screen and (max-width: 767px)
{
    .t-profile-security-center .list__item .text
    {
        padding-bottom: 4px;
        margin-top: 8px;
    }
}
.t-profile-security-center .list__item .action
{
    width: 100%;
    max-width: 98px;
    margin-left: 12px;
}
.t-profile-security-center .list__item .action .t-button
{
    width: 100%;
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.1);
}
.t-profile-security-center .list__item .action .t-button:before
{
    background-image: linear-gradient(180deg,#373c41,#2d3237),linear-gradient(180deg,hsla(0,0%,100%,.1),rgba(0,0,0,.1));
}
.t-profile-security-center .list__item .action .t-button:hover:before
{
    background-image: linear-gradient(180deg,#2d3237,#2d3237),linear-gradient(-180deg,hsla(0,0%,100%,.02),rgba(0,0,0,.2));
}
.t-profile-security-center .list__item .action .t-button:active, .t-profile-security-center .list__item .action .t-button:focus
{
    color: hsla(0,0%,100%,.5);
}
.t-profile-security-center .list__item .action .t-button:active:before, .t-profile-security-center .list__item .action .t-button:focus:before
{
    background-image: linear-gradient(180deg,#1e2328,#282d32),linear-gradient(180deg,rgba(0,0,0,.1),hsla(0,0%,100%,.1));
}
.t-profile-activity-log
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.t-profile-activity-log__head
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 12px;
}
.t-profile-activity-log__head .title
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.t-profile-activity-log__head .title .v-popover
{
    display: none;
}
.t-profile-activity-log__head .settings
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 0;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-profile-activity-log__head .settings:hover
{
    opacity: .7;
}
.t-profile-activity-log__head .settings .t-icon
{
    width: 100%;
    height: 100%;
}
.t-profile-activity-log__content
{
    width: 100%;
    padding: 16px;
    margin-top: 24px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-activity-log__content .login-details
{
    position: relative;
    width: 100%;
    overflow-x: scroll;
    transition: all 0s ease-in-out;
}
.t-profile-activity-log__content .login-details::-webkit-scrollbar
{
    display: none;
}
.t-profile-activity-log__content .login-details:not(:last-child)
{
    margin-bottom: 8px;
}
.t-profile-activity-log__content .login-details.active
{
    background: #151618;
    border-radius: 14px;
}
.t-profile-activity-log__content .login-details.active .content__status
{
    display: block;
}
.t-profile-activity-log__content .login-details .content
{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 928px;
    min-height: 80px;
    padding: 28px 16px;
    background: #151618;
    border-radius: 14px;
}
.t-profile-activity-log__content .login-details .content__status
{
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    transition: all .4s ease;
    transform: translateY(-50%);
}
.t-profile-activity-log__content .login-details .content__status .t-button
{
    padding: 12px 14px;
    background: #1e2023;
}
@media screen and (max-width: 767px)
{
    .t-profile-activity-log__content .login-details .content__status
    {
        margin-bottom: 6px;
    }
}
.t-profile-activity-log__content .login-details .content__status-removed
{
    padding: 12px 14px;
    font-weight: 600;
    color: #737880;
    border: 2px dashed #393e45;
    border-radius: 14px;
}
.t-profile-activity-log__content .login-details .content__status.active
{
    margin-right: 70px;
}
.t-profile-activity-log__content .login-details .content__image
{
    display: none;
}
.t-profile-activity-log__content .login-details .content__info
{
    display: flex;
    align-items: center;
    width: 100%;
}
.t-profile-activity-log__content .login-details .content__info .title
{
    display: flex;
    align-items: center;
    width: 47%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
}
.t-profile-activity-log__content .login-details .content__info .title-country_name, .t-profile-activity-log__content .login-details .content__info .title-platform
{
    width: 50%;
    max-width: 100%;
}
.t-profile-activity-log__content .login-details .content__info .title-platform
{
    text-align: left;
}
.t-profile-activity-log__content .login-details .content__info .title-separator
{
    display: none;
}
.t-profile-activity-log__content .login-details .content__info .entry-time
{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 39%;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: hsla(0,0%,100%,.5);
}
.t-profile-activity-log__content .login-details .content__info .entry-time-date, .t-profile-activity-log__content .login-details .content__info .entry-time-ip
{
    width: 50%;
    max-width: 100%;
}
.t-profile-activity-log__content .login-details .content__info .entry-time-separator
{
    display: none;
}
.t-profile-activity-log__content .login-details .sessions
{
    position: relative;
    min-width: 928px;
    padding: 0 16px 16px;
}
.t-profile-activity-log__content .login-details .sessions .close
{
    position: absolute;
    top: -65px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
}
.t-profile-activity-log__content .login-details .sessions .close:hover
{
    opacity: .7;
}
.t-profile-activity-log__content .login-details .sessions .close:after, .t-profile-activity-log__content .login-details .sessions .close:before
{
    position: absolute;
    width: 24px;
    height: 2px;
    content: "";
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
}
.t-profile-activity-log__content .login-details .sessions .close:after
{
    transform: rotate(-45deg);
}
.t-profile-activity-log__content .login-details .sessions-action
{
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
@media screen and (max-width: 767px)
{
    .t-profile-activity-log__content .login-details .sessions-action
    {
        flex-wrap: wrap;
    }
}
.t-profile-activity-log__content .login-details .sessions-action .t-button
{
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background: none;
    border: 1px solid hsla(0,0%,100%,.1);
}
@media screen and (max-width: 767px)
{
    .t-profile-activity-log__content .login-details .sessions-action .t-button
    {
        flex-basis: calc(50% - 24px);
    }
}
.t-profile-activity-log__content .login-details .sessions-action .t-button__wrap
{
    padding: 12px 24px;
}
@media screen and (max-width: 767px)
{
    .t-profile-activity-log__content .login-details .sessions-action .t-button__wrap
    {
        padding: 12px 8px;
    }
}
.t-profile-activity-log__content .login-details .sessions-action .t-button:before
{
    content: none;
}
.t-profile-activity-log__content .login-details .sessions-action .t-button:active, .t-profile-activity-log__content .login-details .sessions-action .t-button:focus, .t-profile-activity-log__content .login-details .sessions-action .t-button:hover
{
    color: #fff;
    border: 1px solid #fff;
}
.t-profile-activity-log__content .login-details .sessions-table
{
    overflow: hidden;
    border-radius: 8px;
}
.t-profile-activity-log__content .login-details .sessions-table__more
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    background: #191e23;
    border-radius: 0 0 8px 8px;
}
.t-profile-activity-log__content .login-details .sessions-table__more:hover .t-button
{
    opacity: 1;
}
.t-profile-activity-log__content .login-details .sessions-table__more:before
{
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 16px;
    content: "";
    background: #191e23;
}
.t-profile-activity-log__content .login-details .sessions-table__more .t-button
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    background: none;
    border: none;
    opacity: .5;
}
.t-profile-activity-log__content .login-details .sessions-table__more .t-button__wrap
{
    padding: 0;
}
.t-profile-activity-log__content .login-details .sessions-table__more .t-button:after
{
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uODI1IDIuMTJhLjUuNSAwIDAwLS42NS43NmwuNjUtLjc2ek00IDUuNWwtLjMyNS4zOGEuNS41IDAgMDAuNjUgMEw0IDUuNXptMy44MjUtMi42MmEuNS41IDAgMDAtLjY1LS43NmwuNjUuNzZ6bS03LjY1IDBsMy41IDMgLjY1LS43Ni0zLjUtMy0uNjUuNzZ6bTQuMTUgM2wzLjUtMy0uNjUtLjc2LTMuNSAzIC42NS43NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-profile-activity-log__content .login-details .sessions-title
{
    display: none;
}
.t-profile-activity-log__content .login-details .sessions .t-table__mobile-row
{
    min-width: 120px;
}
@media screen and (max-width: 767px)
{
    .t-profile-activity-log__content .login-details .sessions
    {
        padding: 0 8px 24px;
    }
}
.t-profile-activity-log__container
{
    width: 100%;
    overflow-x: scroll;
}
.t-profile-activity-log__container::-webkit-scrollbar
{
    display: none;
}
.t-profile-activity-log__navigation
{
    display: flex;
    flex-direction: row;
    min-width: 928px;
    padding: 0 16px;
    margin-bottom: 11px;
}
.t-profile-activity-log__navigation-item
{
    width: 100%;
    max-width: 183px;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
.t-profile-activity-log__navigation-item:first-child
{
    text-align: left;
}
.t-profile-activity-log__navigation-item:last-child
{
    text-align: right;
}
.t-profile-activity-log__action
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 24px 0 32px;
}
.t-profile-activity-log__action .t-button
{
    width: 100%;
    max-width: 180px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 8px;
}
.t-profile-activity-log__action .t-button:hover
{
    border: 1px solid #fff;
}
.t-profile-activity-log__action .t-button:after, .t-profile-activity-log__action .t-button:before
{
    content: none;
}
.t-profile-preferences-skeleton
{
    width: 100%;
    max-width: 1240px;
    padding: var(--root-padding);
    margin: 0 auto;
}
.t-profile-preferences-skeleton .citizen-bonus, .t-profile-preferences-skeleton .t-back, .t-profile-preferences-skeleton .t-close
{
    display: none;
}
.t-profile-preferences-skeleton .list
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences-skeleton .list
    {
        flex-direction: column;
    }
}
.t-profile-preferences-skeleton .list .t-account-currencies-skeleton, .t-profile-preferences-skeleton .list .t-skeleton
{
    width: 100%;
    max-width: calc(100% - 128px);
    height: 84px;
    border-radius: 8px;
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences-skeleton .list .t-account-currencies-skeleton, .t-profile-preferences-skeleton .list .t-skeleton
    {
        max-width: 100%;
    }
}
.t-profile-preferences-skeleton__head
{
    display: none;
}
.t-profile-preferences-skeleton__content
{
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 288px;
    border-radius: 12px;
}
@media screen and (max-width: 1023px)
{
    .t-profile-preferences-skeleton__content
    {
        padding: 32px 12px;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences-skeleton__content
    {
        padding: 0 0 24px;
        margin-top: 12px;
        margin-right: 64px;
        background: none;
        border-radius: 12px;
    }
}
@media screen and (max-width: 639px)
{
    .t-profile-preferences-skeleton__content
    {
        margin-right: 0;
    }
}
.t-profile-preferences-skeleton__content-wrapper
{
    height: 100%;
}
.t-profile-preferences
{
    width: 100%;
    max-width: 1240px;
    padding: var(--root-padding);
}
.t-profile-preferences .t-back, .t-profile-preferences .t-close
{
    display: none;
}
.t-profile-preferences__content
{
    padding: 0 24px 24px;
    border-radius: 12px;
}
@media screen and (max-width: 1023px)
{
    .t-profile-preferences__content
    {
        padding: 32px 12px 24px;
    }
}
@media screen and (max-width: 992px)
{
    .t-profile-preferences__content
    {
        padding: 0;
        margin-top: 16px;
        background: none;
        border-radius: 0;
    }
}
@media screen and (max-width: 639px)
{
    .t-profile-preferences__content
    {
        margin-right: 0;
    }
}
.t-profile-preferences__content-wrapper
{
    width: 100%;
    max-width: 100%;
}
.t-profile-preferences__content-wrapper .list
{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences__content-wrapper .list
    {
        gap: 32px;
    }
}
.t-profile-preferences__content-wrapper .list__item
{
    width: calc(50% - 6px);
    min-width: 300px;
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences__content-wrapper .list__item
    {
        width: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences__content-wrapper .list
    {
        flex-direction: column;
    }
}
.t-profile-preferences__title-name
{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.t-profile-general-language .t-icon, .t-profile-general-language__title
{
    display: none;
}
.t-profile-general-language-form__input-group
{
    width: 100%;
    max-width: 300px;
}
.t-profile-general-language-form__input-group .t-select
{
    width: 100%;
}
.t-profile-general-language-form__input-group .t-select.t-select_out-label
{
    padding: 36px 0 0;
}
.t-profile-general-language-form__input-group .t-select.t-select_out-label .t-select__label
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
@media screen and (max-width: 767px)
{
    .t-profile-general-language-form__input-group
    {
        max-width: 100%;
    }
}
.t-profile-preferences-timezone
{
    min-width: 320px;
}
.t-profile-preferences-timezone__title
{
    display: none;
}
.t-profile-preferences-timezone-form__input-group
{
    display: flex;
    gap: 12px;
    align-items: flex-end;
    justify-content: flex-start;
    max-width: 100%;
}
.t-profile-preferences-timezone-form__input-group .t-select
{
    width: 100%;
    min-width: 140px;
    max-width: 140px;
}
.t-profile-preferences-timezone-form__input-group .t-select.t-select_out-label
{
    padding: 36px 0 0;
}
.t-profile-preferences-timezone-form__input-group .t-select.t-select_out-label .t-select__label
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences-timezone-form__input-group
    {
        max-width: 100%;
    }
}
.t-profile-preferences-timezone .timezone
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    white-space: nowrap;
}
.t-profile-preferences-timezone .timezone span
{
    margin-right: 4px;
    color: #fff;
}
.t-profile-preferences-timezone .timezone:before
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAxMmE4IDggMCAxMS0xNiAwIDggOCAwIDAxMTYgMHptMSAwYTkgOSAwIDExLTE4IDAgOSA5IDAgMDExOCAwem0tOC40Ny41M2w0LTQtMS4wNi0xLjA2LTMuNTY2IDMuNTY1LTIuNDg4LTEuNjU5LS44MzIgMS4yNDggMyAyIC41MTIuMzQxLjQzNC0uNDM1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-profile-preferences-subscription
{
    margin-top: 32px;
}
.t-profile-preferences-subscription__title
{
    display: none;
}
.t-profile-preferences-subscription .title
{
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}
.t-profile-preferences-subscription .item
{
    margin-bottom: 8px;
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences-subscription
    {
        margin-top: 0;
    }
}
.t-profile-preferences-privacy
{
    position: relative;
    min-width: 100%;
    padding-top: 28px;
    margin-top: 14px;
}
@media screen and (max-width: 767px)
{
    .t-profile-preferences-privacy
    {
        padding-top: 32px;
        margin-top: 0;
    }
}
.t-profile-preferences-privacy-title
{
    margin-bottom: 16px;
}
.t-profile-preferences-privacy-title span
{
    font-weight: 600;
    color: #737880;
}
.t-profile-preferences-privacy__warning
{
    padding: 10px;
    text-align: center;
    background: rgba(255,237,72,.1);
    border-radius: 11px;
}
.t-profile-preferences-privacy__warning-text
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #ffed48;
}
.t-profile-preferences-privacy-form__input-group .item
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-preferences-privacy .t-switch
{
    font-size: 14px;
    line-height: 16px;
}
.t-profile-preferences-privacy .t-switch span span
{
    padding: 0;
    color: #737880;
}
.t-profile-details-skeleton
{
    width: 100%;
    max-width: 1240px;
    padding: var(--root-padding);
    margin: 0 auto;
}
.t-profile-details-skeleton .account-edit-skeleton-profile
{
    display: none;
}
.t-profile-details-skeleton .account-edit-skeleton-form, .t-profile-details-skeleton .account-edit-skeleton-form__input-group
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-profile-details-skeleton .account-edit-skeleton-form__input-group.flex-end
{
    display: none;
}
.t-profile-details-skeleton .account-edit-skeleton-form .t-account-currencies-skeleton, .t-profile-details-skeleton .account-edit-skeleton-form .t-skeleton
{
    height: 60px;
    border-radius: 8px;
}
.t-profile-details-skeleton .citizen-bonus, .t-profile-details-skeleton .t-close
{
    display: none;
}
.t-profile-details-skeleton .t-back
{
    width: 45px;
    height: 18px;
    margin-top: 20px;
}
.t-profile-details-skeleton__head
{
    display: none;
}
.t-profile-details-skeleton__content
{
    width: 100%;
    max-width: calc(100% - 128px);
    margin-top: 20px;
    margin-right: auto;
}
@media screen and (max-width: 767px)
{
    .t-profile-details-skeleton__content
    {
        margin-right: 64px;
    }
}
@media screen and (max-width: 639px)
{
    .t-profile-details-skeleton__content
    {
        margin-right: 0;
    }
}
.t-profile-details
{
    width: 100%;
    max-width: 1240px;
    padding: var(--root-padding);
}
.t-profile-details .name
{
    display: none;
}
.t-profile-details .t-input__wrap, .t-profile-details .t-search__input
{
    max-width: 500px;
}
.t-profile-details .account-action
{
    padding: 24px 0 32px;
    margin-top: 24px;
    border-top: 1px solid hsla(0,0%,100%,.1);
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.t-profile-details .account-action .button-logout
{
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #ff3246;
    cursor: pointer;
}
.t-profile-details .account-action .button-logout:before
{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDVoOGExIDEgMCAwMTEgMXYzaDFWNmEyIDIgMCAwMC0yLTJINWEyIDIgMCAwMC0yIDJ2MTJhMiAyIDAgMDAyIDJoOGEyIDIgMCAwMDItMnYtM2gtMXYzYTEgMSAwIDAxLTEgMUg1YTEgMSAwIDAxLTEtMVY2YTEgMSAwIDAxMS0xem0xMi42MTYgNC4zMmEuNS41IDAgMDEuNzY4LS42NGwyLjUgM2EuNS41IDAgMDEwIC42NGwtMi41IDNhLjUuNSAwIDAxLS43NjgtLjY0bDEuODE3LTIuMThIMTAuNWEuNS41IDAgMDEwLTFoOC45MzNsLTEuODE3LTIuMTh6IiBmaWxsPSIjRkYzMjQ2Ii8+PC9zdmc+") no-repeat 50%/contain;
}
.t-profile-details .account-edit-form__button-phone
{
    display: none;
}
.t-profile-details .account-edit-form__button-email
{
    width: 100%;
    max-width: 130px;
    margin-top: 16px;
    color: #090a0c;
    background: #fff;
}
.t-profile-details .account-edit-form__avatar-group-inputs
{
    display: flex;
    flex-direction: column;
    gap: 16px 8px;
}
.t-profile-details .account-edit-form__details-group
{
    display: flex;
    flex-direction: column;
    gap: 23px 8px;
}
.t-profile-details .account-edit-form .t-search__label
{
    color: #fff;
    text-align: left;
}
.t-profile-details .account-edit-form__input
{
    width: 100%;
}
.t-profile-details .account-edit-form__input .t-input__label
{
    color: #fff;
}
.t-profile-details .account-edit-form__input.email
{
    padding: 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-details .account-edit-form__input.email .t-input__info
{
    width: 18px;
    height: 18px;
}
.t-profile-details .account-edit-form__input.email .t-input__info .t-icon-info-i
{
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDE3QTggOCAwIDEwOSAxYTggOCAwIDAwMCAxNnptMCAxQTkgOSAwIDEwOSAwYTkgOSAwIDAwMCAxOHpNOCA0LjVhMSAxIDAgMTEyIDAgMSAxIDAgMDEtMiAwem0xLjc1IDIuMjVIN3YxLjVoMS4yNVYxNGgxLjVWNi43NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-profile-details .account-edit-form__input.email .t-input__info .t-icon-info-i:before
{
    position: absolute;
    top: 9px;
    left: -12px;
    width: 44px;
    height: 44px;
    content: "";
}
.t-profile-details .account-edit-form__input-group
{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 16px 8px;
}
.t-profile-details .account-edit-form__input-group .t-button.resend
{
    padding: 14px 20px;
    font-weight: 600;
    color: #737880;
    background: #151618;
}
.t-profile-details .account-edit-form__input-group .t-button:hover
{
    opacity: .7;
}
.t-profile-details .account-edit-form__input-group .item
{
    width: 100%;
}
.t-profile-details .account-edit-form__input-group.email .t-button
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}
.t-profile-details .account-edit-form__input-group.email .t-icon:before
{
    height: 40px;
}
.t-profile-details .account-edit-form__input-group.phone
{
    width: 100%;
}
.t-profile-details .account-edit-form__input-group.phone .t-phone-mask-input
{
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
    padding: 19px 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-details .account-edit-form__input-group.phone .t-phone-mask-input__label
{
    position: static;
}
.t-profile-details .account-edit-form__input-group.phone .t-phone-mask-input input
{
    padding: 0 12px;
}
.t-profile-details .account-edit-form__input-group.phone input
{
    -moz-appearance: textfield;
}
.t-profile-details .account-edit-form__input-group.phone .item
{
    display: flex;
    flex-direction: column;
}
.t-profile-details .account-edit-form__input-group.phone .account-edit-form__input .t-input input
{
    padding: 12px 16px 12px 12px;
}
.t-profile-details .account-edit-form__label
{
    position: relative;
    top: 0;
    left: 8px;
    order: 1;
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.t-profile-details .account-edit-form__radio-group .trigger
{
    display: flex!important;
    align-items: center;
    height: 38px;
}
.t-profile-details .account-edit-form__radio-group .t-radio
{
    margin-right: 48px;
}
.t-profile-details .account-edit-form__select input::placeholder
{
    color: transparent;
}
.t-profile-details .account-edit-form__select-group .t-date-dropdown__wrapper
{
    display: flex;
    gap: 8px;
}
.t-profile-details .account-edit-form__select-group .t-date-dropdown__select
{
    width: 33.3333333333%;
}
.t-profile-details .trigger
{
    width: 100%;
}
.t-profile-details__title-name
{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.t-profile-details__content
{
    max-width: 100%;
}
.t-profile-details__content .account-edit
{
    width: 100%;
}
.t-profile-verify-skeleton
{
    width: 100%;
    max-width: 1240px;
    padding: var(--root-padding);
    margin: 0 auto;
}
.t-profile-verify-skeleton .account-edit-skeleton-profile
{
    display: none;
}
.t-profile-verify-skeleton .account-edit-skeleton-form, .t-profile-verify-skeleton .account-edit-skeleton-form__input-group
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-profile-verify-skeleton .account-edit-skeleton-form .t-account-currencies-skeleton, .t-profile-verify-skeleton .account-edit-skeleton-form .t-skeleton
{
    height: 60px;
    background: linear-gradient(110deg,#24242b 8%,#303038 18%,#24242b 33%);
    border-radius: 8px;
}
.t-profile-verify-skeleton .citizen-bonus, .t-profile-verify-skeleton .t-close
{
    display: none;
}
.t-profile-verify-skeleton .t-back
{
    width: 45px;
    height: 18px;
    margin-top: 20px;
}
.t-profile-verify-skeleton__head
{
    width: 100%;
    max-width: 158px;
    margin-top: 12px;
}
.t-profile-verify-skeleton__content
{
    width: 100%;
    max-width: calc(100% - 128px);
    margin-right: auto;
}
@media screen and (max-width: 767px)
{
    .t-profile-verify-skeleton__content
    {
        margin-right: 64px;
    }
}
@media screen and (max-width: 639px)
{
    .t-profile-verify-skeleton__content
    {
        margin-right: 0;
    }
}
.t-profile-verify
{
    width: 100%;
    max-width: 1240px;
    padding: var(--root-padding);
}
.t-profile-verify .name
{
    display: none;
}
.t-profile-verify .t-input__wrap, .t-profile-verify .t-search__dropdown, .t-profile-verify .t-search__input
{
    max-width: 500px;
}
.t-profile-verify .t-search__dropdown
{
    margin-left: 16px;
}
.t-profile-verify .account-action
{
    padding: 24px 0 32px;
    margin-top: 24px;
    border-top: 1px solid hsla(0,0%,100%,.1);
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.t-profile-verify .account-action .button-logout
{
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #ff3246;
    cursor: pointer;
}
.t-profile-verify .account-action .button-logout:before
{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDVoOGExIDEgMCAwMTEgMXYzaDFWNmEyIDIgMCAwMC0yLTJINWEyIDIgMCAwMC0yIDJ2MTJhMiAyIDAgMDAyIDJoOGEyIDIgMCAwMDItMnYtM2gtMXYzYTEgMSAwIDAxLTEgMUg1YTEgMSAwIDAxLTEtMVY2YTEgMSAwIDAxMS0xem0xMi42MTYgNC4zMmEuNS41IDAgMDEuNzY4LS42NGwyLjUgM2EuNS41IDAgMDEwIC42NGwtMi41IDNhLjUuNSAwIDAxLS43NjgtLjY0bDEuODE3LTIuMThIMTAuNWEuNS41IDAgMDEwLTFoOC45MzNsLTEuODE3LTIuMTh6IiBmaWxsPSIjRkYzMjQ2Ii8+PC9zdmc+") no-repeat 50%/contain;
}
.t-profile-verify .account-edit-form__button-email, .t-profile-verify .account-edit-form__button-phone
{
    width: 100%;
    max-width: 130px;
    color: #090a0c;
    background: #fff;
}
.t-profile-verify .account-edit-form__button-phone
{
    margin-top: 16px;
}
.t-profile-verify .account-edit-form__avatar-group-inputs
{
    display: flex;
    flex-direction: column;
    gap: 16px 8px;
}
.t-profile-verify .account-edit-form__verify-group
{
    display: flex;
    flex-direction: column;
    gap: 23px 8px;
}
.t-profile-verify .account-edit-form .t-search__label
{
    color: #fff;
    text-align: left;
}
.t-profile-verify .account-edit-form__input
{
    width: 100%;
}
.t-profile-verify .account-edit-form__input .t-input__label
{
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}
@media(max-width: 1279px)
{
    .t-profile-verify .account-edit-form__input .t-input__label
    {
        font-size: 14px;
        line-height: 16px;
    }
}
.t-profile-verify .account-edit-form__input.email
{
    padding: 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-verify .account-edit-form__input.email .t-input__info
{
    width: 18px;
    height: 18px;
}
.t-profile-verify .account-edit-form__input.email .t-input__info .t-icon-info-i
{
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDE3QTggOCAwIDEwOSAxYTggOCAwIDAwMCAxNnptMCAxQTkgOSAwIDEwOSAwYTkgOSAwIDAwMCAxOHpNOCA0LjVhMSAxIDAgMTEyIDAgMSAxIDAgMDEtMiAwem0xLjc1IDIuMjVIN3YxLjVoMS4yNVYxNGgxLjVWNi43NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-profile-verify .account-edit-form__input-group
{
    position: relative;
    flex-flow: row wrap;
    gap: 16px 8px;
}
.t-profile-verify .account-edit-form__input-group-title h2
{
    font-size: 18px;
    line-height: 22px;
}
.t-profile-verify .account-edit-form__input-group-title span
{
    font-size: 14px;
    font-weight: 600;
    color: #737880;
}
.t-profile-verify .account-edit-form__input-group .t-button.resend
{
    padding: 14px 20px;
    font-weight: 600;
    color: #737880;
    background: #151618;
}
.t-profile-verify .account-edit-form__input-group .t-button:hover
{
    opacity: .7;
}
.t-profile-verify .account-edit-form__input-group .item
{
    width: 100%;
}
.t-profile-verify .account-edit-form__input-group.email .t-button
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}
.t-profile-verify .account-edit-form__input-group.email .t-icon:before
{
    height: 40px;
}
.t-profile-verify .account-edit-form__input-group.phone
{
    width: 100%;
}
.t-profile-verify .account-edit-form__input-group.phone input
{
    -moz-appearance: textfield;
}
.t-profile-verify .account-edit-form__input-group.phone .item
{
    display: flex;
    flex-direction: column;
}
.t-profile-verify .account-edit-form__input-group.phone .t-search
{
    padding: 19px 16px 0;
    border-top: 1px solid #1e2023;
    border-right: 1px solid #1e2023;
    border-left: 1px solid #1e2023;
    border-radius: 14px 14px 0 0;
}
.t-profile-verify .account-edit-form__input-group.phone .t-search__label
{
    text-align: left;
}
.t-profile-verify .account-edit-form__input-group.phone .t-input
{
    padding: 19px 16px;
    border-right: 1px solid #1e2023;
    border-bottom: 1px solid #1e2023;
    border-left: 1px solid #1e2023;
    border-radius: 0 0 14px 14px;
}
.t-profile-verify .account-edit-form__input-group.phone .account-edit-form__input .t-input input
{
    padding: 12px 16px 12px 12px;
}
.t-profile-verify .account-edit-form__label
{
    position: relative;
    top: 0;
    left: 8px;
    order: 1;
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.t-profile-verify .account-edit-form__radio-group .trigger
{
    display: flex!important;
    align-items: center;
    height: 38px;
}
.t-profile-verify .account-edit-form__radio-group .t-radio
{
    margin-right: 48px;
}
.t-profile-verify .account-edit-form__select input::placeholder
{
    color: transparent;
}
.t-profile-verify .account-edit-form__select-group .t-date-dropdown__wrapper
{
    display: flex;
    gap: 8px;
}
.t-profile-verify .account-edit-form__select-group .t-date-dropdown__select
{
    width: 33.3333333333%;
}
.t-profile-verify .account-edit-form__select-group .t-date-dropdown__select.t-select_disabled .t-select__choose
{
    color: hsla(0,0%,100%,.5);
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.25);
}
.t-profile-verify .trigger
{
    width: 100%;
}
.t-profile-verify__title-name
{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.t-profile-verify__content
{
    max-width: 100%;
}
.t-profile-verify__content .account-edit
{
    width: 100%;
}
.t-profile-verify .account-edit-form__tabs
{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-verify .account-edit-form__tabs-item
{
    background: #151618;
    border: 1px solid #1e2023;
    border-radius: 14px;
    transition: all 0s ease-in-out;
}
.t-profile-verify .account-edit-form__tabs-item .t-collapse.active
{
    padding: 0 16px 16px;
}
.t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content
{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .name .item
{
    flex: 1 1;
}
.t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .birth .account-edit-form__label
{
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
}
@media(max-width: 1279px)
{
    .t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .birth .account-edit-form__label
    {
        font-size: 14px;
        line-height: 16px;
    }
}
.t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .country .t-search_disabled .t-search__input, .t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .nationality .t-search_disabled .t-search__input
{
    color: hsla(0,0%,100%,.5);
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.25);
}
.t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .country .t-search .t-search__input, .t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .nationality .t-search .t-search__input
{
    max-width: 100%;
}
.t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .city, .t-profile-verify .account-edit-form__tabs-item .t-collapse.active .content .zip-code
{
    flex: 1 1;
}
.t-profile-verify .account-edit-form__tabs-item.active
{
    background: none;
}
.t-profile-verify .account-edit-form__tabs-item.active .collapse-head:before
{
    transform: translateY(-50%) rotate(180deg);
}
.t-profile-verify .account-edit-form__tabs .collapse-head
{
    position: relative;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}
.t-profile-verify .account-edit-form__tabs .collapse-head:before
{
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 6px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjM0LjM1MWExLjE2NiAxLjE2NiAwIDAxMCAxLjY5OGwtMy43NSAzLjZhMS4yODcgMS4yODcgMCAwMS0xLjc2OCAwbC0zLjc1LTMuNmExLjE2NiAxLjE2NiAwIDAxMC0xLjY5OCAxLjI4NyAxLjI4NyAwIDAxMS43NjggMEw1IDMuMTAzIDcuODY2LjM1YTEuMjg3IDEuMjg3IDAgMDExLjc2OCAweiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transition: all 0s ease-in-out;
    transform: translateY(-50%);
}
.t-profile-verify .account-edit-form__input .t-input__wrap
{
    max-width: 100%;
}
.t-profile-verify .account-edit-form__input-group
{
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.t-progress-line
{
    position: relative;
    width: 100%;
    height: 10px;
    padding: 2px;
    overflow: hidden;
    background: #191e23;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 6px;
}
.t-progress-line__progress
{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;
    background: #ff5a00;
    border-radius: 6px;
    transition: all 0s ease-in-out;
    transform: translateY(-50%);
    animation: progress-line 1s ease-in-out;
}
.t-progress-line__tooltip .t-tooltip-arrow
{
    left: 50%!important;
    transform: translate(-50%,-100%)!important;
}
.t-progress-line__tooltip .t-tooltip-inner
{
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    text-align: center;
}
.t-progress-line_vertical
{
    width: 8px;
    height: 100%;
}
.t-progress-line_vertical .t-progress-line__progress
{
    top: auto;
    bottom: 0;
    animation: progress-line-vertical 1s ease-in-out;
}
@keyframes progress-line
{
    0%
    {
        width: 0;
    }
    to
    {
        width: 100%;
    }
}
@keyframes progress-line-vertical
{
    0%
    {
        height: 0;
    }
    to
    {
        height: 100%;
    }
}
.t-game-search-skeleton
{
    position: relative;
    width: 100%;
    max-width: 601px;
    padding: 16px;
    margin: auto;
    background: #090a0c;
    border-radius: 24px;
}
@media screen and (max-width: 767px)
{
    .t-game-search-skeleton
    {
        width: calc(100% - 24px);
        margin: 12px;
    }
}
.t-game-search-skeleton .t-close
{
    position: absolute;
    top: 16px;
    right: 16px;
    pointer-events: none;
}
.t-game-search-skeleton__title
{
    position: absolute;
    bottom: calc(100% - 12px);
    left: 24px;
    z-index: -1;
    display: none;
    font-family: Chakra Petch,sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px)
{
    .t-game-search-skeleton__title
    {
        bottom: calc(100% - 6px);
        left: 16px;
        font-size: 44px;
        line-height: 40px;
    }
}
.t-game-search-skeleton__head
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.t-game-search-skeleton__filters
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.t-game-search-skeleton__filters .t-games-filters__search
{
    order: -1;
    max-width: 475px;
    margin-right: 60px;
}
.t-game-search-skeleton__filters .t-games-filters__search .t-account-currencies-skeleton, .t-game-search-skeleton__filters .t-games-filters__search .t-skeleton
{
    height: 44px;
    border-radius: 12px;
}
.t-game-search-skeleton__filters .t-games-filters__filter, .t-game-search-skeleton__filters .t-games-filters__sort
{
    display: none;
}
.t-game-search-skeleton__filters.t-games-filters-mobile .t-collapse
{
    width: 100%;
    overflow: hidden;
}
.t-game-search-skeleton__tags
{
    width: 100%;
    margin: 32px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-game-search-skeleton__tags
    {
        margin: 8px 0 0;
    }
}
.t-game-search-skeleton__tags .t-last-tags__title .t-account-currencies-skeleton, .t-game-search-skeleton__tags .t-last-tags__title .t-skeleton
{
    width: 95px;
    height: 20px;
}
.t-game-search-skeleton__tags .t-last-tags__wrapper
{
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 16px;
}
@media(max-width: 767px)
{
    .t-game-search-skeleton__tags .t-last-tags__wrapper
    {
        flex-wrap: wrap;
    }
}
.t-game-search-skeleton__tags .t-last-tags__wrapper .t-last-tags__item.t-account-currencies-skeleton, .t-game-search-skeleton__tags .t-last-tags__wrapper .t-last-tags__item.t-skeleton
{
    width: calc(25% - 4px);
    height: 180px;
    pointer-events: none;
    background-size: 200% 400%;
    border-radius: 12px;
}
@media(max-width: 767px)
{
    .t-game-search-skeleton__tags .t-last-tags__wrapper .t-last-tags__item.t-account-currencies-skeleton, .t-game-search-skeleton__tags .t-last-tags__wrapper .t-last-tags__item.t-skeleton
    {
        width: calc(50% - 4px);
        height: 240px;
    }
}
.t-game-search-skeleton__content
{
    display: none;
}
.t-game-search-skeleton .t-main-games
{
    margin-top: 8px;
}
.t-game-search-skeleton .t-main-games__head
{
    display: none;
}
.t-game-search-skeleton .t-main-games .t-main-games-slider .t-game-list__content
{
    gap: 8px;
    margin: 0;
}
@media(max-width: 767px)
{
    .t-game-search-skeleton .t-main-games .t-main-games-slider .t-game-list__content
    {
        display: none;
    }
}
.t-game-search-skeleton .t-main-games .t-main-games-slider .t-game-list__content .t-game-item
{
    width: calc(25% - 4px);
    padding: 0;
}
.t-game-search-skeleton .t-main-games .t-main-games-slider .t-game-list__content .t-game-item:last-child
{
    display: none;
}
.t-game-search-modal
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 108;
    display: flex;
    width: 100vw;
    height: 100%;
    overflow: hidden auto;
    background: rgba(0,0,0,.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    transition: all 0s ease-in-out;
    scrollbar-gutter: stable both-edges;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal
    {
        display: block;
        padding-bottom: 64px;
    }
}
.t-game-search-modal .t-game-search
{
    position: relative;
    width: 100%;
    max-width: 601px;
    min-height: 490px;
    padding: 16px;
    margin: auto;
    background: #090a0c;
    border-radius: 24px;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search
    {
        width: calc(100% - 24px);
        margin: 12px;
    }
}
.t-game-search-modal .t-game-search__wrapper .t-close
{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
}
.t-game-search-modal .t-game-search .t-game-search__loading
{
    margin: 40px auto;
}
.t-game-search-modal .t-game-search__title
{
    position: absolute;
    bottom: calc(100% - 12px);
    left: 24px;
    z-index: -1;
    display: none;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__title
    {
        bottom: calc(100% - 6px);
        left: 16px;
        font-size: 44px;
        line-height: 40px;
    }
}
.t-game-search-modal .t-game-search__head
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.t-game-search-modal .t-game-search__filters
{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
}
.t-game-search-modal .t-game-search__filters .t-games-filters__search
{
    order: -1;
    max-width: 100%;
}
.t-game-search-modal .t-game-search__filters .t-games-filters__search .t-search__input input
{
    height: 42px;
    margin: 2px 0 0;
}
.t-game-search-modal .t-game-search__filters .t-games-filters__filter
{
    margin: 24px 0 0;
}
.t-game-search-modal .t-game-search__filters .t-games-filters__filter .t-games-select
{
    margin: 0;
}
.t-game-search-modal .t-game-search__filters .t-games-filters__filter .t-games-select+.t-games-select
{
    margin: 0 0 0 40px;
}
.t-game-search-modal .t-game-search__filters .t-games-filters__sort
{
    margin: 24px 0 0 auto;
}
.t-game-search-modal .t-game-search__filters .t-games-filters-mobile__head
{
    margin: 0;
}
.t-game-search-modal .t-game-search__filters .t-games-filters-mobile__head .t-games-filters-mobile__search .t-search__input input
{
    background: none;
    border: none;
}
.t-game-search-modal .t-game-search__filters.t-games-filters-mobile .t-collapse
{
    width: 100%;
    overflow: hidden;
}
.t-game-search-modal .t-game-search__tags
{
    margin-top: 24px;
    overflow: hidden;
}
.t-game-search-modal .t-game-search__tags .t-last-tags__title
{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.t-game-search-modal .t-game-search__tags .t-last-tags__wrapper
{
    position: relative;
    display: flex;
    gap: 4px;
    padding: 27px 0 16px;
    overflow-x: scroll;
}
.t-game-search-modal .t-game-search__tags .t-last-tags__wrapper::-webkit-scrollbar
{
    display: none;
}
.t-game-search-modal .t-game-search__tags .t-last-tags__item
{
    position: relative;
    max-width: max-content;
    padding: 13px 32px 13px 20px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-game-search-modal .t-game-search__tags .t-last-tags__item:hover
{
    opacity: .7;
}
.t-game-search-modal .t-game-search__tags .t-last-tags__item .close
{
    position: absolute;
    top: 24px;
    right: 12px;
    z-index: 2;
    width: 9px;
    height: 9px;
}
.t-game-search-modal .t-game-search__tags .t-last-tags__item .close:after, .t-game-search-modal .t-game-search__tags .t-last-tags__item .close:before
{
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 1px;
    content: "";
    background: #fff;
}
.t-game-search-modal .t-game-search__tags .t-last-tags__item .close:before
{
    transform: rotate(45deg);
}
.t-game-search-modal .t-game-search__tags .t-last-tags__item .close:after
{
    transform: rotate(135deg);
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__tags
    {
        margin-top: 20px;
    }
}
.t-game-search-modal .t-game-search__content
{
    margin: 32px 0 0;
}
.t-game-search-modal .t-game-search__content .categories-wrapper__title
{
    font-family: Saira,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
}
.t-game-search-modal .t-game-search__content .categories-wrapper__item
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 11px 16px;
    margin: 16px 0 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-game-search-modal .t-game-search__content .categories-wrapper__item:hover
{
    background: hsla(0,0%,100%,.1);
}
.t-game-search-modal .t-game-search__content .categories-wrapper__item .info
{
    width: 100%;
}
.t-game-search-modal .t-game-search__content .categories-wrapper__item .info .name
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
}
.t-game-search-modal .t-game-search__content .categories-wrapper__item+.categories-wrapper__item
{
    margin: 0;
}
.t-game-search-modal .t-game-search__content .categories-wrapper+.games-wrapper, .t-game-search-modal .t-game-search__content .categories-wrapper+.providers-wrapper
{
    margin: 24px 0 0;
}
.t-game-search-modal .t-game-search__content .providers-wrapper
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.t-game-search-modal .t-game-search__content .providers-wrapper__title
{
    position: absolute;
    top: -32px;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    padding: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item:hover
{
    background: hsla(0,0%,100%,.1);
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item .image
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: hsla(0,0%,100%,.1);
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item .image+.info
{
    margin: 0 0 0 16px;
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item .image img
{
    position: relative;
    display: block;
    height: 20px;
    text-indent: -10000px;
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item .image img:before
{
    content: "";
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item .info
{
    width: 100%;
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item .info .name
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
}
.t-game-search-modal .t-game-search__content .providers-wrapper__item+.providers-wrapper__item
{
    cursor: pointer;
}
.t-game-search-modal .t-game-search__content .providers-wrapper+.categories-wrapper, .t-game-search-modal .t-game-search__content .providers-wrapper+.games-wrapper
{
    margin: 24px 0 0;
}
.t-game-search-modal .t-game-search__content .games-wrapper__title
{
    font-family: Saira,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
}
.t-game-search-modal .t-game-search__content .games-wrapper__item
{
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px 0;
    margin: 16px 0 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-game-search-modal .t-game-search__content .games-wrapper__item:hover
{
    background: hsla(0,0%,100%,.1);
}
.t-game-search-modal .t-game-search__content .games-wrapper__item-prohibited
{
    pointer-events: none;
}
.t-game-search-modal .t-game-search__content .games-wrapper__item-prohibited .image:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(4,12,28,.9);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI4LjMxNSAyNS45MTNsMS41ODYgMS4yMTlBMTQuOTM1IDE0LjkzNSAwIDAwMzMgMThjMC0zLjQzNi0xLjE1NS02LjYwMy0zLjA5OS05LjEzMmwtMS41ODYgMS4yMTlBMTIuOTM1IDEyLjkzNSAwIDAxMzEgMThjMCAyLjk4LTEgNS43MjEtMi42ODUgNy45MTN6TTI1LjkxMyA3LjY4NWwxLjIxOS0xLjU4NkExNC45MzUgMTQuOTM1IDAgMDAxOCAzYTE0LjkzNSAxNC45MzUgMCAwMC05LjEzMiAzLjA5OWwxLjIxOSAxLjU4NkExMi45MzUgMTIuOTM1IDAgMDExOCA1YzIuOTggMCA1LjcyMSAxIDcuOTEzIDIuNjg1ek0zIDE4YzAtMy40MzYgMS4xNTUtNi42MDMgMy4wOTktOS4xMzJsMS41ODYgMS4yMTlBMTIuOTM1IDEyLjkzNSAwIDAwNSAxOGMwIDIuOTggMSA1LjcyMSAyLjY4NSA3LjkxM2wtMS41ODYgMS4yMTlBMTQuOTM1IDE0LjkzNSAwIDAxMyAxOHpNMTAuMDg3IDI4LjMxNWwtMS4yMTkgMS41ODZBMTQuOTM0IDE0LjkzNCAwIDAwMTggMzNjMy40MzYgMCA2LjYwMy0xLjE1NSA5LjEzMi0zLjA5OWwtMS4yMTktMS41ODZBMTIuOTM1IDEyLjkzNSAwIDAxMTggMzFjLTIuOTggMC01LjcyMS0xLTcuOTEzLTIuNjg1ek0yMy4yOTMgMjQuNzA3TDE4IDE5LjQxNGwtNS4yOTMgNS4yOTMtMS40MTQtMS40MTRMMTYuNTg2IDE4bC01LjI5My01LjI5MyAxLjQxNC0xLjQxNEwxOCAxNi41ODZsNS4yOTMtNS4yOTMgMS40MTQgMS40MTRMMTkuNDE0IDE4bDUuMjkzIDUuMjkzLTEuNDE0IDEuNDE0eiIgZmlsbD0iI0UxNTU0MSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
}
.t-game-search-modal .t-game-search__content .games-wrapper__item .image
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    overflow: hidden;
}
.t-game-search-modal .t-game-search__content .games-wrapper__item .image img
{
    height: 100%;
    text-indent: -10000px;
    object-fit: cover;
}
.t-game-search-modal .t-game-search__content .games-wrapper__item .image img:before
{
    content: "";
}
.t-game-search-modal .t-game-search__content .games-wrapper__item .info
{
    width: 100%;
}
.t-game-search-modal .t-game-search__content .games-wrapper__item .info .name
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
}
.t-game-search-modal .t-game-search__content .games-wrapper__item .info .provider
{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: hsla(0,0%,100%,.5);
}
.t-game-search-modal .t-game-search__content .games-wrapper__item .info .name+.provider
{
    margin: 4px 0 0;
}
.t-game-search-modal .t-game-search__content .games-wrapper__item .blocked-geo
{
    margin: auto 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #e15541;
    white-space: nowrap;
}
.t-game-search-modal .t-game-search__content .games-wrapper__item+.categories-wrapper, .t-game-search-modal .t-game-search__content .games-wrapper__item+.games-wrapper__item
{
    margin: 0;
}
.t-game-search-modal .t-game-search__content .games-wrapper__action
{
    position: relative;
}
.t-game-search-modal .t-game-search__content .games-wrapper__action-button-more
{
    margin: 32px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.t-game-search-modal .t-game-search__content .games-wrapper__action-button-more .t-button__wrap
{
    padding: 24px;
}
.t-game-search-modal .t-game-search__content .games-wrapper__action-button-more.t-button__loading
{
    background: transparent;
    border: 1px solid transparent;
}
.t-game-search-modal .t-game-search__content .search .highlight
{
    font-weight: 500;
    color: #fff;
}
.t-game-search-modal .t-game-search__content-notfound
{
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
    text-align: center;
}
.t-game-search-modal .t-game-search__content-notfound span
{
    color: #fff;
}
.t-game-search-modal .t-game-search__content-notfound .t-link
{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.t-game-search-modal .t-game-search__recommended
{
    padding: 0;
    margin: 32px 0 0;
}
.t-game-search-modal .t-game-search__recommended .t-main-games__head
{
    margin: 0 0 12px;
}
.t-game-search-modal .t-game-search__recommended .t-main-games__body
{
    width: 100%;
    margin: 0;
}
.t-game-search-modal .t-game-search__recommended .t-main-games__title-name
{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
    text-transform: none;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide
{
    max-width: 137px;
    margin-right: 8px;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide
    {
        max-width: calc(50% - 10px);
        margin-right: 20px;
    }
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list__content
{
    gap: 8px;
    margin: 0;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item
{
    padding: 0;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item+.t-game-item
{
    margin: 8px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item+.t-game-item
    {
        margin: 12px 0 0;
    }
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item__access-prohibited .t-game-item__hover-name
{
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 22px;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item__access-prohibited .t-game-item__hover-provider
{
    padding: 0 5px;
    margin: 8px 0 0;
    font-size: 10px;
    line-height: 14px;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item__hover-favorite
{
    top: 5px;
    right: 5px;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item__hover-favorite
    {
        top: 10px;
        right: 10px;
    }
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item__hover-name
{
    padding: 0 5px;
    margin: 22px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item__hover-name
    {
        margin: 32px 0 0;
    }
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-item__hover-provider
{
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-play
{
    bottom: 5px;
    padding: 0 5px;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-play
    {
        bottom: 10px;
    }
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-play__button
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-play__button .t-button__wrap
{
    padding: 0 14px;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-play__button .t-button__wrap
    {
        padding: 7px 14px;
    }
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-play__link
{
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
@media screen and (max-width: 767px)
{
    .t-game-search-modal .t-game-search__recommended .t-main-games-slider__slide .t-game-list .t-game-play__link
    {
        margin: 8px 0 0;
        font-size: 16px;
    }
}
.t-game-search-modal .t-game-search__recommended .t-main-games__title_skeleton, .t-game-search-modal .t-game-search__recommended .t-main-games__title_skeleton .t-account-currencies-skeleton, .t-game-search-modal .t-game-search__recommended .t-main-games__title_skeleton .t-skeleton
{
    height: 20px;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slide_skeleton .t-game-list__content-skeleton.t-game-list__content
{
    flex-wrap: wrap;
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slide_skeleton .t-game-list__content-skeleton.t-game-list__content .t-game-item
{
    flex-basis: calc(25% - 6px);
}
@media(max-width: 767px)
{
    .t-game-search-modal .t-game-search__recommended .t-main-games-slide_skeleton .t-game-list__content-skeleton.t-game-list__content .t-game-item
    {
        flex-basis: calc(50% - 4px);
    }
}
.t-game-search-modal .t-game-search__recommended .t-main-games-slide_skeleton .t-game-list .t-game-item+.t-game-item
{
    margin: 0;
}
.t-game-search-modal .t-game-search__loading
{
    margin: 0 auto;
}
.t-game-search-modal .t-popup__wrap
{
    padding: 0;
}
.t-game-search-enter-active, .t-game-search-leave-active
{
    opacity: 1;
    transition: all .5s ease;
}
.t-game-search-enter-active .t-game-search, .t-game-search-enter-active .t-game-search-skeleton, .t-game-search-leave-active .t-game-search, .t-game-search-leave-active .t-game-search-skeleton
{
    transition: all .5s ease;
    transform: scale(1);
}
@media screen and (max-width: 767px)
{
    .t-game-search-enter-active .t-game-search, .t-game-search-enter-active .t-game-search-skeleton, .t-game-search-leave-active .t-game-search, .t-game-search-leave-active .t-game-search-skeleton
    {
        transform: translate(0);
    }
}
.t-game-search-enter, .t-game-search-leave-to
{
    opacity: 0;
    transition: all .5s ease;
}
.t-game-search-enter .t-game-search-skeleton
{
    transition: all .5s ease;
    transform: scale(.6);
}
@media screen and (max-width: 767px)
{
    .t-game-search-enter .t-game-search-skeleton
    {
        transform: translateY(100%);
    }
}
.t-game-search-leave-to .t-game-search
{
    transition: all .5s ease;
    transform: scale(.6);
}
@media screen and (max-width: 767px)
{
    .t-game-search-leave-to .t-game-search
    {
        transform: translateY(100%);
    }
}
.t-navigation-pages, .t-navigation-pages-skeleton
{
    position: relative;
    display: block;
    width: 100%;
    max-width: 260px;
    padding: 90px 0 0 16px;
    margin-left: auto;
}
@media(max-width: 1279px)
{
    .t-navigation-pages, .t-navigation-pages-skeleton
    {
        padding: 90px 0 0 20px;
    }
}
@media(max-width: 1023px)
{
    .t-navigation-pages, .t-navigation-pages-skeleton
    {
        max-width: 204px;
    }
}
@media(max-width: 767px)
{
    .t-navigation-pages, .t-navigation-pages-skeleton
    {
        z-index: 102;
        max-width: 100%;
        padding: 68px 0 0;
        overflow: hidden;
    }
}
.t-navigation-pages-skeleton.profile .list__item:first-child, .t-navigation-pages.profile .list__item:first-child
{
    display: none;
}
@media(max-width: 767px)
{
    .t-navigation-pages-skeleton.profile .list__item:first-child, .t-navigation-pages.profile .list__item:first-child
    {
        position: absolute;
        bottom: 10px;
        left: 12px;
        display: flex;
        width: 48px;
        height: 48px;
        padding: 2px;
        background: #151618;
        border-radius: 12px;
    }
    .t-navigation-pages-skeleton.profile .list__item:first-child span, .t-navigation-pages.profile .list__item:first-child span
    {
        font-size: 0;
    }
    .t-navigation-pages-skeleton.profile .list__item:first-child .t-icon, .t-navigation-pages.profile .list__item:first-child .t-icon
    {
        bottom: -13px;
        left: 13px;
        display: flex;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuNjQ5IDkuNjM0YTEuMTY2IDEuMTY2IDAgMDEtMS42OTggMGwtMy42LTMuNzVhMS4yODcgMS4yODcgMCAwMTAtMS43NjhsMy42LTMuNzVhMS4xNjYgMS4xNjYgMCAwMTEuNjk4IDBjLjQ2OC40ODguNDY4IDEuMjggMCAxLjc2OEwyLjg5NyA1IDUuNjUgNy44NjZjLjQ2OC40ODguNDY4IDEuMjggMCAxLjc2OHoiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 6px 10px;
    }
}
.t-navigation-pages-skeleton.profile .content, .t-navigation-pages.profile .content
{
    position: relative;
}
@media(max-width: 767px)
{
    .t-navigation-pages-skeleton.profile .content, .t-navigation-pages.profile .content
    {
        padding-left: 60px;
        overflow: hidden;
    }
}
.t-navigation-pages-skeleton.policy .list__item:first-child, .t-navigation-pages.policy .list__item:first-child
{
    position: absolute;
    top: -30px;
    left: -12px;
    display: flex;
    gap: 6px;
    align-items: center;
    height: max-content;
    font-size: 18px;
    font-weight: 700;
}
@media(max-width: 767px)
{
    .t-navigation-pages-skeleton.policy .list__item:first-child, .t-navigation-pages.policy .list__item:first-child
    {
        display: none;
    }
}
.t-navigation-pages-skeleton.policy .list__item:first-child .t-icon, .t-navigation-pages.policy .list__item:first-child .t-icon
{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjgzOCA5SDguMTYyYy0uNTI3IDAtLjk4MSAwLTEuMzU2LjAzLS4zOTUuMDMzLS43ODkuMTA0LTEuMTY3LjI5N2EzIDMgMCAwMC0xLjMxMSAxLjMxMWMtLjE5My4zNzgtLjI2NC43NzItLjI5NiAxLjE2N0M0IDEyLjE4IDQgMTIuNjM1IDQgMTMuMTYxdjQuNjc4YzAgLjUyNyAwIC45ODIuMDMgMS4zNTYuMDMzLjM5NS4xMDQuNzg5LjI5NyAxLjE2N2EzIDMgMCAwMDEuMzExIDEuMzExYy4zNzguMTkzLjc3Mi4yNjQgMS4xNjcuMjk2LjM3NS4wMzEuODMuMDMxIDEuMzU2LjAzMWg3LjY3OGMuNTI3IDAgLjk4MSAwIDEuMzU2LS4wMy4zOTUtLjAzMy43ODktLjEwNCAxLjE2Ny0uMjk3YTMgMyAwIDAwMS4zMTEtMS4zMTFjLjE5My0uMzc4LjI2NC0uNzcyLjI5Ni0xLjE2Ny4wMzEtLjM3NS4wMzEtLjgzLjAzMS0xLjM1NnYtNC42NzdjMC0uNTI4IDAtLjk4Mi0uMDMtMS4zNTctLjAzMy0uMzk1LS4xMDQtLjc4OS0uMjk3LTEuMTY3YTMgMyAwIDAwLTEuMzExLTEuMzExYy0uMzc4LS4xOTMtLjc3Mi0uMjY0LTEuMTY3LS4yOTZBMTcuOSAxNy45IDAgMDAxNS44MzggOXoiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTExIDE2YTEgMSAwIDExMiAwdjFhMSAxIDAgMTEtMiAwdi0xeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOCA2YTQgNCAwIDExOCAwdjNoLTJWNmEyIDIgMCAxMC00IDB2M0g4VjZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.t-navigation-pages-skeleton .title, .t-navigation-pages .title
{
    height: 0;
    font-size: 0;
}
.t-navigation-pages-skeleton .content, .t-navigation-pages .content
{
    position: relative;
}
@media(max-width: 767px)
{
    .t-navigation-pages-skeleton .content, .t-navigation-pages .content
    {
        overflow: hidden;
    }
}
.t-navigation-pages-skeleton .list, .t-navigation-pages .list
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 200px;
    padding: 12px;
    margin-top: 20px;
    border: 1px solid #1e2023;
    border-radius: 16px;
}
@media screen and (max-width: 1023px)
{
    .t-navigation-pages-skeleton .list, .t-navigation-pages .list
    {
        margin-top: 16px;
    }
}
@media(max-width: 767px)
{
    .t-navigation-pages-skeleton .list, .t-navigation-pages .list
    {
        flex-direction: row;
        max-width: 100%;
        overflow-x: scroll;
        border: none;
    }
    .t-navigation-pages-skeleton .list::-webkit-scrollbar, .t-navigation-pages .list::-webkit-scrollbar
    {
        display: none;
    }
}
.t-navigation-pages-skeleton .list__item, .t-navigation-pages .list__item
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 11px 8px;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
@media(max-width: 767px)
{
    .t-navigation-pages-skeleton .list__item, .t-navigation-pages .list__item
    {
        min-width: max-content;
        text-align: center;
    }
}
.t-navigation-pages-skeleton .list__item:hover, .t-navigation-pages .list__item:hover
{
    background: #1c1e20;
}
.t-navigation-pages-skeleton .list__item span, .t-navigation-pages .list__item span
{
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
}
.t-navigation-pages-skeleton .list__item .t-icon, .t-navigation-pages .list__item .t-icon
{
    display: none;
}
.t-navigation-pages-skeleton .list__item.list__item_active, .t-navigation-pages-skeleton .list__item.nuxt-link-exact-active, .t-navigation-pages .list__item.list__item_active, .t-navigation-pages .list__item.nuxt-link-exact-active
{
    background: #1c1e20;
    opacity: 1;
}
.t-modal-show-if-fiat-currency .t-popup__wrap
{
    width: 100%;
    max-width: 500px;
    padding: 0;
}
.t-modal-show-if-fiat-currency__title
{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
.t-modal-show-if-fiat-currency__title+.t-popup__header
{
    margin: 0;
}
.t-modal-show-if-fiat-currency__body
{
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    transition: all 0s ease-in-out;
}
.t-modal-show-if-fiat-currency__body-descriptions
{
    padding-top: 12px;
    color: #737880;
    text-align: center;
    border-top: 1px solid #393e45;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-modal-show-if-fiat-currency__body-checkbox
{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    width: 100%;
    margin: 12px 0;
    transition: all 0s ease-in-out;
}
.t-modal-show-if-fiat-currency__body-checkbox-item
{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    width: 25%;
}
.t-modal-show-if-fiat-currency__body-checkbox-item .t-checkbox__block-label
{
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
    align-items: center;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-modal-show-if-fiat-currency__action
{
    margin: 12px 0 0;
}
.t-modal-show-if-fiat-currency__action-button
{
    width: 100%;
    margin: 0;
}
.t-modal-show-if-fiat-currency .t-icon-JPY
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMTc4ODUpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRkZFRDQ4Ii8+PHBhdGggZD0iTTUgM2wzIDUuNW0wIDBMMTEgM004IDguNUg1bTMgMGgzbS0zIDB2Mk04IDEzdi0yLjVtMCAwSDVtMyAwaDMiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNzEyXzE3ODg1Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-modal-show-if-fiat-currency .t-icon-INR
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfNDI3MzEpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRkZFRDQ4Ii8+PHBhdGggZD0iTTUgNGgxLjc1TTkgMTJMNS41IDguNWgxLjI1Yy41IDAgMi43NS4wMyAyLjc1LTIuMjVTNy4yNSA0IDYuNzUgNE0xMSA0SDYuNzVNNSA2LjI1aDYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNzEyXzQyNzMxIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-modal-show-if-fiat-currency .t-icon-BRL
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMjUyNDIpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjMkFCRDMwIi8+PHBhdGggZD0iTTIuODY0IDExLjMzM1Y1LjAzaDIuNDg3Yy40NzYgMCAuODgyLjA4NSAxLjIxOS4yNTYuMzM4LjE2OC41OTYuNDA3Ljc3Mi43MTcuMTc5LjMwNy4yNjguNjcuMjY4IDEuMDg2IDAgLjQxOS0uMDkuNzc5LS4yNyAxLjA4LS4xODEuMy0uNDQzLjUzLS43ODYuNjktLjM0LjE2LS43NTMuMjQtMS4yMzcuMjRIMy42NTJWOC4wMjhoMS40NWMuMjU0IDAgLjQ2NS0uMDM1LjYzNC0uMTA1YS43NTQuNzU0IDAgMDAuMzc1LS4zMTQuOTkyLjk5MiAwIDAwLjEyNi0uNTJjMC0uMjEtLjA0Mi0uMzg2LS4xMjYtLjUzYS43NzQuNzc0IDAgMDAtLjM3OC0uMzI2IDEuNTUzIDEuNTUzIDAgMDAtLjYzNy0uMTEzaC0uOXY1LjIxM0gyLjg2NXptMy40MDQtMi44NjhsMS41NjcgMi44NjhINi4zNjRMNC44MyA4LjQ2NWgxLjQzN3pNMTAuNjMyIDEyLjEyMVY0LjI0MmguNTA1djcuODc5aC0uNTA1em0xLjMzOS01LjI3OGEuNzc5Ljc3OSAwIDAwLS4zMTctLjU3OWMtLjE4Ny0uMTM3LS40NC0uMjA2LS43Ni0uMjA2LS4yMTggMC0uNDAxLjAzLS41NTEuMDkyYS43NzYuNzc2IDAgMDAtLjM0NS4yNS42LjYgMCAwMC0uMTE3LjM2My41MTkuNTE5IDAgMDAuMDcxLjI5NS43MzkuNzM5IDAgMDAuMjE5LjIxOWMuMDkyLjA2LjE5OS4xMTIuMzIuMTU3LjEyLjA0My4yNS4wOC4zODguMTFsLjU2Ni4xMzZjLjI3NS4wNjEuNTI3LjE0NC43NTcuMjQ2LjIzLjEwMy40MjkuMjI5LjU5Ny4zNzkuMTY4LjE1LjI5OC4zMjYuMzkuNTI5LjA5NS4yMDMuMTQzLjQzNi4xNDUuNjk5LS4wMDIuMzg1LS4xLjcyLS4yOTUgMS4wMDMtLjE5My4yODEtLjQ3Mi41LS44MzcuNjU1LS4zNjMuMTU0LS44MDEuMjMxLTEuMzE0LjIzMS0uNTEgMC0uOTUyLS4wNzgtMS4zMy0uMjM0YTEuOTQ3IDEuOTQ3IDAgMDEtLjg4LS42OTJjLS4yMS0uMzA4LS4zMi0uNjg4LS4zMy0xLjE0MmgxLjI5YS45NjguOTY4IDAgMDAuMTgyLjUzYy4xMDguMTM5LjI1My4yNDUuNDM0LjMxNi4xODIuMDcuMzg5LjEwNS42MTguMTA1LjIyNiAwIC40MjItLjAzMy41ODgtLjA5OGEuOTAxLjkwMSAwIDAwLjM5MS0uMjc0LjYzMy42MzMgMCAwMC4xMzgtLjQwMy41MjQuNTI0IDAgMDAtLjEyNi0uMzU3Ljk1Ni45NTYgMCAwMC0uMzYzLS4yNDcgMy42ODkgMy42ODkgMCAwMC0uNTgyLS4xODRsLS42ODYtLjE3M2MtLjUzMS0uMTI5LS45NS0uMzMxLTEuMjU5LS42MDYtLjMwNy0uMjc1LS40Ni0uNjQ1LS40NTgtMS4xMTEtLjAwMi0uMzgyLjEtLjcxNS4zMDUtMSAuMjA3LS4yODUuNDktLjUwOC44NTItLjY2OC4zNjEtLjE2Ljc3MS0uMjQgMS4yMzEtLjI0LjQ2OCAwIC44NzYuMDggMS4yMjUuMjQuMzUuMTYuNjI0LjM4My44MTkuNjY4LjE5NS4yODUuMjk1LjYxNS4zMDEuOTloLTEuMjc3eiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzM3MTJfMjUyNDIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.t-modal-show-if-fiat-currency .t-icon-CAD
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMjQzMDMpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRkY3RjIyIi8+PHBhdGggZD0iTTUuNSAxMGMuNS41IDEuNSAxIDIuNSAxbTAgMGMxLjI1IDAgMi41LS4yNSAyLjUtMS41UzkuMjc1IDggOCA4bTAgM1Y4bTAgM3YxLjVNOCA4Yy0xLjI1IDAtMi41LS4yNS0yLjUtMS41UzYuNzUgNSA4IDVtMCAzVjVtMCAwYzEgMCAyIC41IDIuNSAxTTggNVYzLjUiIHN0cm9rZT0iIzA5MEEwRCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNzEyXzI0MzAzIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-modal-show-if-fiat-currency .t-icon-DKK
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfNjU2ODUpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRDlERkU2Ii8+PHBhdGggZD0iTTMuNjY3IDExLjMzM1Y0LjY2NmgxLjMxdjIuOTRoLjA4MWwyLjIzLTIuOTRoMS41NjlMNi41NTggNy42NTFsMi4zMjYgMy42ODJINy4zMThMNS42MiA4LjU5MmwtLjY0NC44NDZ2MS44OTVoLTEuMzF6TTkuNTE1IDExLjMzM3YtNWgxLjI0OXYuODcyaC4wNDhjLjA4NS0uMzEuMjI3LS41NDUuNDI3LS43MDMuMi0uMTYuNDMtLjI0LjY5LS4yNGExLjgxMyAxLjgxMyAwIDAxLjQwNS4wNDh2MS4yM2EyLjA5NyAyLjA5NyAwIDAwLS41NDQtLjA3NS45NDcuOTQ3IDAgMDAtLjg1OS40OTggMS4xMTYgMS4xMTYgMCAwMC0uMTI4LjU0djIuODNIOS41MTV6IiBmaWxsPSIjRjIyRTIxIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMzcxMl82NTY4NSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.t-modal-show-if-fiat-currency .t-icon-KRW
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMjQxODUpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjMkM4OURFIi8+PHBhdGggZD0iTTUuNDc3IDExLjMzM0wzLjY3NCA0LjY2NmgxLjQ1NWwxLjA0NCA0LjYzMmguMDUybDEuMTUxLTQuNjMyaDEuMjQ2TDkuNzcgOS4zMDhoLjA1NmwxLjA0My00LjY0MmgxLjQ1NmwtMS44MDQgNi42NjdIOS4yMjNsLTEuMi00LjM1OWgtLjA1bC0xLjE5NyA0LjM1OUg1LjQ3N3oiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMi42NjcgNi4zOTdoMTAuNjY3di43MDVIMi42Njd2LS43MDV6TTMuMzM0IDcuODA3aDkuMzMzdi43MDVIMy4zMzR2LS43MDV6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMzcxMl8yNDE4NSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.t-modal-show-if-fiat-currency .t-icon-MXN
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMjQyMDkpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjMkFCRDMwIi8+PHBhdGggZD0iTTUuNSAxMGMuNS41IDEuNSAxIDIuNSAxbTAgMGMxLjI1IDAgMi41LS4yNSAyLjUtMS41UzkuMjc1IDggOCA4bTAgM1Y4bTAgM3YxLjVNOCA4Yy0xLjI1IDAtMi41LS4yNS0yLjUtMS41UzYuNzUgNSA4IDVtMCAzVjVtMCAwYzEgMCAyIC41IDIuNSAxTTggNVYzLjUiIHN0cm9rZT0iI0YyMkUyMSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNzEyXzI0MjA5Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-modal-show-if-fiat-currency .t-icon-PLN
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3MTJfMjQyOTQpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRkY3RjIyIi8+PHBhdGggZD0iTTMuMzQgMTF2LS43NTNsMy4xOC00LjIwMUgzLjMzM1Y1aDQuODh2Ljc1M0w1LjAyOSA5Ljk1NGgzLjE5VjExaC00Ljg4ek05LjI1MyAxMVY1aDEuMzQ4djQuOTU0aDIuNzMyVjExaC00LjA4eiIgZmlsbD0iIzA5MEEwRCIvPjxwYXRoIGQ9Ik04LjYgOC44MDFsMi4zODMtMi4yNDQuNDc3LjQ1TDkuMDc2IDkuMjUgOC42IDguOHoiIGZpbGw9IiMwOTBBMEQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8zNzEyXzI0Mjk0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.t-modal-need-user-fields-wrap .t-popup__wrap .t-popup__header
{
    text-align: left;
}
.t-modal-need-user-fields-wrap .t-popup__body p
{
    color: hsla(0,0%,100%,.5);
}
.t-modal-need-user-fields
{
    width: 100%;
    height: 100%;
    padding: 0;
}
.t-modal-need-user-fields-withdrawal .t-popup__header
{
    padding: 24px 24px 0;
}
.t-modal-need-user-fields-withdrawal .t-popup__body
{
    padding: 24px;
    background: #090a0c;
}
.t-modal-need-user-fields-withdrawal .t-popup__action
{
    padding: 0 24px 32px;
    background: #090a0c;
    border-radius: 0 0 24px 24px;
}
.t-modal-need-user-fields-withdrawal .t-popup__wrap
{
    height: 100%;
}
.t-modal-need-user-fields .t-popup__header
{
    margin-left: 0;
    text-align: left;
}
.t-modal-need-user-fields__provider
{
    margin: 24px 0 0;
}
.t-modal-need-user-fields__body
{
    margin: 0;
}
.t-modal-need-user-fields__body_loading
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.t-modal-need-user-fields__body_description
{
    max-width: 275px;
    margin: 0 45px 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.t-modal-need-user-fields__action
{
    margin: 16px 0 0;
}
.t-modal-need-user-fields__button
{
    width: 100%;
}
.t-modal-need-user-fields .account-edit-form
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: inherit;
    width: 100%;
    margin: 16px 0 0;
}
.t-modal-need-user-fields .account-edit-form input::placeholder
{
    color: transparent;
}
.t-modal-need-user-fields .account-edit-form .t-search__label
{
    position: static;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.t-modal-need-user-fields .account-edit-form__input-group
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.t-modal-need-user-fields .account-edit-form__input-group .account-edit-form__input, .t-modal-need-user-fields .account-edit-form__input-group .account-edit-form__radio
{
    width: 100%;
}
.t-modal-need-user-fields .account-edit-form__input-group.flex-end.phone
{
    display: flex;
    flex-direction: row;
    grid-gap: 8px;
    gap: 8px;
    align-items: flex-end;
}
.t-modal-need-user-fields .account-edit-form__input-group.flex-end.phone .t-search
{
    width: auto;
}
.t-modal-need-user-fields .account-edit-form__input-group.flex-end.phone .t-search__input
{
    width: 112px;
}
.t-modal-need-user-fields .account-edit-form__input-group.flex-end.phone .t-input input
{
    padding: 12px 16px 12px 12px;
}
.t-modal-need-user-fields .account-edit-form__select-group .account-edit-form__label
{
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
}
.t-modal-need-user-fields .account-edit-form__select-group.country .t-search__input input::placeholder
{
    color: hsla(0,0%,100%,.5);
}
.t-modal-need-user-fields .account-edit-form__select-group .t-date-dropdown__wrapper
{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.t-modal-need-user-fields .account-edit-form__select-group .t-date-dropdown__select
{
    width: calc(33.33333% - 4px);
}
.t-modal-need-user-fields .account-edit-form__radio-group
{
    display: flex;
    gap: 48px;
    align-items: center;
}
.t-modal-need-user-fields .account-edit-form .trigger, .t-modal-not-trusted-device-login
{
    width: 100%;
}
.t-modal-not-trusted-device-login__description
{
    color: hsla(0,0%,100%,.7);
}
.t-modal-not-trusted-device-login__description span
{
    color: #fff;
}
.t-modal-not-trusted-device-login__action
{
    margin: 24px 0 0;
}
.t-modal-not-trusted-device-login__button
{
    width: 100%;
}
.t-account-currencies-item
{
    position: relative;
    display: flex;
    width: 100%;
    height: 32px;
    padding: 0 4px;
}
.t-account-currencies-item.active, .t-account-currencies-item:hover
{
    background: hsla(0,0%,100%,.05);
    border-radius: 8px;
}
.t-account-currencies-item__wrapper
{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    color: #fff;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-account-currencies-item__choose
{
    display: flex;
    gap: 8px;
    align-items: center;
    width: 50%;
    white-space: nowrap;
}
.t-account-currencies-item__choose-icon
{
    position: relative;
    width: 20px;
    height: 20px;
}
.t-account-currencies-item__balance, .t-account-currencies-item__choose-desc, .t-account-currencies-item__choose-value
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-account-currencies-item__balance
{
    display: flex;
    align-items: flex-start;
    width: max-content;
}
.t-account-currencies-item__balance_bonus
{
    position: relative;
    padding: 4px 6px 4px 26px;
    color: #58be35;
    background: rgba(88,190,53,.25);
    border-radius: 8px;
}
.t-account-currencies-item__balance_bonus:before
{
    position: absolute;
    top: 2px;
    left: 6px;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgOS43NUEuNzUuNzUgMCAwMTMuNzUgOWgxMC41YS43NS43NSAwIDAxLjc1Ljc1djMuNzVhMi4yNSAyLjI1IDAgMDEtMi4yNSAyLjI1aC03LjVBMi4yNSAyLjI1IDAgMDEzIDEzLjVWOS43NXoiIGZpbGw9IiM1OEJFMzUiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTIuMjUgNi43NWExLjUgMS41IDAgMDExLjUtMS41aDEwLjVhMS41IDEuNSAwIDAxMS41IDEuNXYuNzVhMS41IDEuNSAwIDAxLTEuNSAxLjVIMy43NWExLjUgMS41IDAgMDEtMS41LTEuNXYtLjc1eiIgZmlsbD0iIzU4QkUzNSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4yNSA0LjVBMi4yNSAyLjI1IDAgMDE5IDIuODIzYTIuMjUgMi4yNSAwIDExMS41IDMuOTI3aC0uNzV2OWgtMS41di05SDcuNUEyLjI1IDIuMjUgMCAwMTUuMjUgNC41em0zIC43NUg3LjVhLjc1Ljc1IDAgMTEuNzUtLjc1di43NXptMS41IDBoLjc1YS43NS43NSAwIDEwLS43NS0uNzV2Ljc1eiIgZmlsbD0iIzU4QkUzNSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-policy-skeleton
{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.t-policy-skeleton .t-back
{
    display: none;
}
.t-policy-skeleton-header
{
    height: 32px;
}
.t-policy-skeleton-header .t-account-currencies-skeleton, .t-policy-skeleton-header .t-skeleton
{
    height: 100%;
}
.t-policy-skeleton-content
{
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    height: 600px;
    overflow: hidden;
    border-radius: 12px;
}
.t-policy-skeleton-content>* .t-account-currencies-skeleton, .t-policy-skeleton-content>* .t-skeleton
{
    height: 100%;
}
.app-policy
{
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 24px;
}
@media screen and (max-width: 767px)
{
    .app-policy
    {
        padding-right: 12px;
        padding-left: 12px;
        margin-top: 22px;
    }
}
.app-policy .t-policy
{
    max-width: 979px;
}
.t-policy
{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 16px;
    margin: 0 auto 37px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
@media screen and (max-width: 767px)
{
    .t-policy
    {
        margin-bottom: 29px;
    }
}
.t-policy li, .t-policy p
{
    color: #9299a5;
}
.t-policy li::marker, .t-policy li b
{
    color: #fff;
}
.t-policy-header
{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    word-wrap: normal;
}
@media screen and (max-width: 767px)
{
    .t-policy-header
    {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px)
{
    .t-policy-header__terms
    {
        padding: 56px 0 0;
    }
}
.t-policy-close
{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 50%;
    transition: all 0s ease-in-out;
}
.t-policy-close:hover
{
    opacity: .5;
}
.t-policy__content
{
    width: 100%;
}
.t-policy-content
{
    position: relative;
    width: 100%;
    margin: 8px 0 0;
}
.t-policy-list
{
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.t-policy-list-header
{
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media screen and (max-width: 767px)
{
    .t-policy-list-header
    {
        font-size: 20px;
        line-height: 24px;
    }
}
.t-policy ol.disc
{
    padding-left: 12px;
    margin-top: 16px;
}
.t-policy ol.disc li
{
    list-style-type: disc;
}
.t-policy ol.decimal li
{
    padding-left: 8px;
    list-style-type: decimal;
}
.t-policy ol.decimal li ol, .t-policy ol.decimal li ul
{
    padding-left: 12px;
    margin-top: 16px;
}
.t-policy ol.decimal li ol li, .t-policy ol.decimal li ul li
{
    list-style-type: disc;
}
.t-policy ol.decimal li ol li:before, .t-policy ol.decimal li ul li:before
{
    content: none;
}
.t-policy ol.full-page-numeric li
{
    list-style-type: decimal;
}
.t-policy ol.full-page-numeric li .disc li
{
    list-style-type: disc;
}
.t-policy ol.numeric li
{
    position: relative;
    list-style-type: decimal;
}
.t-policy ol.numeric li ol li
{
    position: relative;
    list-style-position: outside;
    counter-increment: three-counter;
}
.t-policy ol.numeric li ol li:before
{
    position: absolute;
    top: 0;
    left: 0;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    content: counter(three-counter,lower-latin) ".";
    opacity: .5;
}
.t-policy ol.dics-cashback li
{
    list-style-type: none;
}
.t-policy ol.dics-cashback li:before
{
    content: none;
}
.t-policy ol.numeric_latin li
{
    position: relative;
    padding-left: 30px;
    list-style-position: inside;
    list-style-type: lower-latin;
    counter-increment: two-counter;
}
.t-policy ol.numeric_latin li:before
{
    position: absolute;
    content: counter(two-counter,lower-latin) ".";
}
.t-policy ol li
{
    padding-left: 0;
    margin-bottom: 20px;
    list-style-position: outside;
}
.t-policy ol li:last-child
{
    margin-bottom: 0;
}
.t-policy ol li ol
{
    padding-left: 12px;
}
.t-policy ol li ol li
{
    padding-left: 0;
}
.t-policy div+ol[class=disc]
{
    padding-left: 10px;
}
.t-policy-update
{
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.t-policy-text
{
    margin-bottom: 24px;
}
.t-policy-text h3
{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
@media screen and (max-width: 767px)
{
    .t-policy-text h3
    {
        font-size: 20px;
        line-height: 24px;
    }
}
.t-policy-text p
{
    display: block;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.t-policy-text p b
{
    display: inline-block;
    margin-bottom: 8px;
}
.t-policy-table
{
    width: 100%;
    padding: 8px;
    margin: 20px 0 0;
    border-spacing: 0;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-policy-table thead tr th
{
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
@media screen and (max-width: 767px)
{
    .t-policy-table thead
    {
        display: none;
    }
}
.t-policy-table tbody tr:first-child td
{
    padding: 16px 6px 6px 0;
}
.t-policy-table tbody tr:first-child td:last-child
{
    padding: 16px 0 6px;
}
.t-policy-table tbody tr td
{
    padding: 6px 6px 6px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.t-policy-table tbody tr td:last-child
{
    padding: 6px 0;
    text-align: right;
}
@media screen and (max-width: 767px)
{
    .t-policy-table tbody tr td:last-child
    {
        text-align: inherit;
    }
}
@media screen and (max-width: 767px)
{
    .t-policy-table tbody tr td
    {
        width: 100%;
        margin-bottom: 16px;
    }
    .t-policy-table tbody tr td:last-child
    {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px)
{
    .t-policy-table tbody tr
    {
        display: flex;
        flex-wrap: wrap;
        padding: 80px 16px 24px;
        margin-bottom: 12px;
    }
}
.t-policy-table__item
{
    display: flex;
    justify-content: space-between;
    padding: 18px 16px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background-image: linear-gradient(180deg,#373c41,#2d3237),linear-gradient(0deg,#292832,#4a4f53);
    border: 1px solid hsla(0,0%,100%,.25);
}
.t-policy-table__item table
{
    width: 100%;
    border-spacing: 0 6px;
    border-collapse: separate;
}
.t-policy-table__head
{
    padding-right: 15px;
    color: #fff;
}
.t-policy-table__body
{
    color: #fff;
    text-align: right;
}
.t-policy-table__comment
{
    margin-top: 12px;
    text-align: right;
}
.t-policy-tabs .tabs
{
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 32px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.t-policy-tabs .tabs::-webkit-scrollbar
{
    display: none;
}
.t-policy-tabs .tabs-tab
{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    height: 44px;
    padding: 0 20px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 12px;
}
.t-policy-tabs .collapse
{
    margin-bottom: 20px;
    cursor: pointer;
}
.t-policy-tabs .collapse .numeric li .disc li
{
    list-style-type: disc;
}
.t-policy-tabs .collapse .numeric li .disc li:before
{
    content: none;
}
.t-policy-tabs .collapse .dics-cashback
{
    margin-top: 20px;
}
.t-policy-tabs .collapse .dics-cashback li
{
    list-style-type: disc;
}
.t-policy-tabs .collapse .dics-cashback li:before
{
    content: none;
}
.t-policy-tabs .collapse-content__close
{
    position: relative;
    display: block;
    min-width: 100px;
    margin: 0 auto;
    text-align: center;
}
.t-policy-tabs .collapse.active
{
    border-bottom: none;
}
.t-policy-tabs .collapse .collapse-content__close
{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0s ease-in-out;
}
.t-policy-tabs .collapse .collapse-content__close:hover
{
    color: hsla(0,0%,100%,.5);
}
.t-policy-tabs .collapse-head
{
    position: relative;
    height: 44px;
    padding-bottom: 20px;
    padding-left: 26px;
}
.t-policy-tabs .collapse-head:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 20px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uODI1IDIuMTJhLjUuNSAwIDAwLS42NS43NmwuNjUtLjc2ek00IDUuNWwtLjMyNS4zOGEuNS41IDAgMDAuNjUgMEw0IDUuNXptMy44MjUtMi42MmEuNS41IDAgMDAtLjY1LS43NmwuNjUuNzZ6bS03LjY1IDBsMy41IDMgLjY1LS43Ni0zLjUtMy0uNjUuNzZ6bTQuMTUgM2wzLjUtMy0uNjUtLjc2LTMuNSAzIC42NS43NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px 9px;
    transition: all 0s ease-in-out;
}
.t-policy-tabs .active .collapse-head
{
    border-bottom: none;
}
.t-policy-tabs .active .collapse-head:before
{
    transform: rotate(-180deg);
}
.t-policy-button
{
    position: absolute;
    top: 16px;
    right: 16px;
}
@media screen and (max-width: 767px)
{
    .t-policy-button
    {
        width: calc(100% - 32px);
    }
}
.NotFound404
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 64px;
}
.NotFound404 .t-error-page-content
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    text-align: center;
}
@media(max-width: 767px)
{
    .NotFound404 .t-error-page-content-title
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .NotFound404 .t-error-page-content-text
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }
}
.NotFound404 .t-error-page-img
{
    position: relative;
}
@media(max-width: 767px)
{
    .NotFound404 .t-error-page-img
    {
        width: 416px;
        height: 273px;
    }
}
@media screen and (max-width: 767px)
{
    .NotFound404 .t-error-page-img img
    {
        object-fit: cover;
        object-position: center;
    }
}
.technicalWork
{
    justify-content: center;
    padding-top: 64px;
}
.technicalWork .t-error-page-content-text
{
    text-align: center;
}
.technicalWork .t-error-page-content-text:last-child
{
    display: none;
}
.technicalWork .t-error-page-content-title
{
    text-align: center;
}
.technicalWork .t-error-page-img
{
    width: 464px;
    height: 86px;
    margin-bottom: 48px;
}
.technicalWork .t-error-page-img img
{
    object-fit: contain;
}
.somethingWrong
{
    justify-content: center;
    padding-top: 64px;
}
.somethingWrong .t-error-page-content-text:last-child
{
    display: none;
}
.somethingWrong .t-error-page-img
{
    width: 464px;
    height: 86px;
    margin-bottom: 48px;
}
.somethingWrong .t-error-page-img img
{
    object-fit: contain;
}
.countryError
{
    padding-top: 330px;
}
.countryError:after, .countryError:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.countryError:before
{
    z-index: 0;
    background-image: url(../../willbettingde/image/CountryLockedBg.043d080.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width: 767px)
{
    .countryError:before
    {
        background-image: url(../../willbettingde/image/CountryLockedBgMobile.480a6e2.webp);
    }
}
.countryError:after
{
    z-index: 1;
    background-color: rgba(0,0,0,.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.countryError .t-error-page-img, .countryError .t-error-page-wrap
{
    position: relative;
    z-index: 2;
}
.countryError .t-error-page-wrap:before
{
    position: absolute;
    top: -30px;
    left: 50%;
    width: 176px;
    height: 44px;
    content: "";
    background-image: url(../../willbettingde/image/brand-logo.6cfb16a.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transform: translateX(-50%) translateY(-100%);
}
.countryError .t-error-page-content
{
    display: flex;
    width: 100%;
    max-width: 624px;
    height: 184px;
    text-align: center;
}
.countryError .t-error-page-content-info, .countryError .t-error-page-content-text_sub-title
{
    display: none;
}
.countryError .t-error-page-img
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width: 767px)
{
    .countryError .t-error-page-img
    {
        width: 100%;
        max-width: 770px;
        height: auto;
    }
}
.accessDenied, .soon
{
    justify-content: center;
}
.accessDenied:after, .accessDenied:before, .soon:after, .soon:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.accessDenied:before, .soon:before
{
    z-index: 0;
    background-image: url(../../willbettingde/image/CountryLockedBg.043d080.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width: 767px)
{
    .accessDenied:before, .soon:before
    {
        background-image: url(../../willbettingde/image/CountryLockedBgMobile.480a6e2.webp);
    }
}
.accessDenied:after, .soon:after
{
    z-index: 1;
    background-color: rgba(0,0,0,.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.accessDenied .t-error-page-img, .soon .t-error-page-img
{
    display: none;
}
.accessDenied .t-error-page-wrap, .soon .t-error-page-wrap
{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1049px;
    height: 700px;
    background-image: url(../../willbettingde/image/page-soon.2f8cb49.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media(max-width: 1279px)
{
    .accessDenied .t-error-page-wrap, .soon .t-error-page-wrap
    {
        max-width: 770px;
    }
}
@media(max-width: 1023px)
{
    .accessDenied .t-error-page-wrap, .soon .t-error-page-wrap
    {
        max-width: 770px;
        height: 700px;
        background-image: url(../../willbettingde/image/page-soon.2f8cb49.webp);
    }
}
@media(max-width: 767px)
{
    .accessDenied .t-error-page-wrap, .soon .t-error-page-wrap
    {
        max-width: 680px;
        height: 734px;
    }
}
.accessDenied .t-error-page-wrap:before, .soon .t-error-page-wrap:before
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 176px;
    height: 44px;
    content: "";
    background-image: url(../../willbettingde/image/brand-logo.6cfb16a.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transform: translateX(-50%);
}
.accessDenied .t-error-page-content, .soon .t-error-page-content
{
    display: flex;
    width: 100%;
    max-width: 624px;
    height: 184px;
    margin: 140px 28px 0;
    text-align: center;
}
@media(max-width: 767px)
{
    .accessDenied .t-error-page-content, .soon .t-error-page-content
    {
        margin: 96px 24px 0;
    }
}
.accessDenied .t-error-page-content-button, .accessDenied .t-error-page-content-info, .accessDenied .t-error-page-content-text_sub-title, .soon .t-error-page-content-info, .soon .t-error-page-content-text_sub-title
{
    display: none;
}
.t-error-page
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    color: #fff;
}
.t-error-page-wrap
{
    max-width: 1152px;
    margin: 0 auto;
}
.t-error-page-img
{
    display: flex;
    width: 686px;
    height: 448px;
}
.t-error-page-img img
{
    width: 100%;
    height: 100%;
}
.t-error-page-content
{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.t-error-page-content-title
{
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
}
.t-error-page-content-text, .t-error-page-content-text .t-link
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: hsla(0,0%,100%,.5);
}
.t-error-page-content-info
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 460px;
    margin: 48px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-error-page-content-info
    {
        flex-direction: column;
        align-items: flex-start;
        margin: 32px 0 0;
    }
}
.t-error-page-content-info+.t-error-page-content-info
{
    margin: 16px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-error-page-content-info+.t-error-page-content-info
    {
        margin: 24px 0 0;
    }
}
.t-error-page-content-info .item.link
{
    text-align: right;
}
@media screen and (max-width: 767px)
{
    .t-error-page-content-info .item.link
    {
        text-align: center;
    }
}
.t-error-page-content-button
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 186px;
    height: 44px;
    margin: 48px auto 0;
    color: #000;
    cursor: pointer;
    background-color: #ffed48;
    border-radius: 12px;
    transition: all 0s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-error-page-content-button:hover
{
    background: #ffe673;
}
.t-error-page-content-button:active, .t-error-page-content-button:focus
{
    background: #f5b940;
}
.t-notifications-view
{
    width: 100%;
    padding: 0 12px;
}
.t-notifications-view-wrap
{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 116px;
    padding: 10px;
    overflow: hidden;
    background: radial-gradient(70.97% 154.85% at 42.99% 100%,#ffed48 0,#fff48e 100%);
    border-radius: 14px;
}
.t-notifications-view-wrap:before
{
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 1;
    width: 80px;
    height: 80px;
    content: "";
    background-image: url(../../willbettingde/image/notifiction.ffddde4.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
@media(max-width: 767px)
{
    .t-notifications-view-wrap
    {
        max-width: 196px;
    }
}
.t-notifications-view-title
{
    display: flex;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #0c0c0c;
}
.t-notifications-view-text
{
    display: flex;
    flex-direction: column;
    margin-top: 2px;
}
.t-notifications-view-text_bonuses, .t-notifications-view-text_notifications
{
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: rgba(12,12,12,.6);
}
.t-notifications-view-action
{
    margin-top: 10px;
    cursor: pointer;
    border-radius: 10px;
}
.t-notifications-view-action, .t-notifications-view-action--button
{
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    background-color: #fff;
}
.t-notifications-view-action--button
{
    flex-direction: row;
    gap: 2px;
    justify-content: center;
    color: #000;
    transition: all 0s ease-in-out;
}
.t-notifications-view-action--button:hover
{
    background-color: transparent;
}
.t-notifications-view-action--button:active
{
    background-color: #ffed48;
}
.t-notifications-view-action--button_count
{
    display: none;
    gap: 2px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 0 0 0 2px;
    color: #fff;
    background-color: #f03535;
    border-radius: 10px;
}
.t-notifications-view-action--button .t-button__wrap
{
    gap: 2px;
}
.t-lottie-animation
{
    display: flex;
    width: 24px;
    height: 24px;
    transition: all .5s ease-in-out;
}
.t-lottie-animation__wrap
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.t-lottie-animation svg
{
    position: absolute;
    width: 24px!important;
    height: 24px!important;
}
.blackjack svg, .favorites svg, .featurebuyin svg, .home svg, .livegames svg, .livesupport svg, .slots svg
{
    width: 48px!important;
    height: 48px!important;
}
.recent svg
{
    width: 46px!important;
    height: 46px!important;
}
.bonuses svg
{
    width: 42px!important;
    height: 42px!important;
}
.promotions svg
{
    width: 38px!important;
    height: 38px!important;
}
.betkinclub svg
{
    width: 36px!important;
    height: 36px!important;
}
.notifications svg
{
    width: 22px!important;
    height: 22px!important;
}
.t-wagered
{
    width: 100%;
}
@media(max-width: 767px)
{
    .t-wagered
    {
        width: 50%;
        padding-right: 3px;
    }
}
.t-wagered-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    gap: 4px;
    align-items: center;
    width: 100%;
    padding: 12px 11px;
    background-color: #1e2023;
    border-radius: 12px;
}
.t-wagered-content
{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.t-wagered-title
{
    color: #fff;
}
.t-wagered-title, .t-wagered-value
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-wagered-value
{
    color: #737880;
}
.t-users-online
{
    position: relative;
    display: flex;
    width: 100%;
    padding: 6px 12px 0;
    background: #151618;
}
@media(max-width: 767px)
{
    .t-users-online
    {
        width: 50%;
        padding: 12px 12px 0 3px;
    }
}
.t-users-online__wrapper
{
    display: flex;
    flex-flow: column wrap;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0 12px;
    background: #1e2023;
    border-radius: 12px;
}
.t-users-online__icon
{
    position: absolute;
    top: 23px;
    left: 23px;
}
@media(max-width: 767px)
{
    .t-users-online__icon
    {
        top: 29px;
        left: 16px;
    }
}
.t-users-online__text
{
    font-style: normal;
    color: #fff;
}
.t-users-online__text, .t-users-online__value
{
    width: calc(100% - 61px);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.t-users-online__value
{
    color: #737880;
}
.t-users-online .t-account-currencies-skeleton, .t-users-online .t-skeleton
{
    color: transparent;
}
.t-audio-controller
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    background-color: #1e2023;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-audio-controller:hover
{
    color: #fff;
    background-color: #1e2023;
    background-color: #232529;
}
.t-audio-controller:active
{
    color: #9299a5;
    background-color: #151618;
    background-color: #1e1f22;
}
.t-pagination
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin: 0 auto;
}
.t-pagination__list
{
    display: flex;
    gap: 4px;
    order: 2;
    overflow-x: scroll;
}
.t-pagination__list::-webkit-scrollbar
{
    display: none;
}
@media(max-width: 767px)
{
    .t-pagination__list
    {
        display: none;
    }
}
.t-pagination__list-item
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    background: #151618;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-pagination__list-item.active, .t-pagination__list-item:hover
{
    color: #090a0c;
    background: #ffed48;
}
.t-pagination__list-item:active, .t-pagination__list-item:focus
{
    background: #f5b940;
}
.t-pagination__list-item.disable
{
    display: none;
}
.t-pagination__btn
{
    padding: 0 16px;
}
.t-pagination__btn .t-button__wrap
{
    padding: 0;
}
.t-pagination__btn.prev
{
    order: 1;
}
.t-pagination__btn.next
{
    order: 3;
}
.t-pagination__btn:focus
{
    color: #fff;
}
.t-pagination__btn:active
{
    background: #393e45;
}
.t-pagination__btn:disabled
{
    color: #cdcdcd;
    pointer-events: auto;
    background-color: #151618;
    border-color: #cdcdcd;
}
.t-modal-fund-provider-skeleton
{
    width: 100%;
}
.t-fund-deposit-bonuses
{
    padding: 24px 20px;
    margin-bottom: 24px;
    background: #353639;
    border-radius: 12px;
}
@media(max-width: 767px)
{
    .t-fund-deposit-bonuses
    {
        padding: 24px 12px;
    }
}
.t-fund-deposit-bonuses__title
{
    font: Inter,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details
{
    margin: 16px 0 0;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .bonus__info
{
    display: flex;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .bonus__info .label
{
    margin-right: 10px;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .bonus .item
{
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin-bottom: 10px;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .bonus .t-icon-info
{
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgOC45OGExIDEgMCAwMTIgMHY2YTEgMSAwIDAxLTIgMHYtNnptMS00LjkyOWExIDEgMCAxMDAgMiAxIDEgMCAwMDAtMnoiIGZpbGw9IiNGRkVENDgiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDBDNC40NzcgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMHpNMiAxMGE4IDggMCAxMDE2IDAgOCA4IDAgMDAtMTYgMHoiIGZpbGw9IiNGRkVENDgiLz48L3N2Zz4=");
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .radio-group
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .radio-group .t-radio__label
{
    flex-grow: 1;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .radio-group .t-radio .t-icon-info
{
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgOC45OGExIDEgMCAwMTIgMHY2YTEgMSAwIDAxLTIgMHYtNnptMS00LjkyOWExIDEgMCAxMDAgMiAxIDEgMCAwMDAtMnoiIGZpbGw9IiNGRkVENDgiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDBDNC40NzcgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMHpNMiAxMGE4IDggMCAxMDE2IDAgOCA4IDAgMDAtMTYgMHoiIGZpbGw9IiNGRkVENDgiLz48L3N2Zz4=");
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .radio-group .t-radio__elem
{
    background: transparent;
    border: 1px solid #fff;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .radio-group .t-radio input:checked+.t-radio__elem
{
    border: 1px solid #ffed48;
}
.t-fund-deposit-bonuses__title+.t-fund-deposit-bonuses__details .radio-group .t-radio input:checked+.t-radio__elem:before
{
    background-color: #ffed48;
}
.t-fund-deposit-amount, .t-fund-withdrawal-amount
{
    display: flex;
    flex-direction: column;
}
.t-fund-deposit-amount__head, .t-fund-withdrawal-amount__head
{
    order: 2;
    color: #ff4356;
}
.t-fund-deposit-amount__min, .t-fund-withdrawal-amount__min
{
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.t-fund-deposit-amount__title, .t-fund-withdrawal-amount__title
{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.t-fund-deposit-amount__title+.t-fund-deposit-amount__input, .t-fund-deposit-amount__title+.t-fund-withdrawal-amount__input, .t-fund-withdrawal-amount__title+.t-fund-deposit-amount__input, .t-fund-withdrawal-amount__title+.t-fund-withdrawal-amount__input
{
    margin: 12px 0 0;
}
.t-fund-deposit-amount__input, .t-fund-withdrawal-amount__input
{
    order: 1;
}
.t-fund-deposit-amount__input .t-input__select, .t-fund-withdrawal-amount__input .t-input__select
{
    padding: 0;
}
.t-fund-deposit-amount__input .t-input__select .t-select__dropdown, .t-fund-withdrawal-amount__input .t-input__select .t-select__dropdown
{
    right: 0;
}
.t-fund-deposit-amount__input .t-input__select .t-select__choose, .t-fund-withdrawal-amount__input .t-input__select .t-select__choose
{
    height: 52px;
    background: transparent;
    border-left: 1px solid #353639;
    border-radius: 0 12px 12px 0;
}
.t-fund-deposit-amount__input input, .t-fund-withdrawal-amount__input input
{
    height: 52px;
    background-color: #212326;
}
.t-fund-deposit-amount__note, .t-fund-withdrawal-amount__note
{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.t-fund-deposit-amount__note .t-icon, .t-fund-withdrawal-amount__note .t-icon
{
    display: none;
}
.t-fund-deposit-amount__note span, .t-fund-withdrawal-amount__note span
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #3282dc;
}
.t-fund-deposit-amount__btn-group, .t-fund-withdrawal-amount__btn-group
{
    display: flex;
    gap: 4px;
    order: 3;
    margin: 12px 0 0;
}
.t-fund-deposit-amount__btn-group .btn, .t-fund-withdrawal-amount__btn-group .btn
{
    width: 100%;
    padding: 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #212326;
    border-radius: 25px;
    transition: all 0s ease-in-out;
}
.t-fund-deposit-amount__btn-group .btn.active, .t-fund-withdrawal-amount__btn-group .btn.active
{
    outline: 1px solid #ffed48;
}
@media not all and (pointer: coarse)
{
    .t-fund-deposit-amount__btn-group .btn:hover:not(:disabled), .t-fund-withdrawal-amount__btn-group .btn:hover:not(:disabled)
    {
        outline: 1px solid #ffed48;
    }
}
.t-fund-withdrawal-amount
{
    padding: 24px;
    background: #353639;
    border-radius: 20px;
}
.t-fund-withdrawal-amount__title
{
    order: 1;
}
.t-fund-withdrawal-amount__input
{
    order: 2;
}
.t-fund-withdrawal-amount__min-withdrawal
{
    order: 3;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #aeafb0;
}
.t-fund-withdrawal-amount__min-withdrawal .t-link
{
    color: #aeafb0;
    border-bottom: none;
}
.t-fund-withdrawal-amount__btn-group
{
    order: 4;
}
.t-fund-payment-method, .t-fund-withdrawal-payment-method
{
    padding: 24px;
    margin: 24px 0;
    background: #353639;
    border-radius: 20px;
}
.t-fund-payment-method__title, .t-fund-withdrawal-payment-method__title
{
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.t-fund-payment-method__title:nth-of-type(2), .t-fund-withdrawal-payment-method__title:nth-of-type(2)
{
    margin-top: 24px;
}
.t-fund-payment-method__payment-verify, .t-fund-withdrawal-payment-method__payment-verify
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #ff4356;
}
.t-fund-payment-method__payment-verify .t-icon, .t-fund-withdrawal-payment-method__payment-verify .t-icon
{
    display: inline-block;
    transform: translateY(3px);
}
.t-fund-payment-method__select .t-icon, .t-fund-withdrawal-payment-method__select .t-icon
{
    min-width: 85px;
    min-height: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-fund-payment-method__select .t-select__choose, .t-fund-withdrawal-payment-method__select .t-select__choose
{
    background: #212326;
}
.t-fund-payment-method__select .t-select__dropdown, .t-fund-withdrawal-payment-method__select .t-select__dropdown
{
    max-height: 155px;
}
.t-fund-payment-method__select .t-select__value, .t-fund-withdrawal-payment-method__select .t-select__value
{
    flex: auto;
}
.t-fund-payment-method__select .t-dropdown__item .t-dropdown__item-option, .t-fund-payment-method__select .t-select__value span, .t-fund-withdrawal-payment-method__select .t-dropdown__item .t-dropdown__item-option, .t-fund-withdrawal-payment-method__select .t-select__value span
{
    text-transform: capitalize;
}
.t-fund-payment-method__grid, .t-fund-withdrawal-payment-method__grid
{
    --count: 4;
    --gap: 8px;
    --item-width: calc(100% / var(--count) - (var(--count) - 1) * var(--gap) / var(--count));
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    height: 100%;
    max-height: 504px;
    margin-top: 16px;
    overflow: hidden;
}
@media(max-width: 767px)
{
    .t-fund-payment-method__grid, .t-fund-withdrawal-payment-method__grid
    {
        --count: 3;
    }
}
.t-fund-payment-method__grid+.t-fund-withdrawal-payment-method__title, .t-fund-withdrawal-payment-method__grid+.t-fund-withdrawal-payment-method__title
{
    margin-top: 24px;
}
.t-fund-payment-method__grid-item, .t-fund-withdrawal-payment-method__grid-item
{
    position: relative;
    width: var(--item-width);
    height: 44px;
    cursor: pointer;
    background-color: #212326;
    background-size: cover;
    border: 1px solid #212326;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-fund-payment-method__grid-item:only-child, .t-fund-withdrawal-payment-method__grid-item:only-child
{
    width: 100%;
    margin: var(--gap) 0 0 var(--gap);
}
@media(hover: hover)
{
    .t-fund-payment-method__grid-item:hover, .t-fund-withdrawal-payment-method__grid-item:hover
    {
        border: 1px solid #aeafb0;
    }
}
.t-fund-payment-method__grid-item.active, .t-fund-withdrawal-payment-method__grid-item.active
{
    border: 1px solid #ffed48;
}
.t-fund-payment-method__grid-item.blocked.active, .t-fund-withdrawal-payment-method__grid-item.blocked.active
{
    border: 1px solid rgba(80,80,80,.8);
}
.t-fund-payment-method__grid-item.blocked.active:before, .t-fund-withdrawal-payment-method__grid-item.blocked.active:before
{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(80,80,80,.8);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDhWN2E0IDQgMCAwMC00LTR2MGE0IDQgMCAwMC00IDR2MSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0zIDEzYzAtMi44MjggMC00LjI0My44NzktNS4xMjFDNC43NTcgNyA2LjE3MiA3IDkgN2g2YzIuODI4IDAgNC4yNDMgMCA1LjEyMS44NzlDMjEgOC43NTcgMjEgMTAuMTcyIDIxIDEzdjFjMCAzLjc3MSAwIDUuNjU3LTEuMTcyIDYuODI4QzE4LjY1NyAyMiAxNi43NzEgMjIgMTMgMjJoLTJjLTMuNzcxIDAtNS42NTcgMC02LjgyOC0xLjE3MkMzIDE5LjY1NyAzIDE3Ljc3MSAzIDE0di0xeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
    border-radius: 11px;
    opacity: 1;
}
.t-fund-payment-method__grid-item img, .t-fund-withdrawal-payment-method__grid-item img
{
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}
.t-fund-payment-method__grid-item:before, .t-fund-withdrawal-payment-method__grid-item:before
{
    position: absolute;
    top: -3px;
    left: -3px;
    display: none;
    padding: 0 4px;
    font-family: Poppins,sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    content: attr(data-text);
    background: #9173d2;
    border-radius: 2px 2px 2px 0;
}
.t-fund-payment-method__grid-item:after, .t-fund-withdrawal-payment-method__grid-item:after
{
    position: absolute;
    top: 11px;
    left: -3px;
    display: none;
    width: 0;
    height: 0;
    content: "";
    border-left: 2px solid transparent;
}
.t-fund-payment-method__grid-item-extra:before, .t-fund-withdrawal-payment-method__grid-item-extra:before
{
    background: #9173d2;
}
.t-fund-payment-method__grid-item-extra:after, .t-fund-withdrawal-payment-method__grid-item-extra:after
{
    border-top: 2px solid #735aaf;
}
.t-fund-payment-method__grid-item-popular:before, .t-fund-withdrawal-payment-method__grid-item-popular:before
{
    background: #e65f9b;
}
.t-fund-payment-method__grid-item-popular:after, .t-fund-withdrawal-payment-method__grid-item-popular:after
{
    border-top: 2px solid #cd2d78;
}
.t-fund-payment-method__grid-item-alternative:before, .t-fund-withdrawal-payment-method__grid-item-alternative:before
{
    background: #ff8e25;
}
.t-fund-payment-method__grid-item-alternative:after, .t-fund-withdrawal-payment-method__grid-item-alternative:after
{
    border-top: 2px solid #d9761b;
}
.t-fund-payment-method__two-fa, .t-fund-withdrawal-payment-method__two-fa
{
    display: none;
}
.t-fund-payment-method__description, .t-fund-withdrawal-payment-method__description
{
    max-width: 250px;
    margin: 8px 0 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #a9a9b8;
}
.t-fund-payment-method__no-withdrawal, .t-fund-withdrawal-payment-method__no-withdrawal
{
    margin: 16px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #ff3246;
}
.t-fund-payment-method__no-withdrawal .t-icon-attention, .t-fund-withdrawal-payment-method__no-withdrawal .t-icon-attention
{
    display: none;
}
.t-modal-fund__action .t-button
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.t-modal-fund__action .t-button__wrap
{
    padding: 20px 0;
}
.t-fund-converter-wallet-simple
{
    position: relative;
    padding: 16px 16px 20px;
    background: #353639;
    border-radius: 20px 20px 0 0;
}
.t-fund-converter-wallet-simple .t-input__input, .t-fund-converter-wallet-simple .title
{
    display: none;
}
.t-fund-converter-wallet-simple .t-input__label
{
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.t-fund-converter-wallet-simple .t-input__select
{
    position: relative;
    right: auto;
}
.t-fund-converter-wallet-simple__body
{
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}
@media screen and (max-width: 410px)
{
    .t-fund-converter-wallet-simple__body
    {
        gap: 10px;
    }
}
.t-fund-converter-wallet-simple .group-input
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.t-fund-converter-wallet-simple .group-input__input
{
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    gap: 10px;
}
.t-fund-converter-wallet-simple .group-input .t-input__select
{
    width: 100%;
}
.t-fund-converter-wallet-simple .group-input .t-input__select .t-select__dropdown
{
    right: auto;
}
.t-fund-converter-wallet-simple .group-input .t-input__select .t-select__choose
{
    height: 52px;
    min-height: 52px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background: #212326;
    border: none;
}
.t-fund-converter-wallet-simple .group-input .t-input__select .t-select__choose:hover
{
    background: #2b2c2f;
    border: none;
}
.t-fund-converter-wallet-simple .group-input .t-input__select .t-select__choose:hover .t-select__icon
{
    filter: none;
}
.t-fund-converter-wallet-simple .group-input .t-input__select .t-select__icon
{
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uOTQgMi45NGExLjUgMS41IDAgMDEyLjEyIDBMNiA1Ljg3OGwyLjk0LTIuOTRhMS41IDEuNSAwIDAxMi4xMiAyLjEyMkw2IDEwLjEyLjk0IDUuMDYxYTEuNSAxLjUgMCAwMTAtMi4xMjJ6IiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIuNSIvPjwvc3ZnPg==");
    filter: brightness(0) saturate(100%) invert(79%) sepia(11%) saturate(15%) hue-rotate(314deg) brightness(85%) contrast(85%);
}
.t-fund-converter-wallet-simple .group-input .t-input__label
{
    position: relative;
    top: auto;
    left: auto;
}
.t-fund-converter-wallet-simple .t-fund-converter-wallet__qr-code
{
    z-index: 7;
    width: 146px;
    min-width: 146px;
    height: 146px;
    margin-top: 30px;
}
.t-fund-converter-wallet-simple .t-fund-converter-wallet__qr-code img
{
    border-radius: 16px;
}
.t-fund-deposit-address
{
    display: flex;
    justify-content: end;
    padding: 0 24px 55px;
    background: #353639;
    border-radius: 0 0 20px 20px;
}
.t-fund-deposit-address__network
{
    display: none;
}
.t-fund-deposit-address__body
{
    width: 100%;
}
.t-fund-deposit-address__title
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.t-fund-deposit-address__title span
{
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #aeafb0;
}
.t-fund-deposit-address__title .t-icon-info
{
    cursor: pointer;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH5SURBVHgB3VVNMjNRFD33RX3fTAkpU7ECsQIxUDomZAeyArECsgKsQHaACVEG2EGsQM9UIdqU0n3d9143rzs/oqsMOFVJV/e97553zut7G/jtoFFBvq1OYfL/pmQtSWoFjHK8ypdoFxGdUKnTzkXAj7UNUHQoKVMYDV+IW8OI1MDiQW0PxEemOONKnmzjFfM00yH9Q6gW5XnDFIeoIhxy4O1gHOhE7nnMvdWAH2rNL/N7tabJNWtkYxmkLOJHT/sttvAzVGGZiqfdVPzJu9Qxmj6vp57fr1VQCC+tYqpT6ew4iakMnZUZqVa2uK0kdrAcdnaXszpXteIaYle1/9z07q1M7xY5oRWaGo61nwoUr8e7bCEvQj4xV4qq/QSJ9CjsDluv1Y1UOEHWe6KFfgLYJqLZi6EEcU55WJCKHd+tlSX4EbgEvv7jYG0OOcH3KxW3VpqA2FrzxnXkhSpYAuabfoIQ1+ZaiN+mPEj6CDSg0SZe2qaDGVXd/vgmOFjdgj1c3x18HwRUvJLi3Ihvdxw/Xfh2+GWK61ERYdfefNFHMqb348EVjKNE7/xj2D14u9n4wO+BSVSJn3be6wZMeoTvvDL+sXwvaF1bahfxAZXOm2MRWCVmsmqSMkZrEGtVw52gYxGkiCA7Ja44ZKKKujJzrqFe2ub8/izeARE57K5vOrwxAAAAAElFTkSuQmCC");
}
.t-fund-deposit-address__destination-tag
{
    margin-top: 20px;
}
.t-fund-deposit-address__fields-input
{
    margin-bottom: 12px;
}
.t-fund-deposit-address__fields-input .t-input__input input
{
    position: relative;
    height: auto;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    background: #2b2c2f;
}
.t-fund-deposit-address__fields-btn-copy .t-button
{
    width: 100%;
    font-size: 14px;
}
.t-fund-deposit-address__fields-btn-copy .t-button__wrap
{
    gap: 8px;
}
.t-fund-deposit-address__fields-btn-copy .t-button__icon
{
    width: 20px;
    height: 20px;
}
.withdrawal .t-fund-deposit-address__fields-input .t-input__input:before
{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDMuMzMzSDQuMTY3YTIuNSAyLjUgMCAwMC0yLjUgMi41djguMzM0YTIuNSAyLjUgMCAwMDIuNSAyLjVIMTVhMi41IDIuNSAwIDAwMi41LTIuNXYtLjQxN2EuNDE3LjQxNyAwIDAwLS40MTctLjQxN2gtNS40MTZhMy4zMzMgMy4zMzMgMCAxMTAtNi42NjZoNS40MTZjLjIzIDAgLjQxNy0uMTg3LjQxNy0uNDE3di0uNDE3YTIuNSAyLjUgMCAwMC0yLjUtMi41eiIgZmlsbD0iIzczNzg4MCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuOTE3IDguMzMzYy4yMyAwIC40MTYuMTg3LjQxNi40MTd2Mi41YzAgLjIzLS4xODYuNDE3LS40MTYuNDE3aC02LjI1YTEuNjY3IDEuNjY3IDAgMTEwLTMuMzM0aDYuMjV6bS02LjI1IDIuNWEuODMzLjgzMyAwIDEwMC0xLjY2Ni44MzMuODMzIDAgMDAwIDEuNjY2eiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.withdrawal .t-fund-deposit-address__fields-input .t-input__input input
{
    padding: 16px 20px 16px 44px;
}
.t-fund-withdrawal-available
{
    position: relative;
    padding: 12px 16px;
    margin-top: 8px;
    background: #353639;
    border-radius: 12px;
}
.t-fund-withdrawal-available+.t-fund-withdrawal-amount
{
    margin: 24px 0 0;
}
.t-fund-withdrawal-available__info
{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}
.t-fund-withdrawal-available__info .t-icon-info
{
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgOC45OGExIDEgMCAwMTIgMHY2YTEgMSAwIDAxLTIgMHYtNnptMS00LjkyOWExIDEgMCAxMDAgMiAxIDEgMCAwMDAtMnoiIGZpbGw9IiNGRkVENDgiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDBDNC40NzcgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMHpNMiAxMGE4IDggMCAxMDE2IDAgOCA4IDAgMDAtMTYgMHoiIGZpbGw9IiNGRkVENDgiLz48L3N2Zz4=") no-repeat 50%/cover;
}
.t-fund-withdrawal-available__info .title
{
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
.t-fund-withdrawal-available__amount
{
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.t-fund-withdrawal-available .v-popover
{
    display: flex;
}
.t-fund-withdrawal-available__tooltip
{
    width: 300px;
}
.t-fund-withdrawal-available__tooltip .t-link
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.t-fund-converter-wallet__calculator
{
    padding: 24px 24px 0;
    margin-top: 24px;
    background: #353639;
    border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-fund-converter-wallet__calculator
    {
        padding: 16px 16px 0;
    }
}
.t-fund-converter-wallet__calculator .min-deposit
{
    margin-top: 8px;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #aeafb0;
}
.t-fund-converter-wallet__calculator .min-deposit span
{
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #aeafb0;
    text-decoration: none;
    border-bottom: none;
}
.t-fund-converter-wallet__calculator .group-input .t-input__label
{
    margin-bottom: 12px;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.t-fund-converter-wallet__calculator .group-input .t-input:nth-child(2), .t-fund-converter-wallet__title
{
    display: none;
}
.t-modal-fund-global .t-popup__close
{
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDIuNjY3QzguNjUzIDIuNjY3IDIuNjY3IDguNjUzIDIuNjY3IDE2UzguNjUzIDI5LjMzMyAxNiAyOS4zMzMgMjkuMzMzIDIzLjM0NyAyOS4zMzMgMTYgMjMuMzQ3IDIuNjY3IDE2IDIuNjY3em00LjQ4IDE2LjRhMS4wMDYgMS4wMDYgMCAwMTAgMS40MTMuOTkuOTkgMCAwMS0uNzA3LjI5My45OS45OSAwIDAxLS43MDYtLjI5M0wxNiAxNy40MTNsLTMuMDY3IDMuMDY3Yy0uMi4yLS40NTMuMjkzLS43MDYuMjkzYS45ODkuOTg5IDAgMDEtLjcwNy0uMjkzIDEuMDA2IDEuMDA2IDAgMDEwLTEuNDEzTDE0LjU4NyAxNmwtMy4wNjctMy4wNjdhMS4wMDYgMS4wMDYgMCAwMTAtMS40MTMgMS4wMDYgMS4wMDYgMCAwMTEuNDEzIDBMMTYgMTQuNTg3bDMuMDY3LTMuMDY3YTEuMDA2IDEuMDA2IDAgMDExLjQxMyAwIDEuMDA2IDEuMDA2IDAgMDEwIDEuNDEzTDE3LjQxMyAxNmwzLjA2NyAzLjA2N3oiIGZpbGw9IiM3Mzc4ODAiLz48L3N2Zz4=") no-repeat 50%/contain;
}
.t-modal-fund-global .t-popup__wrap
{
    margin: auto;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .t-popup__wrap
    {
        width: 100%;
        max-width: 400px!important;
    }
}
.t-modal-fund-global .t-popup__header
{
    margin: 0 0 24px;
}
.t-modal-fund-global .t-popup__component
{
    background: #2b2c2f;
}
.t-modal-fund-global .t-modal-fund
{
    padding: 32px;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .t-modal-fund
    {
        padding: 16px;
    }
}
.t-modal-fund-global .t-modal-fund .t-available-payment-methods
{
    padding: 24px;
    background: #353639;
    border-radius: 20px;
}
.t-modal-fund-global .t-modal-fund .t-available-payment-methods__title
{
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.t-modal-fund-global .t-modal-fund .t-available-payment-methods .list
{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    opacity: .6;
}
.t-modal-fund-global .t-modal-fund .t-available-payment-methods .list .payment
{
    display: flex;
    gap: 8px;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.t-modal-fund-global .t-modal-fund .t-tabs__head
{
    flex-direction: row-reverse;
    gap: 24px;
    justify-content: start;
    padding: 0;
    background: initial;
    border-bottom: 1px solid #353639;
    border-radius: 0;
}
.t-modal-fund-global .t-modal-fund .t-tabs__head.t-tabs__head-skeleton .t-tabs__item:before
{
    width: 23px;
    background-size: auto;
}
.t-modal-fund-global .t-modal-fund .t-tabs__item
{
    display: flex;
    flex-basis: auto;
    gap: 8px;
    align-items: center;
    width: 110px;
    padding: 10px 10px 18px;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #aeafb0;
    border-radius: 0;
}
.t-modal-fund-global .t-modal-fund .t-tabs__item_active
{
    color: #ffed48;
    background: initial;
    border-bottom: 1px solid #ffed48;
}
.t-modal-fund-global .t-modal-fund .t-tabs__item:before
{
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    filter: invert(40%) sepia(0) saturate(0) brightness(85%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-modal-fund-global .t-modal-fund .t-tabs__item:first-child:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjYxNiA1LjMyOGgtNy42N2MtLjIyNyAwLS40MzguMDA4LS42MzMuMDE2LTEuOTI2LjExNC0yLjQzOC44MjEtMi40MzggMy4wMTV2LjQ3MWMwIC40NDcuMzY2LjgxMy44MTMuODEzaDEyLjE4N2EuODE1LjgxNSAwIDAwLjgxMy0uODEzdi0uNDcxYzAtMi40MjEtLjYxOC0zLjAzLTMuMDcyLTMuMDN6TTIuNjg4IDEwLjg2MWEuODE1LjgxNSAwIDAwLS44MTMuODEzdjIuMzY0YzAgMi40MjEuNjE4IDMuMDMgMy4wNzEgMy4wM2g3LjY3YzIuNDEzIDAgMy4wNDctLjU4NCAzLjA3Mi0yLjl2LTIuNDk0YS44MTUuODE1IDAgMDAtLjgxMy0uODEzSDIuNjg3em0zLjIxNyA0LjIyNWgtMS4zOWEuNjE0LjYxNCAwIDAxLS42MDktLjYwOWMwLS4zMzMuMjc2LS42MS42MS0uNjFoMS4zOTdjLjMzMyAwIC42MS4yNzcuNjEuNjEgMCAuMzMzLS4yNzcuNjEtLjYxOC42MXptNC41NDIgMEg3LjY1MmEuNjE0LjYxNCAwIDAxLS42MS0uNjA5YzAtLjMzMy4yNzctLjYxLjYxLS42MWgyLjc5NWEuNjA5LjYwOSAwIDExMCAxLjIxOXoiIGZpbGw9IiNGRkVENDgiLz48cGF0aCBkPSJNMTguMTI1IDEwLjgzN1Y2LjU3OWMwLTIuNTQzLTEuNDU0LTMuNjQ4LTMuNjQ4LTMuNjQ4SDcuMjJjLS42MTcgMC0xLjE3LjA5LTEuNjU3LjI3N2EyLjc4MiAyLjc4MiAwIDAwLTEgLjYwOWMtLjE0Ni4xMzgtLjAzMi4zNjYuMTguMzY2aDguODMxYTMuMzA1IDMuMzA1IDAgMDEzLjMwNyAzLjMwNnY1LjgyNmMwIC4yMDMuMjIuMzE3LjM2Ni4xNy41Ni0uNTkyLjg3Ny0xLjQ2Mi44NzctMi42NDh6IiBmaWxsPSIjRkZFRDQ4Ii8+PC9zdmc+");
}
.t-modal-fund-global .t-modal-fund .t-tabs__item:last-child:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC43NSAxMGE4Ljc1IDguNzUgMCAxMS0xNy41IDAgOC43NSA4Ljc1IDAgMDExNy41IDB6bS02Ljg2LTMuMTE1YzEuMDA3LjQwNyAxLjc0MSAxLjAwNyAxLjU5IDIuMTE2YTEuNTYgMS41NiAwIDAxLS4zMTUuODZjLS4xODUuMjQtLjQzNS40MDMtLjcxLjQ2NC4wMzkuMDE5LjA3Ni4wMzguMTE0LjA2LjMzLjE5NC41ODEuNTMuNjk1LjkzNC4xMTQuNDA0LjA4My44NDQtLjA4NyAxLjIyMi0uNDQzIDEuNDA4LTEuNDY2IDEuNTEtMi44MzggMS4yMDRMMTAgMTUuMjVsLS43OTQtLjIzMi4zNC0xLjQ4OC0uNjQ1LS4xODctLjM0MyAxLjUyNS0uODAzLS4yMzYuMzQzLTEuNTI1TDYuNSAxMi42NGwuMzkzLTEuMDM4LjU3OC4xNjlhLjI1LjI1IDAgMDAuMjI1LS4wMjEuMjk4LjI5OCAwIDAwLjA5MS0uMDguMzQ1LjM0NSAwIDAwLjA1Ny0uMTE1bC45MjYtNC4xMTNhLjU0Mi41NDIgMCAwMC0uMDktLjM0OS40MjUuNDI1IDAgMDAtLjI3NC0uMTg0bC0uNTc4LS4xNjguMjE5LS45NyAxLjYxNC40NzIuMzM1LTEuNDkzLjc4NS4yMzItLjMyOSAxLjQ1Ny42NC4xODcuMzI3LTEuNDU3LjgwMy4yMzQtLjMzMiAxLjQ4MnptLTIuNTg2IDUuNDA2Yy42NC4yMDMgMi4wOTQuNjYyIDIuMzMtLjM4Ni4yMzktMS4wNjItMS4xNDQtMS40MjgtMS44MTctMS42MDYtLjA3NS0uMDItLjE0MS0uMDM3LS4xOTUtLjA1M0w5LjE3IDEyLjI1bC4xMzQuMDQxem0uNjYtMi45MTVjLjU0Ny4xNzIgMS43MjUuNTQyIDEuOTM3LS40aC0uMDAzYy4yMTgtLjk3LS45My0xLjI3LTEuNDkxLTEuNDE3LS4wNjQtLjAxNy0uMTItLjAzMS0uMTY2LS4wNDVsLS40MSAxLjgyMS4xMzQuMDQxeiIgZmlsbD0iI0ZGRUQ0OCIvPjwvc3ZnPg==");
}
.t-modal-fund-global .t-modal-fund .t-tabs__item.t-tabs__item_active:before
{
    filter: none;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton
{
    display: flex;
    flex-direction: column;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-skeleton
{
    border-radius: 8px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton__wrapper
{
    margin-top: 24px;
    margin-bottom: 20px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton__wrapper .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-skeleton__wrapper .t-skeleton
{
    height: 18px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-bonuses
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: #353639;
    border-radius: 20px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-bonuses .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton
{
    height: 24px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-bonuses .t-account-currencies-skeleton:first-child, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton:first-child
{
    width: 50%;
    margin-bottom: 4px;
}
@media screen and (max-width: 479px)
{
    .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-bonuses
    {
        padding: 16px;
    }
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-deposit-amount__btn-group
{
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-deposit-amount__btn-group .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-deposit-amount__btn-group .t-skeleton
{
    height: 56px;
    background: #353639;
    animation: unset;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-modal-fund-skeleton__action
{
    order: 4;
    margin-top: 24px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-modal-fund-skeleton__action .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-modal-fund-skeleton__action .t-skeleton
{
    height: 52px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-fee
{
    display: none;
    flex-direction: column;
    gap: 16px;
    order: 1;
    margin-bottom: 24px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-fee span
{
    max-width: 170px;
    height: 18px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing
{
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-skeleton
{
    height: 60px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-account-currencies-skeleton:first-child, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-skeleton:first-child
{
    min-width: 212px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount
{
    order: 2;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-payment-method
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 3;
    padding: 24px;
    background: #353639;
    border-radius: 20px;
}
@media screen and (max-width: 479px)
{
    .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-payment-method
    {
        padding: 16px;
    }
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-payment-method .t-account-currencies-skeleton:first-child, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-payment-method .t-skeleton:first-child
{
    max-width: 215px;
    height: 18px;
}
.t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-payment-method .t-account-currencies-skeleton:last-child, .t-modal-fund-global .t-modal-fund-deposit-skeleton .t-fund-skeleton-payment-method .t-skeleton:last-child
{
    height: 72px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton
{
    display: flex;
    flex-direction: column;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount
{
    order: 1;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .title
{
    display: none;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-skeleton
{
    height: 52px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-skeleton
{
    height: 46px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method
{
    order: 2;
    margin: 24px 0!important;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .title
{
    display: none;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton
{
    height: 234px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available
{
    display: none;
    order: 3;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-fund-fee
{
    order: 4;
    width: 50%;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 20px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-modal-fund-skeleton__action
{
    order: 5;
}
.t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-modal-fund-skeleton__action .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-withdrawal-skeleton .t-modal-fund-skeleton__action .t-skeleton
{
    height: 60px;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code
{
    display: flex;
    flex-direction: column;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__title span
{
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__enter-code
{
    display: flex;
    gap: 16px;
    margin: 16px 0 24px;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__enter-code .t-button
{
    padding-right: 50px;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__enter-code .t-button__wrap:after
{
    position: absolute;
    right: -32px;
    width: 24px;
    height: 24px;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMmM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwUzE3LjUyMyAyIDEyIDIgMiA2LjQ3NyAyIDEyczQuNDc3IDEwIDEwIDEwem0tMS02LjU4Nmw1LjIwNy01LjIwNy0xLjQxNC0xLjQxNEwxMSAxMi41ODZsLTEuNzkzLTEuNzkzLTEuNDE0IDEuNDE0TDExIDE1LjQxNHoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=") no-repeat 50%/contain;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__enter-code-input
{
    flex-grow: 1;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__enter-code-input input
{
    height: 60px;
    padding: 20px 16px 20px 44px;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__enter-code-input .t-input__input:after
{
    position: absolute;
    top: 20px;
    left: 16px;
    width: 20px;
    height: 20px;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDMuMzM0aC0xLjg3NVYyLjI5MmEuNjMuNjMgMCAwMC0uNjI1LS42MjUuNjMuNjMgMCAwMC0uNjI1LjYyNXYxNS40MTdhLjYzLjYzIDAgMDAuNjI1LjYyNS42My42MyAwIDAwLjYyNS0uNjI1di0xLjA0MkgxNWEzLjMzMiAzLjMzMiAwIDAwMy4zMzMtMy4zMzNWNi42NjdBMy4zMzIgMy4zMzIgMCAwMDE1IDMuMzM0ek01LjQxNyAzLjMzNGEzLjMzMiAzLjMzMiAwIDAwLTMuMzM0IDMuMzMzdjYuNjY3YTMuMzMyIDMuMzMyIDAgMDAzLjMzNCAzLjMzM2g0LjE2NmEuODM2LjgzNiAwIDAwLjgzNC0uODMzVjQuMTY3YS44MzYuODM2IDAgMDAtLjgzNC0uODMzSDUuNDE3em0uMTQxIDYuOTgzYy0uMDQxLjEtLjEuMTkyLS4xNzUuMjc1YS45NjMuOTYzIDAgMDEtLjI3NS4xNzUuODI5LjgyOSAwIDAxLS4zMTYuMDY3LjgyOS44MjkgMCAwMS0uMzE3LS4wNjcuOTYzLjk2MyAwIDAxLS4yNzUtLjE3NSAxLjIxNyAxLjIxNyAwIDAxLS4xODMtLjI3NS44MjEuODIxIDAgMDEtLjA1OS0uMzE3YzAtLjIxNi4wOTItLjQzMy4yNDItLjU5MWwuMTI1LS4xYy4wNS0uMDM0LjEtLjA1OS4xNS0uMDc1YS41My41MyAwIDAxLjE1LS4wNS44MzQuODM0IDAgMDEuNzU4LjIyNWMuMTUuMTU4LjI0Mi4zNzUuMjQyLjU5MWEuODMuODMgMCAwMS0uMDY3LjMxN3ptMi45MTcgMGMtLjA0Mi4xLS4xLjE5Mi0uMTc1LjI3NWEuOTYzLjk2MyAwIDAxLS4yNzUuMTc1LjgyOS44MjkgMCAwMS0uMzE3LjA2Ny44MjkuODI5IDAgMDEtLjMxNi0uMDY3Ljk2My45NjMgMCAwMS0uMjc1LS4xNzUuODI1LjgyNSAwIDAxLS4xNzUtLjkwOC44Ni44NiAwIDAxLjE3NS0uMjc1Yy4zMDgtLjMwOS44NjYtLjMwOSAxLjE4MyAwIC4xNS4xNTguMjQyLjM3NS4yNDIuNTkxYS44My44MyAwIDAxLS4wNjcuMzE3eiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==") no-repeat 50%/contain;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon
{
    position: relative;
    order: -2;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-title
{
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-title:after
{
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 24px;
    content: "";
    background: url(../../willbettingde/image/kinguin.93d1c60.png) no-repeat 50%/contain;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-list
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0 16px;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-list
    {
        gap: 8px;
    }
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-list .t-button
{
    justify-content: start;
    width: 100%;
    height: 56px;
    padding-left: 32px;
    font-size: 19px;
    font-weight: 800;
    line-height: 20px;
    color: #ffed48;
    background: url(../../willbettingde/image/card.df4b121.png) no-repeat 50%/contain;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-list .t-button
    {
        padding-left: 20px;
        font-size: 16px;
    }
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-list .t-button.active
{
    background: url(../../willbettingde/image/card-active.d53978a.png) no-repeat 50%;
    background-size: 100%;
}
@media(hover: hover)
{
    .t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-list .t-button.active:hover
    {
        background: url(../../willbettingde/image/card-active.d53978a.png) no-repeat 50%;
        background-size: 100%;
    }
}
@media(hover: hover)
{
    .t-modal-fund-global .t-modal-fund .t-deposit-gift-code__coupon-list .t-button:hover
    {
        background: url(../../willbettingde/image/card-hover.077c784.png) no-repeat 50%;
        background-size: 100%;
    }
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__purchase
{
    order: -1;
    margin-bottom: 24px;
}
.t-modal-fund-global .t-modal-fund .t-deposit-gift-code__purchase .t-button
{
    width: 100%;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton
{
    position: relative;
    display: flex;
    flex-direction: column;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-skeleton
{
    border-radius: 8px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-bonuses
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-bonuses .t-account-currencies-skeleton:first-child, .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-bonuses .t-skeleton:first-child
{
    width: 50%;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-bonuses
    {
        padding: 16px;
    }
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-minimum-deposit-crypto
{
    order: 10;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-description
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    order: 11;
    padding: 16px 20px;
    background: #353639;
    border-radius: 20px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-description .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-description .t-skeleton
{
    height: 48px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-description__wrapper
{
    display: flex;
    justify-content: space-between;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-description__wrapper .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-description__wrapper .t-skeleton
{
    max-width: 160px;
    height: 48px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-description__wrapper .t-account-currencies-skeleton:first-child, .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-description__wrapper .t-skeleton:first-child
{
    max-width: 80px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet
{
    position: relative;
    border-radius: 20px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet__calculator
{
    padding: 24px;
    margin-top: 0;
    border-radius: 20px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .title
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% - 162px);
    margin-bottom: 20px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .title .big
{
    height: 52px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .title .small
{
    height: 18px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .description
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .description .big
{
    height: 74px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .description .small
{
    width: 50%;
    height: 18px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .description .t-account-currencies-skeleton:last-child, .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .description .t-skeleton:last-child
{
    height: 48px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet .group-input
{
    display: flex;
    gap: 25px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet__qr-code
{
    position: absolute;
    top: 54px;
    right: 24px;
    width: 146px;
    height: 146px;
    border-radius: 14px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet__qr-code span
{
    height: 100%;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-converter-wallet__qr-code
    {
        right: 16px;
    }
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-address
{
    justify-content: start;
    padding: 0 24px 44px;
    margin-top: -8px;
}
.t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-address__body
{
    width: 50%;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-address
    {
        padding: 0 24px 55px;
    }
}
@media screen and (max-width: 479px)
{
    .t-modal-fund-global .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-address__body
    {
        width: 40%;
    }
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-skeleton
{
    border-radius: 8px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-withdrawal-available
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
    margin-bottom: 24px;
    background: #353639;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-withdrawal-available .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-withdrawal-available .t-skeleton
{
    height: 24px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-withdrawal-available .t-account-currencies-skeleton:last-child, .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-withdrawal-available .t-skeleton:last-child
{
    max-width: 100px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: #353639;
    border-radius: 20px;
}
@media screen and (max-width: 479px)
{
    .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator
    {
        padding: 16px;
    }
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-skeleton
{
    height: 60px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-account-currencies-skeleton:first-child, .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-skeleton:first-child
{
    max-width: 62px;
    height: 18px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-account-currencies-skeleton:nth-child(2), .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-skeleton:nth-child(2)
{
    height: 52px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-account-currencies-skeleton:nth-child(3), .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-skeleton:nth-child(3)
{
    max-width: 138px;
    height: 18px;
    margin-top: -4px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-account-currencies-skeleton:nth-child(4), .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-skeleton:nth-child(4)
{
    max-width: 62px;
    height: 18px;
    margin-top: 8px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-account-currencies-skeleton:nth-child(5), .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-skeleton:nth-child(5)
{
    height: 52px;
}
.t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-account-currencies-skeleton:nth-child(8), .t-modal-fund-global .t-modal-fund-withdrawal-crypto-skeleton .t-fund-converter-wallet-calculator .t-skeleton:nth-child(8)
{
    max-width: 210px;
    height: 50px;
}
.t-modal-fund-global .t-modal-fund__tabs
{
    display: flex;
    gap: 4px;
    max-width: 274px;
    padding: 4px;
    background: #212326;
    border-radius: 20px;
}
.t-modal-fund-global .t-modal-fund__tabs.skeleton
{
    height: 62px;
}
.t-modal-fund-global .t-modal-fund__tabs-item
{
    width: 100%;
    padding: 16px 0;
    font-family: Inter,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    border-radius: 16px;
}
.t-modal-fund-global .t-modal-fund__tabs-item.active
{
    background: #46484b;
}
.t-modal-fund-global .t-modal-fund .t-assets-changelly
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
    background: #353639;
    border-radius: 20px;
}
.t-modal-fund-global .t-modal-fund .t-assets-changelly__skeleton .t-assets-changelly__content-image .t-account-currencies-skeleton, .t-modal-fund-global .t-modal-fund .t-assets-changelly__skeleton .t-assets-changelly__content-image .t-skeleton
{
    display: none;
}
.t-modal-fund-global .t-modal-fund .t-assets-changelly__wrapper
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    border: none;
}
.t-modal-fund-global .t-modal-fund .t-assets-changelly__content
{
    flex-direction: column;
    gap: 16px;
    align-items: start;
    width: auto;
}
.t-modal-fund-global .t-modal-fund .t-assets-changelly__content-image
{
    width: 100%;
    height: 24px;
    background-image: url(../../willbettingde/image/payments.920956b.png);
}
.t-modal-fund-global .t-modal-fund .t-assets-changelly__content-info
{
    display: initial;
    order: 0;
    height: auto;
    text-align: left;
    white-space: normal;
}
.t-modal-fund-global .t-modal-fund .t-assets-changelly__action .t-button
{
    max-width: none;
    height: 48px;
    color: #000;
    background: #ffed48;
}
.t-modal-fund-global .t-modal-fund .t-assets-changelly__action .t-button:hover
{
    background: #ffe673;
}
.t-modal-fund-global .t-fund-minimum-deposit-crypto
{
    position: relative;
    padding: 12px 16px 12px 56px;
    margin: 24px 0;
    font-family: Inter,sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #a9d79c;
    background: rgba(79,255,26,.1);
    border-radius: 16px;
}
.t-modal-fund-global .t-fund-minimum-deposit-crypto:after
{
    position: absolute;
    top: calc(50% - 12.5px);
    left: 16px;
    width: 23px;
    height: 23px;
    content: "";
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHcSURBVHgB3VZLTsMwEH0mYYOE1CNkiZCAcINyg3KCwh5oOEHhBumGbcUJCicgnIAgFcQyR6jEDtoMz/3QtGlit2o3fVKksf3sN7bHMwG2HWoZciBe5Qd7ngPH120BeikGyYP6jG3XsBK8kqOaAzRoVgsoCb9I4fc+VF8JVhUM5NAX7LRJ82GPUMGhcNxbSvBGjhsKEmI1JNzt2aLdqg2IlYruzLMCOfDMYsIgkScavRKSJ9htz3fmBEl6QTmSluqe8junY+cGbvVajoNCwUCOLrRnKEc0MULVjQxcCkgzEL8ybWfAd1XH+kGxvp8THHtRxQYgUPWcYD/jxQZQzQnyhVSwOeTv0M102iIbDLaC7sTo8005dpNrzK3PLr4jQdq0mzLMtbOCLpxYMLCZXKFjHcE+hnFtBUkm1v+RMtnqzp7lApNMY8cG3nOCowF5hBnZTHNmwaeIG07tgoESRFPTtSi8Eo1PLy+oB7jLlmEFHTQ1Xf1tgkbBvZxtz0GHOoPnDeacagSPnIW4e5fty1ULXalZsfXdJFiz2Ki/ANwp61na4R0snfIU0ttQfYSLxwzQJYthre/KgxHCHymXYnFc7IwlKFxLGTA8qhNO8zBKV4l+1FzklXZkUx+3H38nH61wYeizaQAAAABJRU5ErkJggg==") no-repeat 50%/contain;
}
.t-modal-fund-global .deposit .t-fund-deposit-address
{
    justify-content: start;
    padding: 0 16px 16px;
    margin-top: -1px;
}
.t-modal-fund-global .deposit .t-fund-deposit-address .v-popover
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .deposit .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-address
    {
        justify-content: end;
        padding: 0 24px 55px;
    }
}
@media screen and (max-width: 479px)
{
    .t-modal-fund-global .deposit .t-modal-fund-deposit-crypto-skeleton .t-fund-deposit-address__body
    {
        width: 40%;
    }
}
.t-modal-fund-global .withdrawal .t-fund-deposit-address
{
    flex-direction: column;
    justify-content: normal;
    padding: 0 24px;
    border-radius: 0;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .withdrawal .t-fund-deposit-address
    {
        padding: 0 16px;
    }
}
.t-modal-fund-global .withdrawal .t-fund-deposit-address__title
{
    display: none;
}
.t-modal-fund-global .withdrawal .t-fund-deposit-address__body
{
    width: 100%;
    margin-top: 12px;
}
.t-modal-fund-global .withdrawal .t-fund-deposit-address__network
{
    display: block;
    margin-top: 50px;
}
.t-modal-fund-global .withdrawal .t-fund-deposit-address__network .t-select__label
{
    top: -12px;
    left: 0;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    transform: translateY(-100%);
}
.t-modal-fund-global .withdrawal .t-fund-deposit-address__network .t-select__choose
{
    padding: 11px 36px 11px 12px;
}
.t-modal-fund-global .withdrawal .t-fund-withdrawal-available
{
    margin-top: 0;
}
.t-modal-fund-global .withdrawal .t-fund-fee
{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 24px;
    background: #353639;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .withdrawal .t-fund-fee
    {
        padding: 0 16px;
    }
}
.t-modal-fund-global .withdrawal .t-fund-fee__processing, .t-modal-fund-global .withdrawal .t-fund-fee__total
{
    font-size: 14px;
    line-height: 22px;
}
.t-modal-fund-global .withdrawal .t-fund-fee__processing .processing, .t-modal-fund-global .withdrawal .t-fund-fee__processing .total, .t-modal-fund-global .withdrawal .t-fund-fee__total .processing, .t-modal-fund-global .withdrawal .t-fund-fee__total .total
{
    font-size: 16px;
    font-weight: 600;
}
.t-modal-fund-global .withdrawal .t-modal-fund__action
{
    padding: 20px 24px 24px;
    background: #353639;
    border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 767px)
{
    .t-modal-fund-global .withdrawal .t-modal-fund__action
    {
        padding: 20px 16px 16px;
    }
}
.t-modal-fund-global .withdrawal.banking .t-modal-fund__action
{
    padding: 20px 0 0;
}
.t-modal-fund-global .withdrawal.banking .t-fund-fee, .t-modal-fund-global .withdrawal.banking .t-modal-fund__action
{
    background: none;
}
.t-assets-modal-status .t-icon-status
{
    margin: 0 auto 16px;
}
.t-assets-modal-status .t-popup__body
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    text-align: center;
}
.t-assets-modal-status .t-popup__body b
{
    font-weight: 400;
    color: #fff;
}
.t-assets-modal-status .t-popup__header
{
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-transform: lowercase;
}
.t-assets-modal-status .t-popup__header:first-letter 
{
    text-transform: uppercase;
}
.t-assets-modal-status .t-popup__action
{
    margin: 16px 0 0;
}
.t-assets-modal-kyc-procced__slider .t-popover-inner
{
    max-width: 500px;
}
@media screen and (max-width: 767px)
{
    .t-assets-modal-kyc-procced__slider .t-popover-inner
    {
        max-width: 290px;
    }
}
.t-assets-modal-kyc-procced .v-popover
{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.t-assets-modal-kyc-procced .v-popover .trigger .t-button
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #ffed48;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0s ease-in-out;
}
.t-assets-modal-kyc-procced .v-popover .trigger .t-button:active, .t-assets-modal-kyc-procced .v-popover .trigger .t-button:focus, .t-assets-modal-kyc-procced .v-popover .trigger .t-button:hover
{
    color: rgba(255,90,0,.7);
}
.t-assets-modal-kyc-procced .v-popover .trigger .t-assets-modal-kyc-procced__button
{
    width: auto;
}
.t-assets-modal-kyc-procced .t-popup__wrap
{
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    background: #090a0c;
    border-radius: 24px;
}
.t-assets-modal-kyc-procced .t-popup__component
{
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
}
.t-assets-modal-kyc-procced .t-popup__body
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-assets-modal-kyc-procced .t-popup__action-col
{
    display: flex;
    flex-direction: column;
}
.t-assets-modal-kyc-procced .t-popup__icon
{
    display: none;
}
.t-assets-modal-create-order-modal .t-assets-modal-create-order
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 24px 12px 12px;
    background: #fff;
}
.t-assets-modal-create-order-modal .t-assets-modal-create-order .t-iframe
{
    z-index: 2;
    height: auto;
    min-height: 500px!important;
    border-radius: 12px;
}
.t-assets-modal-create-order-modal .t-assets-modal-create-order .t-loading svg path
{
    fill: #ffed48;
}
.t-assets-modal-create-order-modal #devcode_cashier
{
    position: relative;
    top: 25px;
}
.t-assets-modal-create-order-modal_yaspa, .t-assets-modal-create-order-modal_yaspa_de
{
    padding: 20px 0!important;
}
.t-assets-modal-create-order-modal_yaspa .t-popup__wrap, .t-assets-modal-create-order-modal_yaspa_de .t-popup__wrap
{
    width: 100%!important;
    max-width: 500px!important;
    height: 800px;
    max-height: none!important;
    background: #000;
    border-radius: 28px;
}
.t-assets-modal-create-order-modal_yaspa .t-assets-modal-create-order, .t-assets-modal-create-order-modal_yaspa_de .t-assets-modal-create-order
{
    height: 100%;
    background: #000;
    border-radius: 28px;
}
.t-assets-modal-create-order-modal_yaspa .t-assets-modal-create-order .t-iframe, .t-assets-modal-create-order-modal_yaspa_de .t-assets-modal-create-order .t-iframe
{
    height: 100%;
}
.t-klyme-widget-modal .t-popup__wrap
{
    background: transparent;
}
.t-assets-modal-rakeback-info .t-popup__wrap
{
    width: 420px;
}
@media(max-width: 767px)
{
    .t-assets-modal-rakeback-info .t-popup__wrap
    {
        top: unset;
        height: auto;
    }
}
.t-assets-modal-rakeback-info .t-popup__wrap .policy__text-btn
{
    width: 100%;
}
.t-assets-modal-rakeback-info .t-popup__wrap .policy__text li
{
    margin-bottom: 12px;
}
.t-assets-modal-rakeback-info .t-popup__wrap .policy__btn
{
    padding: 16px 0;
    text-align: center;
}
.t-assets-modal-rakeback-info .t-popup__wrap .policy__btn span
{
    position: relative;
}
.t-assets-modal-rakeback-info .t-popup__wrap .policy__btn span:after
{
    position: absolute;
    top: 8px;
    right: -14px;
    width: 8px;
    height: 8px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uODI1IDIuMTJhLjUuNSAwIDAwLS42NS43NmwuNjUtLjc2ek00IDUuNWwtLjMyNS4zOGEuNS41IDAgMDAuNjUgMEw0IDUuNXptMy44MjUtMi42MmEuNS41IDAgMDAtLjY1LS43NmwuNjUuNzZ6bS03LjY1IDBsMy41IDMgLjY1LS43Ni0zLjUtMy0uNjUuNzZ6bTQuMTUgM2wzLjUtMy0uNjUtLjc2LTMuNSAzIC42NS43NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: all .4s ease;
}
.t-assets-modal-rakeback-info .t-popup__wrap .policy__btn.is-active span:after
{
    transform: rotate(180deg);
}
@media(max-width: 768px)
{
    .t-assets-modal-rakeback-info .t-popup__component
    {
        padding: 16px;
    }
}
.t-assets-modal-rakeback-info .t-popup__header
{
    text-align: left;
}
.t-assets-modal-rakeback-info .t-popup__header h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.t-assets-modal-rakeback-info .t-popup__header p
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
}
.t-assets-modal-rakeback-info .t-popup__body .list__item
{
    display: flex;
    column-gap: 16px;
    padding: 12px 0;
}
.t-assets-modal-rakeback-info .t-popup__body .list__item .t-icon
{
    width: 24px;
    height: 24px;
}
.t-assets-modal-rakeback-info .t-popup__body .description
{
    padding: 12px 0 24px;
}
.t-assets-modal-rakeback-info .t-popup__body .description p
{
    color: hsla(0,0%,100%,.5);
}
.t-assets-modal-rakeback-info .t-popup__body .description p:last-child
{
    display: none;
}
.t-assets-modal-rakeback-info .t-popup__body .t-button
{
    width: 100%;
}
.date-picker-popover-base .t-popover-inner
{
    padding: 16px;
    background: #090a0c;
    border: 1px solid #1e2023;
    border-radius: 16px;
}
.date-picker-popover-base .t-popover-inner .vc-title
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.date-picker-popover-base .t-popover-inner .vc-header
{
    padding: 0;
    margin: 5px 0 10px;
}
.date-picker-popover-base .t-popover-inner .vc-arrows-container
{
    top: -10px;
    padding: 8px 0;
}
.date-picker-popover-base .t-popover-inner .vc-weeks
{
    padding: 5px 0;
}
.date-picker-popover-base .t-popover-inner .vc-weekday
{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #737880;
}
.date-picker-popover-base .t-popover-inner .vc-container.vc-is-expanded
{
    min-width: 100%;
    background: none;
    border: none;
}
.date-picker-popover-base .t-popover-inner .vc-container .vc-day-content
{
    color: #393e45!important;
}
.date-picker-popover-base .t-popover-inner .vc-container .vc-day-layer+.vc-day-content
{
    color: #fff!important;
}
.date-picker-popover-base .t-popover-inner .vc-container .vc-day-layer+.vc-day-content[style="font-weight: var(--font-bold); color: var(--white);"]
{
    color: #090a0c!important;
}
.date-picker-popover-base .t-popover-inner .vc-container .vc-highlight
{
    margin: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #090a0c;
    background-color: #ffed48!important;
    border: none!important;
    border-radius: 8px!important;
}
.date-picker-popover-base .t-popover-inner .vc-container .vc-day-content:hover
{
    color: #090a0c!important;
    background-color: #ffed48!important;
    border-radius: 8px!important;
}
.date-picker-popover-base .t-popover-inner .vc-container .vc-highlight-base-end, .date-picker-popover-base .t-popover-inner .vc-container .vc-highlight-base-start
{
    z-index: 1;
    background-color: #ffed48!important;
}
.date-picker-popover-base .t-popover-inner .vc-container .vc-highlight.vc-highlight-base-middle
{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    background-color: #1e2023!important;
}
.date-picker-popover-base .t-popover-inner .t-button
{
    margin-top: 7px;
}
.date-picker-popover-base .t-popover-inner .t-button__border
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #090a0c;
    background: #fff;
}
.date-picker-popover-base .t-popover-inner .t-button__disabled
{
    background: hsla(0,0%,100%,.5);
}
.t-bonuses-list__body
{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 262px;
    max-width: 262px;
    height: 322px;
    max-height: 322px;
}
@media screen and (max-width: 1439px)
{
    .t-bonuses-list__body
    {
        min-width: 246px;
        max-width: 246px;
    }
}
.t-bonuses-list__body.t-slider-wrap
{
    padding: 16px 12px;
    background: #28427a;
    border-radius: 12px;
}
.t-bonuses-list__body .swiper-wrapper
{
    height: auto;
}
.t-bonuses-list__body .t-slider-pagination .swiper-pagination-bullet
{
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #0098ff;
}
.t-bonuses-list__body .t-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before
{
    content: "";
}
.t-bonuses-list__body .t-slider-pagination .swiper-pagination-bullet:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #0098ff;
    border: none;
    transform: translate(-50%,-50%);
}
.t-bonuses-list__body .t-slider-pagination .swiper-pagination-bullet:after
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%,-50%);
}
.t-bonuses-list__body .t-bonuses-list-slider
{
    display: flex;
    flex-direction: column;
    height: 230px;
    margin: 12px 0 0;
}
.t-bonuses-list__body .t-bonuses-list-slider__title
{
    font-family: Chakra Petch,sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
}
.t-bonuses-list__body .t-bonuses-list-slider__slide
{
    position: relative;
    max-width: 64px;
    height: 64px;
    background: transparent;
    transition: all 0s ease-in-out;
}
.t-bonuses-list__body .t-bonuses-list-slider__slide .t-bonuses__icon
{
    width: 100%;
    height: 100%;
    padding: 8px;
    cursor: pointer;
}
@media screen and (max-width: 1023px)
{
    .t-bonuses-list__body .t-bonuses-list-slider__slide .t-bonuses__icon
    {
        max-width: 64px;
    }
}
.t-bonuses-list__body .t-bonuses-list-slider__pagination
{
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 14px;
    text-align: center;
    transition: all 0s ease-in-out;
}
.t-popover__slider
{
    margin-top: 64px;
}
.t-popover__slider-status
{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fa5a19;
}
.t-popover__slider-status.activated
{
    color: #70c307;
}
.t-popover__slider-status.expired
{
    color: #fa5a19;
}
.t-popover__slider-date, .t-popover__slider-failed
{
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
}
.t-bonuses-card
{
    position: relative;
    width: 320px;
    min-width: 320px;
    height: 294px;
    padding: 8px;
    overflow: hidden;
    text-decoration: none;
    background-size: cover;
    border: 1px solid #282b2f;
    border-radius: 16px;
    transition: all 0s ease-in-out;
}
.t-bonuses-card__caption-wrap
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    margin-top: 10px;
}
.t-bonuses-card__i
{
    position: absolute;
    bottom: 68px;
    left: 12px;
    height: 18px;
    padding-left: 20px;
    text-align: left;
    cursor: pointer;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQxNDVfNzY5NDkpIj48cGF0aCBkPSJNOCAxLjMzM2E2LjY2NyA2LjY2NyAwIDEwMCAxMy4zMzNBNi42NjcgNi42NjcgMCAwMDggMS4zMzN6IiBmaWxsPSIjNzM3ODgwIiBmaWxsLW9wYWNpdHk9Ii4yNSIvPjxwYXRoIGQ9Ik04LjY2NyA1LjMzNGEuNjY3LjY2NyAwIDAwLTEuMzM0IDBWOGEuNjY3LjY2NyAwIDAwMS4zMzQgMFY1LjMzNHpNNy4zMzMgMTAuNjY3YS42NjcuNjY3IDAgMTExLjMzNCAwIC42NjcuNjY3IDAgMDEtMS4zMzQgMHoiIGZpbGw9IiM5Mjk5QTUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF80MTQ1Xzc2OTQ5Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
}
.t-bonuses-card__i span
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #9299a5;
}
.t-bonuses-card__wrap
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .2s linear;
}
.t-bonuses-card__wrap._is-loading
{
    opacity: 0;
}
.t-bonuses-card__countdown
{
    width: 215px;
    padding: 0;
}
.t-bonuses-card._active
{
    width: 100%;
    height: 262px;
    padding: 0;
    border: 1px solid #282b2f;
}
@media(max-width: 767px)
{
    .t-bonuses-card._active
    {
        height: auto;
        max-height: unset;
    }
}
.t-bonuses-card._active .t-bonuses__icon
{
    position: unset;
    width: 290px;
    min-width: 52px;
    height: 140px;
    overflow: hidden;
    border-radius: 14px;
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses__icon
    {
        width: 100%;
        height: 172px;
    }
}
.t-bonuses-card._active .t-bonuses__icon:before
{
    display: none;
}
.t-bonuses-card._active .t-bonuses-card__wrap
{
    flex-flow: row wrap;
    align-items: flex-start;
}
.t-bonuses-card._active .t-bonuses-card__head
{
    width: max-content;
    height: auto;
    padding: 14px 14px 0;
    overflow: unset;
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__head
    {
        gap: 12px;
        width: 100%;
    }
}
.t-bonuses-card._active .t-bonuses-card__character
{
    position: absolute;
    left: 320px;
    width: 100%;
    max-width: 600px;
    margin: 0;
}
@media(max-width: 1279px)
{
    .t-bonuses-card._active .t-bonuses-card__character
    {
        top: 50px;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__character
    {
        position: unset;
    }
}
.t-bonuses-card._active .t-bonuses-card__character .title
{
    font-size: 16px;
    font-weight: 600;
}
.t-bonuses-card._active .t-bonuses-card__character .description
{
    font-size: 14px;
}
.t-bonuses-card._active .t-bonuses-card__group
{
    width: 100%;
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__group
    {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}
.t-bonuses-card._active .t-bonuses-card__type
{
    top: 26px;
    left: 320px;
    width: max-content;
    padding: 6px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #ffed48;
    text-transform: uppercase;
    background: rgba(255,237,72,.1);
    border-radius: 6px;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__type
    {
        position: unset;
        margin: 0;
    }
}
.t-bonuses-card._active .t-bonuses-card__body
{
    flex-direction: row;
    grid-gap: 24px;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 318px);
    padding-right: 14px;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__body
    {
        flex-direction: column-reverse;
        gap: 0;
        width: 100%;
        padding: 0 14px;
    }
}
.t-bonuses-card._active .t-bonuses-card__info
{
    position: absolute;
    bottom: 0;
    left: 0;
    flex-flow: row wrap;
    align-items: center;
    width: calc(100% - 240px);
    padding: 25px 14px;
    margin: 0;
    border-bottom: none;
}
@media(max-width: 1279px)
{
    .t-bonuses-card._active .t-bonuses-card__info
    {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        padding: 14px;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__info
    {
        position: unset;
        width: 100%;
        padding: 0 0 14px;
    }
}
.t-bonuses-card._active .t-bonuses-card__info-item
{
    gap: 8px;
    line-height: 18px;
}
.t-bonuses-card._active .t-bonuses-card__info:before
{
    position: absolute;
    top: 0;
    left: 14px;
    width: calc(100% + 212px);
    height: 2px;
    content: "";
    background: #282b2f;
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__info:before
    {
        display: none;
    }
}
.t-bonuses-card._active .t-bonuses-card__remaining
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 120px;
}
@media(max-width: 1279px)
{
    .t-bonuses-card._active .t-bonuses-card__remaining
    {
        margin-top: 100px;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__remaining
    {
        flex-direction: column;
        margin-top: 16px;
    }
}
.t-bonuses-card._active .t-bonuses-card__action
{
    position: absolute;
    right: -230px;
    bottom: 14px;
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    padding: 0;
    margin-top: 0;
    margin-left: auto;
}
@media(max-width: 1279px)
{
    .t-bonuses-card._active .t-bonuses-card__action
    {
        bottom: 25px;
    }
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__action
    {
        position: unset;
        width: 100%;
    }
}
.t-bonuses-card._active .t-bonuses-card__action-button
{
    width: 100%;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-bonuses-card._active .t-bonuses-card__action-button .t-button__wrap
{
    padding: 12px 0;
}
.t-bonuses-card._active .t-bonuses-card__action-button:nth-of-type(2)
{
    margin-left: 0;
    font-size: 12px;
    color: #fff;
    background: #1e2023;
    border: none;
}
.t-bonuses-card._active .t-bonuses-card__wagering
{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    width: 100%;
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__wagering
    {
        justify-content: flex-start;
    }
}
.t-bonuses-card._active .t-bonuses-card__wagering .title
{
    order: 3;
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__wagering .title
    {
        order: 2;
    }
}
.t-bonuses-card._active .t-bonuses-card__wagering .amount
{
    order: 2;
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__wagering .amount
    {
        order: 3;
    }
}
.t-bonuses-card._active .t-bonuses-card__wagering .progress
{
    order: 1;
    width: 100%;
}
.t-bonuses-card._active .t-bonuses-card__wagering .amount span
{
    font-size: 14px;
}
.t-bonuses-card._active .t-bonuses-card__remaining-wager
{
    flex-direction: row;
    gap: 12px;
    margin: -21px 0 0;
    color: hsla(0,0%,100%,.5);
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__remaining-wager
    {
        flex-direction: row;
        margin: 0;
    }
}
.t-bonuses-card._active .t-bonuses-card__remaining-wager span
{
    order: -2;
    font-size: 14px;
    color: #fff;
}
.t-bonuses-card._active .t-bonuses-card__remaining-wager-currency
{
    order: -1;
}
.t-bonuses-card._active .t-bonuses-card__expired
{
    position: absolute;
    top: 82px;
    right: 14px;
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}
@media(max-width: 1279px)
{
    .t-bonuses-card._active .t-bonuses-card__expired
    {
        top: 64px;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-card._active .t-bonuses-card__expired
    {
        position: unset;
        flex-direction: row;
        margin: 0;
    }
}
.t-bonuses-card._active .t-bonuses-card__expired .addition
{
    order: 1;
    font-size: 14px;
}
.t-bonuses-card._active .t-bonuses-card__expired .days
{
    order: 2;
}
.t-bonuses-card._active .t-bonuses-card__expired .t-countdown
{
    display: none;
    order: 3;
}
.t-bonuses-card._active .t-bonuses-card__expired .t-countdown__group-date
{
    display: flex;
}
.t-bonuses-card._active .t-bonuses-card__expired .t-countdown__group-date .digit
{
    font-size: 14px;
}
.t-bonuses-card._blocked
{
    order: 5;
}
.t-bonuses-card._blocked .t-bonuses__icon
{
    position: absolute;
    width: 100%;
}
.t-bonuses-card._blocked .t-bonuses__icon:after
{
    position: absolute;
    top: 19px;
    left: 19px;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIGZpbGw9IiNmZmYiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOCAzdjFINFYzYTIgMiAwIDExNCAwek0zIDRWM2EzIDMgMCAwMTYgMHYxaC41QTEuNSAxLjUgMCAwMTExIDUuNXY1QTEuNSAxLjUgMCAwMTkuNSAxMmgtN0ExLjUgMS41IDAgMDExIDEwLjV2LTVBMS41IDEuNSAwIDAxMi41IDRIM3ptMSAxSDIuNWEuNS41IDAgMDAtLjUuNXY1YS41LjUgMCAwMC41LjVoN2EuNS41IDAgMDAuNS0uNXYtNWEuNS41IDAgMDAtLjUtLjVINHptMi41IDIuODY2YTEgMSAwIDEwLTEgMFY5LjVhLjUuNSAwIDAwMSAwVjcuODY2eiIvPjwvbWFzaz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggM3YxSDRWM2EyIDIgMCAxMTQgMHpNMyA0VjNhMyAzIDAgMDE2IDB2MWguNUExLjUgMS41IDAgMDExMSA1LjV2NUExLjUgMS41IDAgMDE5LjUgMTJoLTdBMS41IDEuNSAwIDAxMSAxMC41di01QTEuNSAxLjUgMCAwMTIuNSA0SDN6bTEgMUgyLjVhLjUuNSAwIDAwLS41LjV2NWEuNS41IDAgMDAuNS41aDdhLjUuNSAwIDAwLjUtLjV2LTVhLjUuNSAwIDAwLS41LS41SDR6bTIuNSAyLjg2NmExIDEgMCAxMC0xIDBWOS41YS41LjUgMCAwMDEgMFY3Ljg2NnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNOCA0djFoMVY0SDh6TTQgNEgzdjFoMVY0ek0zIDR2MWgxVjRIM3ptNiAwSDh2MWgxVjR6TTYuNSA3Ljg2Nkw2IDcuMDAxbC0uNS4yODh2LjU3N2gxem0tMSAwaDFWNy4yOUw2IDcuMDAxbC0uNS44NjV6TTkgNFYzSDd2MWgyek00IDVoNFYzSDR2MnpNMyAzdjFoMlYzSDN6bTMtM2EzIDMgMCAwMC0zIDNoMmExIDEgMCAwMTEtMVYwem0zIDNhMyAzIDAgMDAtMy0zdjJhMSAxIDAgMDExIDFoMnpNMiAzdjFoMlYzSDJ6bTQtNGE0IDQgMCAwMC00IDRoMmEyIDIgMCAwMTItMnYtMnptNCA0YTQgNCAwIDAwLTQtNHYyYTIgMiAwIDAxMiAyaDJ6bTAgMVYzSDh2MWgyem0tLjUtMUg5djJoLjVWM3pNMTIgNS41QTIuNSAyLjUgMCAwMDkuNSAzdjJhLjUuNSAwIDAxLjUuNWgyem0wIDV2LTVoLTJ2NWgyek05LjUgMTNhMi41IDIuNSAwIDAwMi41LTIuNWgtMmEuNS41IDAgMDEtLjUuNXYyem0tNyAwaDd2LTJoLTd2MnpNMCAxMC41QTIuNSAyLjUgMCAwMDIuNSAxM3YtMmEuNS41IDAgMDEtLjUtLjVIMHptMC01djVoMnYtNUgwek0yLjUgM0EyLjUgMi41IDAgMDAwIDUuNWgyYS41LjUgMCAwMS41LS41VjN6TTMgM2gtLjV2MkgzVjN6bS0uNSAzSDRWNEgyLjV2MnptLjUtLjVhLjUuNSAwIDAxLS41LjVWNEExLjUgMS41IDAgMDAxIDUuNWgyem0wIDV2LTVIMXY1aDJ6bS0uNS0uNWEuNS41IDAgMDEuNS41SDFBMS41IDEuNSAwIDAwMi41IDEydi0yem03IDBoLTd2Mmg3di0yem0tLjUuNWEuNS41IDAgMDEuNS0uNXYyYTEuNSAxLjUgMCAwMDEuNS0xLjVIOXptMC01djVoMnYtNUg5em0uNS41YS41LjUgMCAwMS0uNS0uNWgyQTEuNSAxLjUgMCAwMDkuNSA0djJ6TTggNmgxLjVWNEg4djJ6TTQgNmg0VjRINHYyem0yIDFsMSAxLjczMkEyIDIgMCAwMDggN0g2em0wIDBoMmEyIDIgMCAwMC0yLTJ2MnptMCAwVjVhMiAyIDAgMDAtMiAyaDJ6bTAgMEg0YTIgMiAwIDAwMSAxLjczMkw2IDd6bS0xLjUuODY2VjkuNWgyVjcuODY2aC0yem0wIDEuNjM0QTEuNSAxLjUgMCAwMDYgMTFWOWEuNS41IDAgMDEuNS41aC0yek02IDExYTEuNSAxLjUgMCAwMDEuNS0xLjVoLTJBLjUuNSAwIDAxNiA5djJ6bTEuNS0xLjVWNy44NjZoLTJWOS41aDJ6IiBmaWxsPSIjZmZmIiBtYXNrPSJ1cmwoI2EpIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.t-bonuses-card._blocked .t-bonuses__icon:before
{
    position: absolute;
    top: 9px;
    left: 9px;
    width: 32px;
    height: 32px;
    content: "";
    background: #000;
    border-radius: 12px;
}
.t-bonuses-card._blocked .t-bonuses-card__info .description
{
    color: #fff;
}
.t-bonuses-card__head
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 154px;
    overflow: hidden;
}
.t-bonuses-card__head._closed
{
    filter: grayscale(1);
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__head.left .t-bonuses-card__type
    {
        margin: 0;
    }
}
.t-bonuses-card__head.center
{
    flex-direction: column-reverse;
    align-items: center;
}
.t-bonuses-card__head.center .t-bonuses-card__type
{
    margin: 0 0 15px;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__head.center .t-bonuses-card__type
    {
        margin: 15px 0 0;
    }
}
.t-bonuses-card__head.right
{
    flex-direction: row-reverse;
}
.t-bonuses-card__head.right .t-bonuses-card__type
{
    margin: 0 15px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__head.right .t-bonuses-card__type
    {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__head
    {
        flex-direction: column;
        align-items: flex-start;
    }
}
.t-bonuses-card__body
{
    display: flex;
    gap: 40px;
    align-items: flex-end;
    font-family: Poppins,sans-serif;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__body
    {
        flex-flow: column wrap;
        gap: 24px;
    }
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__body .t-bonuses-card__info
    {
        margin-top: 20px;
    }
}
.t-bonuses-card__label
{
    display: none;
}
.t-bonuses-card__group
{
    z-index: 1;
    display: flex;
    align-items: center;
}
.t-bonuses-card__group .title
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.t-bonuses-card__group .description
{
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 1.3125;
}
.t-bonuses-card__character
{
    display: flex;
    flex-direction: column;
    margin: 0 0 0 16px;
}
.t-bonuses-card__character .title
{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__character .title
    {
        padding-right: 100px;
    }
}
.t-bonuses-card__character .description
{
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.t-bonuses-card__type
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-family: Poppins,sans-serif;
    font-size: 0;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
}
.t-bonuses-card__title
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
}
.t-bonuses-card__info
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 0 4px 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #282b2f;
}
.t-bonuses-card__info .description
{
    display: none;
}
.t-bonuses-card__info-date
{
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-bonuses-card__info-item
{
    display: flex;
    gap: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
}
.t-bonuses-card__info-item span
{
    color: #fff;
}
.t-bonuses-card__info .name
{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.t-bonuses-card__info .name span
{
    font-weight: 600;
}
.t-bonuses-card__used-up
{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
    margin: 25px 0 0;
}
.t-bonuses-card__used-up-status
{
    font-size: 16px;
    line-height: 1.3;
    color: #e2155f;
}
.t-bonuses-card__used-up-failed
{
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 1.3125;
}
.t-bonuses-card__used-up-date
{
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: hsla(0,0%,100%,.7);
}
.t-bonuses-card__pxaining
{
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-left: 48px;
    border-left: 1px solid #6e50c3;
}
.t-bonuses-card__pxaining-item+.t-bonuses-card__pxaining-item
{
    margin: 10px 0 0;
}
.t-bonuses-card__pxaining-item span
{
    color: rgba(19,31,136,.65);
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__pxaining
    {
        width: 100%;
        padding-top: 24px;
        padding-left: 0;
        border-top: 1px solid #6e50c3;
        border-left: none;
    }
}
.t-bonuses-card__wagering .title
{
    font-size: 14px;
    line-height: 1.5;
    color: hsla(0,0%,100%,.5);
}
.t-bonuses-card__wagering .amount span
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.t-bonuses-card__wagering .progress
{
    height: 8px!important;
    margin: 0;
}
.t-bonuses-card__expired
{
    margin: 10px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__expired
    {
        margin: 8px 0 0;
    }
}
.t-bonuses-card__expired .days
{
    font-size: 14px;
    line-height: 1.5;
}
.t-bonuses-card__expired .t-countdown__group-date
{
    margin: 0 -4px;
}
.t-bonuses-card__expired .t-countdown__date
{
    margin: 0 2px;
    font-family: Saira,sans-serif;
}
.t-bonuses-card__expired .t-countdown__date:before
{
    top: -1px;
    right: -7px;
    font-family: Saira,sans-serif;
    font-size: 24px;
    line-height: 1.166;
    color: #fff;
}
.t-bonuses-card__expired .digit
{
    font-size: 24px;
    line-height: 1.166;
}
.t-bonuses-card__expired .text
{
    display: none;
}
.t-bonuses-card__expired .addition
{
    font-size: 12px;
    line-height: 1.33;
    color: hsla(0,0%,100%,.5);
}
.t-bonuses-card__credit
{
    display: none;
}
.t-bonuses-card__remaining-wager
{
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.45;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__remaining-wager
    {
        margin: 8px 0 0;
    }
}
.t-bonuses-card__remaining-wager span
{
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.t-bonuses-card__action
{
    margin-top: 34px;
}
.t-bonuses-card__action-button
{
    padding: 8px;
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 12px;
}
.t-bonuses-card__action-button._enable
{
    background-color: transparent;
    border: 1px solid #fff;
}
.t-bonuses-card__action-button._closed
{
    padding: 14px;
    color: hsla(0,0%,100%,.5);
    cursor: auto;
    background: #465a96;
    border: none;
    border-radius: 8px;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-card__action
    {
        flex-direction: column;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback, .with-active .t-bonuses-cashback
{
    flex-direction: row;
    order: -1;
    width: 100%;
    min-width: 262px;
    max-width: 100%;
    height: 96px;
    padding: 24px 14px;
    background: rgba(255,237,72,.12);
    border: 1px solid rgba(255,237,72,.4);
}
@media(max-width: 1023px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback, .with-active .t-bonuses-cashback
    {
        height: 165px;
        padding: 20px 14px 14px;
    }
    .t-bonuses-list__type-active .t-bonuses-cashback:before, .with-active .t-bonuses-cashback:before
    {
        position: absolute;
        bottom: 68px;
        left: 50%;
        z-index: 3;
        width: calc(100% - 28px);
        height: 2px;
        content: "";
        background: #3c3823;
        transform: translateX(-50%);
    }
}
@media(max-width: 1023px) and (max-width: 767px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback:before, .with-active .t-bonuses-cashback:before
    {
        bottom: 112px;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback, .with-active .t-bonuses-cashback
    {
        height: 195px;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback:hover, .with-active .t-bonuses-cashback:hover
{
    border: 1px solid rgba(255,237,72,.9);
}
.t-bonuses-list__type-active .t-bonuses-cashback__icon, .with-active .t-bonuses-cashback__icon
{
    position: absolute;
    top: 12px;
    left: 140px;
    z-index: 1;
    width: 160px;
    min-height: 92px;
    background-image: url(../../willbettingde/image/cashback_active.81d5f53.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
@media(max-width: 1023px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__icon, .with-active .t-bonuses-cashback__icon
    {
        left: 50%;
        min-height: 82px;
        background-size: cover;
        transform: translateX(-50%);
    }
}
@media(max-width: 767px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__icon, .with-active .t-bonuses-cashback__icon
    {
        top: 6px;
        width: 120px;
        min-height: 77px;
        background-size: contain;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__wrapper, .with-active .t-bonuses-cashback__wrapper
{
    flex-direction: row;
    align-items: center;
    padding: 0;
}
@media(max-width: 1023px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__wrapper, .with-active .t-bonuses-cashback__wrapper
    {
        flex-wrap: wrap;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__date, .with-active .t-bonuses-cashback__date
{
    display: none;
}
.t-bonuses-list__type-active .t-bonuses-cashback__title, .with-active .t-bonuses-cashback__title
{
    order: 1;
    font-size: 0;
}
@media(max-width: 1023px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__title, .with-active .t-bonuses-cashback__title
    {
        position: relative;
        justify-content: center;
        width: 100%;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__title:before, .with-active .t-bonuses-cashback__title:before
{
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase;
    content: "Cash........back";
}
@media(max-width: 767px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__title:before, .with-active .t-bonuses-cashback__title:before
    {
        font-size: 40px;
        line-height: 44px;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__title:after, .with-active .t-bonuses-cashback__title:after
{
    left: 50%;
    width: 400px;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(90deg,transparent,#272514 50%,transparent);
    transform: translate(-50%,-50%);
}
@media(max-width: 1023px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__title:after, .with-active .t-bonuses-cashback__title:after
    {
        height: 70px;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__name, .with-active .t-bonuses-cashback__name
{
    position: relative;
    order: 2;
    margin-left: 82px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: hsla(0,0%,100%,.5);
}
@media(max-width: 1023px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__name, .with-active .t-bonuses-cashback__name
    {
        margin-top: 18px;
        margin-left: 28px;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__name, .with-active .t-bonuses-cashback__name
    {
        margin-top: 28px;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__name:after, .with-active .t-bonuses-cashback__name:after
{
    position: absolute;
    top: 50%;
    left: -32px;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjUgNmExLjUgMS41IDAgMTAwIDNoNWExLjUgMS41IDAgMDAwLTNoLTV6TTMgMTMuNUExLjUgMS41IDAgMDE0LjUgMTJoNWExLjUgMS41IDAgMDEwIDNoLTVBMS41IDEuNSAwIDAxMyAxMy41em0wIDZBMS41IDEuNSAwIDAxNC41IDE4aDVhMS41IDEuNSAwIDAxMCAzaC01QTEuNSAxLjUgMCAwMTMgMTkuNXoiIGZpbGw9IiNGRkVENDgiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZD0iTTYgNC41QTEuNSAxLjUgMCAwMTcuNSAzaDVhMS41IDEuNSAwIDAxMCAzaC01QTEuNSAxLjUgMCAwMTYgNC41ek02LjUgOWExLjUgMS41IDAgMTAwIDNoNWExLjUgMS41IDAgMDAwLTNoLTV6TTYuNSAxNWExLjUgMS41IDAgMDAwIDNoMy45OTJjLjMxIDAgLjU0My0uMjc4LjUyMi0uNTg3YTYuMDg0IDYuMDg0IDAgMDEuMTMyLTEuNzM0Yy4wNzUtLjMzNy0uMTY3LS42NzktLjUxMi0uNjc5SDYuNXpNMjEgMTdhNCA0IDAgMTEtOCAwIDQgNCAwIDAxOCAweiIgZmlsbD0iI0ZGRUQ0OCIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transform: translateY(-50%);
}
.t-bonuses-list__type-active .t-bonuses-cashback__name:before, .with-active .t-bonuses-cashback__name:before
{
    position: absolute;
    top: -15px;
    left: -56px;
    z-index: 1;
    width: 2px;
    height: 48px;
    content: "";
    background: #3c3823;
}
@media(max-width: 1023px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__name:before, .with-active .t-bonuses-cashback__name:before
    {
        display: none;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__description, .with-active .t-bonuses-cashback__description
{
    display: flex;
    flex-direction: row;
    order: 3;
    margin-top: 0;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
@media(max-width: 1023px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__description, .with-active .t-bonuses-cashback__description
    {
        margin-top: 18px;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__description, .with-active .t-bonuses-cashback__description
    {
        margin-top: 28px;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__description span, .with-active .t-bonuses-cashback__description span
{
    display: none;
}
.t-bonuses-list__type-active .t-bonuses-cashback__description .t-icon, .with-active .t-bonuses-cashback__description .t-icon
{
    margin-left: 8px;
}
.t-bonuses-list__type-active .t-bonuses-cashback__action, .with-active .t-bonuses-cashback__action
{
    order: 4;
    min-width: 104px;
    margin-left: auto;
}
@media(max-width: 767px)
{
    .t-bonuses-list__type-active .t-bonuses-cashback__action, .with-active .t-bonuses-cashback__action
    {
        width: 100%;
        margin-top: 16px;
    }
}
.t-bonuses-list__type-active .t-bonuses-cashback__action-button, .with-active .t-bonuses-cashback__action-button
{
    padding: 0;
}
.t-bonuses-cashback
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-width: 262px;
    max-width: 262px;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    text-decoration: none;
    background: #28427a;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-bonuses-cashback__used .t-bonuses-cashback__icon
{
    filter: grayscale(1);
}
.t-bonuses-cashback._is-loading div
{
    opacity: 0;
}
.t-bonuses-cashback__icon
{
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 154px;
    background-image: url(../../willbettingde/image/cashback.f80e77c.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-cashback
    {
        max-width: 100%;
        max-height: 320px;
    }
}
.t-bonuses-cashback:hover
{
    border-color: #3e66fb;
}
.t-bonuses-cashback__date
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 8px 12px;
    background: #28427a;
    border-bottom-left-radius: 12px;
}
.t-bonuses-cashback__countdown
{
    width: 215px;
}
.t-bonuses-cashback__head
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t-bonuses-cashback__head:before
{
    position: absolute;
    top: -16px;
    left: -24px;
    display: block;
    width: calc(100% + 48px);
    height: 51px;
    content: "";
    background-color: #6100ff;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-cashback__head
    {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px)
{
    .t-bonuses-cashback__head.left .t-bonuses-cashback__type
    {
        margin: 15px 0 0;
    }
}
.t-bonuses-cashback__head.center
{
    flex-direction: column-reverse;
    align-items: center;
}
.t-bonuses-cashback__head.center .t-bonuses-cashback__type
{
    margin: 0 0 15px;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-cashback__head.center .t-bonuses-cashback__type
    {
        margin: 15px 0 0;
    }
}
.t-bonuses-cashback__head.right
{
    flex-direction: row-reverse;
}
.t-bonuses-cashback__head.right .t-bonuses-cashback__type
{
    margin: 0 15px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-cashback__head.right .t-bonuses-cashback__type
    {
        margin: 15px 0 0;
    }
}
.t-bonuses-cashback__body
{
    display: flex;
    gap: 40px;
    margin: 25px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-cashback__body
    {
        flex-flow: column wrap;
        gap: 15px;
    }
}
.t-bonuses-cashback__body .t-bonuses-cashback__info
{
    margin: 0;
}
.t-bonuses-cashback__type
{
    margin: 0 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.125;
    text-transform: uppercase;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-cashback__type
    {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
}
.t-bonuses-cashback__wrapper
{
    display: flex;
    flex: 100%;
    flex-direction: column;
    padding: 12px 14px 24px 12px;
}
.t-bonuses-cashback__title
{
    position: relative;
    display: flex;
    padding-left: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.t-bonuses-cashback__title:after
{
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMGE4IDggMCAxMDAtMTYgOCA4IDAgMDAwIDE2em0wIDFhOSA5IDAgMTAwLTE4IDkgOSAwIDAwMCAxOHpNMTEgNy41YTEgMSAwIDExMiAwIDEgMSAwIDAxLTIgMHptMS43NSAyLjI1SDEwdjEuNWgxLjI1VjE3aDEuNVY5Ljc1eiIgZmlsbD0iIzAwQURGRiIvPjwvc3ZnPg==") no-repeat 50%;
    background-size: contain;
    border: none;
    transform: translateY(-50%);
}
.t-bonuses-cashback__description
{
    margin-top: 6px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}
.t-bonuses-cashback__text
{
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.t-bonuses-cashback__name
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.t-bonuses-cashback__info
{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 25px 0 0;
}
.t-bonuses-cashback__info-item+.t-bonuses-cashback__info-item
{
    margin: 10px 0 0;
}
.t-bonuses-cashback__info-item span
{
    color: rgba(19,31,136,.65);
}
.t-bonuses-cashback__info .description
{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3125;
    color: #ffe65f;
}
.t-bonuses-cashback__info .name
{
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: hsla(0,0%,100%,.7);
}
.t-bonuses-cashback__info .name span
{
    font-weight: 600;
}
.t-bonuses-cashback__action
{
    margin-top: auto;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-cashback__action
    {
        flex-direction: column;
    }
}
.t-bonuses-cashback__action-button
{
    flex: 1;
    padding: 13px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.t-bonuses-cashback__action-button+.t-bonuses-cashback__action-button
{
    margin-left: 15px;
}
.t-bonuses-cashback-modal .t-popup__wrap
{
    max-width: 420px;
}
.t-bonuses-cashback-modal__header
{
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.t-bonuses-cashback-modal__info
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}
.t-bonuses-cashback-modal__info-item
{
    display: flex;
    gap: 12px;
    align-items: center;
}
.t-bonuses-cashback-modal__info-name
{
    flex-shrink: 0;
    color: hsla(0,0%,100%,.6);
}
.t-bonuses-cashback-modal__action .t-button
{
    font-size: 16px;
}
.t-bonuses-cashback-modal__policy
{
    color: #fff;
    cursor: pointer;
    background: transparent;
}
.t-bonuses-cashback-modal__policy.t-button:active, .t-bonuses-cashback-modal__policy.t-button:focus, .t-bonuses-cashback-modal__policy.t-button:hover
{
    color: #ffed48;
    background: transparent;
}
.t-bonuses__icon
{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-bonuses__icon:hover
{
    border-color: #cfc8f3;
}
.t-bonuses__icon-label
{
    position: absolute;
    top: -1rem;
    left: -1rem;
    display: none;
    align-items: center;
    width: auto;
    padding: 2rem 8rem;
    font-size: 8rem;
    font-weight: 600;
    line-height: 1.75;
    color: #fff;
    text-transform: uppercase;
    background: #f2b005;
    border-radius: 12rem 0;
}
.t-bonuses__icon-label:before
{
    position: absolute;
    top: 0;
    right: -3rem;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #f2b005;
    border-style: solid;
    border-width: 0 0 9rem 3rem;
}
.t-bonuses__icon-label.active
{
    background: #70c407;
}
.t-bonuses__icon-label.active:before
{
    border-color: transparent transparent transparent #70c407;
}
.t-bonuses__icon-label.enabled
{
    background: #70c407;
}
.t-bonuses__icon-label.enabled:before
{
    border-color: transparent transparent transparent #70c407;
}
.t-bonuses__icon-label.wagered
{
    background: #70c407;
}
.t-bonuses__icon-label.wagered:before
{
    border-color: transparent transparent transparent #70c407;
}
.t-bonuses__icon-label.failed
{
    background: #e2155f;
}
.t-bonuses__icon-label.failed:before
{
    border-color: transparent transparent transparent #e2155f;
}
.t-bonuses__icon img
{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.t-bonus-terms
{
    position: relative;
}
.t-bonus-terms h1
{
    display: flex;
    margin-right: 25px;
    font-size: 24px;
    text-transform: uppercase;
}
.t-bonus-terms h1 span
{
    margin-right: 5px;
}
.t-bonus-terms h1 span:first-letter 
{
    text-transform: uppercase;
}
.t-bonus-terms__content
{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42;
    text-align: left;
}
.t-bonus-terms .t-policy .numeric li
{
    position: relative;
    list-style: decimal outside;
    counter-increment: first-counter;
}
.t-cashback-terms
{
    position: relative;
}
.t-cashback-terms h1
{
    margin-right: 25rem;
}
.t-cashback-terms__content
{
    font-size: 14em;
    font-weight: 300;
    line-height: 1.42;
    color: #3e2f7a;
    text-align: left;
}
.t-bonuses-card-deposit-modal__link
{
    color: #00adff;
    cursor: pointer;
}
.t-bonuses-card-deposit-modal__policy
{
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #00adff;
    background: none;
    border: none;
}
.t-bonuses-card-deposit-modal__policy:hover
{
    background: none;
}
.t-bonuses-card-deposit-modal-content
{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.t-bonuses-card-deposit-modal-info
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-bonuses-card-deposit-modal-info_item
{
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.t-bonuses-card-deposit-modal-info_item .name
{
    color: hsla(0,0%,100%,.5);
}
.t-bonuses-card-deposit-modal-info_item .value
{
    color: #fff;
}
.t-bonuses-card-deposit-modal .bonus-icon
{
    display: none;
}
.t-bonuses-card-deposit-modal-action
{
    display: flex;
    gap: 8px;
}
.t-bonuses-card-deposit-modal-action .t-button
{
    width: 50%;
}
.t-bonuses-card-deposit-modal-action .t-button.action-disable
{
    color: #fff;
    background: transparent;
}
.t-bonuses-card-deposit-modal .bonus-title
{
    padding-right: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.t-bonuses-confirm-delete .t-popup__header
{
    margin: 0 0 16px;
}
.t-bonuses-confirm-delete .t-popup__wrap
{
    padding: 16px;
    background: #090a0c;
    border-radius: 24px;
}
.t-bonuses-confirm-delete .t-popup__action-row
{
    justify-content: space-between;
}
.t-bonuses-confirm-delete .t-popup__action-col
{
    max-width: calc(50% - 5px);
}
.t-bonuses-list_skeleton .t-close
{
    display: none;
}
.t-bonuses-list_skeleton .t-back
{
    width: 90px;
    padding: 0;
    border: 0;
}
.t-bonuses-list_skeleton .t-bonuses-list__title
{
    margin-bottom: 20px;
    font-size: 0;
}
.t-bonuses-list_skeleton .t-bonuses-list__title span
{
    width: 100%;
    height: 100px;
    border-radius: 18px;
}
.t-bonuses-list_skeleton .t-account-currencies-skeleton, .t-bonuses-list_skeleton .t-skeleton
{
    width: 100%;
    height: 100%;
}
.t-bonuses-list_skeleton .t-bonuses-wrap
{
    width: 100%;
    max-width: 250px;
}
@media(max-width: 450px)
{
    .t-bonuses-list_skeleton .t-bonuses-wrap
    {
        display: none;
    }
}
@media(max-width: 450px)
{
    .t-bonuses-list_skeleton .t-bonuses-wrap:first-child
    {
        display: block;
    }
}
.t-bonuses-list_skeleton .usedup .t-bonuses-list__title span
{
    width: 150px;
    height: 28px;
}
.t-bonuses-list_skeleton .usedup .t-bonuses-list__content
{
    gap: 4px;
    padding: 0;
    background: #24242b;
    background-size: 200% 100%;
    border-radius: 18px;
    animation: shine 1s linear infinite alternate;
}
.t-bonuses-list_skeleton .usedup .t-bonuses-wrap .t-bonuses-card
{
    filter: none;
}
.t-bonuses-list_skeleton .t-bonuses-card
{
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-list_skeleton .t-bonuses-card
    {
        min-width: 180px;
        height: 280px;
        max-height: 280px;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-list_skeleton .t-bonuses-list__content
    {
        width: 100%;
    }
}
.t-bonuses-list_skeleton .t-bonuses-list__title:after
{
    background: none;
}
@media(max-width: 1023px)
{
    .t-bonuses-list_skeleton .t-bonuses-list__promo-list
    {
        flex-wrap: wrap;
    }
}
@media(max-width: 767px)
{
    .t-bonuses-list_skeleton .t-bonuses-list__promo-list
    {
        row-gap: 24px;
    }
}
.t-bonuses-list_skeleton .t-bonuses-list__promo-list .t-bonuses-wrap
{
    display: none;
}
.t-bonuses-list_skeleton .t-bonuses-list__promo-list .t-bonuses-wrap:first-child, .t-bonuses-list_skeleton .t-bonuses-list__promo-list .t-bonuses-wrap:nth-child(2)
{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100px;
}
.t-bonuses-list_skeleton .t-bonuses-list__promo-list .t-bonuses-wrap:first-child .t-bonuses-card, .t-bonuses-list_skeleton .t-bonuses-list__promo-list .t-bonuses-wrap:nth-child(2) .t-bonuses-card
{
    width: 100%;
    height: 100%;
    border-radius: 18px;
}
.t-bonuses-list_skeleton .t-bonuses-list__promo-list .t-bonuses-wrap:nth-child(2)
{
    height: 240px;
}
.t-bonuses__list-empty
{
    width: 100%;
    height: 168px;
    margin-top: 24px;
    border: 1px solid #282b2f;
    border-radius: 16px;
}
.t-bonuses__list-empty-container
{
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    height: 100%;
    margin: 0 auto;
}
.t-bonuses__list-empty-text
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
.t-bonuses__list-empty .t-icon
{
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuMzMzIDE3LjMzM2MwLS43MzYuNTk3LTEuMzMzIDEuMzM0LTEuMzMzaDE4LjY2NmMuNzM3IDAgMS4zMzQuNTk3IDEuMzM0IDEuMzMzVjI0YTQgNCAwIDAxLTQgNEg5LjMzM2E0IDQgMCAwMS00LTR2LTYuNjY3eiIgZmlsbD0iIzczNzg4MCIgZmlsbC1vcGFjaXR5PSIuMjUiLz48cGF0aCBkPSJNNCAxMmEyLjY2NyAyLjY2NyAwIDAxMi42NjctMi42NjdoMTguNjY2QTIuNjY3IDIuNjY3IDAgMDEyOCAxMnYxLjMzM0EyLjY2NyAyLjY2NyAwIDAxMjUuMzMzIDE2SDYuNjY3QTIuNjY3IDIuNjY3IDAgMDE0IDEzLjMzM1YxMnoiIGZpbGw9IiM3Mzc4ODAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMzM0IDhBNCA0IDAgMDExNiA1LjAxOSA0IDQgMCAxMTE4LjY2NyAxMmgtMS4zMzR2MTZoLTIuNjY2VjEyaC0xLjMzM2E0IDQgMCAwMS00LTR6bTUuMzMzIDEuMzMzaC0xLjMzM0ExLjMzMyAxLjMzMyAwIDExMTQuNjY3IDh2MS4zMzN6bTIuNjY3IDBoMS4zMzNBMS4zMzMgMS4zMzMgMCAxMDE3LjMzMyA4djEuMzMzeiIgZmlsbD0iIzczNzg4MCIvPjwvc3ZnPg==");
    filter: grayscale(1);
}
.t-container.t-bonuses-container
{
    width: 100%;
    max-width: 100%;
    padding-bottom: 24px;
}
.t-bonuses-list, .t-bonuses-list__caption
{
    position: relative;
    width: 100%;
}
.t-bonuses-list__caption
{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    height: 104px;
    padding: 34px 84px;
    overflow: hidden;
    background-image: url(../../willbettingde/image/bgTitleBonuses.7068874.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border: 1px solid #1e2023;
    border-radius: 18px;
}
@media(max-width: 767px)
{
    .t-bonuses-list__caption
    {
        background-image: url(../../willbettingde/image/bgTitleBonusesMoble.5bc6265.png);
        background-position: 50% 50%;
    }
}
.t-bonuses-list__caption:before
{
    position: absolute;
    top: 34px;
    left: 36px;
    width: 36px;
    height: 36px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi41IDIzLjI1YS43NS43NSAwIDAwLS43NS0uNzVINy41QTEuNSAxLjUgMCAwMDYgMjR2M2E0LjUgNC41IDAgMDA0LjUgNC41aDUuMjVhLjc1Ljc1IDAgMDAuNzUtLjc1di03LjV6bTMgNy41YzAgLjQxNC4zMzYuNzUuNzUuNzVoNS4yNUE0LjUgNC41IDAgMDAzMCAyN3YtM2ExLjUgMS41IDAgMDAtMS41LTEuNWgtOC4yNWEuNzUuNzUgMCAwMC0uNzUuNzV2Ny41ek03LjUgMTMuNWEzIDMgMCAxMDAgNmg4LjI1YS43NS43NSAwIDAwLjc1LS43NXYtNC41YS43NS43NSAwIDAwLS43NS0uNzVINy41em0xMi43NSAwYS43NS43NSAwIDAwLS43NS43NXY0LjVjMCAuNDE0LjMzNi43NS43NS43NWg4LjI1YTMgMyAwIDEwMC02aC04LjI1eiIgZmlsbD0iI0ZGRUQ0OCIvPjxwYXRoIGQ9Ik0xMy41IDQuNWEzIDMgMCAxMDAgNmgyLjI1YS43NS43NSAwIDAwLjc1LS43NVY3LjVhMyAzIDAgMDAtMy0zek0yMi41IDQuNWEzIDMgMCAxMTAgNmgtMi4yNWEuNzUuNzUgMCAwMS0uNzUtLjc1VjcuNWEzIDMgMCAwMTMtM3oiIGZpbGw9IiNGRkVENDgiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.t-bonuses-list .t-back, .t-bonuses-list .t-close
{
    display: none;
}
.t-bonuses-list__type
{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.t-bonuses-list__type::-webkit-scrollbar
{
    display: none;
}
.t-bonuses-list__type-archive
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .t-bonuses-list__type
    {
        overflow: auto;
    }
}
.t-bonuses-list__type.usedup .t-bonuses__icon
{
    filter: grayscale(1);
}
.t-bonuses-list__type.usedup .t-bonuses-list__title
{
    font-size: 24px;
}
.t-bonuses-list__type.usedup .t-bonuses-list__content
{
    padding: 20px 0 0;
}
@media screen and (max-width: 1024px)
{
    .t-bonuses-list__type.usedup .t-bonuses-list__content
    {
        flex-wrap: nowrap;
        overflow-y: auto;
    }
}
.t-bonuses-list__title
{
    margin-top: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}
.t-bonuses-list__title-active, .t-bonuses-list__title-archive
{
    display: none;
}
.t-bonuses-list__content
{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.t-bonuses-list__content::-webkit-scrollbar
{
    display: none;
}
.t-bonuses-list__promo-list
{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.t-bonuses-list__promo-list::-webkit-scrollbar
{
    display: none;
}
.t-bonuses-list__promo-list.with-active
{
    flex-wrap: wrap;
}
@media(max-width: 1024px)
{
    .t-bonuses-list__promo-list
    {
        justify-content: center;
    }
}
.t-bonuses-list__body_cashback .t-bonuses-list-slider .swiper-container
{
    overflow: hidden;
}
.t-date-dropdown__select__disabled
{
    cursor: not-allowed;
    opacity: .5;
}
.t-date-dropdown__select-error .t-select__choose
{
    border-color: #f03535;
}
.t-profile-offers__content-row.skeleton
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-profile-offers__content-row.skeleton span.t-account-currencies-skeleton:first-child, .t-profile-offers__content-row.skeleton span.t-skeleton:first-child
{
    width: 50%;
    height: 70px;
}
.t-profile-offers__content-row.skeleton span.t-account-currencies-skeleton:nth-child(2), .t-profile-offers__content-row.skeleton span.t-skeleton:nth-child(2)
{
    height: 110px;
}
.t-profile-offers__content-row.skeleton span.t-account-currencies-skeleton:last-child, .t-profile-offers__content-row.skeleton span.t-skeleton:last-child
{
    width: 130px;
    height: 40px;
}
.t-profile-offers__content
{
    padding: var(--root-padding);
}
.t-profile-offers-promocode-modal__input
{
    padding: 16px;
    margin-top: 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-profile-offers-promocode-modal__input input
{
    max-width: 500px;
}
.t-profile-offers-promocode-modal__btn
{
    width: 100%;
    max-width: 130px;
    margin-top: 16px;
    color: #090a0c;
    background: #fff;
}
.t-profile-offers-promocode-modal__btn .t-loading
{
    filter: none;
}
.t-profile-offers-promocode-modal__btn .t-loading svg path
{
    fill: #090a0c;
}
.t-profile-support__content-row.skeleton
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-profile-support__content-row.skeleton span.t-account-currencies-skeleton:first-child, .t-profile-support__content-row.skeleton span.t-skeleton:first-child
{
    width: 50%;
    height: 70px;
}
.t-profile-support__content-row.skeleton span.t-account-currencies-skeleton:nth-child(2), .t-profile-support__content-row.skeleton span.t-skeleton:nth-child(2)
{
    height: 110px;
}
.t-profile-support__content-row.skeleton span.t-account-currencies-skeleton:last-child, .t-profile-support__content-row.skeleton span.t-skeleton:last-child
{
    width: 130px;
    height: 40px;
}
.t-profile-support__content
{
    padding: var(--root-padding);
}
.t-profile-support__content-description
{
    font-weight: 600;
    color: #737880;
}
.t-profile-support__content-row
{
    display: flex;
    flex-direction: column;
}
.t-profile-support__content-row .t-button
{
    width: 100%;
    max-width: 210px;
    margin-top: 16px;
    color: #090a0c;
    background: #fff;
}
.t-system-message__skeleton
{
    width: 100%;
    height: 100%;
    border: none;
}
.t-system-message
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 106;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(15px);
}
.t-system-message__content
{
    position: relative;
    height: 100%;
    padding: 12px;
}
.t-system-message__content, .t-system-message__content-wrapper
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.t-system-message__content-wrapper .alert
{
    position: relative;
    width: 100%;
    max-width: 460px;
    padding: 124px 16px 16px;
    background: #090a0c;
    border-radius: 16px;
}
.t-system-message__content-wrapper .alert:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    content: "";
    background: #151618;
    border-radius: 16px 16px 0 0;
}
.t-system-message__content-wrapper .alert:after
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    content: "";
    background: #fff6d8;
    filter: blur(120px);
    border-radius: 50px;
}
.t-system-message__content-wrapper .alert__title
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.t-system-message__content-wrapper .alert__description
{
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
.t-system-message__content-wrapper .alert__action
{
    margin: 32px 0 0;
}
.t-system-message.success .alert:before
{
    background-image: url(../../willbettingde/image/mail-success.b4b0a74.png);
}
.t-system-message.danger .alert:before, .t-system-message.success .alert:before
{
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 88px;
}
.t-system-message.danger .alert:before
{
    background-image: url(../../willbettingde/image/mail-danger.98f565d.png);
}
.t-system-message.warning .alert:before
{
    background-image: url(../../willbettingde/image/mail-warning.4ae12fa.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 88px;
}
.t-system-message .t-back, .t-system-message .t-close
{
    display: none;
}
.t-main-accordion
{
    position: relative;
    width: 100%;
    max-width: 1240px;
    height: 240px;
    padding: 16px 24px;
    overflow: hidden;
    background: #151618;
    border-radius: 16px;
}
.t-main-accordion:before
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    content: "";
    background: linear-gradient(0deg,#151618,rgba(21,22,24,.8) 46.66%,rgba(21,22,24,0));
}
.t-main-accordion.is-open
{
    height: 100%;
}
.t-main-accordion.is-open:before
{
    display: none;
}
.t-main-accordion.is-open .t-main-accordion-text
{
    height: 100%;
}
.t-main-accordion.is-open .t-main-accordion-text-decorate
{
    opacity: 0;
}
.t-main-accordion-title
{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}
.t-main-accordion-text
{
    position: relative;
    margin-top: 12px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #9299a5;
}
@media(max-width: 767px)
{
    .t-main-accordion-text
    {
        height: 132px;
    }
}
.t-main-accordion-text-slug
{
    padding-bottom: 64px;
}
.t-main-accordion-text p
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.t-main-accordion-text-decorate
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    transition: all 0s ease-in-out;
}
.t-main-accordion-toggle
{
    position: absolute;
    bottom: 16px;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #393e45;
    border-radius: 12px;
    transition: all 0s ease-in-out;
    transform: translateX(-50%);
}
.t-modal-events
{
    width: 100%;
}
.t-modal-events__header
{
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-align: center;
}
.t-modal-events__description
{
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.7);
}
.t-modal-events__body, .t-modal-events__description
{
    font-size: 14px;
    text-align: center;
}
.t-modal-events__action
{
    margin-top: 16px;
}
.t-modal-events__action .t-button
{
    width: 100%;
}
.t-games-filters-cross
{
    max-width: 240px;
}
@media(max-width: 767px)
{
    .t-games-filters-cross
    {
        width: 100%;
    }
}
.t-games-filters-cross__close
{
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-games-filters-cross__close:hover:after, .t-games-filters-cross__close:hover:before
{
    background: #fff;
    border-radius: 2px;
}
.t-games-filters-cross__close:after, .t-games-filters-cross__close:before
{
    position: absolute;
    width: 16px;
    height: 2px;
    content: "";
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
}
.t-games-filters-cross__close:after
{
    transform: rotate(-45deg);
}
@media screen and (max-width: 767px)
{
    .t-games-filters-cross__close
    {
        top: 16px;
        right: 16px;
    }
}
.t-games-filters-cross-block
{
    display: none;
    width: 100%;
    margin-top: 24px;
}
.t-games-filters-cross-block__items
{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.t-games-filters-cross-block__items .t-checkbox
{
    height: 44px;
    padding: 0 20px;
    cursor: pointer;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-games-filters-cross-block__items .t-checkbox.t-checkbox_checked
{
    border-color: hsla(0,0%,100%,.1);
}
.t-games-filters-cross-block__items .t-checkbox__elem
{
    display: none;
}
.t-games-filters-cross-block__items .t-checkbox__block-label
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-align: center;
}
.t-games-filters-cross-block__items .t-checkbox input
{
    display: none;
}
.t-games-filters-cross-block.is-active-tabs
{
    display: block;
    animation: opacity 1s linear;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-cross-block
    {
        min-height: 400px;
        margin-top: 16px;
        overflow: hidden scroll;
    }
}
.t-games-filters-cross-mobile
{
    width: 100%;
    max-width: 240px;
}
@media(max-width: 767px)
{
    .t-games-filters-cross-mobile
    {
        max-width: 100%;
    }
}
.t-games-filters-cross-mobile__sort
{
    display: none;
}
.t-games-filters-cross-mobile__head
{
    height: 100%;
}
.t-games-filters-cross-mobile__toggle
{
    display: none;
}
.t-games-filters-cross-mobile__body
{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 480px;
    padding: 30px 24px 0;
    background: #23282d;
    border-radius: 12px;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-cross-mobile__body
    {
        justify-content: space-between;
        height: 100%;
        min-height: 624px;
        padding: 22px 16px 0;
        border-radius: 24px 24px 0 0;
    }
}
.t-games-filters-cross-mobile .t-collapse .content
{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding-top: 0;
    background: rgba(0,0,0,.75);
    opacity: 0;
    transition: all 0s ease-in-out;
}
.t-games-filters-cross-mobile .t-collapse .content.visibility-visible
{
    display: flex;
    opacity: 1;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-cross-mobile .t-collapse .content
    {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-top: 16px;
    }
}
@media screen and (max-width: 767px)
{
    .t-games-filters-cross-mobile .t-collapse .content .t-games-filters-mobile__body
    {
        height: 100%;
        max-height: calc(100% - 80px);
        margin-top: auto;
        margin-bottom: 0;
    }
}
.t-games-filters-cross__filter
{
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    color: hsla(0,0%,100%,.1);
    background: #0b1017;
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 24px;
}
@media(max-width: 767px)
{
    .t-games-filters-cross__filter
    {
        max-width: 100%;
    }
}
.t-games-filters-cross__filter .t-games-select
{
    width: 100%;
    cursor: pointer;
}
.t-games-filters-cross__filter .t-games-select b
{
    display: none;
}
@media(max-width: 767px)
{
    .t-games-filters-cross__filter .t-games-select
    {
        position: relative;
    }
}
.t-games-filters-cross__filter .t-games-select__dropdown
{
    height: 100%;
    margin-top: 25px;
}
.t-games-filters-cross__filter .t-games-select__dropdown .t-button
{
    display: none;
}
.t-games-filters-cross__filter .t-games-select .trigger
{
    width: 100%;
    transition: all 0s ease-in-out;
}
.t-games-filters-cross__filter .t-games-select .trigger:hover
{
    opacity: .3;
}
.t-games-filters-cross__filter .t-games-select .t-popover-inner
{
    max-width: 668px;
    max-height: 390px;
    overflow-y: auto;
}
.t-games-filters-cross__filter .t-games-select .t-popover-inner::-webkit-scrollbar
{
    display: none;
}
@media(max-width: 767px)
{
    .t-games-filters-cross__filter .t-games-select .t-popover-inner
    {
        max-width: 450px;
        max-width: 100%;
        height: 100%;
    }
}
.t-games-filters-cross__filter .t-games-select .t-popover-inner__wrapper
{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.t-games-filters-cross__filter .t-games-select .t-checkbox
{
    justify-content: space-between;
    width: 206px;
    height: 40px;
    padding: 9px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
@media(max-width: 767px)
{
    .t-games-filters-cross__filter .t-games-select .t-checkbox
    {
        width: 100%;
    }
}
.t-games-filters-cross__filter .t-games-select .t-checkbox__block-label
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
}
.t-games-filters-cross__filter .t-games-select .t-checkbox_checked
{
    background: #090a0c;
}
.t-games-filters-cross__filter .t-games-select .t-checkbox__elem, .t-games-filters-cross__filter .t-games-select .t-checkbox_checked .t-checkbox__check-icon
{
    display: none;
}
.t-games-filters-cross__filter .t-games-select .t-checkbox__label
{
    width: 113px;
}
.t-games-filters-cross__filter .t-games-select .t-checkbox__label img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.t-games-filters-cross__filter .t-games-select .t-checkbox__count
{
    color: #fff;
}
.t-games-filters-cross__filter .t-games-select__input
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.t-games-filters-cross__filter .t-icon
{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
}
.t-games-filters-cross__tabs
{
    margin-top: 30px;
}
@media screen and (max-width: 767px)
{
    .t-games-filters-cross__tabs
    {
        margin-top: 16px;
    }
}
.t-games-filters-cross__title
{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: hsla(0,0%,100%,.25);
}
.t-games-filters-cross-action
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.t-games-filters-cross-action .t-button
{
    flex-basis: 50%;
    border: 1px solid hsla(0,0%,100%,.1);
}
.t-games-filters-cross-action .t-button__wrap
{
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.t-games-filters-cross-action .t-button:before
{
    content: "";
    background-image: linear-gradient(180deg,#373c41,#2d3237),linear-gradient(180deg,hsla(0,0%,100%,.1),rgba(0,0,0,.1));
    background-clip: content-box,border-box;
    background-origin: border-box;
    border: 1px double transparent;
}
.t-games-filters-cross-action .t-button:hover:before
{
    background-image: linear-gradient(180deg,#2d3237,#2d3237),linear-gradient(-180deg,hsla(0,0%,100%,.02),rgba(0,0,0,.2));
}
.t-games-filters-cross-action .t-button:active, .t-games-filters-cross-action .t-button:focus
{
    color: hsla(0,0%,100%,.5);
}
.t-games-filters-cross-action .t-button:active:before, .t-games-filters-cross-action .t-button:focus:before
{
    background-image: linear-gradient(180deg,#1e2328,#282d32),linear-gradient(180deg,rgba(0,0,0,.1),hsla(0,0%,100%,.1));
}
.t-games-filters-cross-action .t-button:last-child
{
    margin-left: 8px;
}
.t-games-filters-cross-action .t-button:last-child:before
{
    background-image: linear-gradient(180deg,#ff6e1e,#ff5a00),linear-gradient(180deg,#ff9b50,#c33c0f);
}
.t-games-filters-cross-action .t-button:last-child:hover:before
{
    background-image: linear-gradient(180deg,#fc9d45,#ff6e1e),linear-gradient(180deg,#ffb45a,#dc550a);
}
.t-games-filters-cross-action .t-button:last-child:active:before, .t-games-filters-cross-action .t-button:last-child:focus:before
{
    background-image: linear-gradient(180deg,#e75100,#ff6a18),linear-gradient(180deg,#ce4900,#ff7a31);
}
@media screen and (max-width: 767px)
{
    .t-games-filters-cross-action
    {
        padding: 16px 0;
    }
}
.t-cards
{
    width: 100%;
}
.t-cards__wrap
{
    display: flex;
    gap: 16px;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 1279px)
{
    .t-cards__wrap
    {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 26px;
    }
}
@media screen and (max-width: 1023px)
{
    .t-cards__wrap
    {
        gap: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .t-cards__wrap
    {
        grid-template-columns: repeat(1,1fr);
        gap: 12px;
    }
}
.t-card
{
    width: 100%;
    padding: 4px;
    background: linear-gradient(90deg,#e5b437,#ffc746 50.74%,#ffae00);
    border-radius: 20px;
}
.t-card__wrap
{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.t-card__meta
{
    display: flex;
    align-items: center;
    padding: 10px 16px;
}
.t-card__icon
{
    margin-right: 4px;
}
.t-card__sub-title span
{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #090a0c;
    text-transform: uppercase;
}
.t-card__info
{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    background: #151618;
    border-radius: 16px;
}
.t-card__title
{
    width: 100%;
    margin-bottom: 8px;
}
.t-card__title h3
{
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
}
.t-card__text
{
    width: 100%;
}
.t-card__text p
{
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: #9299a5;
}
.t-vip-progress
{
    width: 100%;
    margin-bottom: 40px;
}
@media screen and (max-width: 1279px)
{
    .t-vip-progress
    {
        margin-bottom: 20px;
    }
}
.t-vip-progress__wrap
{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 68px;
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__wrap
    {
        padding-top: 36px;
    }
}
.t-vip-progress__brand
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.t-vip-progress__brand-logo
{
    width: 230px;
    height: 40px;
    margin-bottom: 20px;
}
.t-vip-progress__brand-logo .t-icon
{
    width: 100%;
    height: 100%;
    background-image: url(../../willbettingde/image/betkin-club.d2fce94.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.t-vip-progress__brand-description
{
    display: flex;
    justify-content: center;
    width: 100%;
}
.t-vip-progress__brand-description p
{
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #737880;
    text-align: center;
}
.t-vip-progress__media
{
    position: relative;
    width: 100%;
    height: 331px;
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__media
    {
        height: 237px;
    }
}
.t-vip-progress__media .t-icon
{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transition: .3s;
}
.t-vip-progress__media .t-icon:first-child
{
    bottom: 60px;
    left: calc(50% - 166px);
    z-index: 2;
    width: 332px;
    height: 223px;
    background-image: url(../../willbettingde/image/crown.aae96a7.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.t-vip-progress__media .t-icon:first-child:before
{
    position: absolute;
    top: calc(100% + 28px);
    left: calc(50% - 251px);
    width: 502px;
    height: 32px;
    content: "";
    background: radial-gradient(circle,#fff,hsla(0,0%,100%,0));
    filter: blur(10px);
    border-radius: 50%;
    opacity: .24;
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__media .t-icon:first-child
    {
        bottom: 48px;
        left: calc(50% - 122px);
        width: 244px;
        height: 164px;
    }
    .t-vip-progress__media .t-icon:first-child:before
    {
        top: calc(100% + 16px);
        left: calc(50% - 154px);
        width: 308px;
        height: 32px;
    }
}
.t-vip-progress__media .t-icon:nth-child(2)
{
    position: absolute;
    bottom: 351px;
    left: calc(50% - 457px);
    width: 81px;
    height: 81px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODEiIGhlaWdodD0iODEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ4MjlfNzQ5NTQpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI3LjI4NCA4Ljc3NWEzLjQwNSAzLjQwNSAwIDAxMy4xMTUtMi4wMjVINTcuMzJjMi41MzEgMCA0LjE4MiAyLjY2NiAzLjA0OCA0LjkzNEw1Mi43MSAyN2gxMS4zMzNjMy4wMzggMCA0LjU1NiAzLjY3MiAyLjQxIDUuODE5bC00MC4zNDEgNDAuMzRjLTIuNTQ1IDIuNTQ2LTYuNzg0LS4wNzMtNS42NDMtMy40ODZsOC41OTktMjUuNzk4SDE2LjkyNmEzLjQwOCAzLjQwOCAwIDAxLTMuMTE1LTQuNzkyTDI3LjI4NCA4Ljc3NXoiIGZpbGw9IiMxRTIwMjMiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF80ODI5Xzc0OTU0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDgxdjgxSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
    background-size: contain;
}
.t-vip-progress__media .t-icon:nth-child(3)
{
    position: absolute;
    bottom: 348px;
    left: calc(50% - 334px);
    width: 37px;
    height: 37px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ4MjlfNzQ5NDUpIj48cGF0aCBkPSJNMTcuODExIDEzLjIwNmw1LjUzMS0zLjYyMi4yOTIuMTY5LS4zNyA2LjYtNS40NTMtMy4xNDd6bS00LjY2NSAxMi42OWwtMi41OC0xNC45MjYgOC4zOTggNC44NDgtNS44MTggMTAuMDc3em0xLjQ2Ljg0M2w1LjgxOC0xMC4wNzcgOC4zOTggNC44NDgtMTQuMjE2IDUuMjI5ek0yNC44NyAxNy4yOGwuNDItNi41NzMgNS4wMTQgMi44OTUtLjM5NiA2LjU4Ny01LjAzOC0yLjkwOXpNMTEuMTY2IDkuMzdsNS41MDctMy42MzYgNS4wMTQgMi44OTUtNS40ODMgMy42NS01LjAzOC0yLjkwOXoiIGZpbGw9IiM1OUVDMzQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF80ODI5Xzc0OTQ1Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InJvdGF0ZSgzMCA2Ljc0NiAyNS4xNzUpIiBkPSJNMCAwaDI2Ljk4MnYyNi45ODJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
    background-size: contain;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__media .t-icon:nth-child(3)
    {
        bottom: 393px;
        left: calc(50% - 332px);
    }
}
.t-vip-progress__media .t-icon:nth-child(4)
{
    position: absolute;
    bottom: 230px;
    left: calc(50% - 269px);
    width: 59px;
    height: 59px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkiIGhlaWdodD0iNTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ4MjlfNzQ5NDMpIj48cGF0aCBkPSJNMjEuMTA2IDI3Ljg4bC0zLjE0NC05LjU1NS4zNjMtLjM2MyA5LjU1NSAzLjE0NS02Ljc3NCA2Ljc3M3pNMzcuOTIgMzkuNzMzbC0yMi45NS0yLjA4NkwyNS40IDI3LjIxNSAzNy45MiAzOS43MzN6bTEuODE0LTEuODE0TDI3LjIxNSAyNS40MDFsMTAuNDMyLTEwLjQzMiAyLjA4NiAyMi45NXptLTkuODU4LTE4LjgwOGwtOS40OTQtMy4yMDUgNi4yMjktNi4yMyA5LjUyNSAzLjE3Ni02LjI2IDYuMjZ6TTEyLjg1MSAzNi4xMzVMOS42NzYgMjYuNjFsNi4yMy02LjIyOSAzLjIwNSA5LjQ5NS02LjI2IDYuMjZ6IiBmaWxsPSIjMUUyMDIzIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDgyOV83NDk0MyI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDM1LjA0IDE0LjUxNCkiIGQ9Ik0wIDBoNDEuMDUydjQxLjA1MkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
    background-size: contain;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__media .t-icon:nth-child(4)
    {
        bottom: 231px;
        left: calc(50% - 253px);
    }
}
.t-vip-progress__media .t-icon:nth-child(5)
{
    position: absolute;
    bottom: 202px;
    left: calc(50% - 448px);
    width: 55px;
    height: 55px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMi43MDQgNy4yODdhMi4wNDcgMi4wNDcgMCAwMC0yLjAxLS45NzRMMTQuNjMzIDguMzRjLTEuNTEuMTktMi4yOTUgMS45MDUtMS40NDcgMy4xNzNsNS43MiA4LjU2LTYuNzYuODUyYy0xLjgxMi4yMjktMi40NDIgMi41MzQtMSAzLjY1M2wyNy4xIDIxLjAyOWMxLjcxIDEuMzI3IDQuMDQxLS41NTUgMy4xMDQtMi41MDRMMzQuMjggMjguMzU5bDcuMjQ0LS45MTNhMi4wNSAyLjA1IDAgMDAxLjQ5Ny0zLjA5NEwzMi43MDQgNy4yODd6IiBmaWxsPSIjRkI2MDFFIi8+PC9zdmc+");
    background-size: contain;
}
.t-vip-progress__media .t-icon:nth-child(6)
{
    position: absolute;
    bottom: 97px;
    left: calc(50% - 315px);
    width: 73px;
    height: 73px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzMiIGhlaWdodD0iNzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS40NTIgMTEuMTg4YTIuODA2IDIuODA2IDAgMDAtMi40MDctMS44OTNsLTIyLjEtMS45OTZjLTIuMDc5LS4xODgtMy42MzEgMS44NzgtMi44NjggMy44MjRsNS4xNSAxMy4xNC05LjMwMy0uODRjLTIuNDk0LS4yMjUtNC4wMTMgMi42NzctMi40MSA0LjU5OEw0NS42NCA2NC4xM2MxLjkgMi4yNzggNS41NzUuNDQyIDQuODkxLTIuNDQzTDQ1LjM4NCAzOS44N2w5Ljk2OC45YTIuODEgMi44MSAwIDAwMi45MTMtMy43MDNsLTguODEzLTI1Ljg3OXoiIGZpbGw9IiMxRTIwMjMiLz48L3N2Zz4=");
    background-size: contain;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__media .t-icon:nth-child(6)
    {
        bottom: 107px;
        left: calc(50% - 335px);
    }
}
.t-vip-progress__media .t-icon:nth-child(7)
{
    position: absolute;
    bottom: 362px;
    left: calc(50% + 306px);
    width: 54px;
    height: 54px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4zNTMgNS45MDFhMi4yOSAyLjI5IDAgMDEyLjA5NS0xLjM2MmgxOC4xMWMxLjcwMyAwIDIuODEzIDEuNzk0IDIuMDUgMy4zMmwtNS4xNSAxMC4zMDJoNy42MjNjMi4wNDMgMCAzLjA2NCAyLjQ3IDEuNjIgMy45MTRMMTcuNTY2IDQ5LjIxYy0xLjcxMiAxLjcxMi00LjU2My0uMDUtMy43OTYtMi4zNDVsNS43ODUtMTcuMzU0aC04LjE2OWEyLjI5MiAyLjI5MiAwIDAxLTIuMDk1LTMuMjI0bDkuMDYzLTIwLjM4N3oiIGZpbGw9IiNGMDM1MzUiLz48L3N2Zz4=");
    background-size: contain;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__media .t-icon:nth-child(7)
    {
        bottom: 398px;
        left: calc(50% + 221px);
    }
}
.t-vip-progress__media .t-icon:nth-child(8)
{
    position: absolute;
    bottom: 340px;
    left: calc(50% + 477px);
    width: 43px;
    height: 43px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ4MjlfNzQ5NTgpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuOTQgMTQuODk2YTEuMjYxIDEuMjYxIDAgMDEuNDQtMS4zMDRsNy44MTctNi4xOWExLjI2MyAxLjI2MyAwIDAxMi4wMi43MzJsMS4yOTcgNi4yMDggMy4yOS0yLjYwNWMuODgzLS42OTkgMi4xNjguMDE5IDIuMDM4IDEuMTM1bC0yLjQ0IDIwLjk5Yy0uMTU0IDEuMzIzLTEuOTg3IDEuNTM3LTIuNDQuMjg0bC0zLjQzNC05LjQ2OC0zLjUyNiAyLjc5MWExLjI2MyAxLjI2MyAwIDAxLTIuMDA3LS42NzVMOS45NCAxNC44OTZ6IiBmaWxsPSIjMUUyMDIzIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDgyOV83NDk1OCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJyb3RhdGUoLTM4LjM2OSAyNi43NiA5LjMxKSIgZD0iTTAgMGgzMHYzMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
    background-size: contain;
}
.t-vip-progress__media .t-icon:nth-child(9)
{
    position: absolute;
    bottom: 227px;
    left: calc(50% + 367px);
    width: 71px;
    height: 71px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEiIGhlaWdodD0iNzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ4MjlfNzQ5NzIpIj48cGF0aCBkPSJNMzAuOTQgMjQuNzAybDkuMzUyLTEwLjQ2Ni42OTEuMTg1IDIuODY3IDEzLjc0LTEyLjkxLTMuNDU5em0tMi41OTUgMjguNTg2bC0xMy40OS0yOS4xOSAxOS44ODQgNS4zMjktNi4zOTQgMjMuODYxem0zLjQ1OC45MjdsNi4zOTQtMjMuODYyIDE5Ljg4NCA1LjMyOC0yNi4yNzggMTguNTM0em0xNS44NS0yNS4wMzRsLTIuNzUtMTMuNzEgMTEuODczIDMuMTgyIDIuODA4IDEzLjcyNS0xMS45My0zLjE5N3ptLTMyLjQ0OC04LjY5NUwyNC41IDEwLjAwNGwxMS44NzMgMy4xODItOS4yMzggMTAuNDk3LTExLjkzLTMuMTk3eiIgZmlsbD0iIzFFMjAyMyIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ4MjlfNzQ5NzIiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKDE1IDcuNDEzIDU2LjMwNikiIGQ9Ik0wIDBoNTcuMjgydjU3LjI4MkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
    background-size: contain;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__media .t-icon:nth-child(9)
    {
        bottom: 241px;
        left: calc(50% + 288px);
    }
}
.t-vip-progress__media .t-icon:nth-child(10)
{
    position: absolute;
    bottom: 103px;
    left: calc(50% + 234px);
    width: 96px;
    height: 96px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTYiIGhlaWdodD0iOTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ4MjlfNzQ5NjYpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI0LjE0NCAyOS42OTdhMi45MzQgMi45MzQgMCAwMTEuNDUzLTIuODU0TDQ1LjY5IDE1LjI0MmMxLjg5LTEuMDkxIDQuMjcuMTg4IDQuNDAxIDIuMzdsLjg4NCAxNC43MyA4LjQ1OS00Ljg4NGMyLjI2Ny0xLjMwOCA0Ljk4My43NzggNC4zMDYgMy4zMDVMNTEuMDE0IDc4LjI1NWMtLjgwMyAyLjk5Ni01LjA5NSAyLjg2OC01LjcxNC0uMTdsLTQuNjk4LTIyLjk2LTkuMDYzIDUuMjMyYTIuOTQgMi45NCAwIDAxLTQuMzktMi4yMzVsLTMuMDA1LTI4LjQyNXoiIGZpbGw9IiMxRTIwMjMiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF80ODI5Xzc0OTY2Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InJvdGF0ZSgtMzAgNjUuMTI5IDE3LjQ1MSkiIGQ9Ik0wIDBoNjkuODA3djY5LjgwN0gweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
    background-size: contain;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__media .t-icon:nth-child(10)
    {
        bottom: 126px;
        left: calc(50% + 170px);
    }
}
.t-vip-progress__media .t-icon:nth-child(11)
{
    position: absolute;
    bottom: 139px;
    left: calc(50% + 449px);
    width: 34px;
    height: 34px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ4MjlfNzQ5NzApIj48cGF0aCBkPSJNMTIuOCAxNS4zMDVsLS4zODgtNS44MzUuMjU2LS4xNTIgNC45MjYgMy4xNTItNC43OTMgMi44MzV6bTcuNzUzIDkuMTA0bC0xMi42Mi00LjQ5MyA3LjM4Mi00LjM2NSA1LjIzOCA4Ljg1OHptMS4yODQtLjc2bC01LjIzOS04Ljg1NyA3LjM4Mi00LjM2Ni0yLjE0MyAxMy4yMjR6bS0yLjgzMS0xMi4wMTRsLTQuODgzLTMuMTc3IDQuNDA4LTIuNjA3IDQuOTA0IDMuMTY1LTQuNDMgMi42MnpNNi45NiAxOC43NmwtLjQxLTUuODIyIDQuNDA3LTIuNjA2LjQzMiA1LjgwOS00LjQzIDIuNjE5eiIgZmlsbD0iI0ZGRUQ0OCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ4MjlfNzQ5NzAiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKC0zMC41OTkgMjMuOTUxIDUuMDc2KSIgZD0iTTAgMGgyMy44NjN2MjMuODYzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
    background-size: contain;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__media .t-icon:nth-child(n+2)
    {
        display: none;
    }
}
.t-vip-progress__bar
{
    position: relative;
    width: 100%;
    height: 280px;
    padding: 1px 1px 0;
    background: linear-gradient(180deg,#2f3337,#0b0c0e);
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__bar
    {
        height: 240px;
    }
}
.t-vip-progress__bar:before
{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    content: "";
    background: linear-gradient(180deg,rgba(28,30,32,0) 8.33%,#272a2d);
}
.t-vip-progress__bar:after
{
    position: absolute;
    right: 0;
    bottom: 100%;
    content: "";
    border-right: 40px solid transparent;
    border-top: 40px solid transparent;
    border-color: #090a0c #090a0c transparent transparent;
    border-style: solid;
    border-width: 40px;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__bar:after
    {
        border-top: 0 solid transparent;
        border-color: #090a0c transparent transparent;
        border-style: solid;
        border-width: 80px 0 0 50px;
    }
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__bar:after
    {
        border-left-width: 25px;
    }
}
.t-vip-progress__bar-wrap
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 52px 73px 0;
    background: linear-gradient(180deg,#1c1e20,#0a0b0d);
}
.t-vip-progress__bar-wrap:before
{
    position: absolute;
    bottom: 100%;
    left: -1px;
    content: "";
    border-left: 40px solid transparent;
    border-top: 40px solid transparent;
    border-color: #090a0c transparent transparent #090a0c;
    border-style: solid;
    border-width: 40px;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__bar-wrap:before
    {
        border-top: 0 solid transparent;
        border-color: #090a0c transparent transparent;
        border-style: solid;
        border-width: 80px 50px 0 0;
    }
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__bar-wrap:before
    {
        border-right-width: 25px;
    }
}
.t-vip-progress__bar-wrap:after
{
    position: absolute;
    bottom: calc(100% - 16px);
    left: 39px;
    width: 1px;
    height: 113px;
    content: "";
    background: linear-gradient(180deg,#090a0c,#2f3337);
    transform: rotate(45deg);
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__bar-wrap:after
    {
        bottom: calc(100% - 7px);
        left: 24px;
        height: 94px;
        transform: rotate(32deg);
    }
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__bar-wrap:after
    {
        bottom: calc(100% - 2px);
        left: 11px;
        height: 84px;
        transform: rotate(17deg);
    }
}
@media screen and (max-width: 1279px)
{
    .t-vip-progress__bar-wrap
    {
        padding: 52px 32px 0;
    }
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__bar-wrap
    {
        padding: 62px 16px 0;
    }
}
.t-vip-progress__bar-currency
{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.t-vip-progress__bar-currency:after
{
    position: absolute;
    right: -34px;
    bottom: calc(100% + 36px);
    width: 1px;
    height: 113px;
    content: "";
    background: linear-gradient(180deg,#090a0c,#2f3337);
    transform: rotate(-45deg);
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__bar-currency:after
    {
        right: -8px;
        bottom: calc(100% + 46px);
        height: 94px;
        transform: rotate(-32deg);
    }
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__bar-currency:after
    {
        right: -5px;
        bottom: calc(100% + 60px);
        height: 84px;
        transform: rotate(-17deg);
    }
}
.t-vip-progress__bar-currency-current
{
    width: 33.33%;
    text-align: center;
}
.t-vip-progress__bar-currency-from, .t-vip-progress__bar-currency-to
{
    width: 33.33%;
    color: #737880;
    text-align: left;
}
.t-vip-progress__bar-currency-to
{
    text-align: right;
}
.t-vip-progress__bar-line
{
    width: 100%;
    margin-bottom: 20px;
}
.t-vip-progress__bar-line .t-progress-line
{
    padding: 0;
    border: none;
}
.t-vip-progress__bar-level
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #9299a5;
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__bar-level
    {
        flex-wrap: wrap;
    }
}
.t-vip-progress__bar-level-current
{
    width: 33.33%;
    padding: 0 24px;
    text-align: center;
}
@media screen and (max-width: 1023px)
{
    .t-vip-progress__bar-level-current
    {
        max-width: 320px;
    }
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__bar-level-current
    {
        flex-grow: 2;
        order: 2;
        width: 100%;
        margin-top: 20px;
    }
}
.t-vip-progress__bar-level-from, .t-vip-progress__bar-level-to
{
    display: flex;
    align-items: center;
    width: 33.33%;
    padding: 0;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
}
.t-vip-progress__bar-level-from .t-icon, .t-vip-progress__bar-level-to .t-icon
{
    width: 34px;
    height: 28px;
    margin-right: 12px;
    margin-left: -5px;
}
.t-vip-progress__bar-level-from small, .t-vip-progress__bar-level-to small
{
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #9299a5;
}
@media screen and (max-width: 767px)
{
    .t-vip-progress__bar-level-from, .t-vip-progress__bar-level-to
    {
        flex-grow: 1;
        order: 1;
    }
}
.t-vip-progress__bar-level-to
{
    flex-direction: row-reverse;
}
.t-vip-progress__bar-level-to .t-icon
{
    margin-right: -5px;
    margin-left: 12px;
}
.t-vip-progress-skeleton
{
    width: 100%;
}
.t-vip-progress-skeleton .t-vip-progress__media
{
    padding-top: 50px;
}
.t-vip-progress-skeleton .t-vip-progress__bar-currency-current, .t-vip-progress-skeleton .t-vip-progress__bar-currency-from, .t-vip-progress-skeleton .t-vip-progress__bar-currency-to
{
    width: 40px;
}
.t-vip-progress-skeleton .t-vip-progress__bar-level-current, .t-vip-progress-skeleton .t-vip-progress__bar-level-from, .t-vip-progress-skeleton .t-vip-progress__bar-level-to
{
    width: 50px;
}
.t-vip-table__item
{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 16px;
    border-radius: 16px;
}
.t-vip-table__item:first-child, .t-vip-table__item:nth-child(3), .t-vip-table__item:nth-child(5), .t-vip-table__item:nth-child(7), .t-vip-table__item:nth-child(9), .t-vip-table__item:nth-child(11), .t-vip-table__item:nth-child(12), .t-vip-table__item:nth-child(14), .t-vip-table__item:nth-child(15), .t-vip-table__item:nth-child(17), .t-vip-table__item:nth-child(19), .t-vip-table__item:nth-child(21)
{
    background: #151618;
}
.t-vip-table__item:nth-child(5), .t-vip-table__item:nth-child(8), .t-vip-table__item:nth-child(11), .t-vip-table__item:nth-child(14), .t-vip-table__item:nth-child(16), .t-vip-table__item:nth-child(18), .t-vip-table__item:nth-child(20), .t-vip-table__item:nth-child(22), .t-vip-table__item:nth-child(25)
{
    margin-bottom: 32px;
}
.t-vip-table__item:nth-child(5):before, .t-vip-table__item:nth-child(8):before, .t-vip-table__item:nth-child(11):before, .t-vip-table__item:nth-child(14):before, .t-vip-table__item:nth-child(16):before, .t-vip-table__item:nth-child(18):before, .t-vip-table__item:nth-child(20):before, .t-vip-table__item:nth-child(22):before, .t-vip-table__item:nth-child(25):before
{
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #1e2023;
}
.t-vip-table__item:nth-child(n+27)
{
    display: none;
}
.t-vip-table__item-elem
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 10%;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
}
.t-vip-table__item-elem .t-icon
{
    width: 16px;
    height: 16px;
}
.t-vip-table__item-elem .t-icon-disabled
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTYwIj48aW1hZ2Ugd2lkdGg9IjE2MCIgaGVpZ2h0PSIxNjAiIGhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBS0FBQUFDZ0NBWUFBQUNMejJjdEFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUJtSkxSMFFBL3dEL0FQK2d2YWVUQUFCWnYwbEVRVlI0MnUyOWQ3d2NWM24vL3o1blp1dHRrdTVWcjFmRmxwdU11ekVCZ3cybW01WkFxRFpnMDJzS1B4SmFDaEFnWUlxVEVDQjBDQjBDQm16VHdiZ1hiRnhsOWQ1MSs5N2RuWm56L1A0NDU4ek1yb29sV2RLMS9QWHpla203ZDNaMjU4elp6ejY5d0dQMEdEMUdqOUZqOUJnOVJvL1JZL1FZUFVhUDBXUDBHUDIvUW1xaUYzQ3NVZk8rUDRWbWFGZFJ4bXM2bURwVEpRTTdnMkJTYjB5NUhGTWZGNkF4MFdzOGxrZzEvM3p6UksvaEVVZkp6bTNWWU9hODNtVFRtcG54K2xXVFpXU29UM1YwOVNHbXg0d01kVXR0dElzNERnUUpKR29XZEtreVRyRVlxYkRRMEowOXcraGdVRXl5UTNWMGpRUlRaMndPNXk3ZUdhKzZieWN3TXRIMzlraWpNRjY3WXFMWE1LRmtSZ1o3VmFHd0pObXk4UVNVT2lGZWZmOXh5ZTd0czJWMGVKWVpIcGlDTVNXSkdvcG1oSmdZbFJjYUlxQlU5bHhyK3hnRTdsOEJGUllpM1RONWh3cUxBM3IydkxYaC9PTld5SGp0Z1hEUkNmY1hUejEzclJuWXNSbUlKM29mSm9wVS9jWmZUZlFhamlycHJzblQ0blVyVGtrMnJUNnZlZGN0NXlTYjFpdzFvOE56Wkd5a0pJMDZhQVZLbzRJQUZZU0F5a0FHb1BSRFhFRXNDTUU5R2lST0VBVGlDRkNvUWhFVkZvenVtN0VobURudndYREI0dHNvbG02c1B2L1Zmd0kyVHZRZUhVMVMwWm9ISjNvTlI1ek05bzJMR2pmLzlvbko1blVYUlEvY2RVNnljOXQ4R1IwTzBBcUMwQUpOSzlBQktNL2o5Z0U2cmR4ckhtVCtIUGNvSG9BcUEySjZvaUFpWUJJd2dpUXhKQW1Jb0NwVmRQZmtMWVdscDk1Y092Tkp2dzZYbnZyN2NQNlMrM21VYzBlVjdOZ3kwV3M0SXBRTTdwd2QzWEhEUmZVYmZubHgvTUNkVHpDN2QweVZaZ01LQlpRT3JZalVEbGhLT3lhWDUzWXFlMUE2QTVocUEyRExjekx3SVpDWTNJckVuV1lCS3Y0OXhtU2dqU0lrcW9QUzZNbDlRNFdscDk1Y092ZXBQeXVlK2NScmdFY2xwMUROZTI2YjZEVWNOcExhV0NIZXRPWUp6UnQvL2RMb250dWVFVzlaTjQ4a1FSV0tFQllzNER6QXRFYWxZS0lWZUVwbG5NNEQwejhJclNLNVpRSFNmc0FlTTBJS1VpUHBheUltZTE5ZWJCc0RTWXcwNnlDZ2U2ZnRMSjU1L3E4cXozckovNGFMVHZ3Vk1EN1JlMzI0U0VYclZrNzBHaDQyUlhmZU1BbWxMaDc3L2hkZkhULzQ1eWZLMkVoQVdMREFVNjJnODQ4WitCemdsRU9YYWpVeXhCZ0xDQThtRVpUV2lGTDJjd1RMelR4d3ZHR2lyQzZaWGlzUFpISGNVQkk4cXNXWXR0ZU0rMmQxUjFPdm9ZSUM0WEVuMzFFNDhmU3ZsaTk0L28rQURSTzk5dytYMVBodmZ6clJhemhrQ3FiUG5sYjc3dWRlMXJqcnBsZkhLKzVkcGdCVktrRVFacUl5QnpwN3g4cGFzbm51QjRpSklZa3RCa3RscUZUUmxTcHE4bFNDS2RQUTNaUFFuVDJvYWllVUsxWnZMQlJRU2lNbXNRWkcxRVJxWTVqeFVjendJR2IzVHN5dWJaalJJYVEranRSckVEZEJoNmdnYUROb25IN1kvaThQYm1Nd2pUb3FDQWptTEZ4UnZ2RGliMVV2ZnVYL2NBd0RVVVVyNzUzb05SejhvcXVkVTBZLzkrRkxtbmZkOUxwNDVYMUxCVUVWeSs1THpZRkw1ZjQ1QUhvVFE1SUVvZ2dLQlhSbkYzcmFMTUwrNHdsbTl4UE9uazh3YXdHNmJ6cXFWUFpXcXhYalFaZ3RKQzl5UFpjekJ1SVlrZ2lKbWtpemlSa2R4bXpmVEx4NUxjbW10U1FiVmhPdlc0RVoySVhVUmdGQmhVWFF5cW1KZXdHaEVjc1JBVEVHYVRZZ2FxS256OTVjZmRaTC82Zjh6TDg2Sm9Hb0dzZVNJenBxRmhxMy9QNWw5Vi8rNEcraUIrOWU1cm1WeW5PNWRnRDYxMFFzTUl4QlZUc0laczZqY09KcEZKYWVTcmh3S1hyNkhGUzFFMVdxT0NzMWNWOTZqZ3VsdTdZWEhUQ3Z4Nm05NkpYZU4yZ01NbDVEeG9hSU42d2hYbkV2MGYxL0lucndIbVJnTzlLb1E2R1FXdVNrb3RtMGdESVYyYzBtMG13UUxqNXhSZW1zSjM2Mjg5Sy8reEl3Tk5GZjFZR1NPbFljMGNtMkRVOGMrZXdIMzl1OC9icUxKSTVSbFk3MEMxWXA4QUFWMkRkNHAzQ1NJRW1NcW5aU1dMaVU0bWxQb0xEc2JNTDVTOUJkUFJZVVNXekZxTkNxdzJYYmxGMXJYd1lJV0JGcW4yVVdiL3FpYWZrVHBaejdKMEFhZGN6QURxSVY5eEQ5NlFhYWQ5MU1zbTBqRWpVeVBSYnNqNkxGeDRoMTU0aXh3RFVKaFdYbjNOTHhrdGYvSzNCTTZGWnE3SWRmbnVnMTdKY0tKenh1MXRoM1B2KzN0ZS8vejF1SW9xS3FkcVRnVW5tT2w5ZjVqRUhpSm9RRndqa0xLWjE5UHNVenp5ZGNjSnpWNFl5eFByaWNVV0VkMEcxdW1MelZxL0pXc1h1OWhmSit3VHpIbEQyUGlYWFJwSUJWOWhvcUxJSVl6TzRkUkEvY1NlUG0zOUc4OHdiTTd1M09YeG0wZnBibmhpa1lEVkliUXhWQ3loZjk1ZGM3WC84UEh3RFdUUFIzdUQ5U3plVjNUZlFhOWtuTk8yKzZlUFJybi82MytJSDdUbFRWZ3RPVG5DNlhCNHUzT0Izd1ZMV1R3a2xuVWpyL1daUk9QUmZkTThXQkxySmlOUythSFhkVHFnMkEybjkyemxEWUQvZExTZHE0bmovbXVhc0h6UjZ2ZXgzUFdkZGhBVEVKeWVaMU5HNytEWTAvWGt1OGRvWDl3UlFLOW4xNXl4bW4xd0tZR0RQV0lKZzVjMlAzbXo3d1Q4QVhKL3E3M0JlcHNXLzk5MFN2WVE4cW5uZGg3L0JuUC9ndjlaOTkrekpwTm9xNldzRUNSYmVLWGNnNFhoU2hPcnNwbmYxa3loZGNUT0c0VTZCWVFxSW15bjlSN2R3eWRUTHZDYllVa0xxTks3YTdhdktVY3FmY1l6dVhhdU5lTFp3eHArK2wvdXdndEdBYzJrWGp0ajlTLy9XUGlSNzhNNWpFR2thMFhTUDFPUW8wNmlTeG9mcU1GMzI3NHlXdmV4ZVBRQ05GMWErL2RxTFgwRUptZE9RdlJyN3cwVTgwLzNUcjJVR2xZQlZ5ejZWMGpoc0ZnZDMwWmdOVjdhUjB6Z1dVbi9aQ0NvdFBCRURpQ0NjL2FRRWJ0SEs3ZHZGdHozQ1h6RnczMlk1bHI2ZVVZcXM5SWtMbVdza3JnSG0vWWpzWDg1d3dCYWU3Z05Lb1lna3pOa3J6anV1cC8rTDdSTXYvYkpjVWh0bG5HSlB6S1ZwZm9obHJvS2ROV3pYcEg2NTRCNDh3M1ZEVnJ2ckdSSzhocFdSdzF4c0dQLzFQSDFTN0IzcDFWM2tQZDRyVjFheitKM0dNMHByaWFVK2cvS3kvcG5EOE1zQUJUd1RsSXhrdXVjRGViU3MzVSswK3dqekFWUmFtOHdhT3lvZnEybng0bVdqTmN6N1Rhc20yYzc5MjdyaEhaQ1RqYU9JNW13T2kxRVpvM1BSYnhxLzVMc242bGRaWThWWjJQcnpud0N5Tk9pamQ3SHp0My85cjU4dmY4bUVnSHllY01GTEpsb25ueXZHNkZSMmpWMy92UXlQZitPemJDd1ZReFZJT0ZFR21vMmx0cmRxb1NkaS9sTXJGcjZCMCtoTWdDSkdvNlcrcGhkdGw0TTFGSnp5bG9ibnM4NVVEdWlvVVVObzZpOFZZZzBGTWdvbGpLeUx6VVE5QWhRV1VVdWhDRVJCMFdFQ1NHREZpZnhUR09FdTd6WTJ5UDFDMmhPamF3S2tVcWxUR0RPNmkvdXYvWS94WFAwSkdCbEdGMHA3djkrK05JNUx4bU1velgvQ2Q3amUrOXgzQTFvbis3bFh6M3RzbmRnVWljM2IvNjFzL1g3L3h4bWNXdXNKTW5HaE5YaXdxclpGbUExM3BvSFRCODZnOC9TOVJQVk9nMlVBUUp4bjFudUJyMC9XVTU0anVtTklhRllSb0orcVRacDNteUFqak83Y3h0blVUamQwN3FlL1lSbk5vTjlIUWJtUzhobW5VcmJIak1sNTBFQkJVcXFnd3BOUTdqYkJjcFRKN1BxWGVYa3A5TTZqTW1FMVk2U1FvbDlGaEFSTkhTQnhaUUpvY3B4UGpPQjJ0WEJCeVlodDN2dnNCQkNFVWk4U3I3bVA4UjEraGVmZXRUbElFZXdkaEVtTkdJOElsaTIrZjhzbnZ2Qks0ZnlLLy9na0ZvTlJycCt6K3dCdS8ycno3bnRQQ3JoQVZGRExkU2p0L25sSjI4NktJd25FblUzblJaUlNPWDJhNVNoS1RUeGhRdXMyZ1VIc1JtZHFDTGloYWtaVTA2b3h0MzhMZzZoVU1ybHJPNE1vSEdOMjBudkZkMjBocTQwZ015b0RHL2d2ZFJ3WTVOVkRSNm5YeEI0TVNxRUpJYWNvMHFyUG5VWjAxbCs3alQ2WnI0ZkZVWjgwbDdPaXk0YlU0dGhhc3QySnA0M3crTmd3NTdtYkk2NXlxVUVTaWlNWWZmczc0VDcrSkdSNkVRakY5VC9wK0Ixd3oyb0JaYzlaTmVmK25YZ1A4WnFJd29HcS8rUDZFWEZoM2REOWg2N3RlK3cwMmJsaFE3SGJ1bFRiWENFcEJFb0VPcVR6bHVaU2YvVkpVUnhjMDYrNjBuSTRJZTMyL2NucWdGNCs2VUtBeE9zclErdFZzLy9QdDdManJOZ1pYUDBoOVlEZEp3NzVWQjlhZm5RSk5RWUJ5ajRKMmw4NWRiVS9LWXloeDM3OVY0U2gwbGVsY2NCeVRUem1keWFlY1FWZi9Fb285VSt5NWNkTWxRT1R5QjlzdDVyeG9Kc2N4dFlaQ2lXVFYvZFIrOENXaTVYZEJzV2hYdUlmSU41alJCako1OHU3SmYvL1Ixd0wvTnhFNFVLUGYrZnhSdjZndWxTN2EvbS92K3FwczJUYWoxQjJDNTN6dHhrS3pqdTZiU2ZXRnI2WjQyaE5jMEQvT29oN2szREdwYnk4ZkJyTmNNU2lWTVVuTThLYjFiTHoxQmpiZmVqMkRxNWZUSEs2akJIVG9WYzFjMnBWNzhKK29GUVNBUGxBQTdvc2NNekl1elRTc2huVE02V2ZLc2pQb08rUHg5QngvTW1HbGs2UlpSK0o0VDFkTkcwZk1ESmhNVkt0Q0VXblVHYi82T3pSKyt4TUxhQzlSak1saTFpS1llZ09wZEk1MFgvTFd0d0JmTzlwWVVFTlgvTU5SdldCaDJka1hiZm43Uzc4WkRBejFGVHZEWE9ZS0xUNDVhVFlvSEg4SzFiKzhuSEIyUDlJWWIwMXB3ajNYR2VDVTB0YnhFbGk5TGl3V2FkUnFiTDMzTGxiLzRaZHN1ZXQyNnJzR3ZYdU5RSU4yR2RBdCthYTBpbGROS3dBOStOcFNWdytKeElBNG5JVWRJWk5QT0kwWlQzd3F2YWVlUldsS0x4SW5HTWNWRldUR1MrcHF5WDBRWk53eERFRnJtcmY5Z2ZILyt5cG1aQkRDWXFaTG1zd0lOdlU2Um9XTktlKzk0ZzNBVjQ0bUh0VG9OejV6OUM3V05lbkNyZi8wdG0rcGdjR3A1YzR3QzdqbmZYRUFjWlBpMlJkUWVmNHJiY3czaXZhTVZMUW5ram9MVittQW9GUWlxdGRZZCtzTkxQL05OV3k5OXk1TVUydytRS2hTMEZsdXBxeW54bjJUSG5EdWVhSmdwNFpOU3JFOVFBWVVER25GcUlLNmUxMEJSYUFLZEFHVGdENWdPakFiNkRqUS9SRURwbWwvaDUzejVqRDk4ZWN6OC94blVKMCttNlRaY0J5eDFXKzRoMmdtQjFKbktjZHJIcUQybmMrUmJGNXZNM3JzV2ExV2Q3T0JVV0dqNTAzdnVSejQrbEhEeFBDVkh6Z3FGeW91TytlOGpYOTM2ZmZadm4xbXBVTmJ2MVUrOEs4REZ3RVFLays1bU1yVFhtQnQyeVRPenZGV24xZW15SWZrRkdHcFJCeEZyTDM1ZWg3NHpjL1pmTis5U09Ja3ZOWXBwL01HaERVc3hKYUQyTmMyYWxpdTRHNEZkeXZGQ29TMUdvYTFrbkdnK1ZEM1diTFlybUFCT1IxWURDd0ZIZ2VjQUN4eHIrMmJ4SXBvTWRBNVp6YXpudngwWnB6M1pNcTlVekdOaGswK2NCelJudDRXVFduVEVWV3hUTEp6RzdYdmZZRm94ZDJvWW5sUHd3UkJHazJTWXJVMjVkMGZleVh3dzZPQkN6WDZ6Zjg0NGhjcG5IVEdxWnZlOUtJZm1ZMmIrOHNkb0hNeDNWVHNHZ05hVVhuV1N5aWU5M1NVaWUwbXR5Y0hxRGFuc1lBT1EzUWhaT3NEOS9Mbm4vMklEWGZkUnRLRW9LajJ5RjdKZzFCRFhjTTlBZklIcmZpOWhuc1Zzb0VEQU5xaFVMZW1EMWdJbkEwOHhUM08yZDk3VEdTTm1NNTVzMWp3M0Jjei9leS9RT2tRRXpVekFQbU5FRm9qSzg0UkxsNHZySTFTKytHWGFkNXpxNDJyUTJ1YUY0SnBORWtxM1FOVFAvN1ZGd0cvUGFMQUFGVHRWejg2b2hjb0hYL3FyQTJ2ZmNiUDZ2YzkrTGpPVGd1V1ZQUnFuVVVOQWszbDJTK2plT2I1cm53eGwxdVhUNFZ5L3dTRlFnaUxKYUo2blQ5ZmV4WDNYdnRUeGtmR0NVdTVNTnBlU01NOVd2RXpEZGRvdUowSktoaWZIcGdsd0JPQTV3SG5BNVAzZXFMamlFcEI3N0pUV2ZDY0Z6TnA0ZkhXbjVnazJWNDU0NlFscVRYL1BDeEFzMEh0cW0vUS9OUDExbWtOZTRBd0dXc2lVNmR0bXY3NW56NFR1UHRJN29GcS9QbVdJL2JoUWJXalk5dDdYL2Y5b2V1dWYwYTFFd3FCeW41NVdsdHVsaVJRQ0trKzUrVVVIdmQ0aUpxNVhMbzJ2YytEMXYxZHJGVFlzV1lWTjMvMzYyeTY5MzVuemU0VGVCSDJGLzBWQmRjQ3U0L2t4aDRzelF2TmFjQkxnUmNEOC9kMmpvamxpSVdPQ25NdmVBYnpMbm91WWFsQzBuVGRRTm9ORkU5NUozWVFnSW1wWGZXL05PKzhFVlVzN2hHRlVXS0l4eUpZdk9UdXFSLzR6NmNCMjQ3VWZhdjY5Yjg0WXBzNjlQMHZYcm45ZTk5NVMwY1ZpaHEwcjB6VE9iR3J0Qlc3cHovQnBwbW5HU2M1SFM5ZGJXdXh6NGE3NytTR2IzK05zVjJERk1xdE5SNDVxZ05YQVY4QWZvY0Y0aU9XNW9kbUh2RFh3S1ZZblhFUEVwZXczWHZTaVN4Ky9zdm9tdHRQMHFpM1prK25KL3RZc3djWUVBWVF4NHovOUg4emNaekduck5FaUhnNG92U1VwLzVrNnFlLysxY2NJYlZFbWFFand3aEd2L1haMTYvNzBIdit1MVNDY2dpQnkzSEw2MjRpUXVXcHo2TjQxcE1kNTVQVzBzbTlnUTlOVUN5dzRhYnJ1UDViWDZGdVNHc3BiRjZuOGgrZktMZ2ErQXp3SzFyU1VSNzVORDgwYzdBZ3ZJeTljVVNCcEFubEtkMHN2dmpGVEQvanZDeFdEWHNhSlQ1YzQ0OXJEWEdUMmsrK1FmVGdQZFlveFBrWXZWZ1hvVEVVMC9QbWQzNEllTytSdUUrMSt5UHZQT3dmV2puM3duUFd2ZVhGMTBpdE5xbGNnSUlHSFRpZm45UDdKR3BTZnNMVEtEM3hHZGE5NENDa1dzUnQ0QlRwMWdRQ0ZRVFVCM2J4NEErL3lkQ1dUVFIwd0ZpOVNhM1pKRTRTRVpIcnRkYWZpWlBreHh5aFgrN1Jvb1ZGbGdCdkFWNk5kZk8wa0lsQkJZcDU1eitOL3FjL0Q0WENKRzBnOU05OWRvNjRtdVN3Z0l3T1UvdlJWMG0yckxjTVFzU0ZicHg3SmttSW14TDEvdHZuLzVvallCbXIwZTk5NGJCK1lPV2NwMHplOE9xTGZqbnk0T296cWxVb0tBaVVzamZucXRZa2FsSTg2VXdxVDMwQjRuK1orWWhHTHQrdXBYZ2NVbysrTGhacGpneno0QSsvUVczYlpvSnloVGhPYU1TeHFVZlJCNEFQSHU3Tm1rZ3FqUTVlQ1B3TGNGNzdhOTZaUGUyMDAxbnkzTCtpMk5WdHJXUm96VE0wU2Y1ZFlBUVZoaVM3dGxPNzZodkl3SzQwenpJdnprMDl3dlJOM3pqOXN6OCtIMWg5T085TE5lNjg2YkJ1MU5DM1Budmw1bTk4OVMzVkRpZ3FDRFZvSFZnTFRDa2tqZ25uOUZONTlzdFF4V0xtYW1seEtPZkNFVzFKb2NycGdBSUVCUWZDSDMrTDBXMmJLWlFyTHY3TG1CSDVSNno0ZmRUUTJKYU5VNEQzQUcrZzNaY290dVM0OTdqRkxIM2h5eWxQbmtMU2JPNlJ0QUMwR0N1Q1RXU0lONnhrL0dmZmhtWWpLK2pLNlk3UllFVHBncWY4ZU5vWHJuNFJrRHprWWcrUWxQR0IvY05BdFo5OTUza3Izbm5KRDBvQlFTbDAzTStKVElJUWtnVFYxVVAxMlM5RlQ1bHFYUWk1TUZ6SzU3d2VtRzkvcGx2RmNQcTBXS0k1TXN5S24zeWJzUjNiQ1NzVlJBUUZFYWgzQXY5NTJHN3dFVUtqbTlkZkRId2M2OVJ1b2FRQjNYTm5jdUpmdllwcTN6U1NScHVGN0dpUGZNUmlpZWpPRzZuLzhkcXMrQ252bmtsaTZxT0czdmQrNUczQWxZZnJYdFRRNXo5eVdENm8rcVJuVEYxenlVWFgxYlpzUDc1U2R0eFBnZlp0emh6bktsLzRQQW9MbDlvRTBqUkJWSEtpdHpVczU5dGFpQzhwRjJ3UTF3TlVhM1NoUUhONGlCVS8veUcxM1RzSVMyVzN0U3BSU3IwVitPemgyckJIQ28xc1dITWM4R25nR2UydkpVM29uajJERTE3MENxcFQra2lpcU0weWJpK0dralFnVUwvdWFxTDcvdVFpVmEyWjFhWWVrWFIxNzU3eGhaK2ZDeHlXZWw3VnVQMlBoMlZEaG43MDVTdldmK21MNzZ4MFdLT2o1TUpiT25UdHo1S0V3dVBPcFhUVytWbjFsZ2dxeUt6aXZWckFTcmR5d3JiOFBxVlVLbzdyd3dNOCtOTWZFSTNYQ0lvbDk2SEtvTlRiZ1NNZjhqbktOTHh1NVNUZ284RHIybDlMbXRBMWF6b252ZkRsVkNaUHNTQnNpeG1uQ2JBKzUxSUhNRDdHK0M5K1FMSnJ1K09FT1gzUUpFVERNYVVMbi9yajZmLzVmNGRGRkN2Ykd1TGhVZjNXUC96Rmc2OSs3cldHcEZvT0xmZkxpMThSQ0diTW9YTGg4MnlXUm5iNVZ0R2FMNUdFdHVRRFJ6NTYwcTQzQXJwUW9MWmpPNnQrODNPaVJvT2dXUFNaMGhIdzkxaU84YWlpb2RYTEM4QS9BKyttelJHYU5HSFNncm1jZVBHTEtWUTdiVm1xaXp4bHZrSElBMU1WUXVKTjY2bi85aXFYK2taTGJRa21vVjR6VFAzb0YxNENmUGZocmwrTmZQZmhXY0dkejNwSlpjMmxUNzFxNXcyM1hGanRoQUlXZ0VGZS95dVdLVC9sdWVpK21SQkg5aGpzcWQ4cDJzSnpZWTc3aVEydnRlaUdXVGEwYjZlbUMwVnFPN2V4K3ZlL0lJb2l3bUxKbjE1SHFYZnpLQVFod09DRDkvNEQ4Sy9ZckxHVWtpWk1YYnFFcGM5OEFVb0hXVjJLZHpvcmxjV1FYYjJ5Q2tPYWQ5MWswL3Rkb1ZNK2VTR3BSVWovd3VVelAzdlZlVHpNaUpLS1ZqeTg1a1RqTi83cWt1WHZmdnRYd2lxVXRRVmdvSnp2VHdjSVVGeDJEc1ZUenJacDlQbTBLaC91VFFGSnEwN296Mm5uaEMyY0w4Y3hIWkIxV0tDMmN6dHJidmdkaVRIb1F0RkdqcFUwVVBwZFBNcXNZMDhEOS83cFhjQ0h5WU5RYkZMNTNMUFBaT0VUbjRva2lhdEZ5YlVLVVRpMXlFZWhGRVFSOVQvOEhMTnpxeFhOM29VakJpVkNiU2ltKzlMTDM0OEYvU0dUMnZHK3l3LzV6YjF2ZU0rVUIxOTE0VzhHbHE4NnRhdWFnUzlVRUdMMXMyRHFUTXBQZXFhdFQ4anJjbTBsamlyUUJFRklFc2VJVWxuSFV2OGU3Y0RvaTRxOGR6OTFVcXVVVXdLV0UrN2F3ZHJiYnNTZ0NBb0YvOHVQVWZydHdIOGRlVWdjZmRwMTE2M3Z3L29MVTNLdHFsbHl3VVhNT09sVXF3OG1pZHZUOWpSL0o0ckRBdkhXRFRSdStHVnI0UlNXR3liMWlIalM1RjJ6djNuZG1jRGFRMTJ2YWo1NHp5SGY3TmhQdnY2TzVaLzQ2Q2NMSFczY3orZlhCUUdsYzU5S09MZmZjYitzd3MwK3NhRFJXdE5zUm16ZHVJRTUvUXV0cU1qOVBIUGhOZS9ueXlqUXJhRDJaeXBsT2VIQUx0Yi82VFlrTE5oTUhHTVFKRUh4RnVDUjF4YmlNTkRPMjIvNkpQQ08vREZKSUt5VU9PbFp6NmRyNmt4TTdDMWpsVVZJdkJoT3czVUIwUjEvSkY2M0lxMDV6dlJCUTMwZ29ldXlOM3dLT09Sd210cnhnVGNjMGhzblgvSzIzdnRmL01TYlI3ZnZXbFF0V2RDRldPNVhVS0FOQkhQbVV6cjdLVzE2R2kydUZxVVVZYUhBSGJmZXdsMDMzY29UemoyTnhXZWU1OXhRaVVzOHlJbmlkT1d0bkRUbG1KRHFnemI1STZRMnVKdk5LKzRuMFlFTkNTWXhJaVFpOG5ZZWhYN0NIYmRlVndHK0RMd2tmenlKb1dmR05FNTYrc1VFWVFGakVtZGo1TXMvOHpVb0Noa2Rwbjd6YjZEaC9NVmlVbkZzbWhITlVuVms5dGQrZlJhdy9GRFdHbmEvNEpKRHVzbWhxNy8vaXNHTnV4WlZPbHBOcjdSV29oQVM5aDl2WTQ2SmkzWVkxYW9Eb2dqQ2tKMWJ0M0RmWFhjaEFheSs4MDhVUkpoLzV1TnQwWXlKVWFZZGVHM0pxWDc3dlA2WVpNK1RPS2JTMWNPYzQwOWk4NXFWSkRwQWhTSEtKSUdJZkJLUmtFZVpZVEw5dktlTWI3dmh0KzhFRmdGbit1TkJDRU5idHJQaHpsdnBQK3Z4bVJ0bVh3VlB4a0MxZzNCT1AvR0tlK3dIR09jekZFTlFDR0Yzcld2NCsxOTZJMjBjOTBCSjdYanZ3ZXVBdlcvNGg3NEhYdkdVWHcrc1hMZXNXcmJodGhBcmdnc0tBZ1BodkFVVWw1M3Q5TGEyMmcvdk5na0NtczJJMy8vdU4yemV0SVVnMVBRRk1Fa1pacHkwalA0enprWHkvWlAzMWp6SVc4WCtkZTgyYUFHcVF1dVF4dmdZVzlldkl3NUNOTmpVZHBHNk12S290STYzL1BHWFp3TS93WllHZ044YUhYRFNCVStqWitaY0o0ckZNYjFjMkM2ZnZOQVlwM0g3ZGNqWTJCNXVtYVFSRVhWMjc1cjc3ZXNQU1JjTUo3M3FiUWQ5WXlOWGYrL2l3ZVhybGhVcldZbzd1VWNLQWVHY2ZpUkpza0kyeWVYeXVjd1hIV2hXclZqT2xzMWJDRU9Od1NidkVXZzIzZnRuTUliKzA4L0pzamN3NlVVazUzcEpMeTVKMWhQR0gzT2dOVWxDc1Zoa3hxdzViTnUyeFlFd1FFeFNsb0NQS1NQQ284dzZublgrTTI3Wi9QdHJQa2d1ZEdaTHJSUFczM2tiSjA3dXMzN2FKTmY0TWwrMjZVVnhvVVF3Y3g3eHl2dElqVDJiUlVKUURHaHVIKzRkL05GWEx3WCs2V0RYR0E3KzZLc0g5WWErTjcrdnVQV0hYNzAwMWxES3VlOVNvQ1VRenB4cEcwRkdUVVFIOXJYVWdXd1YzeUFJR05pNWsrWExsNk45NFRqUU5FS2lGRUdnMlhUL1BZZ3g5RC91TEtzalMxYUlZM2ZTVzhqZVA0ano3RHU5MGJqVUlxMVJDQ1pSRk10RnBrMmJ6bzZkTzRpREVLVVZTaWlLbGs4b0pPYlJaeDMvRHpiZC95LzlnU0NFb2UwNzJmcmcvY3crNFNTU2xzNnJ2aWkrdFFRMDZKdEpzbWtkTWo3VzVpTFRGTW9KdFovOTd5dG1mUHI3bndJR0QyWnhZZmRGTHp5b3V4bS83YnJ6ZHR4NzMrTUxSZEtDYlY5aGhvQUtyZXRGRWpkWHpmaG1qRm1OaDlJYU1YRC84dVdNakk0U2VqK2dDREdLaG9GT3JTRFFiRjUrSDJJUytoOTNKZ3FONEN3M2I0UVlZL3YvcFE1czk5emt4TE5Ka01EbUZwb2tvVmdvTUxXM2x4MERBOFJoQVMyQ0Vna1IrWXlMRFR4cVlzZXpuM1p4ZmRNdmYvSWU0Q3p5aWEwS3RqeDRINzJ6WmxQcTZNUjQzNkFyWW1ydFJRTVVpdWlwTTBuV3I2UkZCeGREVU5MVTEyNWUxTGozOW9zNXlPTDJzSEdRdldFR2JyL2hyK002WWJFcnZZL3NuMERZTXdsVjdZSTRSclJHYVdjVVNLWUhhcTBaMkxXTFRadTNFSVpoQzFjenh0dzhibmlnVTZ0TGJHOXZ6WllWeThFazlKOTZsc05VVHNmenJZbU1kNlRTbW43a1FaZ2txZDVvVEVJeERKbmEzYzNPa1ZHU3NJQ3liVEFDSlZ5SlZXa1BXOGJIUk5PY3A3L2d3WTNYL3VoRHdPZjhKbWtONDZQamJGbjVBQXVXblo2SjRmWm1ScmtoTzBIdlZKSnRHNkhaelBZV2pkSVFhTVBJejcvenlsbWZ2L3FiSEVTTU9PeDYvcVVIZkNQSjRJNlpEMTd4L3Vmb2NnWTZ5VDJpSUpneXpZcTlSRUFDcS9xWkxITkZLWTJKbXF4YXZZb2tqZ2g4bzBrTG1rZ3A5WkdHeU5VSk5EWHFjdkVnWExrU01jTEN4NTFoRXhEeXFWeVFyVUpsNGpqN0crYy9GZXZQUWpBSkZMU21yMXBoVjcxSlVyQ2NVRVFDa0krN0RoeVBKc1BrbTloYWt3djhBYTFoKzlvMVRKdTdnRXBIQjhaSXBnTW1ybFlZbkZnMkVCWUp1aWVUN055V00vNHNPTU15ak45NTB4UHJmNzc1Wk9DdUExMVVXRCtJTVEyTkZmZGNOTFpsWUhheG1oa2N2c2hiQ1JUS0pYUkhKeEpGRUlZMmRoc25TS2hRYURBSk9sRHMzTFdiN1R0M0VCWkNOd2toL2VYOUFxV3VycU1hZ3J6ZHlkelhvaFJCcU5tNmVwVTFURTQ5SGJSMklMVFhUcE1vVlM2K3BKVE5XZmQreFB3dlc5dWsxa0lZMEZzcXNEdUtpWXNsdExVR2l5THlFY2RKSHhVZ25QdnN2NnB0K05uM3JzQ1dnWmJBL2phYjlZaHRhMWF5NEtSVDNXaUt6UGdRSDIxS011dFlUK29sR2RpUjlkcEdneVRvSUVBUHhhWGFINjcrU3c0R2dMVS9YSDFBSjA1NTI3L29qZi85Yjg4ejB0cXd4d05SQzRUZGsvRE53a2tTYklzcElGRkk0RXg5cGRpMGJSdEpJaFNDZ0tiLzFWa0QrSk5oRURRQU5ockc1d2Z4bTBFRmlGd0tvRVBOMXJWck1HSllkUExqVUdHQUpDYjdsYlpYeGFWNm92dFRxM1E2bHZLK0xxQVFhS2FnR1VoaWttTFpja0pqeW9qNW1NaWp5anErRnZnNThBSi9RR3ZZdVhrajArY3RvRnp0d0VqTyt2VTlwMDNPUFZPcG9zb2R5TmlJOHpDNG1oMGxCRVVZKy8xUG56dnJjei83TUFjNHowN0Y2dzlzVnB3WkcxbDg1MTgrNGNiNmFLMnZIR1lSajFEWnlIZEJLNnJ6Rjl2MmFUNExKaXphZkQ5dEUxSjFFRERXcUhQem4rK2g0ZnE5TkJORGtoakVtTytKcll0dDBSL21xcWlJeUgrQnZCWmM0a1pzbUQ1M0hndVhuUWFCN1dEcXpHUjNWejZHakN0c2FpdHl6L3U2bkd0SUs0aU1ZU0FvWVlwbGxFbGNaMVFUWXlNbWp3cnJlTjJQdi9Wa0xBZ3IvbGlTd0lLbFM1bTlhREZKSEdYR25KRE5KdkZkWFpYR2JOOUVzbjBUYVJqUHVGN1VVY1M0aEdiV3AvNzNpY0FOQjdLZXNISHZIUWUwOE9hV0RVOGMyMVhySzFacE1VTEJHUitsa3MzMWkyTTNDbFZCSENHcWdNSzVRb3hpeTdZZE5LTUk3WFN6UUN0RVZOT0krcnphaS9LNmlXSnpObzAzWS9uWTVSWlRpbTBiMWlNaUxEeDVtYldxdmVSTlFZV2JyK1lMbmlRVEd5clgyOG9rUUlJQlFxV1kxS3d4cEJTbVhFVWxNUmdUSW5LbDAxRWZEU0M4RHNzSm41OStmOERPTFJ1Wk9tc1dZUkJrMFJIWGx0aHRiQm9EVnRVTzIzQW4zN2NIWlZ1a0RNWjYvRTgzUElzREJlRDRudzdvUEhhdlhuRlJZckp3cnUrUjUvVy93TWZrVE9MU2V6Um9VSW15MlMwQzlVYk1qb0ZCbE5Kb1Y4dXJyVlg4QjRRLzdPdmFXNmcwWmlhMWQ3cTl1a3hoZGNMdG16WWdZbGg0MGlub0lNQkltcmlmVGhCU2lIWEpwTHZ0bkpXUWk2eTR6ZFlCQlNYME5FWVoxZ0dtWExFL0tCR055R2VVbUlCajNEcnVmOUdya2pVLytOcVhzZTFBckVVY1FHMWtsSkZkdTVqU045VU84ZkZaMHJtR2x1bm9zckNBTHBVeFBwblpPNmFWUWhlZ2R0TnZMNXp6aGF2L2lRTVl0aDFPZWUyN0huTFJndWxiKzZ4bGp3L0tPWitmZlNGTmF0YWxrbk85QkM3dTY0cWJFeS9pRklNanc0eld4OUVxS3lUWFNvbUNMd1ZCc04vNjNlMUIxOWkwNXNnNzNGVXZCeUVJQW5aczNnVEF3aE5Pc2w1OTQ5djIybCtIZ0JNalB1OVE1UXAwMm9Cb0VrUXBDc2JRUGJxYllUVUZVNjVhRjQ1SUlLTCszUmw5eHpRSWdWOEFONUlyOFRRSjdONitsY2xUSnR0YnpCV241N3NsZUYraHFsYWhQbWFCSno1Q3BRaUwwRngxLzZuUjVyWEhBZmM5MUVMQ2FQUGFoMXh0dEduZDZTUGJkczhQWEd1NUZ1ZUhnQzRFdHFOOEhFT29FRzJzK0tLQUtPUDBLYzJ1b1dHTU1TaWxVYUs4UC9PK1VIUE5nZXphN25MMzJKVDY4TnV4YXVkckFJSXdZTWZXelNEQ3d1TlBzT0lZM3drZ1p5WGxSeWdFWGdSN1I2dVBCRmpnQ2hDYWhLNmhIWXlvcVpoS0p5cU9VYUpLZ256TXlmdGpGb1FMWC9LYSt1cnZmT2xiNUFDb0F4Z2UyRTI5VnFOVXFlUXlwOGw4ckNiSk1tY0tKVlFRMnFZQ2FXak85dVl4STgxSzQrNWJ6K05BQU5pNCs5YUhYUEQ0eXZzZm56U3pudGZlQjZpZEN5UndEVzVFQkpVa1dhdGNaWk1lbFVsbzFCTUdSOGZTRDhpNWtINnFsUm80ME0wYnJQU005OVFHMzZSUUFjZ2xvQWgwd001dFd4Qmc0ZUlsNkNESTJrM21zNm05UldlU3JHVXR0Qm9sYm02Y0tFVkJETjI3dHpIU3Ewa3FuYWc0UWtGWjRPUHVUY2R5b2RQVjJERU5NOEJ1VWJNWk1USTRRS1ZZSXNtMTlHZ2RmR1AzVUFXaEcvU1laSHEzMkxsN09qSFVicnZ1Q2RndzRINHByTjEyM1g1UG1QYStLNFBOYi9tck0zMGdJMVhmVlFiRUlBamRJcE5zZEJaZTNiS05oRVpxZFd2NXRyUlZWSFczRVFkRmc5VkpqY25qdzY4SFNSQjVqVzBzSHJCcnUyM2kxTDk0Q1VFUVdHNExtZUthbTdIUmtsK1lQMjVNeWpsRklFVG8zTFdGMGI1WlNMWFRiM2hSd1NkRkpPRVlEZHN0ZXZuclY2MzY1dWYrU0M1R2JBd01EdzR5dFcrcTJ4ZWZucFhMRVRSaS9ZSksyWUU1eldiTzhRK2cwRVZvUG5EWEdYTi9jR3VGaDNESGhOTS90SCtReXM1dHZiWFZENXhBMkpyNWtpYkNheXdyZHFFdU1UNERwb0FZUVNuckV4eXExVEFJV2lucmNWZWdrUHRFMUo4T1pRTUh5dDJOeWZYaE40UEVDSyt6WWJ1QVhUdTJXK3Q0MFdKMEVLWmpXSlZUVnNWdHFpSnpTR2MzSy9iT25Gc0JjSnd3cG5QcmVzWm1MY0JVdXRDMjkwcUltQ3NSVVJ5NzF2RTE1QUNvRkl5T0RCTkhUU3RGcEkzekpkNG9jYjVYSFdadnpFbWJvQURSdG8wTDZ6ZjlwcCtIRU1OaC9hYjlqNGlRcmtuOVF6dDN6UTl6aFd3S1VnTWtVTFpScEpqRUdSd3FjMGE3NkVRY0o0eU1qNk5FT1hkZEd1VCtuVUtHRDNYM0JzdGQ5VW4xNGI4QlVZaXlob2xXRE96YXlXcUUva1ZMQ0FJYk1SSGZpOURwZldJVEF0Mm1Rc3JTY1Z3enh4MEZDSk9ZanMzckdKdmRqM1IwUVJLaEpBaUF6NGhOYWowV25kWFhZM3YvVFFmN2RUVWFEVVpIaHVucDZjbHFoaUZuaUpnMGNxV0NJSlY0R1JlMHlsRThOTjZSREEyY3lFTUJNQm5hdi9vVnI3ei9wS1FtWVZqTk1sNWFTaS84TDhVWVJDVW9vMU51aUxHWkw0MG9vUmJGV1YyUnRseFFoTjg5M0IwY0tIV1BUYW9QdjBOWkUrTnloVXQyR0JpQVZTdm83MTlJb0xWMUxmaGRGcGNna1lidmRCWURGVUY4Wm8wSHBSUFBZZHlnWStNcWFuTVhPeERHSUJLQStwanpFeDVySUZ3Ri9CbDRtaitRSkRBMk9zcWtybTVTcXpkbEdKSmx5dmpZdmc1YW1xS2pySlJUa1ZDLy84N1RnZjBPb2ducjk5KzUzeFhHSTROTEpRZndOUE5GMmZDYjloRUk1UlY4QTBHbUx5aVRVR3MwaVJLVGZwL2Fsa2h1UXVUaDFZUTZHaXAzMVNiVlI5NEdCSUs4Umdsb3BSbll2UnRROU0rZlQ2ZzFabzllZWI3MVcvNllaTE5JL0thNlJ3SEN1RUYxd3dwcTg0NUhPanJkdVZKU2hvODZjWHpNeEk2WFhQS1dhTVZYLytOV2NnQkV3ZGpZbUEzSnBTNFlVaWQwYTNkK1pibGdFdVZtREdCekFIUkNmZTJLcFErMWhyQytkdjh0UG9hamVIR1NWNU55bWU0bzBHSXlqcWRzSVpGS0FnU3ZFeXBxVVp4VnVma0ltZExMalVvMkhxN05IS3AwMVh2cUkyOUVsTGF4WTBGcnplREFidFlnOU0rZFN4QTZZOGtiSU1ZZ21LemczWVBRYjNEcXo4d2NUd0tFOVhFcWF4OWd2UDhFcE5wcFhVNWF5b2o1ZDZ4aGNpeFp4N2ZsLzlES2l1RWtpc25YSmxvdTUzWEJKQVdqYUQrRFQyY3RWMURXUU42MGRzRzg3OTlTeGlXNjc0M0MyWi9lVDNlRndWMlZYUzk3Y24rN0FVSjZHYWZjNDhZR3BJbWxCc1JObVRSQ0kwN1M4Nnk2cGdnVWR3VkJlRmliUjlZNkpqZXJZNE92RjVGWUlaZGhqQlhIZzROSVl1aWZONWN3REd6K1lDNEZYU1N4YTg5M1hjanJOV21HRFpZVEtpZzBhK2cxOTFGYmRCS20wbW1ydjQwdWdQbVVXTzM5V0RGTTdzRjJONWppRHpTamlHYXpTYVhvQjJKblJobTVNSjNmanl3VkxuTjVxUURpM2R0blJhdnU3d1UyN2V2aVliUnEzOE1TdFZKVG80R2RVMzFLSGVSQW1PcUNYcEgzR1REYTFtUktBcUpJa3BpNnE0cFRhRVNKWCs2aEZ5VHZoMm9kazVyVnNjRzNpaVNpZEhDNWlLUlJtTlViTnRBL1p3NkZNTWl5aVZ3V2paZ2sxL3JEcXp6aWhVcDJBYWZ2R0JTNlBrWmwxVDNVRnA1c1hUUVNBVHBRWXE0MDFzdzVGampoTm1BbGRtU0VyWFJJRWhyMWNTcWxvblUrNTV1ZjU4SnpkbGFKWlNncHVTWUNXc040clRhbDhlZGJack0vQU82dlMzNXc0dW05UTdYeHZzQ3JRYlErYWgvd2Q2blpraGhVSUdreGtncENtbkZDSk9JTUVPdElWSUpSU2c1TGU2KzlVYjJycDE0ZUhYTFdzVnhtMTZvWUhobGh6WWFOOU0rZVJWZ3NaQVhZYmthSm1MaDEzcHdmRnFoc0Vtc2FIL1VLT1JEVVJxaXV1cHZ4eGFkZ3lwMjJTNlJTV2dtZkZHTTBqM3pEWkFSWWp3T2czNDVHTTBLSldMMDVqUnBsMFlQcy96WmQyY1UvbFFKVHF4Y29WMmZ2NytJaDVYMFA3VWsycjUyUlJLYm9rMDdiczUvQkpwTXFKM0xUb21VRlloVGFKQ1JpTTFXMFVvalk5SGxSc2tNOWpIWU9CMEtOenA3UjB1alEyNVhkdGN2Qld0L0RveU9zMmJTWkJiTm5VZ3hEbDNIdXVMaC9udTlSS09MR0Zvbjl4ZWtnVTRBQkNUVEIrQmpsVmZkUVg3d01VNnBBRXFPTUNZR1BPbC9hSXhhRWkxLzVSbG41OWM4K2tEOG1RRE5xNU1vMDI2eGhrek5RWE5hNUtCZEZjdGt6b29BSXpNQ09xZnU3Zm1nR2R1enpSU2xWcHBnbVNwZHp4M0tCQk9zVnNndlMybGdWTDlGcEcxMk1vZW1TVUxYU0dOeUNVWnRBSGJMLzcwQ3AwVFc1VmhvWmVCdWlRcVgxcXpHU2NjSk5Rdi8wNlJTTEJZeXZvUE0zbUg5TWI5ci93UEpYc0FBVnBRaEhoNm1zdUl2YWtsT1JVZ1VrUW1sZEZpTWZkU0xzRVF0Q1lGM2JYZEZzUmkxOUhGdDZDcmIza3NreEtIZVMvWndZeks1dDAvZDM0ZERzMnZjTUVnbkNhU1Q1RDI1ZHBNOTBVdjdYb01tVVZXY3RHVGVWWENOZ05NYnl3QjJnYWtkalo2UHUzbnBoZU5jYnhSZ0ZjcWt2VWg4WkcyUE4xcTMwejVoT3djZU9sYzZLY0xScWJaeWV1aU55azRsOFNTZ0swWnBnZElqcWczY3lmdHlwbGhOR0VVcnBNa28rTGtueVNDNzUzRXFyaDVjNHNZa0h5a2t1SUV2VGI1ODcwaExTSktjblEyTnc5N1NwYi8ybkl2dVlWaEIydjNMZmhlbmIvdWZqUFVaczFuT0NMUlZMWFRDUzFmdllhMHNXSVJHREQ5WWwzbGVvdFN2VkZRVFp6VkVjR0dNbVQyM29nUjF2RUVPaUZLOUZHVFNLa1ZxTk5WdTJzV0Q2VkVxRm9vM1FLS3d4WmNnTjFmRU5rQ1RUUHhUT0l2Uk9XQkFkRW93TlUxbCtWd2JDdUFsQ1FTbjFHV01TNFpFWk85NkZ6ZDByK0h0SmZEdy8xNTh4bFJJZWZPMmR6dHg1dWJBd2NXMnNXMVU2U3V3TGdLcXk3Mm1pMGNoUWorUU1ITWsvT2pHY1daTlo0cUx0Zkc4UUxZaTJrWWwwelNLSVl1aW9iM0hmakliczNQcFdFVVNTNURLdE5WcHJSbXBqck4ydVdEQ3RqMUt4YUFOeGZuS25NZTRMeU9acnRCVEM2OXlYSXRieUZ4VEI4Q0NWNVhkU08vNXhTTEdFTWdiUkJFcmtTcXhoOGtocmlEUklIb0JZdjU4eEJ1M2I5T1liR0tWNm9IRjZZcTRleDF2SkFBRWtRd05kOVY5OHY4USs1dkdGOVYvc08xTFNpS0pLUHBuWVg5c0QwWWpMUjJ3NXcrbFQyb3BsQ1d3WEJFbHNtTWFkKy9EN0FoOEtUWnM5SG0zZi9FN25RcmhNS1RzN2VIUzh4cHJ0TyttZjJrZXBXTUQ0YWk5L3Q5NG4yUEpsa0VzUGN1Zjc5bWFGZ2hYSHkrOWkvTGhsSk1VU3hFMFVPaERra3hnVDhNalNDWWZKbFVOWTV1N0NibHJuTEg5eWtTU3lZN20rakdrTFlQL1V4T1hDbVU4cTdldkNZZUhNSisxN1diLzdSVUcxS1pnK2J6T3ZNTFJpTk8rZ3REcUVkbCtRcEhXbWN2aG1ReHdrbFdiTUhtMXMzZlIydXd5NVRBRmFoTEh4Y2RiczNNbUNxVk1wRjRzWVROYkhVSElSQUcrQkJXMmJvbFJMWm8wRUpZTDZDSldWZDFOYmNncEpXUFRUcUFzbythaFQ4QjhwSUt6VFZvOGorWHRLY3FEejk2OVZydFFoNTZZUmFXRklFa1ZGRllUQnZpNGNxaURjMTJza1NSem1nWjZpdWtWZGRkZDFZbGlsNVh3R2NVbWZTbW1VZGhWVlZsRTliSU5PRG9VcXMrYlZ4amV2ZjZzeUpoU2xMeFVNT2xEVTZnM1c3dHhGLzdTcGxNTFE2WVMraUNtdmRJdXpobk9PcWJUYXp2MnROUktHQkxWaHFpdnZwclpvR1VsWVJNVk5nRElpSDNzRWdYRFAybzMyQ2tKM3JOWGF0ZCt0U05KeWJwcTdvRURpT0NSdTdoTmtJZkZEUjhPazdibDQ5MWplQVo0WFRaalVFbEt1NjcxeWJYVzFkVWFyaDd6b0VhYU9PZlByWTV2V3ZjSDJQTmFYaWlzVkdCc2ZaODJPSFN6b20wcTVXSEJCZVgrVDVKSVhjbTJDVTMraGMwemxSaHNJRUF6dHRpNmF4YWRnQ2tWcm1CaGRRcGxQbUVlR2RiekhqRnQ3VzNzYmZadkwvY3VITkZQTE9MdHZoeFZwaldXMlVzaCtzQkNFWVp4bmYybUpoY3ZiZE5GZGdqYVI3STFGWlF3YVFRZktjUXlYd3k4VUozakRBZWljdmFBeHRtbnRHeEFUaStFeVJZTFdtdHA0blRVN2R0QS9mU3JsTU1Ua0FaZHVkSko5Q1o1YitPL0x0Qm90b2pYaHlBRFYxZmRRVzNReWllLytMMEdveFh6R3hQRkVXOGRGMm9HUXEyUm9yYVZ1bmRLZUpabUlxMFMwN2FNTXZwZGxZQ1FJekw0dUhFcXdUL0VNUWJqSEcxTUh0T09BdWswYzI0aEI0Ty9CdmFSUktpZk1GZnNPdnh4bDZwemIzeGpkc09idGlCRURseXRsamQ3eDhYSFdidC9KL0w0K0trVUh3bnp2UWNpTlFzMTlRVjV2OHZVbFlNV3gxb1NqdzFSWDNVdHQ0WW1Zb0FDSlFaUU9VT28vSklrbnNpRlNsVnhuZmF2aXVZQ0M5b204MFBKanl4bTc2VjY0MWg0dGZ1cENzYUhDd2o3TE0wTVZGdmIxR2tHMWN5eHYzT3p0MFQ5dlRWaktPSVgyeVlUWkxjQmV4bzVPSkhYTlcxZ2JXYi9tblJpalJDbG5IUXUxZXAyMU8zZXlZTnBVS29VQ3B0MGxyOXRFVkx2TzFBWk9DUUxDMFVFNjF0ekgySUlUTUVGbzI2THBRR1BrRThUTmlXcUkxSU56ODJhM3Bsc0hCbmxydU1VdGtzc29jbFYwM21tZFJqV0w1WVl1VmZhcDU0VzZWTm5YYTNSVXEwT0JaR0F6a3ZYNThSZnhySFlQTHFpc1BoQzR3aUNGTjFRQTFDUmtEMzEyUXFscjdzS3hrUTJyMzQ0eEdMaE1pVTAxR3g4ZlorMk9uU3lZMW1kQktQdFljanJWTXozUWVudSs2YmNPQ0lZR3FhNitqN0VGUzIxMW1ZMHpGMFFISDVFNEVvNjZZYUttZ0dRQUZDZ0VJVm9GclFaR3EvV1JSWWh5eGVzcEp0d3Q2MHAxRkdUZkFOd2ZCc0t1cm1HM25qMDRYdjY0WUczNElQMXk3TGRnaktDUkxLbllRVkZFK2xCVWdLTVNqanRRc3B4dzlWc1FDUkZ6S2NZTzI2bVBqN04yNnc0V3pKaEtwVmgwR1NMdEpEbkYzUDN0SDlNOWNkd2hEQWhIaCtoWTl3Q2pjNWVRYUJ1dVJPc3lRZkF4Yy9TdDQybTBUVmdLQXUwOExvb1czMmZMTFR2UUpWNzAybWgvNnVJUUNNcVYwWGpkeW4wbnBNYnI5dDJjS095ZHRzUDd1eVFuOXZNNGEvRkppa3ZGMGdHMmJaY2hNQWthWlRtM3BJSHJHU2hWNVJFR1FJRHVCWXNhdzJ0WHZkN0I1OVdnVUNLTTE4ZFp1MjBIODZmMlVmVWczQmUzeXg5dUxlUFB2cnN3SkJ3YnBuUERDa2JuTENaeE9pRmFsN1RJSnlTT0k0NmFZU0t6Mm8rVWlrWEgrVFF0THNKVXJYRDVuNm51WjJQSFBsL1Z1QTJzVEpxOGJlVGE3emYyZGVWdzVOcDlSMElLajN2OGJsMUlwVWUrRnFubG53ZW9kNUg1akdpVUpqQUdMV0tURXBSeG42Vm1nVXdIZGg2ZERUNDQ2bDZ3cURtOFljMGJ4WmdZdUJ5dDBRTDE4VHBydCs5a3dmU3BkQlNMSkMwVzRjRjdsaVJ3SU55NGlwSFppMGdLQlpSdFdoOFN5SlhPVDNnMFFIaGN5MThLMjdrMmwxNWxGNXdEbngzNGsvVU9GTEhBSTFQTkJBaW16ZHkrdnd1SHdiU1orMzZ4ZC9wMlhkTE5KRFpGZi8wMEJ0ejJOM2hqeEdkRVdOMUJKeEdCeE1TNkNLS3NOU3gwQ0dveGNGaUtrbzRFZGM5ZDJCaGV0K3FkTm91R3l3Q1VWdFFiZGRadTI4Yjg2ZFBwTEpkSVVzYVhEMFhsU2ozenI3V1RNWWdLQ0VjRzZkeTRrdEhaaXpCaENLU2RXcThrVG82b2RiemhGejh1QWd2enh3SUY1YkxQd2N2cGZsN25pMTFOaUVteWlrZ3hLZGZ6WGhJcFFEQnozcmI5WFQ4TVpzN2I1NHRCV054V3JaU0hoNGRyZlpBVHdibC82Wjc3YUlpM2xsU0FpTlVCQ3lhaFVmQ3hVdnNPQmNjZnFVMDlYTlF6ZjlIWTBOcVY3M1QzYVRPckVlcjFCbXUzMml5YXptb0hpUS9SK1ppb0N0cGNNK1Irclh1NmJpUU1LZFNHNmR5eWh0R1pDekd1Y2JwQUlBRWZKMGtVUjA0bm5JSlMvZmtvUnFFUVVpd1VXcWVxUXhhR1E1QWtWNTRwSnVWK3huTkJBN29jUmpRYSt3Y2dqWDJLWjRvTEZ1MnFkdlZzR3hpczlTVkJTM2crUy8xeS90Y3NBY3VUK3pJU1F6RnVRcWtqVitJSUlweDJoRGIwc0ZKMy81TFI0WFdyM2lZV0JLOEZhL0EyR2czV2J0dkJndW1LemtvRmc1OWxrcWQyOXdBdGhUdjU3R29KQWdmQzFZek82cmVOMDYyenVpaHlSR1BIL2VTNzUyUEZyKzBUbUlzQ2FXMzdQWnFjM3VlcTQ2enVKeTNpTnhFb1ZxdURoWmx6OTF2NUdCWm16dDNuaTQwSDd4a3R6RnUwampWYlRsS0ZqTFdtclZiVW5zTEZaMUQ0Qm14aURHSFV0SnNKcVQ5R0tVNFFvUmViaS9hSXB1NzVpOGVIMTY1NHN5UkpnTWlsQ2xCS2FOYkhXYk5sS3d0bVRLZXJVblk2b1V2Vk12bjdkVS9TVlBKOFZDSExNeFNsS1l3TTBybHBGYU16RjVJRW9VdmxVbVZFL3p0SkxCeCtjWHc2SXFrejJCaW9sQ3NVZkN6Y041dnlUWWhNWW11aG5kaE5EUkJvaVlCRU1YVDFUZHRVV256Q2Z1Y0poNlhGSit4M2RkVzVDMWNRLzlIdWx6c21Ba2JuWkwzS2MwV2ZrSkExK1NuR0VZRVlZaDNrb29LeVJDbjZPUVlBQ05EVHY2UXh0R2JGRzBURVNKSzhScnRoT00xR25UV2J0N0JnMWt5NnE5V3NxMVErZVNHbHRzcWFmQ2F4RTgraUF3cWpWaHlQekZ4QUVnUW9hd2dVQmZWSnNUNmF3eGM3RmprcnJ3NG9CVjJkSFhiaVZDd1pBemVKRmJ0cG16dVQ5Z0kzUnV4UWhMd09hRUJObTcxeDVkKythcitsRitIS3YzM1ZmdGZYKzhTbkxROVV4dmtNMW1HVU4wSU1yaGxDQ3NRc0swYVVJa2dpQ25GRVZBd3RaN1Jjc0FweUxtMkYwWTlrc2lCODhFMklTb3lTeTVYWXpnQlJzOG1help2cG56Mkg3czRPa3NUazlENW9FY1dlNi9taTkxeUhBVEZBRUNKR1V4Z2ZvV3ZiT2tiNlpwTzRVYWxLRVlDNlVreWlPQXhKclJ0L2YyMHZTcDN1L3hhQk1OUjBWQ3JPbldKOG5hWURuK040SG56R3RNUis4K0pYWXVoWWVQeEQ5d2ZzV0xoL1d5Q2NPdk1lMVJrYVRLeTl6cGY2Sm5FT2FKZXk3OU00MjUyVzJpU1U0d2ExVXFVOXMrUUN0NUdQbUlqSVExSFBvcVdOb1ZYTGJkaE82OHR3Wll0Um84R2FqUnRaTUhzV1BaMmRHRC9MeE5WVkVJUklFbVdiQjFrRGRTdlQzV1J5VjZlc1F3cGp3M1NLTURKNUJrWnJtOVNMbTE4aUR6K3BWWW1jS25COFBwK2dVaTVUS3BVZGczYXBWcjZwazBreXA3UEpuTStTNDM3RytRQlZBVHBQV0hiM1E2MGg3RHhoMlg1UHFDNDc1NEZKUFIxYmR1OGNtaDJFYmgxazNGQzM2WUdabUJhbkI5cUQ1ZVk0UWJYSE5kTDBTcmc2QjFFTHNVMXlqaG5xV1h6QzJOQ0srOTZCR0pGRUx2ZXRLYUptZzdVYk4xa1FkblU2bmRCcHcybHBwL2ZzT3pIbXhKL3Q2SkVqcFpDZ1FLaytCZ05iR2U2WjZqSzFBVVVncUk4OTdHbzdwWjZHU0RIdlIrL3M2Q1FNQTR6dkdoYkhGblQrWDZvRGV1ZHpUdXppOUQ4RHBZNWdMSnd5OVlHSFdrSVlUdGx2MlNheWZkUE95cHorNWNtMk8yZEwyT29EOUhIcDlsaXdBWUpjZXphak5JVm1uVUxTcEJHVzNZd09CY0lzNEVrY1l3QUU2Rmx5NHRqUWludmZobElCWWw0alJsRGFpZU9ORyttZlBadWVyaTZyRXlLNVZNbTBOTlZ0Y0M2RTUwZ3AyK3RMS1lVeG11TDRLTjFHR09ycXhXanRPMUdVRkh3VTY2Yzg2QVNHemRmL3RoUGhhWGxwcGJXaXE2dlRyY3ZZam1LKzVpTnhQcjhrY2EzNEVtdjVpcFYrQ1ZiMEdxeWJzTHQzMnNiaWd1TWZjb2gxV0Z6d2tPNDRtWHpxMlRkdnZPbk9DOGhsOXVmZE1jYUpZQzFXSFB1TjlVbWVLQWlTaEhKOW5IcFgyZmFISnZWQVhLeVUvZ3JIa0JqMk5QbjRVK3E3SDdqN2piYm5DSmZpR2pKRlRjUHFqUnZwbnp1WFNkM2R6akF4S2RDVTBwblRucnhab3RMdXNvaEpXMTVJRUZLS0cwd2EzYzFBeHlTTW16b2dVQVkrSmpZNGZaRFdzWndEbk93NXNERlFxUlRwcUZTeStLL0pkTDFNN3hNbmdtMGt4SE85dkcvWU5LQjQwaGwzcnJuaXZTTVB0WXB3elJYdmZjaWxUbi9PaS8rb3Z2eDVXMkpKcHZkNWJ1ajlnSUw5RmFRSnFqa2xYSUJxczhhSW1aUXJKVlVvMUZOUTZoUnNuN3BqanFhY3NLeTUrLzQvdng0a0VjTnJzZE1waUp0TjFtellrSUxRR3NkN3BtcjVwdCsrQmtNcE45YkNPN1BUSFlSaWM1d2VFUVlyM1poMDF5bWkwbmJCQjJNZHYxaVFsbUtobnE0dWlvVWlKb2tkOTNPRlNmN3ZKTEdxZ2gvaVErWjZTU1Q3cDREZTA4Kzk3a0FXRWZhZWZ1NURubFE1N3BRN0p2VjJiaDBjSEowUmhsa210Q2JuK1NaTFVFMlV0WlRUZ25VRm9nT0tVWU5TVktkZTlHRWVCYWdlRks4RS92NG9ZZWF3MDVRVGx6VjMzM2ZYbXhGSkpGR3ZFMjB6U2VKbXhPcDE2K21mTjVmSlBkMGt6bGNoTHNOYW5DdEdvVzNvM1BGQzFlS2VJWDF1VUpTYmRTWTVFQ1lPc0lpeTgwc1NjMERXOGRaYnJsc012TUFhNnBKYXY1TW5Ud2JFZHI0M21laE45VlVuZWlWSlVtYVR0T21Ba1lGaWw2NVZUejNuZ0lZUWh0VlR6M25JazVLQm5WdTdUemoxMXAyL3YvNjVKYThIT3RIYlluN2pYRFRPWlNQT2NhbWNwYUtTaEdwOWxIcXA0aFJ5L0FqVkZ5dWxQd05zbUdnd0hTcjFuWHg2WStmZGQvd05vREZ5bWUyamFJamppRFhyMXNQOCtVeVpQTW1HN1NBWDF2Si90bGFXZVJMLzVmc1VONlVvUncwbXFWRjJsenBzNjJFbEtFR0w0dE1taVIvU09oWXhMd2VtK25XSUVibzZPMjFFeHhzWVNsbGx6aVFaOTB1elh6THUxK0tBQnFJbVREcHh5WDJsQmNjOXBQNEhFSllXSEhjZzV6SHRMNTcyeTNXL3ZmNjVKaWRpVy9SQXNwUXRIN0xMM2JGL1FxVStSdGc1bVRnbzJuWWRWaFRQUTZtL0J2Nzk2TURseUZEZnNqUEdkdno1dG5mWVRqMjJaeldpaUNSaTFkcTFDQXZvblR6WlRpalA2bVBJQXY0NWYwaGJtbi9hT2c0UUk1U2pPajNBWURvN1RjRCsvdmRySFcrLy9jWVp3TXRiRGlxWU1ua3lXbW1TeERXc1NCSWtpbHc0VGpJTE9JbGJyVjR5VG1nQVlwaHk2bG5YYmIzaVBRK3Avd0dFVzY5NHp3RnQ3dVNYditrWHBVa2ZHbzBiVWFjT1dxTWdxWFBhYzBYM0dMak45QjIwUkdzS2NVUkhmWlNocmw1cmpFaGEzSDBaT3ZnR3NHV0M4SE5ZYU9wcDU0NXQvOU5OYnhNaFFIaU5Ud2VQNG9nVmExWWoway9mbENra3NlOGE2OGVMN2NVRzB4cVZ0NVo5SW9BVDRSMUpFeUlZRE11dU96QW9LQWw4MVBYRTNoc0lYd2tzOFg4WUkxVEtKZXU3ekZ1OVVUTVR1OFpadmlaSnk1QVN5YWxma3JsZkNpV2k3c2RmK0tzRDNhK3crL0VYSHRDSnBmbExWdmFkY01wTjYyKzU0NmxoTG9zLzcvMVdXT0RscmVNZ1Z5ZU1VN0E3eDBjWXEvWWdRY0hsR1NwUTZqaVVlZzN3b1lrQXp1R2thYWMvdnI3bDlodmVLTFpvNUZLZnM1Vkl6UExWcXpFbVlWcHZMNG5UcGJMRTFkUS9Ta3ZtakJQTjNvaFJ2aUdTU2VpSTdCaU9BVjNLckd3M1RFZXNEeWh0a3Jueno3Zk5RNm5YdDYrM2I4b1VDb0VtYVRhdGVJMmlMT0tST0w5ZkVxZkpDZDd0a3M5K01kajRiOStDT2N2THA1eDUwNEh1VlZnKzVjd0RPdEhzM0pyTWV2b0wvbS85RFhjOE5aOEgyQTQ4N3hmU09YR3NjbDNVSlFnb05PdDBqSTh3MHQySFFoQmxKNmxyMU90VUdINmJZOUF2MkU1enpqbS91ZjdtNjE1dlJCS0UxL29rak1Ra1BMQjZEWUptK3ZTcEpMR2JiUWUwNklBdXl5Uk5KQThDSzBYOGNWY29KRXJURWRVeGdUQ2tpMWxVQlZVQVB1VWNqOTQ2Zmgyd0tQMU9qVkN0bE9udDZjbGFzVGt4NjEwdEpMRXpTaXdUOGI2L3RGTXZPVUEyb2UrYzgzKzUvZk1mMmYzUU8yUkpiZm03bHgvb3VmUmU5cTc1MXozdjdEdnJ0Y2Frc2gwQlRJRHRuaFZpNXdjSDdybWZKMXhRdGp1VzhwMm1nZ0NsQXBKQ2tXM1Q1bVBDSXNyVlJLZ2dSSVhobGNEYkRuaFJqM0JhYzhQdnlvbndHWlM2M082NHd2ZXVYcnBrRWJQNitvZ1Rrelg2VFBVODB5cUMwMHBEV29yQ3hSa29Xc0dvTGpDZ0FpUjJqdUlrUmlReGlMeCtkT1A2RzhjSGR2OWFhWlgyNnpOR21EOTdKdE9uOUdLYURRdTZKSWFvaVpnRWlTT0lJb2dqU0dKTWtoQURzYkd0cmhLeCtRcE5nWWFCUUZUOTlNOTk3eG5BN3c5MGY4SkpUM3ZCQVc5bXNtN0Z1cG5uUGVYbkszNTZ6Y3RNcDAxQUlHZVE1Qk1XOHV4WnVjMVQ3aVFKSUlpYWRJNE5NalJwdXAwNTUvdnhLWFdwRGd2L0IveG1vc0Z6T0dqUitSZlZIL2pkTC83R2NhM0xyWE5la1JqRGZTdFdJa2FZUFcwYWNSS1RUcGgzVVpXTTNFYm5Xc1FKV2VjSmNZN3RUb2tSQlFOYU9iKzNJQWF0bFA2TUNzTTFDQzNnNjZoVzZPM3VkdFp0WWptZDF3UGpPQlc5M3U5bjJzVXZ0cWRIQWtSMTZEMzk1RnRLcDUxM1FPNFhUMkhwdFBNTzVuem0xTWUvdWVicWExNmF1TjQ5dmtXS3prVkR2SWNoSVpzdEYyQ3pLNVFmN3dsMGp1eG12S09IdU54aFhkSUtsTlpkU3VrUHFXTGhXY0RBUkFQb2NOQ0pUMy91NkQzWC9PUWRMa1hRdGd0R0VSdmgzcFdyRUJIbVRKOUc3TE9NODJCTGpSQUh1dHowSW04WkswZ2pKOTBtUWtRem9KUnpWZ05LS2loMW9sK1BiOXcrYTJvZllhQXhqYVliUU9NU1RGUGdaY1htN1V6RmkySGpMV0FETTUveHd1OFBmdWR6QjlWNEtoejh6dWNPYWpNbnYrQ1MzMHc3WWVFZFd4NVlmVVpReXVwOS9iNllYTFJFNVVFcDRqSmxiUE5IMFFFNmp1Z2Uyc2xBcFpPMENhVFZiYzVGNmZjQmZ6UFI0RGxjZFBJem4xKzcrK29mdnhVSVJlVFYxdml3blBEZWxhdEFoTmt6cG1kTkNITEYvUzM5Vnp6ZzBoNkdUaC9FcG5jWm9GdnNOTkJkS3JCdEhyRGxwUjdMUnFDM3A0dWVhZ1dKNGx5V3N6aWZYdzU4U1lJeFdibWxmMHpJdUY4amdvNlprelozUCs4VlB6ellmVkh4K29OdlZyLzlwOTk3eTgzdis4Y3JPN3FzemhjNFhkQS9oa0NvTTkwd1ZQWmZnRk9tdFhicDZCcWxZV0Q2UXNhblRMUFQwOE1DcWxCRWhXRk5Gd292Qm40MndkZzVySFRuVDc1ZlJPUnpDaTRGSHdNV0FxVll1ckNmZVRObkVNZHRZOFgyUnZtc2F6SXZBNjRacUJMRGtGSHNqaTI0R2dPN0dObTREaU5RTEJZNGZ1NGN5bUZnWFMvZXdSdzFyZS9QZ3pDeGVxQUJJcWZ2eGJoSHAvczFCY1pINE1SWHYrclR3RHNPZGovVWhuZTk2bURmdzZ6WC9NMlVQNzdrZ3R1R2QrN3VMeGVjNGVHQXFNbU1rVUlla0I2b1NtVkQ3blNBRWlFcGQ3QnIzbEpNcFFNZGhLaENBUjBXMElYQ0NoMFduZ3Nja0ZmOVdLRTd2ditORWtyOWh4OGhZU2RLR2JSV25OQy9nTG16WnJwWmV2bXM2YllTVU4rRnlqbTFWYjdIVDVxZWJoaE9ETHRqaUd1akRLNStFSUI1MDZjeHJhZWJ4THRiakVHaVp1WnV5WEZCa3lRa1FOTllidGVVTE9RV0FiVVlLb1Z3NU16UC8rQ0p3RjBIdXhlcThac2ZIOUltYnIzK04rKzkvVk9mL3RkcVZ3WTRUUWEwa0J3bnhBTFJuK2V0WGdKYndLNFUxQ2ROWTNEZThlZ01mQ2o3ZUswS0NpK0JDV2pyZXdUcDltOS91UUx5S1ZDdnM3NDdTYXNJKytmT1lmRzh1V25BdjYzdlNWb0VycHdVU2RWRW56anFBV29NMmhpR0RPeG9ST3hlY1Q5eiszcVpQbWtTa3ZnOHY5aGF1LzU1R25henI3ZHp2OGc1bkJQM2ZHd1VUbmp1TTc4R1hISW8rNkRXdmZhWmg3U0JzLy94RTdQKzhJTHpiaHZkUFRpeldyRGc4MXhQS1FnbEEyUEtDWE9pR09kMkljaWFXSTdPWHNUWXJBVUVXcU1MUlNlT0M2aXc4SGtWRnQ3TTNob3BIc04wNjljKzE2bmdDc0FtdFRweGEwekMvSmt6T1dIUlFwY3M0REpta2lSMVFtZVRQcjNEbWxhdTZPdDNYWTNPUUJRenNuTW5jNmIwT05FYU80TWp5c1J0VHZlVEpDRXhobGdzMER6ZzhuL1hZd2gwTUg3T1YzN3lGT0NnckY5UGF2ejNoNjVpYmJ2cU8rKzUvU3RmKzJCbnArVnlXbG1PRjVDSjNpQ25DK1pCcUwwbzloMWFsWVl3WkdqUk11SytHV2dkb0F0RlZGaEFoUUU2TEh3WU9MQzQ0VEZFdDN6dGN4VUZuMDc5aEdBelg1S0UrYk5uY3NLQytmNlFTMk5UbWJNNVZRR3pHbDJiTE9vdFdwY0ltMFJXMTNUWnpLbmJ4WWZiUENCOXVNMFpIb25UOFJJeXZTOFdLM29qZ2RvSUxIbitjNzRPSEx3ZTUwaXR2UHc1aDd4NTg5LzJnYWwvdlBUWnR3MXYzVDZ2V3N5QVY5QVpSL1RHU1FzSW5WaldYZ3puK2drbTVVNkdUem9MNlpsaWU5UVZpK2d3Uk9rUUZRYnZCajQ2QVRnNW9uVHpsLzZ6cEd3TGpsZjdqYkRSeTRSNU0yWnc4dUpGZ0dTRHZuMWJPTys3eTBkUWN2TjgweG5KQXNSTjY3U09JOXVYTUxFOVFJaDloblBrSE5HTys5RUdPR1BkTFpFN1BoNURaNlU4Y1BySHYvaFU0STVEdlhkVnYrcWJEMnZ6QnU2NzY0MDMvZnZIL3F2Y0NjVTJJMFM1NTVwV1hkQ0xaUTEyREVEZ2RCbHRTeERqU1ZNWk9ma2NxSFlTQklIbGdqWktraWdkL0NQd3NZbUJ5cEdqRzcvd3FSTHdXWEVnOU1reHNURXNtREdkVTVjc0JLVnNyWWFQRWZ1cFJkNS9xRWlkeGhaY01lbTRyVlFzTzUwdmwrOG51VXdYNC9TK3VFM3ZTNXpvalJ4WHJJL0FLYSs1NUpNOFRGZVoydkN1UTlJZFU1cjlOeCtzM3ZMeUMzKzc1WjRIejY1VzdhQUp6K1ZhdUNCN2dqRE1nOUEzeXRRYWxTUTBwOCtsZHNyalVlVXlXZ2VvTUxRZ0RJSkU2ZUJmZ0grWklLd2NNYnJ1dno5UlNvUXJCUzczQTJKRUlEWUovVE9tYzhiaWhiWUhTMXFsbGt1VGQyV2VxZjRuenE4WE4zUHBWQ1kxTXRJR1ErMTZud2l4QTV4M3VVUnRvcmZSZ083ZTdrMW4vZmpXODdDRERnK1pWTHptNFhzNGF2ZmNkdEd2TG52NU5jVXlxcVJiZFQyRkJhVldiZjVBTEJmMElGUmhtSEZDVjR2YW5MT1l4ckp6VWNWU0Zpc09BbXhYVy8xSnRIb1BNRDZ4c0RtODlPc3JQMVkxSXA4Q0x2ZTVMVVpCSENjc25ON0htWXNXcE03aGZLZXF0RThmMkd3V1p5MTc4RWtjWlpuTmJhV1ZlYVBEdTFpOENJNDhGelQyc1NrUTErRHNmM2p2MnpnTVhSclU3azg5ZEUzSWdkRFd1Ky80OG4zLzkvTkxPN3N6d0JWVlZpc2Nram10d3phdUdOQm1sUGlJU0pJUUxWaEs0OVR6ckhQYW5hTzBkMmJyYjZIVTN3R2JqeVpJampUOTRsUC8xaW53S2VWNzBiampVV0xvNzV2Q1dmMXpVUWlKTVNpWG81Y1ZEQ1ZwUGJJM0tqQ3V0c1BFS2RmTS81MDNPbEpuTXpicElHcmpoUFZ4NkQvdGhOOGYvNlZybnNGK0pxRWZLQ216WmQxaDJUUXpNakxyRHk5OHdrMkR1NGJtZHBhdEc4WmJ3SnFNSzJydm1uRWJXOHo1RUQzQUNFUExDVkVvTVVUempxTjUybDlBcVlKQ0hBQUQrMkZLM2FLVWVqdHd3RGxveHdKZDg4a1BWN0hsbHRaWjdZNUhpV0ZoNzJUT21qL1RXc3R4bkhFMjF5RFVKdTFaYTFqRTUvVzVCSHBqTW03bzBxMFNZOUt5U3U5aWljVUJrRXdIck1kUUNkVFlPVi8reWRPQUd3L0hmYXI2YjY4NmJKczJzbTdWSzY3NyszZDh2VmlGZGxIc09aNEhZS0Qycmc5YVVadm5oQnFWeE1SekZ0RTg0M3pvN0VZWlk4OXhMZ21sOUhaUUgwU3B6d09OaDNFTGp5aTY1b29QbFhEV2NWcmtqd1hoNHI1Sm5ENnpMNjNQdFRVY09WZUtINlRvZE1GVTU4dDNOTTNGZVNQakloenNXd1JIWTNEcTVhLzlJUEMrdzNXUGF0TS92dmF3YnRyUXB2VmZ2K2VxWDc2aXM4Y09ud2h3MXJIS1JMSE9nZE0xODIwSjVXV1JrakNuRThhWTZYT0p6bm9LMGp2TkZqdWwyU0RLaSszdm9uZy9qNkxRM2JWWGZLaWc0Tk1pY2hsQ3daZTR4a1pZTkttVDAyZjJXaStNYWJWMmZkZDZheDJMYzczazZqb2NHSDAyZTE3VTV0MHYvdmw0RFJhY3N1U0dFLy9yaDg5Z0g0TUhENFdVZWZBaDIzY2NGQ1VpTTI1OHhkTi91MlA5bHFVZHppcldRRkZub3RoenZkUXd3YVZzNWF4azhpRDB1WEZ4aFBUMEVwMXpJV1oydjV2VUxsbkJqazF0WDRmaXc2Qyt3U093Qi9XaDBPOC85OGx6SkU2K0p5Sno4ODExWW1OWU1LbVRaVjBsZXpTT0VSTm5QaHp2RC9UNWZXbG5BenNKVTJpTmJIaXcrYWhIS25vajZLcVVCODc2L1BjdTRqQTNrenFzSXRoVFBEeDQ0ZS9lK0txclRDQ1ZVdGlhTFoxeVFTd256RHVvdmIvUUE1VTBjY0gvMHpac1ZLNFNuM3cyOFFtblc4dllkNlB5alF0dGV0S3ZsZUpUd05Vd3NiUHBEcFZ1Lzk4dkxZaWo2TEk0U1M2VkpKbWRGcllyckdRSUFtWVVBMDRvQ2tFU3B5RTdzQnhSNVVXdVNNcjVqQWlKa2N6ZlJ5djRXbHd2Qmt3ZHpuN2ZQNytaSXpCU1RPMzZqMzgrSXB0WEd4dDkxMDBmL2ZlUFZyb3M5OHRueEtSR0NVNGNxNHhUQmxoT3FIR1dzUysrOXVMWXhVQ1ZnbmpoaVNUTEhvOU02a01sdWZuWFdhSm1FOFZWd0grQytqMHVmL2FSVHZmOTVIdXptbzN4bDVzNHZqeU9vaVd4QzU4WkYrMHdDZ0lkTUw4YzBGK0F3RFdJQkRLZHI4VW5LQzErUHVQQTVYUDcybE90OGo3QTVpaWMrTUxuZm1uQnA3OXpHVWVnZllxUytwR1NVa290di93NVg3MzdaNzkrWlVlUEJWaHFqT1RTdEFLZnZOQnVxSkE1c3BXdktVa2pKaTRnbjhUSTVLa2twNXlEV1hpQ0JXa1NwMjRjbGJYMnI0TzZCdmd5aWw5d0dOd0hSNExXL1BhYUpVblVmRm5TakY0YU5adkhSODBHU1J5UnhBbEprcENJSVRIUUZjRFNrcUpQKzdhNHVZUlZKMkpUWjdTWTFHOG9Zc2VVeGlaTHA5K1hDRTRFNmpXWWYrTENHMC82NGsrZnpSSEtUbGRtOVVQMkVEeGtrc0dCU1RmOTdXdXUzbmozOG5PN3UxeVVKSmVrbXZvSFhXaXpuUlBxdkdFQ05uc21uVmFlRThsS1l4YWVTSEx5V1VqZmpEVHIydmVmeWMzckVCUTNBTjhHcmdVT1BodjNNTlBXTzI3dU5NM211VWtjL1ZVY1J4Y25jVHpEUkRGeDFDUnFOaDBBWStJa1FSbkRqTUN3SUlTS01pUW1FN2xaL0RkcGNVNTd5OWM0OENWdG9yYmxIeTdyMlVVN3BreWJzdjcwei8zZ21jQVJBNGxxM3Z6Ykk3ckIwdEcxNkkrdmVzN1Z1elp0WGRLVkM5VVY5Sjcrd1ZRRXF5eTd4Z05RZytWcVdtVjVjRnFUanNpS0k2U2pHM1BpR1NUSEw0TnFselZTMGhvTGNvOGdzQW5ValFyNU9haWJVVHpJVVVyM0dsenh3RlFUUlNjblVmT2lKSTZlYXFMb0ZCTW5wU1N4WUROSlFoSkZ4SEZNRkVlb09LWXJhVENiSmoxa05Sb1pseU96ZXROUnNaSW1sS1lGUkNZRG1SZTFFVmxuZ3hnSHZpWjBWUXBEWjE3NTlSY0J2ejZTZTZIR3IvNzJrZC94anA0ei8vRHFGLzVzcERZK3JhTzhKeWZNWjgwb1d1UEhWaGRzNDRUZVF2YWNFQVZoa0tVaDlVNG5PVzRaWnRHSjBOSGpLcjA4dC9DR2l1OUpJSURhaWxMM2dOd0M2bGJnUHBUYXhtRklnbTBPN2k1S0hQVktraXd3Y1hSYUVrZm5KTTNvY1NhT2xpYk5adEhFTVVrY1dmM001ZVFsY1dSMXRTaWlVaDlqYW1PVUh0TkV1NXFQbG5uRS9ubWFkT0NFc290dzVIdjNSWklCTWZGY2tPeTRFV2pHVUlUbW1lOTg5MnVBaDVlcGNnQ2tocTU0OTVHK0JnQzZiOGJULy9pK2QzMnJGalVuZDVSeVdkSTZBMWthcnFOTkR5UXpUS3l4cTN4VG95eEJNOUNnWFc1aEV0c1k2dFFaeU9KVE1QTVdJVjJUYlhBL2lSMEVzKzU4V2QrVjFNV3hXOEZLa1BVaWFqbUt0U2kySWV3RU5ZQmlCS2lqVkt4RU5DSkZVVlRGU0EvR1RCRkpwa2xpWnBrNFBvNDRYbWppWnI4a3lZSWtqa0p4Z0V1aUNOT01NSW5WOGF5UllXeDRMV3BTR1IraHV6WklWMzBVN2ZRM3ljMHJGcDkyMzhiNS9PQVlQemFoM2FndzJOOXBUSzZzMHAzVGpDR01TVTU3OS92ZnlWRWFIYXQyZnZyOVJ3V0FXSEM5NEk4Zi9lRFhtNWlPanVMZWtsUmJEWkY4Tm8xL3JuUHhaYkFHaXZaaHVUUmIyUGtOVFdJVE1YdW1JSE1Yay9RdnhmUk9oMEl4eXlBV2sxV1YrYmFSU3FXOXJyT1d3Z29nUXRudlRDbGxSTmsyUklob1FRS01CQ0lTaWtrQ3hKQkV2c1lpd1VSTlRCeTdmMDJTS01mNWpNSEVNV0c5Um5sc2tNNlIzWlRyWTJnVDUrcU9Na05EOGcwalBXZDN2ajJjcm1keXhrUmU1SG9ReHJuWGpFQ1VnRzRpSjczamI5OExmUGhvWVVKdCtzamZIalVBQWxTbXozcnhqZS83dXkrT0crbk1jMEx2cVBaUmtUQUh0RHdJUFVqVHhHQXNSMHk1b2RjTnZZZ1d3QmhiYzFIcFFLYlB3Y3hlaUpreEIrbWFaTUdvdEIyRjRCSStSWHNBWW1mMWlRTmhPb2tuRjMxSnVaRjMrbVl1RUJObnRSVVNlZjNPNWR3NVVESStSbUY0TitYaDNaUkhkaE0yNi9aeklGZVFKTG5QTnM3SUVwZi81N2lqMS9YYWdKY0hXV3JodGg5UElCbUh4NzNoOWU4NW11QURVSnZmOS9xSC95a0hTYVhKdlMrODlkTWYrNStSWmp5NXM5eGF0TlR1ak40YkovVEhkRjR2VkxuR2p1bjRVNmNmdG55UnRxSmVxbDJZM21uSXRObkkxTm5JbEQ2azBna3FjUFBzWENjSGpPMDg1ZEJ1dFVZbnhOT1BkY0ROY1NQeFhVVGRIQTFKSWt3VUlmVnhHQjBrSE54Rk1MQ0R3c2dBWVgwTWxTU2dsUi9tbURWelNzZGhaUWtIYWJNaTB5cHUyLzE3ZVpDMWkrRzh6aGVBT2VYVmIzZ2ZSeGw4QUdyTCs5OXd0SzhKUUZmLzRtZis4Y01mK1BMdzhOajB6cXFMbG1CQjVZR1lpdU5jY3F2bmtpa0FWWnR1NkpIaDI5MmlNb01sMTJQUHp6RkJLeVFzSXAxZFNPOE02OGJwbW94MGRrRzFHd29GQ0l1SXRxSmRZUmZraERVZW1XblRJQWM2NGdocDFwSGFLSXdNb1ljSFVBUGIwY09EQkdORDZNYTRheC9vVlFmMkZMTkFPcTJ5RFlUZXI5ZmVvU3JaQndlVW5CSGkzOU9Jb0FLTkV5OTU3YnM0NmtPeUxhbHQ3em04eVFnSFExM25QZlhjNjkvL3Q5L1l0WDd6b3M0T2w1cEYxdGpJQXl2TWlkMTJMdWdqY0ZwbGJVR0NsbEh6WGx6bXhMTFhGU0g5MHRQcFRrcFpzVndvSU5VdUtGZVJVZ1dxblVpNWFsOHJsbkl1b0N5dGlhZ0o5WEZVdlFaam82ajZHTlRIVUkwR21OaHhPZHZSS2wyZlgwTWVkTDdLTFZVTFhJZWRkREtsMWZPRXJFK2Y1M1Q1emdYNXhwSGVJUEg5L09vTjZLcVVCcGE5N3lOdkE3NHhVUmhRZzEvNTVFUmRHNERLYVk5ZmROdWJYdkxWRFErc2UwSkhwN1dLVS9jTXViUjlzalN1RmpGTVhneTM2NGxwbG95OTJUd1hiSG10VFV4N1VTdkd1YTk5REhZdjUvdEVQYytoMHZIMmtnSGUvNU8yYy9IaTI3UWNheDMxSldsUDV2eEFRTjhVMHBVa1pRRE11VmZ5ZjN2dUtBTE5jZWlaT1hYZHFlLytsOHVCWDA3azk2OUd2MzJVaG5Mdmg4cExUNTJ5OHQvZmU4V2QxLzdta21JWkttRXJBUE1nREhNZzg5elBaOU9BQTZGa0ZyTlBkRTFmZEk4cEdKRzBUUWgrZmxzZUxGa1V4YjFWWlIzdFczYlNBVTlwQzF6M09lSU5vTFNwWWl1NGdKeVBraFlyVjV4ZUtlUTZrVUk2RnNGYnM2YU5DK1lmOCtDTURjUmpNTy9VcGRjZC95K2ZlUU5ITU1KeG9LU2ExLzlpb3RlUTB0WmYvL1QvdStOem4zbC9NNkhhVWM0SzJ0dDd6NlRHaWNwRWRCb3RJYk9lTXdEbUxHWndZeERhT0NOazdodG80WnpacDBydVdPYTJhWEZ3UTQ1anVyL1QrbzJjTXp6bjAwc3RYTS94d0kxQXpWb2VRNnV1bC80em1jajFJdG1MWGNrZGE3b2s2Qk9mK1p3dnpuemh5LzgvSGlGRElsWGo1OSthNkRXMDBQanFCeTY2N2I4K2ZlV09iWVBIVlR1Z0ZPVENjclNLWmM4Qjg4N3JkaEFxV29HWWY5MGJMS3FGTTdxQjI2bWVLRG5qcFExb0tZbXZHdC83OGZSNUZzR3dSeXpyRXVmSzhhZW1vdzl5bk00L2VvTWliM3prTFYxL25za2RHMi9BNUNrOU94ZTk4S1gveEdFWWNuZzRTVzErMzhSWXdmdWozaWMvZmZhcXIvem5oKzYrOWxlWEJBRlV5MWtPNFI0bG5iU0c4UEpBVTIzLzh0eFFxejFmVHplbG5mdHAzYVlMZW5HZG13Y2c3cjkwSm5BZWFPeWg5M21nS00rdFZBNXdudU9SaVZEUHpmTGkxbk8zRkp4NUFBbzBFNUE2VEYwdzQ0YmpMMy83MjREYkovcTdiU2MxL0lWL20rZzE3Sk9hQ2ErNjQxUC85c0hkTzRmbmxxdVdHN2EwL1ZBWitQSmd6UHNKb1EyQVpNZGFPS2JhQnhoYmRrdlJZcENRY1ZFdk90T0FudXZqN0pOSWMxcGVxc1A1NS9ucG8rMGN6K3QrZVpDMURBZktpV2wvYmlMUXFFTzV4T2pTUzkvOGlaa1h2L1FLWUw5emV5ZUtWSEw3SHlkNkRmc2xvNWkvNnVQdmVmL2R2L245YTBTZ1VzbDB3M3hEcEZUY2tuUFpxRDA1M3g3L3ZKVGR5emxwMDNwN3lwN3pUN0pUOWpndWdwL1gzV0w4UWc1VWJjRGJBNERTYW5DMFBHZFB3OFFBelNaSUJQUFBXUGJyQlMrLzdBUEE5UlA5SGU2UDFPZzNKc1QvZU5CVVg3dnl1U3QrODh2M3JyLzcvck5WbUlubDlocVQxRS9JbnRaeUZycmJrOXZsSC9kNHJ2YmtqSzI3eUI0SVREbWMvMXR5ei9keVRsN0V5ajVBbHdkb3k0d09iT3A4WXd3bXplNWRkOUlyWC9lSjd0UFAvU0xIUUUyTWFoNWlmOENKb01Lc2VWM3JQdk92cjE1OTY4MXYyclo2MC9HRk1wUUwreWo3cEZVMHQvc0oyN25nL2dBcGJjZjJSN0tQeC9aajdlSzRoUlBtck4wOFo5eWJBUklsRUkxRFY2Y2FXdlRjRi8vUGpFdmU4aC9BMm9uK3JnNlVWUFAyQXhwcStJZ2lOVFk4ZCtNUHYzSFovVC8vOFdXRHUycXpDbVdvRkhKWjFybFFYa3U4bUQyakp4NEpIcFNRRTgyNTk3WG9kd2RJMHZhK2RuR0x0SEUrOTc2OERyZ0hKL1NpTm9hNENkV3UwdGo4Q3k3Nnpwd0xuLzJmUEl3dVZSTkZhdnc3L3ozUmF6aGtDaGFlTUcvTGQ3LzBtcFhYWHZXS1hUdDJMeEtnV214TFpxQTFvUUV5N3RoaUliZnBlKzJjc1owTDdzY2hzOGZmZWJEQjNzVnlPN2ZMZ3k0ZENDTjJIa2RTaDg0cGxjRzVqenZyaHpPZjlOVFBBYmRNOUhkeHFLUkcvdXZZYnpKVjZKMDJiOHRQdnYyaTlXdlh2bUxyaXJXbkd3UGxDaFNEdllqam5Qc21kY240eldoL3J2WUUzbDVjMHkxLzU4dnVXa1J1emxzajdDbU84L3FjdEQyUGpVMlRWd1o2cG5hdG5mc1hGL3hneGdYUC9pcHdlSXU2SjRCVTdidWZuK2cxSERiU1dsZkhSVDkxN1kvKzkrVmJiL245VXdZSG82a3FoRkloQTZNaUIwaTFwMWlHL2V1RCtjZTkwZDUwd0gwZGEzRTBPNWFhT3BjTk5CS1FKcFM3UzgyK2VRdHVudnU4di81MmVYRGJqempHQnpybVNRMzk4eVBQRVgwNHFQemtpNWZ1K3NQVno5cndoMTgvWi92SzVXZU9qaVJkU2tPeENNV3d0UWhxYjhiSW5oR1QvZmdIMnlnUHNQWmprRG1hMjhWdFlxeFJJUkVVT2dJenBhL3ZubWxublB2THZtVm4vcUF5dC84MmJBM1JvNHBVODZvSnk4UTVLbFJZY2xLcHR2eWVrd2Z2dnUxSm0yNjk4Y0lkOTk5OTlzakErRlFFVk5GbTN4U0NMSXFDRTludUtaQWRWemtmZEg2Q3dsNWRNTGtZcnFlOEc4YUliV0FWR1RDUkxYa3VkWlpHcDh5WWVlK1U0MC82dzlRekh2L3pZcVY2QjQ5UUIvTGhJalgrbFNzbWVnMUhqY29YdlZBMXQyMmVQM2IzN2FkdnZlRjM1dy9mZmZPWm83c0crbmNOamMya0Rpb0VjZDNoMGlpTHpnRXl4L2IyeGczemVFdTVuR1RSQ1RlQUhHMUFsNkZjcmd4UDZwdXlzdlBFMCs3dXJSUnU3TDc0bFRjRzJ6YytnSjBGK1A4RXFmb3g0b2crSWlTbUtIMnpGalFIZC9lUHJIbndwTjMzM25seWJkdVdCZVBiTmkwWWJ6UW5qMFZSdDJvbW1uRW5MbDBPcXVSRHhhbVB4ZjNwbWxFcEE2b01GQldGUXJIV1hTcnNyRXp1MjZ4bnp0azRlZHFNKzdyQzRPN3lYeno5Z1k2bHkxWnpERGlNanhRcGM4OWhiWFowekpPcVZJckplSzE3L002Ylp0WFhyK296RzlmTTFQMUxwd3h2MnpxOU1UN1czUndlNmtucTQyV0pHaVVUSndGSnJGVVl4cXBRaW5XaFdDOTM5d3dXTzd0R092cW03ZEs3dG16WG5kMDdpL09QMjFaOTNMbWJ3c205dS9oL2lMc2RDQ2xaZmY5RXIrR1lvR1JvdHlLS2kvR20xU1ZwMWd1cVVBcGxmRnlaWFZ1MVFCSk1uV25Nem0xUk1IOXhJNWd4cDhreDJwSHJhSk9LYnZudFJLL2hNZnAvbVBURC80akg2REU2ZEhvTWdJL1JoTkpqQUh5TUpwUWVBK0JqTktIMEdBQWZvd21sL3gvam5mVWFUWC9nUWdBQUFDVjBSVmgwWkdGMFpUcGpjbVZoZEdVQU1qQXlNeTB4TUMweE9GUXdPVG93TWpvME55c3dNam93TU15eWh0SUFBQUFsZEVWWWRHUmhkR1U2Ylc5a2FXWjVBREl3TWpNdE1UQXRNVGhVTURrNk1ESTZORGNyTURJNk1EQzk3ejV1QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
}
.t-vip-table__item-elem .t-icon-enabled
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTYwIj48aW1hZ2Ugd2lkdGg9IjE2MCIgaGVpZ2h0PSIxNjAiIGhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBS0FBQUFDZ0NBWUFBQUNMejJjdEFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUJtSkxSMFFBL3dEL0FQK2d2YWVUQUFBZGRrbEVRVlI0MnUyZGEzQWMxM21tbjNPNlp6QUFCamVTdVBEbXBYWGhMWkZJS1pJdkZDM0hzaWhTdGlWeEtWTkZKcW5hc242b3RrcXFiRlhLL3VFb3NXd3ZZOUoyNGdSYUt3bFVtM1dTcmEweUxYdHJMWW4yYXAyNHZHdXRLNEZraTVTOEZHWHF3anNJa2lKQUVBUm1lcnJQMlIvZFBkTXo2QUZ4NmJsZzBDL3JzR2Q2Wms2ZjduN3hmZWY5em5kT0M2b0E4YVh1SkxBU3VCSFlnR0FEc0FJaE90R2tFSmdJTkxyMGg5Vm8zU0pBMkhYVkNEUTJnZ3hhandMbjBCd0QzZ1RlQnM0Q1ZpV2JwYjU2Y2IzUTg2OG5GUEpMM1YwZ1BvUmdLK2c3RUdJamdoNkVTT1dKSmJSN05jb1JMU1pnTk5EVDdkZWdSZUc5MWxrMHcyaDlGTVNyYUY0R1BRaU1WS0pwUW55cE8rcHp2Uk40VUVoMklNU3RTSklJWERKSlFBUUlGeVJZdWRmWHU0Z3h3bkc5YXhqMjJpVWdLUDgxb0xEUStuV3QrSi9BODhBcjBUWXpPZ0orRXNIbmtOeVBGRXVRZUlRRHBFZTZvdUx2MDhWWEs3WjZsWVV1ZWFORmdYZys2ZkxrMHo0SnZhSXZvL2d4bXU4QS94eEZjK1pQUU1GdHdIOUFpdDBZdEdDSWdyV1RnbUlpRWlCZW9CVFhGM0tNbUpWemdnNXhHNlc3VkdCL3FRVXNFSyt3ejlIZ01JSFN6d0g5d0d2emFhTGdxYmtTVUtkQlBJSGtDUXl4RWdNd0tKRE9KNksvTDAvQXdCWVJRa0lSVzhGS1FlZi9LN3pQOXdNcEpwNXZBUjBLeEZPQmZRN2c2TE1vdmczNkdlRHFYSm9rZUdyWlhINTNHMUxzUjdJZFUzZ2t3eVdkNFcxOUMraC9WdVNLaS82OEFtZE1iTzBxRFIzczhzamk0cnZqb090MUtGaEF4eWVmTG54bWExQzhoTkpmWkE3VzBKejFDUWoySU1WK0RMRUdrd0xoRE9IV0ZrWStRM2l0emJsYmFXQ2FLVm9UYWRyTVZsck5acEl5Z1JHVHJ5cHd0TUp5Y2x4ek1seTFyM0V0TjQ1dFowQTV1RGZOdTdGNW9nbVBoTUxkWjN0YnFkMzdiTE1kaDNVZUNiODdtN2FZczNKM1Fud0J5WmN4Ull2YlRrSGVBcG9CNitlN1hRTmMwdGxnSnVoTzliR21kVFZyMGg5Z1ZYTWZYWWt1MG1ZTFNTT0pLVXhrVE1DcVFHbU5yVzBzeDJMY25tQWtOOExaeVdIZUd6L0ppV3VudVppNUNQWWtTQk5JZUZhUWd1czFBQnVYbUxaMlBab1VhN0Q1T3hTcmdXL090QzJDcjh5MEQ2aS9naUcrNUpJT3IvaVdyNFI4aGdCcEF4YXBwZzQydHQvTTVxNWJ1Q245UVpZbHUwZ2FTZTlDS0J3VVdxczR5bEpsdUZwUVlpQ1JRb0lHUzFsY3NrWjRlL3c5RG8rOHdkR3g0MlN5VjRBa0tMUFlCZnZ1MTlIdTFzWXJHaHo5VmVDcEdiV0RyOHlvRDFoTXZvUW9FTkFNdUY1RGdGUkFocWFtTm41bnlhMXNXWG9uTjZUWGtES2FzTFZOVHVWUWVJUVRJR0xGVVZOb1Q0QzQybENTa0FsTVlaSnhzcnc3Zm9KZnZQOEt2N3o4T3Ruc1ZTQUZTbm9FMUFYQytRVE02Vm1UY0NZRS9EeW0rR2FSNVV0SWwzZ0pDdVF6QlpBRFE3T2hjejNiZW4rWDlXMDNZVXBKUmxrNE9FV0hEVzVpMUJoNnlnc01ERkl5aWEwVXg2Nit6VStHZjhhYm84ZGN0MHNpWVAzd2Vsa2FjcXJZRXRyNjg4QmZUSGZvNnhId3M1ajhJNlpvemhNdTRaRXRhQVVOUUdSb2JXcm4zdDZQODdGbEg2SFZiR0ZTWlhCUWhjaEtQT1JXWDVobWlNNlB6aGhJbW1XS2EvWUVQNy8wTC96VDhQL21XbllNZEtyZ2h2UFdUN3RibjVDMm5zVG0zd0hQbFd0Q2VRSUtOaUY1Z1lSWWpTa2dTWUY0Q1FJQ1JJUElzank5a3AwclBzWEc5clhrdElXbDdha3h2bW1EempFTHF3c2QrbkxLZXk5V21CUW1DWkhrNk5oditCL25mc1RRK0JtUGhLTGdobk1VaUdqaEUvSU1pczhBUjhKYUlmaHFLQUhUU1A0N0NiYTU3aFpJQ3FaWVFkTWwzNDBkTi9Qd2lzK3d2TG1IU1RYcDl2Q0NZNzd1a2NLT1h2N0VZMVFPTTdudVUwaW9rUWlhWlRORGs4TjgvOXlMdkh2bGJkQk5ibGltMVBwWnZtVlVrT01uS0hZQjQ2V0hDWThEQ2g3SFpCdW1ESWdPMy9KNSswd05Nc3ZOSFd0NWVNVm5XTkxVeVJWbnJNVHFYY2VxeFlTckRXWjkzYldmd29YbDVGaVdXc0lqS3gva0IrSkZqbC81RFpoTmdQQ3lhcFQzMnZ1ZGxxRFZObkk4QVJ3b3JWbndINmRZd0ZzdytDZVNvc2QxdDhLMWZyN2w4L3QrSXNzSDJ0ZXdlK1VETEVsMk1LRXk3aUNHbjJoUU9FTHBFY012UU95QnE0dHk5MkJhZCt4MkRyV0dGcG5pc25XRjU4Nit3S214RTU0bHhMT0NuaVcwZE9HOXBTL2djQy93UnJENlVnc29FWHdlVS9UayszaFRRaTRDWkpZbHpUM2MzM3NQYllsV3hwenhBb0g4K0VvWS9CTzhuc21QVVZ1VVRkc3F2Qmx6eG1sTHRISi83ejA4WjcvSTVjbUxyaVVNSmpYa00yMEFSUTlLZng3TjV5aWtRSlFRVU9xdEdHSjNJZENNNjJxRElSaVpJNWxNOFludUxmUTBMZUdxY3pYRTVaYnA0TVlrcTI5YzkvNFUzOStyVG82ZXBpVjhvbnNMTDV4L0NjdXl3RFNueTZ6WmphUC9EdmcvZm8wbU1uOVVpUkNQWWRLY0h3NHNEVGFiR3FSaWM5Y3QzSkJlelpnYVJ3dFZhSncvemgwVHJYRlJFak1jVXc0M3BGZXp1ZXNXQmkrOTRnN0xhYVltTmppQVNUTktQSWJXTCtOWndhQUYzSXprMC9tMHF2eXdXcUNJSEQwdGZXeHFYMGRXWjhucEhGUGNyU2J1enpVcVFzSXphSTFHc2FsOUhTY21UblBoMm5rd0VvVWtKd00zaWNId3JLSGswemhzQm40RlFRSktIc2FnczRoNCtXd1hRQ3FrWVhKciszcWFaSklKWjhKTk9DaHRXTmo3R0kySHdEM09PVGxTc29sYjI5ZnowOHdsbEZaZ1NKZHdKcVZFN0VUek1Ia0NTa0RyTHFUNFZJRjRIbU9EWkpRT0sxcFdzU3JWeXpVMWdlTzczcGhzaXhNbDk5MVJEcXRTdmF4bzZlUE0rSmtDQVJVdWwwd3ZwY3NBRkovQzBYOE9qSmhvRFlJN2tmeldGSmNyeVZzL1lSamMwTG9hSVFVWm5YVkRMWDRqNG43ZjRrVFFDbXBOU2paeFErdHF6azRPb2JWeURaaWZ2aFVzRHIrTjRrN2dmNWxlM081alNCTDVaTkpna3FtWFd0WFZ0SXlseVM0bTlLU1hXQkNMamhnVWlSS2xGVXVUWFhRMWRYRlpYWEw3Z3E3RmM2MmduNXdzdFlrUUg4TWxvRWdnK1hDeHhmTmY2M3c2Zlc5cXFaZlprbkgzcVhqdVJneUs1cFhrVkk2a1ROQ2JXc3JsekNVM1k5cndjZ2VEM0hLdDRJZFJKRXpRcXhDc3g1QWU0WUw5UGdGQ1laaEp1aEx0WkxWRlR0aXV4SjR1cUJ5ajRxamszLzZjYnFsSFFxMDFYWWwyRERPSms3TkJlcnpLazgvVEZrS3RCMWFaQ0gwemh1Z3J0bnJCNlpTS3RObE15a2lTMVZrM3ZTbzJmVFdIRmdyYmNPWmZrVjhmb0pUQ1ZBWUp6RGtORjZNMVNqdWtqQ1JwczVrcjloV1hnS1VlMWJXQ2ZTaDlzNGtRNjVBazhoTk1nalBYQkNBMXJXWXpDRTFXVzdIQnF6RUVvSVJHT05BMjFvcXdCVnJvZVprRXJUVUtUV3V5RmJ2RjRYMXhHYUhsTEN0eGk2MUJDa0dyMmN3Vk9lb3EzenlYaERlUlNZTWtnUkRyVEFUcjg0VHp5V2NRSUtHa3lVdW50NG51THk3R1hDSEl5QXdiUm01bTYvSGIzZnRyekQzNnI3VkdTb1B1cm1Vc1g3V0MveXEreHdsMWltWlNzNnlvVUJMYW9NbG9BaUVMNVBNbk1ra0srd1RyVEtSZWdSQ0J1YnNCdG5vRVRFaURIRGxzcldiWHFCaVJ3eEk1V3JNcDdyNzJZWDduaGswMEwybkJOSXlRcGNWbUNrRnpjek9ybDYzaUpldW5EQTY5QmhxM3J6OGJCQWlvVVNTazRSRlFGYmlVNXhZKzExYWFDRHJ6UzJaSTdmMklmREdrUUFpd2RLNFFmUFlQR0tPcTBNQ0VtR1RyMVR2NVVQdnRyTm13aHM0bFhaSFVQYUpIR1RqK0QxeXh4Mmd6MnJ4aDFybEJhWW53dU9PVXJnY2tWWUJyZEpxZ1UyNytYbGhRVHlNUUtLMndWQTRsVlBoNkxqR3Fnb3pJMER2Und6MjV1K2hkMVV0YlIzdGtkZitYb2YvR0sxZCtSWWZaVGs3TmNWbEF6d0k2V3FLMDhtWThCcGZlQ254UkFPaVVDY0xObnlsYXdhcDR6UlpiTytSMGpuajJidTJnVUZqYTV1UFhQc0p2dGErbnJhY2R3ekFpcWZ2SXRWL3pEeGUraXhRU1c4K2puKzhSVUdwUnFLZUlVd0VYN0JvODAwM0g4aTFnL2t1QlRxM1FPTmpZQ0pTT0NWZ3JqTXNKTms3Y3pEMWlLMTNMbDlMUzBoSkp2VG1kNCttaFp6bWRQY3NTc3hOYno3THZGNFJQUUFRT3RzY2o3NE9DOEtBd0VWbDcyVEJCcStmdkNIeloxallvMEJWYlR6WEdkTEJ4TUd6Si9aT2Y0TWJ1RzJoYjJvYVVzd3lUbE1FUEwvK1k1eS8vbUpSc21sZS9EOGdUVUdqaEVUbElPaEY0TC9Ma05QTXM5Y2xYbE4yczBVS1QwNDZuYm1JQ1ZoK0NNWEdWMzUzWXd0M0pMWFFzN3lUVlBNc1FTUmxjeUYza0w4LzlEUlBPQkoxbXgveXNIeFFSTUtjZHoyQUZ0RVdlYS9rdkJpeWd2dzJaU3FsY2c0cldlcXBPaVZGUlpJVkZoOTNPZzlaOXJGcTlrblJuT3JMbFRQN20vSGNZdlBwTE9zME9jdk1sbncvdExyZWlDUFFCZlFUNTVXM0xUY3ZNZjBGcmpZMk45djdGcUI0MG1tdDZnZ2NtdHZIUjFqdEo5N2FSVENZanFmdlY4Y01NblA5N0RHR1VMSnN5ZndnRURvNXJzTndkWlNNbnBuK3F3WjhIMzJzMHRuYlFTaFdtZmNhb0FnUVRjb0xWMlpYc1ZEdm83dXNtM1o2T3BPYWN6bkhnekY4eGxEMU51N2tFVzBWay9TRHZhUjBkTkZqQnJCVmQ5TjRzV3FiZlh4U2srRHM0U3FHRmlPMWZsZUF1NTZsd0hJY0hNdHZZMUhrTDZaNDJUR1AyNjRtRzRYdVhmc2p6Nzc5QVFyYTR4aVhLeG5zRVZNb2ZGdkU1RlZod0pyOHA3UU9HenRkMU14eTBqcVBQMVlJR0xEbk9iMmR1NFFGak81M0xPeU1MdXd4Wnczejl6RitTVTVNMG1aMDQ4NG43bFd1ODl2VENkSXVrRi9xQTErZS9neE92NDFkRktHRmpPZ2tlc1I1Z2JkOU5wQ01NdXp3OU5NQWJWd2VSWmlkT1ZNSWpCSHBLc3FnTzJlcFNBazZWdU82Y1lsVklRbzFSV1dqUVlweXQyWHZZbHJxSHRyNzJ5TUl1ZzFkZjVXK0huZ1dSQURRUk85K2ljMkNLYUEyZDB6bXpSY3J6NWpUdUJGWWVJa3M2MThWZWV4ZXJWNnlpTmFLd2k2VXM5cDM1SnFPWnM1Qlk0azZkckFSSzlNUDFJUE0vaWxFSDBFQ1dIZGx0M0pYK0tPbmVORTBSaFYwT1h2b0JoeTc5RU13MGRYSER2U2FZVS9ZQWNiUzVGaEFnSnVqTHJXRzMyRW5QOG01YTIxc2pxWG5JT3MrQk0zK0JVaGFZTFZUdjNwWmJzYUN3UHlaZ1hVQUFObWpOcnV3RDNMNWtFNjNkNmNqQ0x2M24vcHFqWTc4RXM1M3FCbkxMY2FxUTdHTG1wWEtST0FtSkI4WXo0Q29JRGVJYUc3S2IyV2wrbW82KzZNSXVnMWRmWmVEY3N5Q1R1RTlEcXZCTkxNZWJvSWJJTDE2cGlVYmJ4NWdmUkE1RE5iUEgzc1hhWlRlVFhwcU9KT3hpYVl0OXA3L0JhSFlZWkRQMWFFRUNRM0hUTFYxYWZ3MXZMRXl3eGRyRzl0Uzl0UFcxUlJaMk9YangrNTd3cUNYNTlMU3ZZd3RZYTRnTWFXY3BlNTNQc3JvbnVyRExrSFdlQTZmLzNCVWVJaG9sWFFuTWFDUWtScVdnQVlzZDJmdlkydlpSV2lNTXUvU2ZlNGFqWTY5Qm9wWGFacEJNYndGRENCaTczT29nR0hiWlJVOWZUMlJobDhHcnI3akN3L0RYdzZqbC9adytGR05PN2YvRkJLdzhBbUVYNjBGdVg3cUoxdTdXU01JdWxyYllkK3JyakdZdjFJSDFnK25EZS81UVhLbGNucktQT0F3VEtUU0lTVFprTjdIVC9Bd2R2ZEdGWFE1ZStENkhMajBQUnJJMjkyczYzcFNHOTRoRlNHMGdjaGlxaVQzT1oxbTdiRzFrWVJkWGVId0RwWEpld2tIOW95UWpPbmEvMVlIRkZ1c2V0amR2aXpUczBuLzIyeHdkT3dLSkZQVnpIL1cwKytUMFg0d1JPVVNXdE5QSlh2VUlxN3VqQzd1NHdtUEFXemkrM2gxYjBWaHdPWmtNc1VXTUdocTB3dzVyTzF2YnRrUVdkckcweGI2VCt4bk5Yb0pFUFk1NGxMZUNacUZqS0tZZkE0NUZ5RHdoUUdUb3k2MW10M2c0MHJETHdRdmY0OUNsRjhBd0t6L1dlejFNTnc0Y3NxL2ViWFVEd1ozY3Z5dTNrOXU3TmtjV2RobXloamh3Nmhzb1pidkwvQ3d3aE1RQmZjVHVOMUlJaXczV0xleE1QQkJwMktYL3pIL2k2TlUzd0hUVDdPc1g0VzVZenZ6TE1lWU1rY05RQ2ZiWXV5TU51K1JIUENUVXZ6TUw1NVJaL3NPWWhOSEFuZGExeGJxYjdjMzNSUloyY1lYSDF4ak52ZytKZXJkK3dXdFJqRExKQ0xIN2pRd2lSOXBwWjYvZXcrcmU2TUl1ZWVGaCtwWnZJZHl2cVcyc2Q3dTl3T0ZlOEh6WXBTZWFzSXNyUEw2T1VnNklhQmFwckJWTWd0UHpkSDVGb2pnTUV3V0VRNSsxZ3QxaWQ2UmhsLzR6VDNOMDdOZXU5YXUzaGVPdkY4SXJXWjdETEY5TGpMbkRXOFZKdzY3Y3YrWDI3dHNpQzdzTWpnMHljSGJBODEwTHJhczB0ZXRSNG9Kak14Y04zQlY2TnVRMnNqUDVFQjE5SFpHRVhTeGxzZS9rbnpHYUhYR2ZRTFRnN3RWVWZsVWhJN3BDZVRmKzZFMWRRbU1vZ3ozT0h0YjJyQ1c5Skpxd3k4R0xCemwwNlVYUGJ5MDA4b1dqNGdSc0ZpMDAyVWttc2hNSUlSRkN6TXR4Q08vL1NYUENmZFpFUGQ0SEFWdXlkMFVhZGhteWhqaHc4Z0JLcVVZallBV2hZWm01bEMrM2ZCbUc0ZFNsVTlpMnZ5TFQzS3lYMEpCVVRmemZwUy96VXM5TCtlUFVEUVNrN1RSNzlkNUl3eTc5Wi9vNWV2Vm9wZTlZMVZIeDB6bVhQY2Z4cGNmWmYrTit6ZzZmWmVUS0NMWnR6L21XYU1DK1pyTnViQjBuSjA5eExQVm1jS0o5YmVIOUllekk3V0JyKzEyUmhWM3l3cU1lempGaW1ETUt0MHhkMG1QR2NIQjRldmhwN3U2N20vdlgzODhLVnVJNHp0d3F3MTEvZUdKaWdzN2pYVHg2N2xHZU1wOWkwcGlvRHlzb29DKzNuTjNHSTVHRlhkd1JqMzJNWmtaaElReDRsT05LR1o1VlBoQXRZU0kzd1I4Zi8yT0djOE1Jd0RRTVRNT2NVekVNZzdhMk5wYitteVZzYTcrWGh6SVAxZnFTRjEza1hmWXVidStLTHV4eWNQZ2doeTRlYWpqWDY2TTZJeUVHSEI0OXpQNFQreU9yc3EyempkN1Z2ZnlCOGZ0c3lHNm92WHNTc0NHM2daMU4wWVZkaW9SSHJjK3ZRcWdPQWIzbnhRNmNIZURRKzRjaXFkSTBURHI2T3RqWXU1SFA1UjZsMldtcDZVMHlsTUVldFplMVM2TUx1L1NmNmVmb1dPTUpqeUNxTnhZc0lXTm4rSk4zLzRSaGF6aVNLbHVhVytoWTNjRzJOczhWMTdCL3RDVzNKZEt3eStEWUlBTm5CaHArdEw2d1FtbzFpZ0dIUnc2ei8yUjBycmk5czczWUZWZnpmTHlTZHRMczVmY2lDN3RZMm1MZkNVOTRTS3ArUGxVcjFPTHZ5NENCTTQzbGluZmtkckMxTGJxd1M2TUxqeUNxVDBEZkZiOVRBVmRjYlZVc29NK09OdXd5WkExeDRFUmpDNDhnYXRQRDhGVnhKVjF4Tlc2ZWhsM09MbTVmRWwzWXBmKzBKendXZHByZmpGRWJBbnB6cHdkT0QzRG9Vc1N1dUMvZ2lxR2l3aVRxc012Z2xZRHdXQVRXRDBDR0pneFdvMGpJNURJOCtjNlRsWEhGa3dGWFhJSDJSeDEyV1V6Q283b2pJZFBCaENPalJ5SU5VT2Rkc1ZsWlY3ekYzc0wybHVqQ0xvdEplQVJSV3dKVzJoWGJsVkhGYVJWdDJHWElHdUxBZTR0SGVBUlIrekNuNGFyaWlybmlDcWppSFhhMDJTNkxUWGdFVVhzQ3dvSnl4WDNPY25hYjBZVmRCcThNTW5CNmNRbVBJT3FEZ1A1WThRSnd4YnVjNkxKZExPVUpqK3pvb3JSK1VDOEU5RnFTc1RNOCtYWUZYZkU4UXpJYmNoc2luV1IwY1BnZ2h5NGNXclRrQXpEWXhtT1lyTURBdlJDeXBJaEFxVFFFREU4TWt4TTVkaXpkRVVtVmlhWUVBa0gzU0Rldk9hOXh5YmcwSnlJYTJ1Qng5UVNmN0x1SHJwVmRKT2ZaOXh2S0R2SFltNDl4WWZKQ1l4SFFEN0dvd0ZZQlRxRFkrZTI1K3JHQVVGREZwK3JQRlcreHQ3Qzk5VDdhZXFNSnUvU2Y3dWZvbGNaT3Rab0o2b3VBVUZERmxYTEYyZG1yNHJSS3MxZjhYbVJQTWxyc3dpT0kraU1nVkY0Vlc3TlR4VkdHWGZJakhvdFllQVJSbndTc2dpdHVzV2MyVnR4blJ4dDJPWGorSUllR0Y3ZndDRUtHanRFRlg5ZXErR1BGeHl2Z2lqdnU1U0hyb2V1ZnE0SmRLcnBzbC95SWg2TUt5N29zbGxLR1gvVnBBWDM0cnZpOWlGM3hxbDUrUDNGOVY3ekJpVGJicGY5VUxEeEtVZDhFcktRcjd0M0lvK3BSV3Nxb1lrTVo3TkY3V2RzZFRiWkxMRHpDVWQ4RWhJSXFyb0FydnJmVUZRZXd4WWt1N0dKcGkzM3ZlYWxXY2QrdkNQVlBRSEJkOGNnUjlyOWJHVmU4MFhmRkhoSFRUcHE5TXJwc2wxaDRsRWQxWjhYTnB3UHJ1K0tMRlpqTTVBUmNzWVlkVG5SaGw2SHNFQWZlWGFUQ1l3YjNkV0ZZUUNoMnhka29YWEVubit5NGx3Y3pEd0xRYmZldzI0eHVTZDFZZUV5UGhVTkFxSkFxYnFQdkEzMDhZajdDVGVNM3NUMTNINXNpZXBKUkxEeXVEemNad1dBRkp1UVRFa3FURWdURmlRbTFnbmZzSTJOSHVLMzlOdGEycnAxM2xWSktqS1FrcFZPc3k2N2pJKzBmNVlOclBraEhWd2RDelAxa0xXM3h4SnRQOFBybzY0dlQrcFhFVS9NSkNjV0pDZWNXM3FVeENnSHFPenJ1b0RmWk8rOHFtNXViV2JsbUpkMUx1eEdtb0xtOWVkNWhsN3p3V0hoWHVLb3d1TmV6Z0Fia3JXQ3QwckZtQ2duRDQxN2Exckw1cDIwSklVZ21rNlRTS1pwYm11Yy80cEVkNHJILzE0Q3BWak5CdVhTc1lMSHhVN0xxTEIxck5qQmc0R1IwcWhpSVpDbGRnUDZUL1J3ZGpZWEhUTENnQ1JoMWdEb0t4TUpqZGxpNEJBUlhGVitPTmtBOUgxamFZdDg3OFlqSGJMQ3dDZWhQWm9yWUZjOFZCNGRpNFRGYnlOQUl0V0pLeExybVVmUHJwVzM5SnJvQTlWeFFOT0pSejllckZ1bFhZWnhhRU9sWU0wVWR1T0wray8wY0hZbUZ4MnpSR0FUMFhYR0VZOFd6d2VDVlFRWk9EYmo5dmxoNHpBckZCTlJ6cktVZVlFREd5dkRrVzlWVnhaYXkyUGYyUGtZblIyUGhNUk9VY0V6V2ZSOXZOc1YzeGU5VXp4VVhDWTlhbi85Q0toN25Hc01GKy9CZDhZbnF1T0lwcVZZeFpvM0dJaUFVQXRSVmNNWDlKMkxoTVY4MEhnR2hLcTQ0Rmg3Um9ERUpXR0ZYbkJjZThZakh2TkdZQklSQzJ0YXg2QVBVQjRjT2NtZ29udU1SQllybmhGQ3lYZWlsQXE1NEtEdkVnWGNDeStuVytod1hTZ25qRnNFd1RDTWk2SW92Uk9PS1krRVJJUm91REJPR29DcWVweXNlSEIxazRHUXNQS0pFNHhNUUluSEZzZkNvREJZSEFZTnBXM04weFFlSERuTG9mSnhxRlRXS1JZZ3ErVFNrMDdoZzRZOFZ6MEVWRDJXSE9QRDI0bnlPeDV3UUpqeDhLS2FJRUx2b1M3VldTOVZReFcvUHpoWDN2K2NKRDZNT3ptR2hsMktlMlJMSVRHRnZvMklPcWpnV0hoRmlLcmN5RWhpZHdSY2JCNzRxUG5iOXNlSTQxU3BDaEhOcVZBSm55NXBJeXV4YjZQQmQ4ZkhwWFhGK3hDTVdIalBIVERoVTRObzVpZWF0b3AzKzVPRmE5eFVxM1ErUk1QRGVnSnZMRjRLaDdCQUhqc2VyV2tWV3dubDFUQUp2QWJreW5jVEdSZEFWaDZqaXZQQ0lyZC84VUo1WE9lQXRDUnhIY3o3VVhBWi9VTzd6aFF6UEZYL3Q3YThWN1I0Y0dXVGdSQ3c4Wm8wZ1I4SU1XUEhuNTRIakVqaUQ1dGkwSkdzazBnWGhxZUpuMzN1V0Y0ZGZCR0xoRVJtbUp4OW9qZ0ZuSmE3Ny9kY1p4VzRhRVo0ci90TmpmOHFWM0JWZUhIN1JGUjZKV2plc0FUQjl2L0Jma1ZpbU54YnljelEyQ2pQZllTem51eHZSSlpsdytNcGhIdi8xNDd3MS9oWkt4eU1lYzBZNTNxaWlyUTM4SEVEZ2RuKzZNUGdwU1RhVEJKSzRGc0NFb29VcmcwdTJRZVBkSklmQ1lwd3habzZnZXkxOU9xYS9GRnNPc1BMbE1BNzNBQ08reGh0QjhTTVVtL00vOXNtbXZLMWZlYU9STGdoL0hjUkc3M1pFalZJQ2xvWmVmRElXMWdqOEVZSVJBQmxZZlBJSE9JeE9Hd01rY0lCR1JDUC9jVlVhUHVIODErVmlnUTZqd0EvOG53V2R6V0UwaDBKWHRDd05JZ1lQR21OeG8xeC9yenlIRGdHSC9aOEVDYWpRUEl2RFpKRzVMR1V3TkxZVmpERjdoSEVqM0ExUG9ua1dnZkk5cnl4WkEvcGxGTThWUFY0OVdIU1pBOFJrWEh5WWpndmwrS040RG5nNVdJM0J2Vk9xZlFkNEdFbHJFVG1EQzVVSE8rc2k4TXNZaXdQQmV4M3M5NVdLanFBS3RybUE0dDhqR0E3eVNZWVE3QTBVM3lwaDd0UllqZ3BwVEl6RmhhQXdEZU5JTVllK2hlQ05VcjdKVUN1bmVRYWJueFE5V01TbW1JeGhDamttWStNamJMeTNXT1VXYzhWOS94TTB6NFQ5UnBZaDB6aWFMK0J3SmwvWlZIOWU2QmZHSkZ3Y0NDUGYxS2NmRmJ0Zmh6Tm92b0JnUE16WWhWdEExeFVmd2VHUHNNbE1JVjNRNUphU2NMR01JUzhtbEx1L1FXRWE5aWd1bHp0L2hPQklPWjRaM0JmK2dVZkNvMmdzQk51bUNKQ3cxMEUwNm5EZFlrT3AxZk5mbCt2cjJRVEZ4eGNSL09leS9CSmdzTDM4aHg1NWZvRkdBaDh2SXROc0NSWVRjV0ZCaDJ6THgvZUNhdGNkOTdYNUtvS3ZUY3V0R1JIUUpjN1BVQ0VrTE5mb21Yd1dqN25XRDBydlJkam9SdGdvUjFpNHhTY2ZQRFdUUTdzRW5CbCtobUlDdUl0eTJYSmhZaVJNbk1URXF5K1UzcmV3RktyUy9uOTRyRzhDbXllQlA1dnBvV2REUUlCZm9IZ1h1QVBvblBhRWdsdEMzc2NrckIrVTYrZE56ZU1MVjd3dStVNWc4NGZBczdNNTlGeW0zSHdYaDdmUTdFZXp2U2d1R0h6TXF6OUtVbTRrSmJpTlVWdGNyNzhYbG1CUUxEaGVRdkZGQksvTjl0Q0NiODI1MlcxSUhrZnlCQ1lyUTUrMFh2cTg0ZExuRHBkN0hhUHltR21mcnh6NVhPS2RSZkZ0Rk04QVYrZlNqUGtRMElYa2RnUi9pR1EzSmkxVE1xZURKUFJ6YjhJZWdCMFRzTG9vTi9zUnBpYVZsdllEYlNaUVBJZm1hZUJYODJtRzRLOGlPNlZQSXZrY2t2dVJMSmxDeEhJRURDTmVUTWJLUUUremJ6b0NGZ1RJWlJRL1J2RWQ0SitqYUZLVUJQUnJ2QlBCZ3dpMlkzQXJncVlpYXdqbFhUS0J6Mk5FajNJRUxKZjE3bTZ6T0x5TzVpVTB6d092Uk5ra1FYL0ZUcmNUK0JDQ2p5RzVBOWlJb0FkSmF0cStZTmo3R05IZ2VsRUpsM1JaTk1QQVVSU3Zvdms1TUVqWUlsWVJRR2hZRHh5cjVIbUxwMGtDSzRFYkVXekVQZVlLQkoxQUNwRi8wcHIzZzBxMlpoR2ptSURDbXg2WlFUTUtuQU9PZVJQR2p3Tm5jZWV3VlJUL0g5V0RQMllxa0ZSaUFBQUFKWFJGV0hSa1lYUmxPbU55WldGMFpRQXlNREl6TFRFd0xURTRWREE1T2pBek9qUXhLekF5T2pBd1FLRFkxZ0FBQUNWMFJWaDBaR0YwWlRwdGIyUnBabmtBTWpBeU15MHhNQzB4T0ZRd09Ub3dNem8wTVNzd01qb3dNREg5WUdvQUFBQUFTVVZPUks1Q1lJST0iLz48L3N2Zz4=");
}
.t-vip-table__item-elem--lvl
{
    gap: 10px;
    justify-content: flex-start;
    min-width: 100px;
}
.t-vip-table__item-elem--lvl .t-icon
{
    width: 44px;
    min-width: 44px;
    height: 36px;
}
.t-vip-table__item-elem--wager
{
    min-width: 100px;
}
.t-vip-table
{
    width: 100%;
    margin-top: 80px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.t-vip-table::-webkit-scrollbar
{
    display: none;
}
@media(max-width: 1279px)
{
    .t-vip-table
    {
        margin-top: 40px;
    }
}
@media(max-width: 767px)
{
    .t-vip-table
    {
        margin-top: 24px;
    }
}
@media(max-width: 1279px)
{
    .t-vip-table__container
    {
        min-width: 1200px;
    }
}
.t-vip-table__body, .t-vip-table__container
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-vip-table__head
{
    display: flex;
    flex-direction: row;
    padding: 0 16px;
}
.t-vip-table__head-item
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #737880;
    text-align: center;
}
.t-vip-table__head-item-level
{
    justify-content: flex-start;
    min-width: 100px;
    padding: 0 16px 0 0;
    text-align: left;
}
.t-vip-table__head-item-wager
{
    min-width: 100px;
}
.t-vip-table__head-item-currency
{
    display: none;
}
.t-vip-table-skeleton
{
    width: 100%;
}
.t-vip-table-skeleton .t-vip-table__item-elem
{
    padding: 0 5px;
}
.t-profile-kyc-skeleton
{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1192px;
    padding: 48px 32px 38px;
    margin: 50px auto 0;
}
.t-profile-kyc-skeleton .t-close
{
    display: none;
}
.t-profile-kyc-skeleton .t-back
{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.t-profile-kyc-skeleton .t-back__text
{
    margin-left: 10px;
}
.t-profile-kyc-skeleton .t-back .t-account-currencies-skeleton, .t-profile-kyc-skeleton .t-back .t-skeleton
{
    width: 70px;
    height: 32px;
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc-skeleton
    {
        padding: 40px 16px;
    }
}
.t-profile-kyc-skeleton__head
{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
}
.t-profile-kyc-skeleton__title
{
    display: flex;
    flex-direction: column;
}
.t-profile-kyc-skeleton__title .t-account-currencies-skeleton, .t-profile-kyc-skeleton__title .t-skeleton
{
    width: 60px;
    height: 40px;
}
.t-profile-kyc-skeleton__content
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1140px;
    margin: 32px auto 0;
}
.t-profile-kyc-skeleton__content-wrapper
{
    display: flex;
    gap: 24px;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .t-profile-kyc-skeleton__content-wrapper
    {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc-skeleton__content-wrapper
    {
        flex-direction: column;
    }
}
.t-profile-kyc-skeleton__content-wrapper .kyc
{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 648px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px)
{
    .t-profile-kyc-skeleton__content-wrapper .kyc
    {
        min-width: 550px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .t-profile-kyc-skeleton__content-wrapper .kyc
    {
        min-width: 450px;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc-skeleton__content-wrapper .kyc
    {
        width: 100%;
        min-width: 100%;
    }
}
.t-profile-kyc-skeleton__content-wrapper .kyc .t-account-currencies-skeleton, .t-profile-kyc-skeleton__content-wrapper .kyc .t-skeleton
{
    height: 240px;
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc-skeleton__content-wrapper .kyc .t-account-currencies-skeleton, .t-profile-kyc-skeleton__content-wrapper .kyc .t-skeleton
    {
        width: 100%;
        max-width: 100%;
    }
}
.t-profile-kyc-skeleton__content-wrapper .citizen-bonus.t-account-currencies-skeleton, .t-profile-kyc-skeleton__content-wrapper .t-skeleton.citizen-bonus
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc-skeleton__content
    {
        flex-direction: column;
    }
}
.t-profile-kyc
{
    position: relative;
    width: 100%;
    max-width: 1192px;
    padding: 65px 32px 40px;
    margin: 0 auto;
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc
    {
        padding: 95px 16px 32px;
    }
}
.t-profile-kyc__content
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1140px;
    margin: 32px auto 0;
}
.t-profile-kyc__content-wrapper
{
    display: flex;
    gap: 24px;
    width: 100%;
}
.t-profile-kyc__content-wrapper .kyc-widget
{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 648px;
    padding: 44px 32px 48px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px)
{
    .t-profile-kyc__content-wrapper .kyc-widget
    {
        min-width: 550px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .t-profile-kyc__content-wrapper .kyc-widget
    {
        min-width: 450px;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc__content-wrapper .kyc-widget
    {
        width: 100%;
        min-width: 100%;
    }
}
.t-profile-kyc__content-wrapper .kyc-widget.processed .kyc-widget__title:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOS45MDEgMjcuMTMybC0xLjU4Ni0xLjIxOUExMi45MzUgMTIuOTM1IDAgMDAzMSAxOGMwLTIuOTgtMS01LjcyMS0yLjY4NS03LjkxM2wxLjU4Ni0xLjIxOUExNC45MzQgMTQuOTM0IDAgMDEzMyAxOGMwIDMuNDM2LTEuMTU1IDYuNjAzLTMuMDk5IDkuMTMyem0tMi43Ny0yMS4wMzNsLTEuMjE4IDEuNTg2QTEyLjkzNSAxMi45MzUgMCAwMDE4IDVjLTIuOTggMC01LjcyMSAxLTcuOTEzIDIuNjg1TDguODY4IDYuMDk5QTE0LjkzNSAxNC45MzUgMCAwMTE4IDNjMy40MzYgMCA2LjYwMyAxLjE1NSA5LjEzMiAzLjA5OXpNNi4xIDguODY5QTE0LjkzNSAxNC45MzUgMCAwMDMgMThjMCAzLjQzNiAxLjE1NSA2LjYwMyAzLjA5OSA5LjEzMmwxLjU4Ni0xLjIxOUExMi45MzUgMTIuOTM1IDAgMDE1IDE4YzAtMi45OCAxLTUuNzIxIDIuNjg1LTcuOTEzTDYuMDk5IDguODY4ek04Ljg2OSAyOS45bDEuMjE4LTEuNTg2QTEyLjkzNSAxMi45MzUgMCAwMDE4IDMxYzIuOTggMCA1LjcyMS0xIDcuOTEzLTIuNjg1bDEuMjE5IDEuNTg2QTE0LjkzNSAxNC45MzUgMCAwMTE4IDMzYTE0LjkzNCAxNC45MzQgMCAwMS05LjEzMi0zLjA5OXoiIGZpbGw9IiNGRkU2NUYiLz48cGF0aCBkPSJNMTggMTB2OGw2IDYiIHN0cm9rZT0iI0ZGRTY1RiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
}
.t-profile-kyc__content-wrapper .kyc-widget.success .kyc-widget__title:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDE4bDIuNSAyLjVMMjMgMTQiIHN0cm9rZT0iIzIzRENCOSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDNIM3Y4aDJWNWg2VjNINXpNMzEgMzJoMnYtOGgtMnY2aC02djJoNnpNMzMgNVYzaC04djJoNnY2aDJWNXpNMyAzMHYyaDh2LTJINXYtNkgzdjZ6IiBmaWxsPSIjMjNEQ0I5Ii8+PC9zdmc+");
}
.t-profile-kyc__content-wrapper .kyc-widget.failed .kyc-widget__title:before
{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI4LjMxNSAyNS45MTNsMS41ODYgMS4yMTlBMTQuOTM1IDE0LjkzNSAwIDAwMzMgMThjMC0zLjQzNi0xLjE1NS02LjYwMy0zLjA5OS05LjEzMmwtMS41ODYgMS4yMTlBMTIuOTM1IDEyLjkzNSAwIDAxMzEgMThjMCAyLjk4LTEgNS43MjEtMi42ODUgNy45MTN6TTI1LjkxMyA3LjY4NWwxLjIxOS0xLjU4NkExNC45MzUgMTQuOTM1IDAgMDAxOCAzYTE0LjkzNSAxNC45MzUgMCAwMC05LjEzMiAzLjA5OWwxLjIxOSAxLjU4NkExMi45MzUgMTIuOTM1IDAgMDExOCA1YzIuOTggMCA1LjcyMSAxIDcuOTEzIDIuNjg1ek0zIDE4YzAtMy40MzYgMS4xNTUtNi42MDMgMy4wOTktOS4xMzJsMS41ODYgMS4yMTlBMTIuOTM1IDEyLjkzNSAwIDAwNSAxOGMwIDIuOTggMSA1LjcyMSAyLjY4NSA3LjkxM2wtMS41ODYgMS4yMTlBMTQuOTM1IDE0LjkzNSAwIDAxMyAxOHpNMTAuMDg3IDI4LjMxNWwtMS4yMTkgMS41ODZBMTQuOTM0IDE0LjkzNCAwIDAwMTggMzNjMy40MzYgMCA2LjYwMy0xLjE1NSA5LjEzMi0zLjA5OWwtMS4yMTktMS41ODZBMTIuOTM1IDEyLjkzNSAwIDAxMTggMzFjLTIuOTggMC01LjcyMS0xLTcuOTEzLTIuNjg1ek0yMy4yOTMgMjQuNzA3TDE4IDE5LjQxNGwtNS4yOTMgNS4yOTMtMS40MTQtMS40MTRMMTYuNTg2IDE4bC01LjI5My01LjI5MyAxLjQxNC0xLjQxNEwxOCAxNi41ODZsNS4yOTMtNS4yOTMgMS40MTQgMS40MTRMMTkuNDE0IDE4bDUuMjkzIDUuMjkzLTEuNDE0IDEuNDE0eiIgZmlsbD0iI0UxNTU0MSIvPjwvc3ZnPg==");
}
.t-profile-kyc__content-wrapper .kyc-widget__title
{
    position: relative;
    width: 100%;
    padding: 0 0 0 45px;
    font-family: Inter,sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .t-profile-kyc__content-wrapper .kyc-widget__title
    {
        padding: 0;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
}
.t-profile-kyc__content-wrapper .kyc-widget__title:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMHYySDJ2NkgwVjBoOHpNNTYgNjR2LTJoNnYtNmgydjhoLTh6TTY0IDhWMGgtOHYyaDZ2Nmgyek0wIDU2aDJ2Nmg2djJIMHYtOHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzMgMTJjLTEwLjQ5MyAwLTE5IDguNTA3LTE5IDE5YTEgMSAwIDExLTIgMGMwLTExLjU5OCA5LjQwMi0yMSAyMS0yMXMyMSA5LjQwMiAyMSAyMWE0Mi44NCA0Mi44NCAwIDAxLTQuMDk2IDE4LjMzOCAxIDEgMCAwMS0xLjgwOC0uODU0QTQwLjgzNyA0MC44MzcgMCAwMDUyIDMxYzAtMTAuNDkzLTguNTA3LTE5LTE5LTE5eiIgZmlsbD0iIzIzRENCOSIvPjxwYXRoIGQ9Ik0xOCAzMWMwLTguMjg0IDYuNzE2LTE1IDE1LTE1IDguMjg0IDAgMTUgNi43MTYgMTUgMTVhMzYuODI4IDM2LjgyOCAwIDAxLTcuMDU3IDIxLjc0IDEgMSAwIDAwMS42MTggMS4xNzZBMzguODI4IDM4LjgyOCAwIDAwNTAgMzFDNTAgMjEuNjExIDQyLjM4OCAxNCAzMyAxNGMtOS4zODkgMC0xNyA3LjYxMS0xNyAxN2E1IDUgMCAwMS01IDUgMSAxIDAgMTAwIDIgNyA3IDAgMDA3LTd6IiBmaWxsPSIjMjNEQ0I5Ii8+PHBhdGggZD0iTTMzIDIwYy02LjA3NSAwLTExIDQuOTI1LTExIDExcy00LjkyNSAxMS0xMSAxMWExIDEgMCAxMTAtMiA5IDkgMCAwMDktOWMwLTcuMTggNS44Mi0xMyAxMy0xM3MxMyA1LjgyIDEzIDEzYzAgOS42ODctMy45MzYgMTguNDU2LTEwLjI5NCAyNC43OTFhMSAxIDAgMTEtMS40MTItMS40MTZDNDAuMjkxIDQ4LjM5OSA0NCA0MC4xMzMgNDQgMzFjMC02LjA3NS00LjkyNS0xMS0xMS0xMXoiIGZpbGw9IiMyM0RDQjkiLz48cGF0aCBkPSJNMzMgMjRhNyA3IDAgMDAtNyA3YzAgNy40My01LjQgMTMuNTk1LTEyLjQ4OSAxNC43OWExIDEgMCAxMS0uMzMzLTEuOTcyQzE5LjMyMSA0Mi43ODMgMjQgMzcuNDM3IDI0IDMxYTkgOSAwIDAxMTggMGMwIDkuOTI2LTQuNjY3IDE4Ljc2NC0xMS45MjIgMjQuNDM2YTEgMSAwIDExLTEuMjMyLTEuNTc2QzM1LjYzNyA0OC41NSA0MCA0MC4yODUgNDAgMzFhNyA3IDAgMDAtNy03eiIgZmlsbD0iIzIzRENCOSIvPjxwYXRoIGQ9Ik0zMyAyOGEzIDMgMCAwMC0zIDNjMCA4LjU0LTUuNjM0IDE1Ljc2Mi0xMy4zODYgMTguMTU2YTEgMSAwIDExLS41OS0xLjkxQzIyLjk2MSA0NS4xMDIgMjggMzguNjM4IDI4IDMxYTUgNSAwIDAxMTAgMGMwIDkuOS01LjMyOCAxOC41NTMtMTMuMjY4IDIzLjI1MmExIDEgMCAwMS0xLjAxOS0xLjcyMUMzMS4wNyA0OC4xNzcgMzYgNDAuMTY0IDM2IDMxYTMgMyAwIDAwLTMtM3oiIGZpbGw9IiMyM0RDQjkiLz48cGF0aCBkPSJNMzQgMzFhMSAxIDAgMTAtMiAwYzAgOC41ODMtNS4xNSAxNS45NjUtMTIuNTMgMTkuMjIyYTEgMSAwIDEwLjgwNyAxLjgzQzI4LjM1NyA0OC40ODYgMzQgNDAuNDAzIDM0IDMxeiIgZmlsbD0iIzIzRENCOSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .t-profile-kyc__content-wrapper .kyc-widget__title:before
    {
        display: none;
    }
}
.t-profile-kyc__content-wrapper .kyc-widget__title.center
{
    text-align: center;
}
.t-profile-kyc__content-wrapper .kyc-widget__description
{
    width: 100%;
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: hsla(0,0%,100%,.7);
}
.t-profile-kyc__content-wrapper .kyc-widget__description.center
{
    text-align: center;
}
.t-profile-kyc__content-wrapper .kyc-widget__action
{
    display: flex;
    margin: 24px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .t-profile-kyc__content-wrapper
    {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc__content-wrapper
    {
        flex-direction: column;
    }
}
.t-profile-kyc__content-wrapper+.t-profile__content-wrapper
{
    margin: 25px 0 0;
}
@media screen and (max-width: 767px)
{
    .t-profile-kyc__content
    {
        flex-direction: column;
    }
}
.t-profile-kyc__head
{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.t-profile-kyc__title
{
    display: flex;
    flex-direction: column;
}
.t-profile-kyc__title-name
{
    display: flex;
    align-items: flex-end;
    font-family: Inter,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}
.t-profile-kyc .t-back
{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.t-profile-kyc .t-back__text
{
    margin-left: 10px;
}
.t-modal-attention
{
    padding: 20px;
}
@media(max-width: 767px)
{
    .t-modal-attention
    {
        align-items: flex-start;
    }
}
.t-modal-attention .t-popup__wrap
{
    max-width: 800px!important;
}
.t-modal-attention .t-popup__close
{
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    padding: 12px 28px;
    background: rgba(255,237,72,.1);
    border-radius: 12px;
}
.t-modal-attention .t-popup__close:before
{
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(1%) hue-rotate(74deg) brightness(107%) contrast(101%);
    background-repeat: no-repeat;
    background-position: 50%;
}
@media(max-width: 479px)
{
    .t-modal-attention .t-popup__close:before
    {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMzY2LjM2NmExLjI1IDEuMjUgMCAwMTEuNzY4IDBMNSAzLjIzMiA3Ljg2Ni4zNjZhMS4yNSAxLjI1IDAgMTExLjc2OCAxLjc2OEw2Ljc2OCA1bDIuODY2IDIuODY2YTEuMjUgMS4yNSAwIDAxLTEuNzY4IDEuNzY4TDUgNi43NjggMi4xMzQgOS42MzRBMS4yNSAxLjI1IDAgMDEuMzY2IDcuODY2TDMuMjMyIDUgLjM2NiAyLjEzNGExLjI1IDEuMjUgMCAwMTAtMS43Njh6IiBmaWxsPSIjNzM3ODgwIi8+PC9zdmc+");
    }
}
.t-modal-attention .t-popup__close span
{
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}
@media(max-width: 479px)
{
    .t-modal-attention .t-popup__close span
    {
        display: none;
    }
}
@media(max-width: 479px)
{
    .t-modal-attention .t-popup__close
    {
        right: 24px;
        width: 40px;
        height: 40px;
        padding: 16px;
    }
}
.t-modal-country-is-not-allowed
{
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 50px 30px 0;
    background-image: url(../../willbettingde/image/modal-attention-bg.36f328e.jpg);
    background-position: 50%;
    background-size: cover;
    border: 1px solid #2c2c2c;
    border-radius: 14px;
}
@media(max-width: 767px)
{
    .t-modal-country-is-not-allowed
    {
        min-height: 730px;
        padding: 40px 25px 0;
        background-image: url(../../willbettingde/image/modal-attention-bg-mobile.54dfa77.png);
        background-position: bottom;
    }
}
@media(max-width: 479px)
{
    .t-modal-country-is-not-allowed
    {
        padding: 20px 24px 0;
        font-size: 34px;
    }
}
.t-modal-country-is-not-allowed__ico
{
    width: 200px;
    height: 50px;
    margin-bottom: 32px;
    background-image: url(../../willbettingde/image/brand-logo.6cfb16a.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.t-modal-country-is-not-allowed__header
{
    max-width: 634px;
    margin: 0 0 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-align: left;
}
@media(max-width: 767px)
{
    .t-modal-country-is-not-allowed__header
    {
        font-size: 34px;
    }
}
.t-modal-country-is-not-allowed__body
{
    width: 100%;
    margin-bottom: 158px;
}
.t-modal-country-is-not-allowed__body p
{
    max-width: 488px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: hsla(0,0%,100%,.5);
}
.t-modal-country-is-not-allowed__body p span
{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.t-modal-country-is-not-allowed__action
{
    width: calc(100% + 60px);
    margin-top: auto;
    margin-left: -30px;
}
@media(max-width: 767px)
{
    .t-modal-country-is-not-allowed__action
    {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
}
.t-modal-country-is-not-allowed__socials
{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 15px 30px 20px;
    background: rgba(0,0,0,.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(5px);
    border-radius: 0 0 14px 14px;
}
@media(max-width: 767px)
{
    .t-modal-country-is-not-allowed__socials
    {
        padding: 15px 15px 20px;
    }
}
.t-modal-country-is-not-allowed__socials-text
{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
}
.t-modal-country-is-not-allowed__socials-items
{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    justify-content: flex-start;
}
.t-modal-country-is-not-allowed__socials-items a
{
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #000;
    background: #ffed48;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-modal-country-is-not-allowed__socials-items a:hover
{
    background: #ffe673;
}
.t-bonuses-card-modal__container
{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.t-bonuses-card-modal__description
{
    margin-top: -12px;
}
.t-bonuses-card-modal__blocked-description, .t-bonuses-card-modal__description
{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
}
.t-bonuses-card-modal__blocked-description
{
    justify-content: center;
    padding: 24px 12px;
    margin-bottom: 8px;
    text-align: center;
    background: #465a96;
    border-radius: 12px;
}
.t-bonuses-card-modal .t-bonuses__icon
{
    display: none;
}
.t-bonuses-card-modal__type
{
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.t-bonuses-card-modal__inner
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    color: #fff;
}
.t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch
{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #00adff;
    cursor: pointer;
    transition: all 0s ease-in-out;
}
.t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch_open:after
{
    transform: rotate(180deg);
}
.t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch:after
{
    width: 8px;
    height: 8px;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNSAyLjVsMy41IDMgMy41LTMiIHN0cm9rZT0iIzAwQURGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") no-repeat 50%;
    transition: all 0s ease-in-out;
}
.t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch:active, .t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch:focus, .t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch:hover
{
    color: rgba(0,173,255,.7);
}
.t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch:active:after, .t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch:focus:after, .t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch:hover:after
{
    opacity: .7;
}
.t-bonuses-card-modal .t-policy-list
{
    margin-bottom: 0;
    color: #fff;
}
.t-bonuses-card-modal .t-policy-content
{
    padding: 0;
    margin: 0;
}
.t-bonuses-card-modal .t-policy-content ol
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 10px;
}
.t-bonuses-card-modal .t-policy-content ol li
{
    padding-left: 8px;
    margin-bottom: 0;
    list-style: decimal;
}
.t-bonuses-card-modal .t-policy-content ol li:before
{
    content: none;
}
.t-bonuses-card-modal .t-policy-content ol li ol
{
    padding-left: 12px;
    margin-top: 16px;
}
.t-bonuses-card-modal .t-policy-content ol li ol li
{
    list-style: disc;
}
.t-bonuses-card-modal .t-policy-content ol li ol li:before
{
    content: none;
}
.t-bonuses-card-modal .list
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.t-bonuses-card-modal .list__item
{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
}
.t-bonuses-card-modal .list__item .value
{
    color: #fff;
}
.t-bonuses-card-modal__policy-btn
{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.t-faq-collapse
{
    width: 100%;
    padding: 16px;
    border: 1px solid #1e2023;
    border-radius: 14px;
}
.t-faq-collapse__wrap
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.t-faq-collapse__title
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}
.t-faq-collapse__text
{
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: #9299a5;
    word-break: break-word;
    white-space: pre-line;
}
.t-faq-collapse__text strong
{
    font-size: 15px;
    font-weight: 900;
}
.t-faq-collapse__text a
{
    text-decoration: underline;
}
@media screen and (max-width: 767px)
{
    .t-faq-collapse__text a
    {
        display: block;
    }
}
.t-faq-collapse__arrow
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.t-faq-collapse__arrow_active
{
    transform: scaleY(-1);
}
.t-faq-collapse__arrow_active .t-icon
{
    filter: brightness(0) saturate(100%) invert(96%) sepia(70%) saturate(5240%) hue-rotate(321deg) brightness(112%) contrast(105%);
}
.collapse-enter-from, .collapse-leave-to
{
    opacity: 0;
}
.collapse-enter-from .modal-container, .collapse-leave-to .modal-container
{
    opacity: 1;
}
.t-faq-help
{
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 96px;
    padding: 0 14px;
    overflow: hidden;
    background: linear-gradient(90deg,#2c2c2b,#151618 19%);
    border: 1px solid #282b2f;
    border-radius: 16px;
}
@media(max-width: 1023px)
{
    .t-faq-help
    {
        gap: 10px;
        justify-content: space-between;
        height: 152px;
        padding: 0 14px 14px;
    }
}
@media(max-width: 767px)
{
    .t-faq-help
    {
        height: 212px;
    }
}
.t-faq-help:before
{
    position: absolute;
    top: 24px;
    left: 342px;
    width: 2px;
    height: 48px;
    content: "";
    background: #393e45;
}
@media(max-width: 1023px)
{
    .t-faq-help:before
    {
        top: 82px;
        left: 14px;
        width: calc(100% - 28px);
        height: 2px;
    }
}
.t-faq-help__wrap
{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 368px);
}
@media(max-width: 1023px)
{
    .t-faq-help__wrap
    {
        align-items: flex-end;
        width: 100%;
    }
}
@media(max-width: 767px)
{
    .t-faq-help__wrap
    {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: flex-end;
    }
}
.t-faq-help__text
{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.t-faq-help__img
{
    position: absolute;
    top: -20px;
    left: 14px;
    width: 100%;
    max-width: 304px;
    height: 144px;
    background: url(../../willbettingde/image/help.adc3fb4.png) no-repeat 50%/contain;
}
@media(max-width: 1023px)
{
    .t-faq-help__img
    {
        top: 5px;
        left: 50%;
        height: 77px;
        transform: translateX(-50%);
    }
}
@media(max-width: 767px)
{
    .t-faq-help__action
    {
        width: 100%;
    }
}
.t-faq-help__action .t-button__wrap
{
    min-height: 40px;
    padding: 12px 0;
}
.t-faq-navigation
{
    width: 100%;
    padding: 12px;
    border: 1px solid #1e2023;
    border-radius: 16px;
}
@media(max-width: 767px)
{
    .t-faq-navigation
    {
        padding: 0;
        border: none;
        border-radius: 0;
    }
}
.t-faq-navigation__list
{
    display: flex;
    flex-wrap: wrap;
}
@media(max-width: 767px)
{
    .t-faq-navigation__list
    {
        flex-wrap: nowrap;
        padding: 0;
        overflow: auto hidden;
        border: none;
        border-radius: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .t-faq-navigation__list::-webkit-scrollbar
    {
        display: none;
    }
}
.t-faq-navigation__list-item
{
    width: 100%;
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    cursor: pointer;
    background: transparent;
    border-radius: 12px;
    transition: all 0s ease-in-out;
}
.t-faq-navigation__list-item:hover
{
    background: #121314;
}
.t-faq-navigation__list-item_active
{
    background: #1c1e20;
}
@media(max-width: 767px)
{
    .t-faq-navigation__list-item
    {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 44px;
        padding: 0 14px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #737880;
        text-align: center;
        white-space: nowrap;
    }
    .t-faq-navigation__list-item:hover
    {
        background: #1c1e20;
    }
    .t-faq-navigation__list-item_active
    {
        color: #fff;
        background: #1c1e20;
    }
}
.t-faq-content, .t-faq-content__wrap
{
    width: 100%;
}
.t-faq-content__title
{
    display: none;
}
.t-faq-content__list
{
    display: flex;
    flex-direction: column;
    width: 100;
}
.t-faq-content .t-faq-list-item
{
    width: 100%;
}
.t-faq-content .t-faq-list-item__title
{
    width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}
.t-faq-content .t-faq-list-item__collapses
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}
.t-faq
{
    padding: 12px 0 40px;
}
@media(max-width: 767px)
{
    .t-faq
    {
        padding: 12px 0 8px;
    }
}
.t-faq>:active, .t-faq>:focus, .t-faq>:focus-visible
{
    outline: 0 none transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.t-faq__wrapper
{
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
}
.t-faq__header
{
    width: 100%;
}
.t-faq__body
{
    display: flex;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
}
@media(max-width: 767px)
{
    .t-faq__body
    {
        flex-direction: column;
        gap: 12px;
    }
}
.t-faq__navigation
{
    width: 197px;
    min-width: 197px;
}
@media(max-width: 767px)
{
    .t-faq__navigation
    {
        width: 100%;
        min-width: 100%;
    }
}
.t-links-type-item
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    aspect-ratio: 1.7;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}
.t-links-type-item.club .description
{
    margin-top: 29%;
    font-family: Inter,sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    color: #fef866;
    text-shadow: 2px 0 0 rgba(222,48,48,.29),0 2px 0 rgba(222,48,48,.29),-2px 0 0 rgba(222,48,48,.29),0 -2px 0 rgba(222,48,48,.29);
}
.t-links-type-item.welcome .title
{
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    color: #fff09a;
    text-transform: none;
}
.t-links-type-item.welcome .description
{
    margin-top: 4%;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #fff;
}
.t-links-type-item.welcome .description span
{
    color: #fff09a;
}
.t-links-type-item.mines .title
{
    display: block;
    font-size: 34px;
    font-weight: 900;
    line-height: 32px;
    text-transform: none;
}
.t-links-type-item.mines .description
{
    margin-top: 4%;
    font-family: Inter,sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    color: #fff09a;
}
.t-links-type-item.princess .description
{
    margin-top: 29%;
    font-family: Inter,sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 33px;
    color: #ffddd6;
    text-shadow: 2px 0 0 #b2365e,0 2px 0 #b2365e,-2px 0 0 #b2365e,0 -2px 0 #b2365e,2px 4px 0 #ff2f79;
}
.t-links-type-item.pharaoh .description
{
    margin-top: 29%;
    font-family: Inter,sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    color: #fff;
    text-shadow: 2px 0 0 rgba(109,6,6,.29),0 2px 0 rgba(109,6,6,.29),-2px 0 0 rgba(109,6,6,.29),0 -2px 0 rgba(109,6,6,.29);
}
.t-links-type-item__link
{
    z-index: 2;
    padding: 24px;
}
.t-links-type-item__img img, .t-links-type-item__link
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.t-links-type-item__img img
{
    z-index: -1;
    max-width: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: all .3s ease;
}
@media(min-width: 768px) and (max-width: 1024px)
{
    .t-links-type-item__img img
    {
        height: 100%;
    }
}
.t-links-type-item__title
{
    display: none;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
.t-links-type-item__title span
{
    font-weight: 900;
    color: #fff09a;
}
.geo-jp .t-links-type-item .description, .geo-jp .t-links-type-item .title, .geo-kr .t-links-type-item .description, .geo-kr .t-links-type-item .title, .t-links-type-item__action, .t-links-type-item__amount
{
    display: none;
}
.t-main-banner-slider
{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 24px auto 0;
}
@media(max-width: 767px)
{
    .t-main-banner-slider
    {
        padding: 0;
    }
}
.t-main-banner-slider__navigation
{
    height: 0;
}
.t-main-banner-slider .t-slider-navigation__next
{
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    border-radius: 0;
}
.t-main-banner-slider .t-slider-navigation__next:hover
{
    background: hsla(0,0%,100%,.07);
}
.t-main-banner-slider .t-slider-navigation__next i
{
    display: none;
}
.t-main-banner-slider .t-slider-navigation__next:after
{
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    content: "";
    background: linear-gradient(270deg,#090a0c,rgba(9,10,12,0));
}
.t-main-banner-slider .t-slider-navigation__next:before
{
    position: absolute;
    right: 20px;
    z-index: 20;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy45MjQgMTQuMTE4YTIuMjM1IDIuMjM1IDAgMDEzLjI1MiAwbDYuOSA3LjE4OGEyLjQ2NyAyLjQ2NyAwIDAxMCAzLjM4OGwtNi45IDcuMTg4YTIuMjM1IDIuMjM1IDAgMDEtMy4yNTIgMCAyLjQ2NyAyLjQ2NyAwIDAxMC0zLjM4OUwyMy4xOTcgMjNsLTUuMjczLTUuNDkzYTIuNDY3IDIuNDY3IDAgMDEwLTMuMzg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
}
@media screen and (max-width: 767px)
{
    .t-main-banner-slider .t-slider-navigation__next:before
    {
        display: none;
    }
}
.t-main-banner-slider .t-slider-navigation__next.swiper-button-disabled, .t-main-banner-slider__pagination
{
    display: none;
}
.t-main-banner-slider__container
{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 244px;
    overflow: hidden;
}
@media(max-width: 1460px)
{
    .t-main-banner-slider__container
    {
        min-height: 16.3vw;
    }
}
@media(max-width: 1099px)
{
    .t-main-banner-slider__container
    {
        min-height: 25.7vw;
    }
}
@media(max-width: 767px)
{
    .t-main-banner-slider__container
    {
        min-height: 36.7vw;
    }
}
@media(max-width: 449px)
{
    .t-main-banner-slider__container
    {
        min-height: 50.2vw;
    }
}
.t-main-banner-slider_skeleton .list-item .t-account-currencies-skeleton, .t-main-banner-slider_skeleton .list-item .t-skeleton
{
    height: 240px;
}
@media(max-width: 767px)
{
    .t-main-banner-slider_skeleton .list-item .t-account-currencies-skeleton, .t-main-banner-slider_skeleton .list-item .t-skeleton
    {
        height: 187px;
    }
}
.t-app-loader
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.t-modal-deposit-limit .t-popup__wrap
{
    max-width: 480px;
}
@media(max-width: 767px)
{
    .t-modal-deposit-limit .t-popup__wrap
    {
        max-width: 100%;
    }
}
.t-modal-deposit-limit__subtitle
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.t-modal-deposit-limit__limit
{
    margin-top: 24px;
}
.t-modal-deposit-limit__limit .t-input .t-input__wrap input
{
    padding: 31px 0;
    font-family: PassionOne,sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #505573;
    border: 1px solid #505573;
}
.t-modal-deposit-limit__limit .t-input .t-input__wrap input:hover
{
    color: #fff;
    background: #505573;
    border: 1px solid #505573;
}
@media(max-width: 767px)
{
    .t-modal-deposit-limit__limit .t-input .t-input__wrap input
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.t-modal-deposit-limit__left
{
    margin-top: 4px;
}
.t-modal-deposit-limit__left, .t-modal-deposit-limit__updated
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: hsla(0,0%,100%,.4);
    text-align: center;
}
.t-modal-deposit-limit__updated
{
    margin-top: 16px;
}
@media(max-width: 767px)
{
    .t-modal-deposit-limit__updated
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.t-categories-slider
{
    min-height: 46px;
}
.t-categories-slider__title
{
    display: none;
}
.t-categories-slider__list
{
    display: flex;
    gap: 6px;
}
@media screen and (max-width: 767px)
{
    .t-categories-slider__list .t-slider
    {
        width: calc(100% + 12px);
    }
}
.t-categories-slider .t-slide
{
    width: fit-content;
    padding: 12px 0;
    cursor: pointer;
    background: #151618;
    border-radius: 14px;
}
.t-categories-slider .t-slide:hover
{
    color: #ffed48;
    background: #1e2023;
}
.t-categories-slider .t-slide .content__name
{
    font-weight: 600;
}
.t-categories-slider__item
{
    padding: 12px 16px;
    background: transparent!important;
}
.t-categories-slider__search-button
{
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0 57px 0 12px;
    cursor: pointer;
    background: #151618;
    border-radius: 14px;
}
.t-categories-slider__search-button span
{
    width: max-content;
    font-weight: 600;
    color: #737880;
}
@media screen and (max-width: 767px)
{
    .t-categories-slider__search-button
    {
        display: none;
    }
}
.t-loading svg
{
    width: 100%;
}
.t-animated-background__animation
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.t-animated-background__canvas
{
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
}