﻿@import url(css2-FiraSansCondensedwght400500_PTSerif_PlayfairDisplay_swap.css);
@import url(css2-FiraSanswght400500_swap.css);
@import url(css2-AlumniSanswght400500600_block.css);
.gj-register-confirmed
{
    position: relative;
}
.gj-register-confirmed__content
{
    display: flex;
    padding: 40px 80px 0 0;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-confirmed__content
    {
        padding: 40px 60px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register-confirmed__content
    {
        padding: 20px 30px 40px;
    }
}
.gj-register-confirmed__left-block
{
    padding-right: 60px;
    padding-left: 70px;
    background-image: url(../../willbettingde/image/dd1f914fcd079ce0314b.png);
    background-size: 110%;
    background-position: left 30px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-confirmed__left-block
    {
        display: none;
    }
}
.gj-register-confirmed__right-block
{
    flex: 1;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-confirmed__right-block
    {
        padding-bottom: 0;
    }
}
.gj-register-confirmed__spaced-block
{
    margin-bottom: 25px;
}
.gj-register-confirmed__header
{
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-confirmed__header
    {
        font-size: 36px;
        line-height: 44px;
    }
}
.gj-register-confirmed__subheader
{
    font-size: 24px;
    line-height: 150%;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-confirmed__subheader
    {
        font-size: 20px;
        position: relative;
        padding-bottom: 160px;
    }
    .gj-register-confirmed__subheader::after
    {
        content: '';
        height: 200px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: -50px;
        position: absolute;
        background-image: url(../../willbettingde/image/5f99a15fa896bf4ea201.png);
        background-size: 340px;
        background-position: center;
        background-repeat: no-repeat;
    }
}
.gj-register-confirmed__main-text
{
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
    font-weight: 300;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-confirmed__main-text
    {
        color: rgba(255,255,255,.7);
    }
}
.gj-register-confirmed__email
{
    font-size: 24px;
    line-height: 30px;
}
@media only screen and (max-width: 500px)
{
    .gj-register-confirmed__email
    {
        font-size: 18px;
    }
}
.gj-reg-container
{
    background-color: #202a33;
    background-color: var(--gj-register-background,#202a33);
    position: relative;
    color: #fff;
    border-radius: 4px;
    width: 100%;
}
@media only screen and (max-width: 500px)
{
    .gj-reg-container
    {
        border-radius: 0;
    }
}
.gj-reg-container *
{
    box-sizing: border-box;
}
.gj-reg-content
{
    font-family: 'Fira Sans',sans-serif;
    background-image: url(../../willbettingde/image/854e11cfe7bbb585dcaf.png);
    background-image: var(--gj-register-image,'./images/form-background.png');
    font-size: 14px;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px)
{
    .gj-reg-content.--change-bg
    {
        background-image: url(../../willbettingde/image/bc38079db4d96254d318.jpg)!important;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-reg-content.--change-bg
    {
        background-position: top center;
        background-size: 220%;
    }
}
.gj-reg-header-logo
{
    display: flex;
    align-items: center;
}
.gj-reg-header-logo__image
{
    background-image: url(../../willbettingde/image/e4ca0b5ddebb1f81dd9e.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
    width: 33px;
    height: 47px;
}
.gj-reg-header-logo__subtitle
{
    font-size: 18px;
    line-height: 24px;
    opacity: .7;
}
@media only screen and (max-width: 1024px)
{
    .gj-reg-header-logo__subtitle
    {
        font-size: 14px;
    }
}
.gj-reg-header-logo__title
{
    font-size: 24px;
    opacity: .7;
}
.gj-reg-link
{
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    transition: all .1s ease-out;
}
.gj-reg-link.--orange
{
    color: #ffaa08;
    color: var(--gj-register-accent,#ffaa08);
}
.gj-reg-link:hover, .gj-reg-link:focus
{
    color: rgba(255,170,8,.8);
    color: rgba(var(--gj-register-accent-rgb,255,170,8),.8);
}
.gj-reg-link:active
{
    color: rgba(255,170,8,.7);
    color: rgba(var(--gj-register-accent-rgb,255,170,8),.7);
}
.gj-reg-close
{
    cursor: pointer;
    background-color: rgba(255,255,255,.08);
    background-image: url(../../willbettingde/image/cd6c79ae40913f80efbf.svg);
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 0 0 0 4px;
    z-index: 5;
    right: 0;
    top: 0;
    opacity: .8;
    transition: opacity .2s ease-out;
}
.gj-reg-close.--back
{
    background-image: url(../../willbettingde/image/b429d59b24ef2540148e.svg);
}
.gj-reg-close:hover, .gj-reg-close:focus
{
    opacity: 1;
}
.gj-reg-close:active
{
    opacity: .6;
}
.gj-reg-button
{
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #fff;
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    background-color: transparent;
    min-width: 220px;
    height: 56px;
    font-size: 21px;
    flex-shrink: 0;
    font-weight: 300;
    border-radius: 3px;
    letter-spacing: 2.5px;
    transition: all .2s ease-out;
    text-transform: uppercase;
}
.gj-reg-button:hover, .gj-reg-button:focus
{
    opacity: 1;
}
.gj-reg-button:hover.--filled, .gj-reg-button:focus.--filled
{
    box-shadow: 0 0 13px #db835d;
    box-shadow: 0 0 13px var(--gj-register-button-shadow);
}
.gj-reg-button:hover.--outline, .gj-reg-button:focus.--outline
{
    border-color: #fff;
}
.gj-reg-button:active
{
    opacity: .8;
}
.gj-reg-button:disabled, .gj-reg-button.--disabled
{
    pointer-events: none;
    opacity: .6!important;
}
.gj-reg-button.--small
{
    height: 46px;
}
.gj-reg-button.--filled
{
    background: #db835d;
    background: var(--gj-register-button-background,#db835d);
    font-family: 'Fira Sans Condensed',sans-serif;
    height: 64px;
    font-weight: 500;
    min-width: 350px;
    font-size: 32px;
    text-shadow: 0 1px 0 #ffd18b;
    color: #112227;
    border-radius: 4px;
    box-shadow: 0 6px 21px rgba(8,15,34,.88);
    border-top: 1px solid #ffedc9;
    border-bottom: 1px solid rgba(134,59,27,.46);
}
@media only screen and (max-width: 760px)
{
    .gj-reg-button.--filled
    {
        font-size: 26px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-reg-button.--filled
    {
        min-width: 100%;
        height: 56px;
        font-size: 24px;
        line-height: 24px;
    }
}
.gj-reg-button.--outline
{
    border-radius: 3px;
    border: 2px solid rgba(255,255,255,.5);
}
.gj-reg-button.--loading
{
    pointer-events: none;
    opacity: .4!important;
}
.gj-reg-button.--loading:before
{
    content: '';
    background-image: url(../../willbettingde/image/loading1.gif);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 20px;
    opacity: .5;
}
.gj-register-detect
{
    position: relative;
}
.gj-register-detect__content
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-detect__content
    {
        padding: 30px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register-detect__content
    {
        padding: 20px;
    }
}
.gj-register-detect__emoji
{
    background-image: url(../../willbettingde/image/48f55cc6cb679b5184f7.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.gj-register-detect__os
{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.gj-register-detect__text
{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: 'PT Serif',serif;
    max-width: 400px;
    color: rgba(255,255,255,.7);
}
.gj-register-detect__hint
{
    margin-bottom: 10px;
}
.gj-register-detect__error-hint
{
    font-size: 14px;
    opacity: .5;
    max-width: 320px;
    margin-top: 20px;
}
.gj-register-detect__input
{
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-align: center;
    border: none;
    height: 46px;
    font-weight: 300;
    background: none;
    border: 0;
    color: #fff;
    width: 100%;
    outline: none;
}
.gj-register-detect__button
{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #fff;
    margin: 10px 0;
    padding: 0 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255,255,255,.5);
    min-width: 300px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    opacity: .8;
    transition: all .2s ease-out;
}
@media only screen and (max-width: 500px)
{
    .gj-register-detect__button
    {
        min-width: 100%;
    }
}
.gj-register-detect__button.--copy
{
    background-image: url(../../willbettingde/image/7e0927cf215dfc12fa63.svg);
    background-position: calc(100% - 12px) center;
    animation: scaleIn .3s ease-out;
}
.gj-register-detect__button.--copy-error
{
    pointer-events: none;
    background-color: #793434;
    border-color: #793434;
    animation: scaleIn .3s ease-out;
}
.gj-register-detect__button.--copy-done
{
    background-image: url(../../willbettingde/image/7d12b1fbbc43fb880fe8.svg);
    background-position: calc(100% - 12px) center;
    pointer-events: none;
    background-color: #356654;
    border-color: #356654;
    opacity: 1;
    animation: scaleIn .3s ease-out;
}
.gj-register-detect__button.--ps5
{
    background-image: url(../../willbettingde/image/e21ddf57ad7585721fe9.svg);
}
.gj-register-detect__button.--xbox
{
    background-image: url(../../willbettingde/image/bf225661e0309a53f6dc.svg);
}
.gj-register-detect__button:hover, .gj-register-detect__button:focus
{
    opacity: 1;
    border-color: rgba(255,255,255,.6);
}
.gj-register-detect__button:active
{
    opacity: .6;
}
@keyframes scaleIn
{
    from
    {
        transform: scale(.95);
    }
    to
    {
        transform: scale(1);
    }
}
.gj-register-downloading__content
{
    text-align: center;
    padding-top: 150px;
    border: 1px solid rgba(255,255,255,.1);
}
@media only screen and (max-width: 1024px)
{
    .gj-register-downloading__content
    {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 760px)
{
    .gj-register-downloading__content
    {
        padding-top: 50px;
    }
}
.gj-register-downloading__title
{
    font-family: 'Playfair Display',serif;
    font-feature-settings: 'pnum' on,'lnum' on;
    font-size: 64px;
    line-height: 73px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 100px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-downloading__title
    {
        margin: 0 20px;
        font-size: 48px;
        line-height: 56px;
    }
}
@media only screen and (max-width: 760px)
{
    .gj-register-downloading__title
    {
        font-size: 34px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register-downloading__title
    {
        font-size: 24px;
        line-height: 34px;
    }
}
.gj-register-downloading__steps
{
    display: flex;
    justify-content: center;
    padding: 55px 20px;
}
@media only screen and (max-width: 760px)
{
    .gj-register-downloading__steps
    {
        align-items: center;
        flex-direction: column;
    }
}
.gj-register-downloading__step
{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .045em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 15px 10px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-downloading__step
    {
        font-size: 20px;
        line-height: 36px;
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register-downloading__step
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.gj-register-downloading__step:before
{
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 17px;
    flex-shrink: 0;
}
.gj-register-downloading__step.--icon:before
{
    height: 32px;
    width: 32px;
    background-image: url(../../willbettingde/image/23015bda5b745b13a634.png);
    filter: drop-shadow(0 8px 12px rgba(43,0,0,.54));
}
@media only screen and (max-width: 760px)
{
    .gj-register-downloading__step.--icon
    {
        flex-direction: column;
    }
    .gj-register-downloading__step.--icon:before
    {
        margin-right: 0;
        margin-bottom: 17px;
    }
}
.gj-register-downloading__step.--arrow:before
{
    height: 25px;
    width: 25px;
    background-image: url(../../willbettingde/image/c981356e3e26a17a4dd5.svg);
}
.gj-register-downloading__footer
{
    font-size: 16px;
    line-height: 32px;
    color: #97a8a9;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
}
@media only screen and (max-width: 760px)
{
    .gj-register-downloading__footer
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.gj-register-downloading__footer a
{
    color: #97a8a9;
    transition: color .2s ease;
}
.gj-register-downloading__footer a:hover, .gj-register-downloading__footer a:focus
{
    color: #74d5e2;
    color: var(--gj-register-accent,#74d5e2);
}
.gj-register-packs
{
    font-family: 'Fira Sans',sans-serif;
    display: flex;
    position: relative;
    width: 100%;
    border-left: 1px solid rgba(255,255,255,.2);
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs
    {
        flex-direction: column;
        border-left: none;
        padding-bottom: 140px;
    }
}
@media only screen and (max-width: 600px)
{
    .gj-register-packs
    {
        padding-bottom: 170px;
    }
}
@media only screen and (max-width: 400px)
{
    .gj-register-packs
    {
        padding-bottom: 200px;
    }
}
.gj-register-packs::after, .gj-register-packs::before
{
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.gj-register-packs::after
{
    top: 1px;
    background-image: url(../../willbettingde/image/05227ecd34f67ba60cee.png);
}
.gj-register-packs::before
{
    bottom: 1px;
    background-image: url(../../willbettingde/image/d45385b55cee7296c49a.png);
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs::before
    {
        display: none;
    }
}
.gj-register-packs__sidebar
{
    position: relative;
    z-index: 1;
    flex: 1;
    height: 100%;
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs__sidebar
    {
        position: unset;
    }
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs__sidebar-header
    {
        display: flex;
    }
}
@media only screen and (max-width: 600px)
{
    .gj-register-packs__sidebar-header
    {
        flex-direction: column;
    }
}
.gj-register-packs__sidebar-logo
{
    flex: 1;
}
.gj-register-packs__line
{
    height: 1px;
    max-width: 320px;
    width: 100%;
    background: linear-gradient(90deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
}
.gj-register-packs__line.--top
{
    top: 0;
}
.gj-register-packs__line.--bottom
{
    bottom: 0;
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs__line.--bottom
    {
        display: none;
    }
}
.gj-register-packs__email
{
    padding: 30px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 32px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__email
    {
        padding: 20px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1100px)
{
    .gj-register-packs__email
    {
        font-size: 12px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs__email
    {
        padding-top: 10px;
    }
}
.gj-register-packs__email-text
{
    color: rgba(255,255,255,.7);
    margin-bottom: 8px;
}
@media only screen and (max-width: 1100px)
{
    .gj-register-packs__email-text
    {
        margin-bottom: 0;
    }
}
.gj-register-packs__last
{
    padding: 20px 20px 20px 30px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    flex: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../../willbettingde/image/a2c43408bedf562ef2c3.png);
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__last
    {
        padding: 12px 20px;
    }
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs__last
    {
        background-image: url(../../willbettingde/image/c81167c1a10200439edf.png);
        text-align: center;
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 600px)
{
    .gj-register-packs__last
    {
        padding: 10px 10px 40px;
        margin: 0 20px 20px;
    }
}
.gj-register-packs__last-title
{
    color: #ffd595;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__last-title
    {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 1100px)
{
    .gj-register-packs__last-title
    {
        font-size: 20px;
        line-height: 28px;
    }
}
.gj-register-packs__last-text
{
    font-size: 20px;
    line-height: 24px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__last-text
    {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs__last-text
    {
        padding: 0 40px;
    }
}
.gj-register-packs__stars
{
    padding: 30px;
    margin-top: 10px;
    font-family: 'PT Serif',serif;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__stars
    {
        padding: 20px;
    }
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs__stars
    {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.gj-register-packs__star
{
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255,255,255,.8);
    margin-bottom: 24px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__star
    {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
}
.gj-register-packs__star::before
{
    content: '';
    display: block;
    background-image: url(../../willbettingde/image/a2b67d5cf8cbb86b1891.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 16px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__star::before
    {
        margin-right: 12px;
        height: 16px;
        width: 16px;
    }
}
.gj-register-packs__pack
{
    position: relative;
    flex: 1;
    margin-left: 30px;
    background-image: url(../../willbettingde/image/08a261c703134b925be8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 760px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack
    {
        margin-left: 20px;
        height: 540px;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 400px)
{
    .gj-register-packs__pack
    {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack
    {
        height: auto;
        margin: 8px 0;
        background-color: #202a33;
        background-image: none;
    }
    .gj-register-packs__pack.--alt
    {
        display: flex;
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px)
{
    .gj-register-packs__pack
    {
        margin: 8px;
    }
}
@media only screen and (max-width: 400px)
{
    .gj-register-packs__pack
    {
        margin: 0 15px;
    }
    .gj-register-packs__pack.--hide-mobile
    {
        display: none;
    }
}
.gj-register-packs__pack::after
{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 1px solid rgba(255,255,255,.2);
}
.gj-register-packs__pack-content
{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    z-index: 1;
    padding: 15px 35px 40px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-content
    {
        padding: 15px 15px 20px;
    }
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-content
    {
        flex-direction: row;
        padding: 20px 15px 20px 30px;
    }
    .gj-register-packs__pack-content.--alt
    {
        padding: 30px 15px 30px 0;
        flex-direction: column;
        position: unset;
        width: 50%;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px)
{
    .gj-register-packs__pack-content
    {
        padding: 10px;
    }
}
.gj-register-packs__pack-header
{
    display: flex;
    flex-direction: column;
    flex: 1;
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-info
    {
        flex: 1;
    }
}
.gj-register-packs__pack-bg
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-bg
    {
        background-position: left top;
    }
    .gj-register-packs__pack-bg::after
    {
        content: '';
        background: linear-gradient(270deg,#202a33 0%,rgba(32,42,51,0) 100%);
        position: absolute;
        display: block;
        width: 130px;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px)
{
    .gj-register-packs__pack-bg
    {
        width: 70%;
        background-position: right top;
        background-size: cover;
    }
}
.gj-register-packs__pack-bg.--pack-1
{
    background-image: url(../../willbettingde/image/097c3230d830f52b0de1.jpg);
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-bg.--pack-1
    {
        background-image: url(../../willbettingde/image/7295c661e912c07545fa.jpg);
    }
}
.gj-register-packs__pack-bg.--pack-2
{
    background-image: url(../../willbettingde/image/9166c9e6a3e2ddad0f99.jpg);
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-bg.--pack-2
    {
        background-image: url(../../willbettingde/image/27c09ffe2a14a8f1a8a7.jpg);
    }
}
.gj-register-packs__pack-bg.--pack-3
{
    background-image: url(../../willbettingde/image/a3af6e61216ee4ed4698.jpg);
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-bg.--pack-3
    {
        background-image: url(../../willbettingde/image/50f2d7d08457ba0a45f0.jpg);
    }
}
.gj-register-packs__pack-title
{
    font-family: 'Fira Sans Condensed',sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fed18f;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-title
    {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 400px)
{
    .gj-register-packs__pack-title
    {
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-title
    {
        font-size: 24px;
        line-height: 28px;
        text-align: left!important;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px)
{
    .gj-register-packs__pack-title
    {
        font-size: 18px;
        line-height: 22px;
    }
}
.gj-register-packs__pack-title.--center
{
    text-align: center;
}
.gj-register-packs__pack-title.--alt
{
    font-size: 24px;
    line-height: 32px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-title.--alt
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.gj-register-packs__pack-country
{
    text-transform: uppercase;
    color: #fed18f;
    font-size: 24px;
    line-height: 28px;
    flex: 1;
    margin-top: 5px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-country
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px)
{
    .gj-register-packs__pack-country
    {
        font-size: 14px;
        line-height: 18px;
    }
}
.gj-register-packs__pack-country.--center
{
    text-align: center;
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-country.--center
    {
        text-align: left!important;
    }
}
.gj-register-packs__pack-country.--alt
{
    margin-top: 10px;
    color: rgba(255,255,255,.7);
}
.gj-register-packs__pack-flag
{
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-flag
    {
        height: 32px;
        width: 32px;
    }
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-flag
    {
        margin-bottom: 10px;
    }
}
.gj-register-packs__pack-flag.--alt
{
    height: 32px;
    width: 32px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-flag.--alt
    {
        height: 24px;
        width: 24px;
    }
}
.gj-register-packs__pack-flag.--pack-1
{
    background-image: url(../../willbettingde/image/ae73541028fa2a9f1ce8.svg);
}
.gj-register-packs__pack-flag.--pack-2
{
    background-image: url(../../willbettingde/image/6a586d54997e8844a312.svg);
}
.gj-register-packs__pack-flag.--pack-3
{
    background-image: url(../../willbettingde/image/26ba7188ae1411238caa.svg);
}
.gj-register-packs__pack-subtitle, .gj-register-packs__pack-text
{
    font-family: 'PT Serif',serif;
    font-size: 16px;
    line-height: 24px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-subtitle, .gj-register-packs__pack-text
    {
        font-size: 12px;
        line-height: 16px;
    }
}
.gj-register-packs__pack-subtitle
{
    margin-top: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fed18f;
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-subtitle
    {
        margin-top: 0;
    }
}
.gj-register-packs__pack-text
{
    color: rgba(255,255,255,.7);
    min-height: 48px;
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-text
    {
        margin-bottom: 20px;
        min-height: auto;
    }
}
.gj-register-packs__pack-weapon
{
    height: 130px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-weapon
    {
        height: 90px;
    }
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-weapon
    {
        position: absolute;
        width: 180px;
        bottom: 10px;
        left: 90px;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px)
{
    .gj-register-packs__pack-weapon
    {
        width: 130px;
        bottom: 0;
        left: 60px;
    }
}
.gj-register-packs__pack-weapon.--alt
{
    height: 50px;
    width: 105px;
    margin-left: 10px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-weapon.--alt
    {
        height: 35px;
        width: 70px;
    }
}
.gj-register-packs__pack-weapon.--pack-1
{
    background-image: url(../../willbettingde/image/628f0e8137673b4fe633.png);
}
.gj-register-packs__pack-weapon.--pack-2
{
    background-image: url(../../willbettingde/image/8e07b110933a4f8a358b.png);
}
.gj-register-packs__pack-weapon.--pack-3
{
    background-image: url(../../willbettingde/image/e330413b1a526cb22edd.png);
}
.gj-register-packs__pack-button
{
    min-width: 100%!important;
    width: auto;
    margin: 20px -10px 0;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs__pack-button
    {
        margin: 10px 0;
        letter-spacing: .05em;
        height: 48px!important;
        font-size: 24px!important;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 400px)
{
    .gj-register-packs__pack-button
    {
        font-size: 20px!important;
    }
}
@media only screen and (max-width: 960px) and (min-width: 400px)
{
    .gj-register-packs__pack-button
    {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px)
{
    .gj-register-packs__pack-button
    {
        height: 40px!important;
        font-size: 16px!important;
    }
}
.gj-register-packs__pack-button span
{
    height: 16px;
    width: 16px;
    margin: 0 8px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../willbettingde/image/24648fb1b5e5c807e24e.svg);
}
.gj-register-packs__pack-price
{
    font-weight: 400;
}
.gj-register-packs .gj-reg-close
{
    left: 0;
    right: unset;
    border-radius: 0;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs .gj-reg-close
    {
        height: 24px;
        width: 24px;
    }
}
.gj-register-packs .gj-reg-header-logo
{
    padding: 30px;
}
@media only screen and (max-width: 1700px)
{
    .gj-register-packs .gj-reg-header-logo
    {
        padding: 20px;
    }
}
@media only screen and (max-width: 960px)
{
    .gj-register-packs .gj-reg-header-logo
    {
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 1701px)
{
    .gj-register-packs .gj-reg-header-logo__image
    {
        width: 50px;
        height: 70px;
    }
    .gj-register-packs .gj-reg-header-logo__subtitle
    {
        font-size: 24px;
        line-height: 32px;
    }
    .gj-register-packs .gj-reg-header-logo__title
    {
        font-size: 32px;
        line-height: 40px;
    }
}
#gj-register-packs__swiper
{
    display: none;
    width: 100%;
}
#gj-register-packs__swiper .swiper-slide
{
    padding-bottom: 20px;
}
#gj-register-packs__swiper .swiper-pagination
{
    bottom: -5px;
}
#gj-register-packs__swiper .swiper-pagination-bullet
{
    border: 1px solid #fff;
    opacity: 1;
}
@media only screen and (max-width: 400px)
{
    #gj-register-packs__swiper
    {
        display: block;
    }
}
.gj-register-account
{
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 3px;
    background: var(--bg_dark,rgba(3,12,21,.4));
}
.gj-register-account__profile
{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.gj-register-account__icon
{
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.gj-register-account__icon.m--gaijin
{
    background-image: url(../../willbettingde/image/e4ca0b5ddebb1f81dd9e.png);
    border-radius: 2px;
}
.gj-register-account__icon.m--amazon
{
    background-color: #003087;
    border-radius: 2px;
}
.gj-register-account__icon.m--apple
{
    background-image: url(../../willbettingde/image/84f55163f36fdfbbce61.svg);
    border-radius: 2px;
}
.gj-register-account__icon.m--artstorm
{
    background-image: url(../../willbettingde/image/25e42aa24c9ef3d33e78.svg);
    border-radius: 2px;
}
.gj-register-account__icon.m--facebook
{
    background-image: url(../../willbettingde/image/758760b9ac677401e4be.svg);
    border-radius: 2px;
}
.gj-register-account__icon.m--google
{
    background-image: url(../../willbettingde/image/366e3ed5532684a421e7.svg);
    border-radius: 2px;
}
.gj-register-account__icon.m--googleplay
{
    background-image: url(../../willbettingde/image/cb955530401a1b885d23.svg);
    border-radius: 2px;
}
.gj-register-account__icon.m--live
{
    background-color: #107c10;
    background-image: url(../../willbettingde/image/f2937e7edddf07bb30e1.svg);
    border-radius: 2px;
}
.gj-register-account__icon.m--psn
{
    background-color: #003087;
    background-image: url(../../willbettingde/image/34b4622d8e21a143e0c6.svg);
    border-radius: 2px;
}
.gj-register-account__icon.m--steam
{
    background-image: url(../../willbettingde/image/b68a5f7d3c28385bcf10.svg);
    border-radius: 2px;
}
.gj-register-account__username
{
    color: var(--white,#fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;/* 120% */
}
.gj-register-account__type
{
    color: var(--white_contrast_medium,rgba(255,255,255,.7));
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;/* 171.429% */
}
.gj-register-account__change-account-btn
{
    display: flex;
    padding: 4px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid var(--white_medium,rgba(255,255,255,.5));
    text-decoration: none;
    color: var(--white_contrast_medium,rgba(255,255,255,.7));
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;/* 150% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.gj-register-account__change-account-btn:hover
{
    opacity: .8;
}
.gj-register-account__change-account-btn:active
{
    opacity: .7;
}
.gj-register-success__content
{
    display: flex;
    padding: 40px 80px 0 0;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-success__content
    {
        padding: 40px 60px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register-success__content
    {
        padding: 30px;
    }
}
.gj-register-success__left-block
{
    padding-right: 60px;
    padding-left: 70px;
    background-image: url(../../willbettingde/image/d371d8fb80c7fd6c422d.png);
    background-size: 110%;
    background-position: left 30px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.gj-register-success__left-block.--no-bg
{
    background: none;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-success__left-block
    {
        display: none;
    }
}
.gj-register-success__right-block
{
    flex: 1;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-success__right-block
    {
        padding-bottom: 0;
    }
}
.gj-register-success__spaced-block
{
    margin-bottom: 20px;
}
.gj-register-success__gap
{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-success__gap
    {
        gap: 20px;
    }
}
.gj-register-success__header
{
    font-size: 48px;
    margin-bottom: 3px;
    line-height: 56px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-success__header
    {
        font-size: 36px;
        line-height: 44px;
    }
}
.gj-register-success__subheader
{
    font-size: 24px;
    line-height: 150%;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-success__subheader
    {
        font-size: 20px;
    }
}
.gj-register-success__text
{
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}
.gj-register-success__text p
{
    margin: 10px 0;
}
.gj-register-success__text.--small
{
    font-size: 14px;
}
.gj-register-success__text.--faded
{
    color: rgba(255,255,255,.75);
}
.gj-register-success__main-text
{
    font-size: 18px;
    line-height: 23px;
    padding-top: 20px;
    font-weight: 300;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-success__main-text
    {
        position: relative;
        padding-top: 0;
        padding-bottom: 160px;
        color: rgba(255,255,255,.7);
    }
    .gj-register-success__main-text::after
    {
        content: '';
        height: 200px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: -50px;
        position: absolute;
        background-image: url(../../willbettingde/image/4787b8a6d38b602bfda7.png);
        background-size: 340px;
        background-position: center;
        background-repeat: no-repeat;
    }
}
.gj-register-success__email
{
    font-size: 24px;
    line-height: 30px;
}
@media only screen and (max-width: 500px)
{
    .gj-register-success__email
    {
        font-size: 18px;
    }
}
.gj-register__done-art
{
    position: absolute;
    background-image: url(../../willbettingde/image/ca45bf4087b84f5dc7f8.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__done-art
    {
        display: none;
    }
}
.gj-register__content
{
    padding: 40px 70px 60px 130px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__content
    {
        padding: 40px 60px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register__content
    {
        padding: 20px 30px 40px;
    }
}
.gj-register__header
{
    cursor: default;
    display: flex;
    position: relative;
    justify-content: space-between;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__header
    {
        justify-content: center;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register__header
    {
        font-size: 20px;
    }
}
.gj-register__header-back
{
    cursor: pointer;
    background-image: url(../../willbettingde/image/a491acf7c0bd40b34218.svg);
    background-size: 14px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 20px;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    display: none;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__header-back
    {
        display: block;
    }
}
.gj-register__header-divider
{
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(166,221,255,.1);
    margin: 20px -60px;
    display: none;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__header-divider
    {
        display: block;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register__header-divider
    {
        margin: 20px -30px;
    }
}
.gj-register__login
{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__login
    {
        display: none;
    }
}
.gj-register__login-text
{
    flex-shrink: 0;
    font-weight: 300;
    margin-right: 15px;
    line-height: 21px;
    text-align: right;
    color: rgba(255,255,255,.5);
}
.gj-register__title
{
    font-size: 38px;
    color: rgba(255,255,255,.7);
    margin: 40px 0 5px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__title
    {
        display: none;
    }
}
.gj-register__blocks
{
    display: flex;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__blocks
    {
        flex-direction: column-reverse;
    }
}
.gj-register__left-block
{
    flex: 1;
    min-width: 350px;
    z-index: 2;
    margin-top: 35px;
    margin-right: 80px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__left-block
    {
        padding: 0;
        margin: 0;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register__left-block
    {
        min-width: auto;
    }
}
.gj-register__right-block
{
    flex: 1;
    display: flex;
    flex-flow: column;
    z-index: 2;
}
.gj-register__captcha
{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 46px;
    min-width: 165px;
    position: relative;
}
.gj-register__captcha::before
{
    content: '';
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 23px solid #040204;
}
.gj-register__captcha img
{
    box-shadow: none;
    height: 46px!important;
}
.gj-register__captcha gj-captcha
{
    width: 100%;
    background-color: #040204;
}
.gj-register__captcha gj-captcha .gj-captcha
{
    justify-content: space-between;
}
.gj-register__hint
{
    cursor: default;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,.7);
    font-weight: 300;
}
.gj-register__input
{
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border: none;
    height: 46px;
    font-weight: 300;
    background-color: rgba(3,12,21,.3);
    border-bottom: 1px solid rgba(255,255,255,.2);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px 0 4px;
    width: 100%;
    outline: none;
    transition: border-bottom-color .1s ease-out;
}
.gj-register__input::-webkit-input-placeholder, .gj-register__input::-moz-placeholder, .gj-register__input:-moz-placeholder, .gj-register__input:-ms-input-placeholder
{
    color: rgba(255,255,255,.005)!important;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__input
    {
        background-color: transparent;
    }
}
.gj-register__checkbox
{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    flex-shrink: 0;
    outline: none;
    height: 30px;
    width: 30px;
    background-color: rgba(3,12,21,.4);
    border: 1px solid rgba(255,255,255,.2);
    transition: border-color .2s ease-out;
}
.gj-register__checkbox::before
{
    content: '';
    filter: none;
    filter: var(--gj-register-accent-filter,none);
    background-image: url(../../willbettingde/image/fba7eb7d203ac904c74b.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 4px;
    top: 3px;
    height: 20px;
    width: 20px;
    opacity: 0;
    transition: opacity .1s ease-out;
}
.gj-register__checkbox:checked::before
{
    opacity: 1;
}
.gj-register__label
{
    cursor: pointer;
    line-height: 21px;
    font-weight: 300;
}
.gj-register__platforms
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__platforms
    {
        display: none;
    }
}
.gj-register__redeem-block
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gj-register__redeem-block-title
{
    color: rgba(255,255,255,.8);
    font-family: "Fira Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;/* 142.857% */
    text-transform: uppercase;
    margin: 5px 0 0 0;
}
.gj-register__redeem-btn
{
    margin-top: 20px;
    border-radius: 4px;
    background: linear-gradient(180deg,#febe6b 0%,#d88756 100%);
    padding: 12px 16px;
    position: relative;
    color: #112227;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffd18b;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;/* 100% */
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .1s ease-out;
}
.gj-register__redeem-btn::before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ffedc9;
}
.gj-register__redeem-btn::after
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(134,59,27,.46);
}
.gj-register__redeem-btn:hover
{
    box-shadow: 0 0 48px 0 rgba(255,111,66,.6);
}
.gj-register__redeem-btn:active
{
    opacity: .7;
}
.gj-register__redeem-btn.m--disabled
{
    pointer-events: none;
    opacity: .7;
}
.gj-register__platform-button
{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    outline: none;
    background-color: transparent;
    font-weight: 300;
    height: 44px;
    font-size: 16px;
    opacity: .5;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,.5);
    transition: all .2s ease-out;
}
.gj-register__platform-button:hover, .gj-register__platform-button:focus
{
    opacity: 1;
}
.gj-register__platform-button:active
{
    opacity: .7;
}
.gj-register__platform-button::before
{
    content: '';
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-right: 12px;
}
.gj-register__platform-button.--steam::before
{
    background-image: url(../../willbettingde/image/7c7aa8f7b7cf23249c72.svg);
}
.gj-register__platform-button.--xbox::before
{
    background-image: url(../../willbettingde/image/652104d5dce0da67cdd3.svg);
}
.gj-register__platform-button.--ps4::before
{
    background-image: url(../../willbettingde/image/ad78c90ec47872733e04.svg);
}
.gj-register__expandable
{
    cursor: pointer;
    height: 40px;
    line-height: 21px;
    overflow: hidden;
    position: relative;
    font-weight: 300;
}
.gj-register__expandable::before, .gj-register__expandable::after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .2s ease-out;
}
.gj-register__expandable::before
{
    background: linear-gradient(to bottom,rgba(32,42,51,0),#202a33);
}
.gj-register__expandable::after
{
    filter: none;
    filter: var(--gj-register-accent-filter,none);
    background-image: url(../../willbettingde/image/f3055af6ad488760e562.png);
    background-size: 15px;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
}
.gj-register__expandable.--expanded
{
    height: auto;
}
.gj-register__expandable.--expanded::before, .gj-register__expandable.--expanded::after
{
    visibility: hidden;
    opacity: 0;
}
.gj-register__spacer
{
    min-height: 25px;
    padding-bottom: 4px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__spacer
    {
        min-height: 20px;
        padding-bottom: 2px;
    }
}
.gj-register__spaced-block
{
    margin-bottom: 25px;
}
.gj-register__spaced-block.--shrinked
{
    margin-bottom: 20px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__spaced-block
    {
        margin-bottom: 20px;
    }
}
.gj-register__form-header
{
    font-size: 24px;
    color: rgba(255,255,255,.7);
    margin-bottom: 17px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__form-header
    {
        font-size: 20px;
    }
}
.gj-register__row
{
    display: flex;
    margin: 0 -10px;
}
@media only screen and (max-width: 500px)
{
    .gj-register__row.--multi-column
    {
        flex-flow: column;
    }
    .gj-register__row.--multi-column .gj-register__col
    {
        margin-bottom: 20px;
        min-height: 50px;
        flex: 0;
    }
    .gj-register__row.--multi-column .gj-register__col:last-child
    {
        margin-bottom: 0;
    }
}
.gj-register__col
{
    display: flex;
    flex-flow: column;
    margin: 0 10px;
    flex-basis: 100%;
    position: relative;
}
.gj-register__col.--invalid
{
    margin-bottom: 5px;
}
.gj-register__col.--invalid input:not([type="checkbox"]):focus
{
    border-bottom-width: 2px;
    border-bottom-color: #ffaa08;
    border-bottom-color: var(--gj-register-accent,#ffaa08);
}
.gj-register__col.--invalid input[type="checkbox"]
{
    border-color: #ffaa08;
    border-color: var(--gj-register-accent,#ffaa08);
}
.gj-register__col.--invalid.--touched input:not([type="checkbox"])
{
    border-bottom-width: 2px;
    border-bottom-color: #dc031f;
}
.gj-register__col.--invalid.--touched input:not([type="checkbox"]).--soft-invalid
{
    border-bottom-color: rgba(255,255,255,.5);
}
.gj-register__col.--invalid.--touched input[type="checkbox"]
{
    border-color: #dc031f;
}
.gj-register__col:not(.--no-check).--valid::after
{
    content: '';
    background-image: url(../../willbettingde/image/a5bce2c3598921125774.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    height: 100%;
    width: 10px;
}
.gj-register__col.--shrinked
{
    flex: auto;
}
.gj-register__bonus
{
    margin-top: 40px;
    flex: 1;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__bonus
    {
        margin-top: 0;
    }
}
.gj-register__bonus-title
{
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffd49f;
    margin-bottom: 10px;
}
.gj-register__bonus-item
{
    background-color: rgba(3,12,21,.3);
    border-radius: 5px;
    margin-bottom: 8px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2px 3px rgba(3,12,21,.1);
    display: flex;
    align-items: stretch;
}
.gj-register__bonus-item.m--bonus-1
{
    background-image: url(../../willbettingde/image/aa92f7d6329cfe8d2e68.png);
    flex-direction: column-reverse;
}
.gj-register__bonus-item.m--bonus-1__bonus-header
{
    order: 1;
}
.gj-register__bonus-item.m--bonus-1__bonus-img-large
{
    order: 0;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__bonus-item.m--bonus-1
    {
        flex-direction: row;
    }
}
@media only screen and (max-width: 580px)
{
    .gj-register__bonus-item.m--bonus-1
    {
        flex-direction: column-reverse!important;
        align-items: flex-start;
    }
}
.gj-register__bonus-item.m--bonus-2
{
    display: flex;
    background-image: url(../../willbettingde/image/aa92f7d6329cfe8d2e68.png);
}
@media only screen and (max-width: 1024px)
{
    .gj-register__bonus-item
    {
        margin-bottom: 15px;
        align-items: center;
        justify-content: space-between;
        background-image: url(../../willbettingde/image/aa92f7d6329cfe8d2e68.png)!important;
        flex-direction: row;
        align-items: stretch!important;
    }
}
.gj-register__bonus-header
{
    position: relative;
    padding: 16;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.gj-register__bonus-name
{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
@media only screen and (max-width: 760px)
{
    .gj-register__bonus-name
    {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register__bonus-name
    {
        font-size: 16px;
        line-height: 20px;
    }
}
.gj-register__bonus-desc
{
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.m--bonus-2 .gj-register__bonus-desc
{
    color: #6499ff;
}
.gj-register__bonus-desc ul, .gj-register__bonus-desc li
{
    margin-left: 0;
}
.gj-register__bonus-desc ul
{
    padding-left: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media only screen and (max-width: 760px)
{
    .gj-register__bonus-desc ul
    {
        padding-top: 0;
        margin-top: 0;
    }
}
.gj-register__bonus-desc li
{
    padding-left: 0;
    font-size: 13px;
    line-height: 16px;
}
.gj-register__bonus-img-large
{
    flex-shrink: 0;
    width: 100%;
    background-image: url(../../willbettingde/image/435df61199ea61704a99.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.m--bonus-1 .gj-register__bonus-img-large
{
    aspect-ratio: 1.33333333;
}
.m--bonus-1 .gj-register__bonus-img-large.m--bonus-ru
{
    background-image: url(../../willbettingde/image/d40eefafb72d875b8893.png);
}
.m--bonus-1 .gj-register__bonus-img-large.m--bonus-en
{
    background-image: url(../../willbettingde/image/9ff8366cdaef2f1c8b89.png);
}
.m--bonus-1 .gj-register__bonus-img-large.m--bonus-de
{
    background-image: url(../../willbettingde/image/9ec4b44f0dfce61d17ea.png);
}
.m--bonus-1 .gj-register__bonus-img-large.m--bonus-jp
{
    background-image: url(../../willbettingde/image/771bb87efb13a8201602.png);
}
@media only screen and (max-width: 1024px)
{
    .m--bonus-1 .gj-register__bonus-img-large
    {
        width: 200px;
    }
}
@media only screen and (max-width: 580px)
{
    .m--bonus-1 .gj-register__bonus-img-large
    {
        width: 100%;
    }
}
.m--bonus-2 .gj-register__bonus-img-large
{
    height: 165px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register__bonus-img-large
    {
        width: 120px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-register__bonus-img-large
    {
        width: 90px;
    }
}
.gj-register__bonus-img-small
{
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    background-size: 220px;
    background-image: url(../../willbettingde/image/f6b78f2ceaeaac12265c.png);
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 500px)
{
    .gj-register__bonus-img-small
    {
        width: 90px;
        height: 90px;
        background-size: 160px;
    }
}
.gj-register__bonus-disclaimer
{
    color: rgba(255,255,255,.59);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;/* 150% */
    margin-bottom: 20px;
}
.gj-reg-download-block__container
{
    display: flex;
    flex-wrap: wrap;
}
.gj-reg-download-block__requirements
{
    color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    flex-shrink: 0;
    margin-top: 20px;
}
@media only screen and (max-width: 1024px)
{
    .gj-reg-download-block__requirements
    {
        flex: 1;
        margin-top: 10px;
        text-align: center;
    }
}
.gj-reg-download-block__wrapper
{
    margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 1024px)
{
    .gj-reg-download-block__wrapper
    {
        margin-right: 0;
        width: 100%;
    }
}
.gj-reg-download-block__text
{
    color: #fff;
    font-size: 18px;
}
.gj-reg-download-block__timeout
{
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
}
.gj-reg-download-block.--confirmed .gj-reg-button
{
    font-size: 28px;
    height: 56px;
}
.gj-reg-platform-accounts
{
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
    margin-top: 25px;
}
.gj-reg-platform-accounts__title
{
    text-align: center;
    font-size: 20px;
}
.gj-reg-platform-accounts__icons
{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.gj-reg-platform-accounts__icon
{
    height: 30px;
    width: 30px;
    margin: 10px;
    justify-content: center;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.gj-reg-platform-accounts__icon.--windows
{
    background-image: url(../../willbettingde/image/626443ca6496779d04bb.png);
}
.gj-reg-platform-accounts__footer
{
    text-align: center;
    font-weight: 300;
}
.gj-reg-platform-accounts__system-requirements
{
    cursor: pointer;
    color: rgba(255,255,255,.7);
    text-decoration: underline;
    transition: all .1s ease-out;
}
.gj-reg-platform-accounts__system-requirements:hover, .gj-reg-platform-accounts__system-requirements:focus
{
    color: #ffaa08;
    color: var(--gj-register-accent,#ffaa08);
}
.gj-reg-platform-accounts__system-requirements:active
{
    color: rgba(255,170,8,.8);
    color: rgba(var(--gj-register-accent-rgb,255,170,8),.8);
}
.gj-register-cbt
{
    padding: 30px 50px!important;
    border: 1px solid rgba(255,255,255,.14);
    position: relative;
    background-color: #0d191e;
    color: #fff;
    padding: 70px 20px;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    width: 100%;
    background-image: url(../../willbettingde/image/c63a514a730963e42413.png);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px)
{
    .gj-register-cbt
    {
        padding: 15px!important;
    }
}
.gj-register-cbt *
{
    box-sizing: border-box;
}
.gj-register-cbt.m--shop
{
    background-position: center bottom;
    background-image: url(../../willbettingde/image/d71dc70c4b0c55949df6.png);
    text-align: center;
    align-items: center;
}
.gj-register-cbt.m--shop .gj-register-cbt__title
{
    text-transform: uppercase;
}
.gj-register-cbt.m--shop .gj-register-cbt__text
{
    padding-bottom: 150px;
}
@media only screen and (max-width: 600px)
{
    .gj-register-cbt.m--shop .gj-register-cbt__text
    {
        padding-bottom: 30px;
    }
}
.gj-register-cbt__close
{
    cursor: pointer;
    background-image: url(../../willbettingde/image/deba56991cc7da2b8261.svg);
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.2);
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    opacity: .8;
    transition: opacity .2s ease-out;
}
.gj-register-cbt__close:hover, .gj-register-cbt__close:focus
{
    opacity: 1;
}
.gj-register-cbt__close:active
{
    opacity: .6;
}
.gj-register-cbt__title
{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 600px)
{
    .gj-register-cbt__title
    {
        font-size: 24px;
        line-height: 32px;
    }
}
.gj-register-cbt__text
{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.82);
}
@media only screen and (max-width: 600px)
{
    .gj-register-cbt__text
    {
        font-size: 16px;
        line-height: 20px;
    }
}
.gj-register-cbt__buttons
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media only screen and (max-width: 600px)
{
    .gj-register-cbt__buttons
    {
        flex-direction: column;
    }
}
.gj-register-cbt__spacer
{
    height: 15px;
    width: 15px;
}
.gj-register-cbt__button
{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    min-height: 56px;
    flex: 1;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d191e;
    text-shadow: 0 1px 0 rgba(255,245,208,.31);
    background: linear-gradient(180deg,#ffb84f 3.65%,rgba(255,163,97,0) 100%),#ff6c2e;
    border-radius: 5px;
    border: none;
    outline: none;
    border-top: 1px solid #ffe5b1;
    border-bottom: 2px solid #8d3300;
    box-shadow: 0 .8px 20px rgba(0,0,0,.7);
    transition: all .2s ease;
}
@media only screen and (max-width: 600px)
{
    .gj-register-cbt__button
    {
        min-height: 44px;
        font-size: 18px;
    }
}
.gj-register-cbt__button:hover, .gj-register-cbt__button:focus
{
    background: linear-gradient(180deg,#ffc34f 0%,rgba(255,220,97,0) 100%),#ff922e;
    border-bottom-color: #d97320;
}
.gj-register-cbt__button:active
{
    background: #cd680a;
    border-bottom-color: #cd680a;
    border-top-color: #99571b;
}
.gj-register-cbt__button.m--clear
{
    color: #ffb84f;
    text-shadow: none;
    border: 1px solid #ffb84f;
    background: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: normal;
}
.gj-register-cbt__button.m--clear:hover, .gj-register-cbt__button.m--clear:focus
{
    color: #ffdf8b;
    border-color: #ffdf8b;
}
.gj-register-cbt__button.m--clear:active
{
    color: #cd680a;
    border-color: #cd680a;
}
.gj-register-cbt__button.m--download
{
    background: rgba(0,0,0,.15);
    color: #ffdf8b;
    border: 1px solid #ffdf8b;
    box-shadow: none;
    text-shadow: none;
    font-size: 20px;
    font-weight: normal;
}
.gj-register-cbt__button.m--download:hover, .gj-register-cbt__button.m--download:focus
{
    background: rgba(0,0,0,.25);
}
.gj-register-cbt__button.m--download:active
{
    background: rgba(0,0,0,.3);
}
.gj-register-cbt__button.m--download::before
{
    content: '';
    height: 16px;
    width: 16px;
    flex-shrink: 0;
    background-image: url(../../willbettingde/image/69fafa53ab4ee4c35bd0.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.gj-background-video
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}
.gj-background-video__video
{
    position: absolute;
    z-index: 1;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    opacity: 0;
    transition: opacity .5s ease-in;
}
.gj-background-video__video:not(.--loading)
{
    opacity: 1;
}
.gj-captcha
{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gj-captcha__reload
{
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    background-image: url(../../willbettingde/image/6a58294ee8236ae2a73a.svg);
    border: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 24px;
    height: 24px;
    outline: 0!important;
    margin: 0 5px;
    opacity: .8;
    transition: opacity .2s ease-out;
}
.gj-captcha__reload:hover, .gj-captcha__reload:focus
{
    opacity: 1;
}
.gj-captcha__reload:active
{
    opacity: .6;
}
.gj-captcha__image
{
    cursor: pointer;
    box-shadow: 0 0 2px #442d2b;
    margin: 0;
    height: 40px;
    width: 115px;
}
.gj-language-picker
{
    font-family: sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 20px;
    z-index: 4;
    transition: background-color .2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.gj-language-picker__item
{
    cursor: pointer;
    display: none;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    background-color: rgba(6,22,31,.38);
    text-transform: capitalize;
    transition: all .2s ease;
}
.gj-language-picker__item:hover, .gj-language-picker__item:focus
{
    background-color: rgba(6,22,31,.6);
}
.gj-language-picker__item.m--current
{
    display: flex;
    justify-content: flex-end;
    border-radius: 2px;
}
.gj-language-picker__item.m--active
{
    display: flex;
}
.gj-language-picker__item.m--selected
{
    opacity: .5;
    background-color: #06161f;
    pointer-events: none;
}
.gj-language-picker__item:first-child
{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.gj-language-picker__item:last-child
{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.gj-language-picker__flag
{
    background-image: url(../../willbettingde/image/46691d86af35e0251bd1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -152px;
    flex-shrink: 0;
    height: 10px;
    width: 16px;
    margin-right: 5px;
}
.gj-language-picker__flag.m--ru
{
    background-position: 0 -11px;
}
.gj-language-picker__flag.m--pl
{
    background-position: 0 -32px;
}
.gj-language-picker__flag.m--jp
{
    background-position: 0 -44px;
}
.gj-language-picker__flag.m--es
{
    background-position: 0 -65px;
}
.gj-language-picker__flag.m--de
{
    background-position: 0 -87px;
}
.gj-language-picker__flag.m--zh
{
    background-position: 0 -108px;
}
.gj-language-picker__flag.m--fr
{
    background-position: 0 -119px;
}
.gj-language-picker__flag.m--ko
{
    background-position: 0 -130px;
}
.gj-language-picker__down
{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    margin-left: 5px;
}
.gj-modal
{
    pointer-events: auto;
    position: fixed;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVQIW2NkgAAfRhABYgEABKEAm0rOGYsAAAAASUVORK5CYII=),rgba(20,20,20,.8);
    z-index: 1000;
    opacity: 0;
    transition: opacity .3s ease-out;
    overflow-y: auto;
}
.gj-modal.--huge
{
    background: rgba(11,19,28,.9);
}
.gj-modal.appear
{
    opacity: 1;
}
.gj-modal__close
{
    position: fixed;
    right: 15px;
    top: 10px;
    color: #fff!important;
    text-shadow: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    z-index: 15;
}
.gj-modal__close:hover
{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.gj-modal__content
{
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    min-height: 100%;
    display: flex;
    align-items: center;
}
.gj-modal__content.--huge
{
    max-width: 1630px;
    padding: 10px;
}
@media only screen and (max-width: 1700px)
{
    .gj-modal__content.--huge
    {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 960px)
{
    .gj-modal__content.--huge
    {
        max-width: 665px;
    }
}
@media only screen and (max-width: 600px)
{
    .gj-modal__content.--huge
    {
        padding: 0;
    }
}
@media only screen and (min-width: 1600px)
{
    .gj-modal__content.--large
    {
        max-width: 1140px;
    }
}
.gj-modal__content.--mini
{
    max-width: 640px;
}
@media only screen and (max-width: 1024px)
{
    .gj-modal__content
    {
        max-width: 700px;
    }
    .gj-modal__content.--mini
    {
        max-width: 640px;
    }
}
@media only screen and (max-width: 760px)
{
    .gj-modal__content
    {
        max-width: auto;
        margin: auto;
        padding: 30px;
    }
}
@media only screen and (max-width: 500px)
{
    .gj-modal__content
    {
        padding: 0;
        margin: auto;
    }
}
@keyframes play
{
    0%
    {
        transform: translateY(0);
        opacity: 1;
    }
    100%
    {
        transform: translateY(24px);
        opacity: 0;
    }
}
.gj-scroll-helper
{
    position: fixed;
    left: calc(50% - 53.5px);
    bottom: 0;
    width: 107px;
    height: 54px;
    z-index: 100;
    background: url(../../willbettingde/image/30dd0ac37203b29dd0eb.png) left bottom;
    opacity: 0;
    transition: opacity .3s ease-out;
    cursor: pointer;
}
.gj-scroll-helper:not(.--visible)
{
    pointer-events: none;
}
.gj-scroll-helper.--visible
{
    opacity: 1;
}
.gj-scroll-helper__icon
{
    width: 27px;
    height: 15px;
    margin: 15px auto 0;
    background: url(../../willbettingde/image/328a35a2d9a342354aab.png) left top;
    animation: play .9s linear infinite;
}
.gj-spinner
{
    width: 70px;
    text-align: center;
}
.gj-spinner>div
{
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.gj-spinner .bounce1
{
    animation-delay: -.32s;
}
.gj-spinner .bounce2
{
    animation-delay: -.16s;
}/* stylelint-disable *//* stylelint-enable */
@keyframes sk-bouncedelay
{
    0%, 80%, 100%
    {
        transform: scale(0);
    }
    40%
    {
        transform: scale(1);
    }
}
gj-spoilers, gj-spoiler
{
    display: block;
}
.gj-spoilers
{
    font-size: 18px;
}
.gj-spoilers__item
{
    padding: 0;
    margin: 15px 0 15px 0;
    list-style-type: none;
}
.gj-spoiler__header
{
    display: flex;
    transition: color .2s ease-in-out;
}
.gj-spoiler__header:hover
{
    color: #f44336;
}
.gj-spoiler__header.--expanded
{
    color: #f44336;
}
.gj-spoiler__text
{
    font-size: 16px;
    text-decoration: underline;
    flex: 1;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.gj-spoiler__expand
{
    width: 30px;
    text-align: center;
}
.gj-spoiler__expander
{
    position: absolute;
    width: 30px;
    height: 30px;
    transform: rotate(-90deg);
    transition: transform .2s linear;
}
.gj-spoiler__expander.--expanded
{
    transform: rotate(90deg);
}
.gj-spoiler__answer
{
    display: none;
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c6c6c6;
}
.gj-spoiler__answer.--expanded
{
    display: block;
}
.gj-spoiler__answer gj-spoilers
{
    margin-left: 20px;
}
.gj-toasts
{
    position: fixed;
    max-width: 760px;
    width: 100%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1100;
    transition: transform .3s ease-out;
}
.gj-toasts__item
{
    margin-bottom: 10px;
}
.gj-toasts.--top
{
    top: 50px;
}
.gj-toasts.--bottom
{
    bottom: 0;
}
.gj-toast
{
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    background-color: #28303a;
    padding: 15px 20px;
    font-size: 13px;
    box-sizing: border-box;
    color: #000;
    box-shadow: 0 0 45px -5px rgba(0,0,0,.1),1px 1px 5px 0 rgba(0,0,0,.4);
    transform: translateY(-200px);
    opacity: 0;
    transition: all .3s ease-out;
    font-family: 'Fira Sans',sans-serif;
}
.gj-toast.--bottom
{
    transform: translateY(200px);
}
.gj-toast.--appear
{
    transform: translateY(0);
    opacity: 1;
}
.gj-toast.--error
{
    -webkit-backdrop-filter: blur(4px);
    background-color: #442538;
    color: #fff;
}
.gj-toast__message
{
    flex: 1;
    color: #fff;
}
.gj-toast__close
{
    cursor: pointer;
    width: 10px;
    text-decoration: none;
    color: #fff;
}
[gj-show-once]
{
    display: none;
}
[gj-show-once].m--visible
{
    display: unset!important;
}
gj-animated
{
    display: block;
    width: 100%;
}
.gj-animated
{
    overflow: hidden;
    transition: height .2s ease-out;
    display: block;
}
.gj-cookie-control
{
    border: 1px solid rgba(255,255,255,.14);
    margin: 10px 0;
    padding: 10px;
}
.gj-cookie-control__button
{
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 9px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--gj-cookie-prompt-button,#ed8d00);
    min-width: 80px;
    border-radius: 3px;
    text-align: center;
    transition: opacity .15s ease-in;
}
.gj-fullsize-image
{
    background-color: #fff;
    position: absolute;
    left: 0;
}
.gj-lazy-load__loading
{
    display: flex;
    padding: 30px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
[ng-cloak]
{
    display: none;
}
gj-youtube
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.gj-youtube
{
    display: block;
    width: 100%;
    height: 100%;
}
.gj-youtube__iframe
{
    z-index: 1;
    position: relative;
}
.gj-youtube__play
{
    cursor: pointer;
    text-indent: -9000px;
    position: relative;
    z-index: 6;
    height: 100%;
    width: 100%;
}
.gj-youtube__play:hover::after, .gj-youtube__play:focus::after
{
    transform: scale(1.1);
}
.gj-youtube__play:active::after
{
    transform: scale(1.05);
}
.gj-youtube__play::after
{
    content: '';
    position: absolute;
    z-index: 6;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 1.3rem center;
    background-color: #fff;
    background-image: url(../../willbettingde/image/0c5820ffdbf0b4e4bbe9.svg);
    transition: transform .15s ease;
}
[gj-appear]
{
    opacity: 0;
}
[gj-appear].--visible
{
    transition: opacity .1s ease-out;
    opacity: 1;
}
:root
{
    --gj-download-link-color: #ffbd1d;
}
[gj-download-link][disabled="disabled"]
{
    opacity: .5!important;
    pointer-events: none!important;
}
.gj-download-tooltip
{
    position: fixed;
    z-index: 9999;
    padding: 18px 20px;
    border-radius: 3px;
    background-color: #ffbd1d;
    background-color: var(--gj-download-link-color,#ffbd1d);
    box-shadow: 0 0 50px 0 #090d15;
    color: #000;
    font-family: 'Fira Sans',sans-serif;
    font-size: 24px;
    transition: opacity .3s ease-out;
    animation: gj-download-link .5s infinite alternate;
    opacity: 0;
    left: 20px;
    bottom: 20px;
}
.gj-download-tooltip.--active
{
    opacity: 1;
}
.gj-download-tooltip::after
{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    top: 100%;
    border-top: 18px solid #ffbd1d;
    border-top: 18px solid var(--gj-download-link-color,#ffbd1d);
    left: 50%;
    margin-left: -18px;
}
.gj-download-tooltip.--browser-chrome
{
    left: 20px;
    bottom: 30px;
}
.gj-download-tooltip.--browser-ie, .gj-download-tooltip.--browser-edge
{
    left: 50%;
    bottom: 100px;
}
@media screen and (max-width: 815px)
{
    .gj-download-tooltip.--browser-ie, .gj-download-tooltip.--browser-edge
    {
        bottom: 250px;
    }
}
.gj-download-tooltip.--browser-firefox
{
    right: 20px;
    top: 30px;
    left: initial;
    bottom: initial;
}
.gj-download-tooltip.--browser-firefox::after
{
    top: -18px;
    border-bottom: 18px solid #ffbd1d;
    border-bottom: 18px solid var(--gj-download-link-color,#ffbd1d);
    border-top: initial;
}
.gj-download-tooltip.--browser-safari
{
    right: 20px;
    bottom: 30px;
    left: initial;
    top: initial;
}
.gj-download-tooltip.--browser-opera, .gj-download-tooltip.--browser-yandexbrowser
{
    right: 20px;
    top: 30px;
    left: initial;
    bottom: initial;
}
.gj-download-tooltip.--browser-opera::after, .gj-download-tooltip.--browser-yandexbrowser::after
{
    top: -18px;
    border-bottom: 18px solid #ffbd1d;
    border-bottom: 18px solid var(--gj-download-link-color,#ffbd1d);
    border-top: initial;
    right: 30px;
    left: initial;
}
@keyframes gj-download-link
{
    0%
    {
        transform: translateY(-25px);
    }
    100%
    {
        transform: translateY(0);
    }
}
.hidden-iframe
{
    display: none;
}
[gj-timeout-link][disabled="disabled"]
{
    opacity: .5!important;
    pointer-events: none!important;
}
.gj-system-requirements
{
    position: relative;
    background-color: #0d191e;
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
}
.gj-system-requirements__container
{
    padding: 30px 55px 70px;
}
@media only screen and (max-width: 760px)
{
    .gj-system-requirements__container
    {
        padding: 15px 15px 50px;
    }
}
.gj-system-requirements__title
{
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-transform: uppercase;
}
@media only screen and (max-width: 760px)
{
    .gj-system-requirements__title
    {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.gj-system-requirements__header
{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
}
@media only screen and (max-width: 760px)
{
    .gj-system-requirements__header
    {
        font-size: 20px;
        line-height: 24px;
    }
}
.gj-system-requirements__also
{
    font-family: 'Fira Sans',sans-serif;
    width: 100%;
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.14);
    padding: 15px;
}
.gj-system-requirements__also a
{
    opacity: .7;
    color: #ffb84f;
    text-decoration: none;
    transition: opacity .2s ease;
}
.gj-system-requirements__also a:hover, .gj-system-requirements__also a:focus
{
    opacity: 1;
}
.gj-system-requirements__also a:active
{
    opacity: .8;
}
.gj-system-requirements__block
{
    display: flex;
    flex-wrap: wrap;
}
.gj-system-requirements__col
{
    flex: 1;
    flex-shrink: 0;
    min-width: 250px;
    padding-right: 25px;
}
@media only screen and (max-width: 500px)
{
    .gj-system-requirements__col
    {
        padding-right: 0;
    }
}
.gj-system-requirements__list p
{
    font-family: 'Fira Sans',sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}
@media only screen and (max-width: 760px)
{
    .gj-system-requirements__list p
    {
        font-size: 14px;
        line-height: 18px;
    }
}
.gj-system-requirements__list span
{
    color: rgba(255,255,255,.6);
}
.gj-system-requirements__close
{
    cursor: pointer;
    background-image: url(../../willbettingde/image/deba56991cc7da2b8261.svg);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    opacity: .8;
    transition: opacity .2s ease-out;
}
.gj-system-requirements__close:hover, .gj-system-requirements__close:focus
{
    opacity: 1;
}
.gj-system-requirements__close:active
{
    opacity: .6;
}
.gj-trailer
{
    position: relative;
    margin: 0 auto;
    padding-bottom: calc(100% * 9 / 16);
    width: 100%;
}
.gj-trailer gj-youtube
{
    position: absolute;
    inset: 0;
}
.gj-trailer__close
{
    cursor: pointer;
    background-image: url(../../willbettingde/image/deba56991cc7da2b8261.svg);
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #454b50;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 5;
    right: -10px;
    top: -10px;
    opacity: .8;
    transition: opacity .2s ease-out;
}
.gj-trailer__close:hover, .gj-trailer__close:focus
{
    opacity: 1;
}
.gj-trailer__close:active
{
    opacity: .6;
}
@keyframes play
{
    0%
    {
        transform: translateY(0);
        opacity: 1;
    }
    100%
    {
        transform: translateY(24px);
        opacity: 0;
    }
}
.en-scroll-helper
{
    position: fixed;
    left: calc(50% - 53.5px);
    bottom: 0;
    width: 107px;
    height: 54px;
    z-index: 100;
    background: url(../../willbettingde/image/30dd0ac37203b29dd0eb.png) left bottom;
    opacity: 0;
    transition: opacity .3s ease-out;
    cursor: pointer;
}
.en-scroll-helper:not(.--visible)
{
    pointer-events: none;
}
.en-scroll-helper.--visible
{
    opacity: 1;
}
.en-scroll-helper__icon
{
    width: 27px;
    height: 15px;
    margin: 15px auto 0;
    background: url(../../willbettingde/image/328a35a2d9a342354aab.png) left top;
    animation: play .9s linear infinite;
}
gj-comparision
{
    display: block;
}
.gj-comparision
{
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.gj-comparision__item
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.gj-comparision__item.m--main
{
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: visible;
    width: 50%;
    border-right: 2px solid #fff;
}
.gj-comparision__handle
{
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQnPjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHBhdGggZD0iTTE3LjA2NywzLjE4MnYyNS42MzVjMCwwLjU4OS0wLjQ3OCwxLjA2OC0xLjA2NywxLjA2OGMtMC41ODgsMC0xLjA2Ny0wLjQ3OS0xLjA2Ny0xLjA2OFYzLjE4MiAgYzAtMC41ODksMC40NzktMS4wNjYsMS4wNjctMS4wNjZDMTYuNTkxLDIuMTE1LDE3LjA2NywyLjU5MywxNy4wNjcsMy4xODJ6IE0zMS45ODIsMTUuOTU5Yy0wLjAwOC0wLjIxMS0wLjA3OS0wLjQ4Mi0wLjIxNy0wLjY1MSAgbC00LjE0MS01LjE2MmMtMC4zNy0wLjQ1OS0xLjA0LTAuNTMzLTEuNS0wLjE2M2MtMC40NTksMC4zNjctMC41MzMsMS4wNDItMC4xNjIsMS41MDFsMi43NDYsMy40MjdoLTkuNjEzICBjLTAuNTksMC0xLjA2OCwwLjQ3OC0xLjA2OCwxLjA2N2MwLDAuNTkxLDAuNDc5LDEuMDY4LDEuMDY4LDEuMDY4aDkuNjIzbC0yLjc2MywzLjQ3M2MtMC4zNjcsMC40NjItMC4yODksMS4xMzYsMC4xNzEsMS41MDIgIGMwLjE5NywwLjE1NSwwLjQzMywwLjIzMiwwLjY2NCwwLjIzMmMwLjMxNCwwLDAuNjI2LTAuMTQsMC44MzYtMC40MDRjMCwwLDQuMTMtNS4xOTEsNC4xNDItNS4yMDYgIEMzMS45MiwxNi40NTMsMzEuOTkxLDE2LjIwNywzMS45ODIsMTUuOTU5eiBNMCwxNi4wNDFjMC4wMDgsMC4yMTEsMC4wNzksMC40ODIsMC4yMTcsMC42NTFsNC4xNDEsNS4xNjIgIGMwLjM3LDAuNDU5LDEuMDQsMC41MzMsMS41LDAuMTYzYzAuNDU5LTAuMzY3LDAuNTMzLTEuMDQyLDAuMTYyLTEuNTAxTDMuMjc0LDE3LjA5aDkuNjEzYzAuNTksMCwxLjA2OC0wLjQ3OCwxLjA2OC0xLjA2NyAgYzAtMC41OTEtMC40NzktMS4wNjgtMS4wNjgtMS4wNjhIMy4yNjRsMi43NjMtMy40NzNjMC4zNjctMC40NjIsMC4yODktMS4xMzYtMC4xNzEtMS41MDJDNS42NTksOS44MjQsNS40MjMsOS43NDcsNS4xOTIsOS43NDcgIGMtMC4zMTQsMC0wLjYyNiwwLjE0LTAuODM2LDAuNDA0YzAsMC00LjEzLDUuMTkxLTQuMTQyLDUuMjA2QzAuMDYzLDE1LjU0Ny0wLjAwOCwxNS43OTMsMCwxNi4wNDF6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: center;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    border-radius: 50%;
    position: relative;
    height: 3em;
    width: 3em;
    right: calc(-1.5em - 1px);
    display: block;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: all .2s ease;
}
.gj-comparision__handle.m--dragging
{
    cursor: grabbing;
}
.gj-register-consoles-signin
{
    max-width: 960px;
}
.gj-register-consoles-signin__content
{
    color: #e3e3e3;
    padding: 56px 64px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-consoles-signin__content
    {
        padding: 30px 28px;
    }
}
.gj-register-consoles-signin__title
{
    color: #e3e3e3;
    text-shadow: 0 0 19px #080f12,0 2px 0 #272720;
    font-family: "Alumni Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;/* 100% */
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-wrap: balance;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-consoles-signin__title
    {
        font-size: 32px;
    }
}
.gj-register-consoles-signin__options
{
    margin-top: 24px;
    display: flex;
    gap: 32px;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-consoles-signin__options
    {
        flex-direction: column;
    }
}
.gj-register-consoles-signin__option
{
    flex: 1;
    background: var(--bg_dark,rgba(3,12,21,.4));
    display: flex;
    gap: 24px;
    height: 432px;
    padding: 32px 40px 40px 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 500px)
{
    .gj-register-consoles-signin__option
    {
        padding: 26px 32px;
    }
}
.gj-register-consoles-signin__option-title
{
    color: #e3e3e3;
    text-shadow: 0 0 19px #080f12,0 2px 0 #272720;
    font-family: "Alumni Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;/* 100% */
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-wrap: balance;
}
@media only screen and (max-width: 1024px)
{
    .gj-register-consoles-signin__option-title
    {
        font-size: 32px;
    }
}
.gj-register-consoles-signin__option-content
{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.gj-register-consoles-signin__stepper
{
    list-style: none;
    counter-reset: item;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
}
.gj-register-consoles-signin__stepper-step
{
    counter-increment: item;
    display: flex;
    gap: 12px;
    align-items: center;
    font-family: "Alumni Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;/* 133.333% */
    text-wrap: balance;
}
.gj-register-consoles-signin__stepper-step:before
{
    content: counter(item);
    background: #e3e3e3;
    border-radius: 100%;
    color: #fff;
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alumni Sans";
    color: #1c1c1c;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;/* 200% */
}
.gj-register-consoles-signin__consoles-signin
{
    width: 100%;
    font-family: "Alumni Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;/* 133.333% */
}
.gj-register-consoles-signin__consoles-button
{
    display: flex;
    width: 100%;
    height: 56px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    border: 0;
    color: var(--white,#fff);
    text-align: center;
    font-family: "Alumni Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;/* 24px */
    letter-spacing: .96px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    opacity: 1;
}
.gj-register-consoles-signin__consoles-button:hover
{
    opacity: .9;
}
.gj-register-consoles-signin__consoles-button:active
{
    opacity: .8;
}
.gj-register-consoles-signin__consoles-button.m--ps
{
    background: var(--ps4,#003087);
}
.gj-register-consoles-signin__consoles-button.m--ps:hover
{
    box-shadow: 0 0 24px 0 #00308744;
}
.gj-register-consoles-signin__consoles-button.m--xbox
{
    background: var(--xbox,#107c10);
}
.gj-register-consoles-signin__consoles-button.m--xbox:hover
{
    box-shadow: 0 0 24px 0 #107c1044;
}
@media only screen and (max-width: 500px)
{
    .gj-register-consoles-signin__consoles-button
    {
        height: 46px;
        font-size: 20px;
        letter-spacing: 0;
    }
}
.gj-register-consoles-signin__consoles-button-icon
{
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.gj-register-consoles-signin__consoles-button-icon.m--ps
{
    background-image: url(../../willbettingde/image/ac35e339f5980f519144.svg);
}
.gj-register-consoles-signin__consoles-button-icon.m--xbox
{
    background-image: url(../../willbettingde/image/854cf71da4c2d04834ac.svg);
}
:root
{
    --gj-cookie-prompt-background: #263238;
    --gj-cookie-prompt-button: #b71c1c;
    --gj-download-link-color: #74d5e2;
    --gj-register-background: #202a33;
    --gj-register-accent: #74d5e2;
    --gj-register-accent-filter: hue-rotate(140deg);
    --gj-register-accent-rgb: 116,213,226;
    --gj-register-image: url(../../willbettingde/image/2c8f5f7442da890f2bcf.jpg);
    --gj-register-button-background: linear-gradient(180deg,#febe6b 0%,#d88756 100%),#d88756;
    --gj-register-button-shadow: #db835d;
}
.f-alumni
{
    font-family: 'Alumni Sans',sans-serif;
    font-weight: 600;
}
.f-alumni-normal
{
    font-family: 'Alumni Sans',sans-serif;
    font-weight: 400;
}
.f-ptsans
{
    font-family: 'PT Sans',sans-serif;
}
.f-14
{
    font-size: 14px;
    line-height: 20px;
}
.f-16
{
    font-size: 16px;
    line-height: 24px;
}
.f-18
{
    font-size: 18px;
    line-height: 26px;
}
@media only screen and (max-width: 1280px)
{
    .f-18
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.f-20
{
    font-size: 20px;
    line-height: 32px;
}
@media only screen and (max-width: 2000px)
{
    .f-20
    {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 1280px)
{
    .f-20
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.f-22
{
    font-size: 22px;
    line-height: 36px;
}
@media only screen and (max-width: 2000px)
{
    .f-22
    {
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 1280px)
{
    .f-22
    {
        font-size: 18px;
        line-height: 28px;
    }
}
.f-24
{
    font-size: 24px;
    line-height: 32px;
}
@media only screen and (max-width: 2000px)
{
    .f-24
    {
        font-size: 22px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 1280px)
{
    .f-24
    {
        font-size: 18px;
        line-height: 28px;
    }
}
.f-32
{
    font-size: 32px;
    line-height: 1em;
}
@media only screen and (max-width: 2000px)
{
    .f-32
    {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1280px)
{
    .f-32
    {
        font-size: 24px;
    }
}
@media only screen and (max-width: 500px)
{
    .f-32
    {
        font-size: 22px;
    }
}
.f-40
{
    font-size: 40px;
    line-height: 1em;
}
@media only screen and (max-width: 2000px)
{
    .f-40
    {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1280px)
{
    .f-40
    {
        font-size: 26px;
    }
}
@media only screen and (max-width: 500px)
{
    .f-40
    {
        font-size: 24px;
    }
}
.f-48
{
    font-size: 48px;
    line-height: 1em;
}
@media only screen and (max-width: 2000px)
{
    .f-48
    {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1280px)
{
    .f-48
    {
        font-size: 28px;
    }
}
.f-56
{
    font-size: 56px;
    line-height: 1em;
}
@media only screen and (max-width: 2000px)
{
    .f-56
    {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1280px)
{
    .f-56
    {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1024px)
{
    .f-56
    {
        font-size: 32px;
    }
}
@media only screen and (max-width: 500px)
{
    .f-56
    {
        font-size: 24px;
    }
}
.f-64
{
    font-size: 64px;
    line-height: 1em;
}
@media only screen and (max-width: 2000px)
{
    .f-64
    {
        font-size: 56px;
    }
}
@media only screen and (max-width: 1280px)
{
    .f-64
    {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1024px)
{
    .f-64
    {
        font-size: 36px;
    }
}
@media only screen and (max-width: 500px)
{
    .f-64
    {
        font-size: 32px;
    }
}
.f-96
{
    font-size: 96px;
    line-height: 1em;
}
@media only screen and (max-width: 1280px)
{
    .f-96
    {
        font-size: 72px;
    }
}
@media only screen and (max-width: 1024px)
{
    .f-96
    {
        font-size: 56px;
    }
}
@media only screen and (max-width: 760px)
{
    .f-96
    {
        font-size: 42px;
    }
}
.en-bottom
{
    position: relative;
    padding-top: 1rem;
}
.en-bottom-logo
{
    background-image: url(../../willbettingde/image/e39a2c259a6870922278.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 3.8rem;
    width: 5.4rem;
    flex-shrink: 0;
}
@media only screen and (max-width: 1024px)
{
    .en-bottom-logo
    {
        display: none;
    }
}
.en-bottom-menu
{
    background: linear-gradient(180deg,rgba(var(--en-bg-rgb),0) 0%,rgba(var(--en-bg-rgb),1) 100%);
}
.en-bottom-menu__wrapper
{
    border-top: 1px solid var(--en-muted-border-color);
    padding: 2rem 0 5rem;
    display: flex;
    gap: 3rem;
}
@media only screen and (max-width: 1024px)
{
    .en-bottom-menu__wrapper
    {
        gap: 2rem;
        padding: 0 0 2rem;
        flex-direction: column;
        flex-wrap: wrap;
    }
}
.en-footer-nav
{
    flex: 1;
    display: flex;
    gap: 3rem;
}
@media only screen and (max-width: 1024px)
{
    .en-footer-nav
    {
        order: 2;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 760px)
{
    .en-footer-nav
    {
        gap: 2rem;
    }
}
@media only screen and (max-width: 500px)
{
    .en-footer-nav
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.en-footer-nav__list
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.en-footer-nav__item
{
    display: flex;
    align-items: center;
}
.en-footer-nav__item:first-child
{
    padding-bottom: .5rem;
}
.en-footer-nav__header
{
    font-size: 16px;
    line-height: 24px;
    color: var(--en-text-color);
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: all .2s ease;
}
.en-footer-nav__header.m--active, .en-footer-nav__header:hover, .en-footer-nav__header:focus
{
    text-decoration: underline;
}
.en-footer-nav__header:active
{
    opacity: .8;
}
.en-footer-nav__link
{
    font-size: 14px;
    line-height: 20px;
    padding: .5rem 0;
    color: rgba(255,255,255,.6);
    display: block;
    text-decoration: none;
    transition: all .2s ease;
}
.en-footer-nav__link.m--active, .en-footer-nav__link:hover, .en-footer-nav__link:focus
{
    color: #fff;
}
.en-footer-nav__link:active
{
    color: rgba(255,255,255,.7);
}
.en-socials
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
@media only screen and (max-width: 1024px)
{
    .en-socials
    {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1rem 0 1.5rem;
        justify-content: center;
        border-bottom: 1px solid var(--en-muted-border-color);
    }
}
@media only screen and (max-width: 500px)
{
    .en-socials
    {
        flex-direction: column;
    }
}
.en-socials__title
{
    text-transform: uppercase;
    text-align: center;
    color: rgba(255,255,255,.6);
}
@media only screen and (max-width: 1024px)
{
    .en-socials__title
    {
        flex-shrink: 1;
        width: 100%;
    }
}
.en-socials__links
{
    display: flex;
}
.en-socials__link
{
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2.5rem;
    width: 2.5rem;
    opacity: .7;
    transition: all .2s ease;
}
.en-socials__link.m--nav
{
    height: 2rem;
    width: 2rem;
    opacity: 1!important;
    margin-right: 4px;
}
@media only screen and (max-width: 1024px)
{
    .en-socials__link
    {
        height: 3rem;
        width: 3rem;
    }
    .en-socials__link.m--nav
    {
        height: 2.5rem;
        width: 2.5rem;
    }
}
@media only screen and (max-width: 500px)
{
    .en-socials__link
    {
        height: 3rem;
        width: 3rem;
    }
}
.en-socials__link.m--fb
{
    background-image: url(../../willbettingde/image/e823c638507551c09181.svg);
}
.en-socials__link.m--tw
{
    background-image: url(../../willbettingde/image/ac3d210b1f55c1346e8d.svg);
}
.en-socials__link.m--tg
{
    background-image: url(../../willbettingde/image/2a94c51adc65a9e9618a.svg);
}
.en-socials__link.m--vk
{
    background-image: url(../../willbettingde/image/a27d92ab9253982b9b1a.svg);
}
.en-socials__link.m--yt
{
    background-image: url(../../willbettingde/image/8dcc104092bcb95018c6.svg);
}
.en-socials__link.m--in
{
    background-image: url(../../willbettingde/image/0f27fce6a2adfedcb81e.svg);
}
.en-socials__link.m--dc
{
    background-image: url(../../willbettingde/image/0975ac7952f5cd060fbc.svg);
}
.en-socials__link.m--forum
{
    background-image: url(../../willbettingde/image/516193f1f76869955aca.svg);
}
.en-socials__link.m--mods
{
    background-image: url(../../willbettingde/image/a56d8f8ef63db6d8209f.svg);
}
.en-socials__link:hover, .en-socials__link:focus
{
    opacity: 1;
}
.en-socials__link:active
{
    opacity: .8;
}
.en-socials__forum
{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1024px)
{
    .en-socials__forum
    {
        color: #fff;
        border: 1px solid rgba(255,255,255,.3);
        opacity: .6;
        border-radius: 3px;
        padding: .3rem .8rem;
        transition: all .2s ease;
    }
    .en-socials__forum:hover, .en-socials__forum:focus
    {
        text-decoration: none;
        opacity: 1;
    }
}
.en-footer
{
    display: flex;
    padding: 1.5rem;
    gap: 1.5rem;
    flex-direction: column;
    background-color: rgba(0,0,0,.2);
    width: 100%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
.en-footer__incubator
{
    margin-right: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.en-footer__logos
{
    display: flex;
    gap: .5rem;
}
.en-footer__gaijin-logo
{
    height: 2.2rem;
    width: 1.9rem;
    flex-shrink: 0;
    background-image: url(../../willbettingde/image/5488c248524c8d498833.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.en-footer__darkflow
{
    height: 3rem;
    width: 8rem;
    flex-shrink: 0;
    background-image: url(../../willbettingde/image/2dcd9b068632bd891e57.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: .3rem;
    opacity: .7;
}
.en-footer__rates, .en-footer__logos
{
    min-width: 300px;
}
@media only screen and (max-width: 1280px)
{
    .en-footer__rates, .en-footer__logos
    {
        min-width: auto;
    }
}
.en-footer__rates
{
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}
@media only screen and (max-width: 500px)
{
    .en-footer__rates
    {
        justify-content: center;
    }
}
.en-footer__rate
{
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .5rem;
    height: 3rem;
    width: 3rem;
}
.en-footer__rate:first-child
{
    margin-left: 0;
}
.en-footer__rate.m--age
{
    height: 2rem;
    width: 2rem;
    background-image: url(../../willbettingde/image/eeec196d0702157c34d2.svg);
    opacity: .7;
}
.en-footer__rate.m--esrb
{
    background-image: url(../../willbettingde/image/1aa485ea3ea7c1269161.svg);
}
.en-footer__rate.m--pegi
{
    background-image: url(../../willbettingde/image/c452db7cf55804324d7a.svg);
}
.en-footer__rate.m--usk
{
    background-image: url(../../willbettingde/image/8e7ed3851123fcc410c2.svg);
}
.en-footer__main
{
    flex: 1;
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 1024px)
{
    .en-footer__main
    {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 500px)
{
    .en-footer__main
    {
        align-items: center;
        flex-direction: column;
    }
}
.en-footer__nav
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
}
.en-footer__link
{
    z-index: 1;
    text-transform: uppercase;
    text-decoration: underline!important;
    margin: 0 .8rem;
}
.en-footer__link.m--icon, .en-footer__link.m--sysreq
{
    text-transform: initial;
    display: flex;
    align-items: center;
}
.en-footer__link.m--icon::after
{
    content: '';
    height: 7px;
    width: 7px;
    margin-left: .2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../willbettingde/image/d4b435506dbff2a3ad79.svg);
    flex-shrink: 0;
}
.en-footer__link.m--sysreq
{
    text-decoration: none!important;
}
@media only screen and (max-width: 1280px)
{
    .en-footer__link.m--sysreq.m--hide-laptop
    {
        display: none;
    }
}
.en-footer__link.m--sysreq.m--bordered
{
    padding: .5rem 1rem;
    border: 1px solid rgba(255,255,255,.3);
}
.en-footer__link.m--sysreq::before
{
    content: '';
    height: 1rem;
    width: 1rem;
    margin-right: .2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../willbettingde/image/fa37fac64b0b80137d92.svg);
    flex-shrink: 0;
}
.en-footer__copyright
{
    opacity: .6;
    text-align: center;
    max-width: 40rem;
}
@media only screen and (max-width: 760px)
{
    .en-footer__copyright
    {
        flex: 1;
        min-width: 100%;
        order: 3;
    }
}
.en-footer__link, .en-footer a
{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    opacity: .7;
    transition: all .2s ease;
}
.en-footer__link:hover, .en-footer a:hover, .en-footer__link:focus, .en-footer a:focus
{
    opacity: 1;
}
.en-footer__link:active, .en-footer a:active
{
    opacity: .8;
}
.en-socials__forum.m--away::after, .en-footer-nav__item.m--away::after
{
    content: '';
    background-image: url(../../willbettingde/image/d4b435506dbff2a3ad79.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    margin-left: .4rem;
    height: 7px;
    width: 7px;
}
*, ::after, ::before
{
    box-sizing: border-box;
}
html
{
    margin: 0;
    padding: 0;
    font-size: 18px;
}
@media only screen and (max-width: 760px)
{
    html
    {
        font-size: 15px;
    }
}
body
{
    min-width: 320px;
    position: absolute;
    width: 100%;
}
gj-background-video video
{
    position: fixed!important;
}
@media only screen and (max-width: 1024px)
{
    gj-background-video video
    {
        position: absolute!important;
    }
}
gj-background-video .gj-background-video
{
    background-image: url(../../willbettingde/image/aa49df6140e6686b245b.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
body.m--steam gj-background-video .gj-background-video
{
    background-image: url(../../willbettingde/image/8ea3e4653240a66d9c7b.webp);
}
.en-land
{
    font-family: 'PT Serif',serif;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #131d30;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.en-land__bg
{
    z-index: 1;
    background-image: url(../../willbettingde/image/ba62d2ee17a5783a331e.jpg);
    max-height: 950px;
}
@media only screen and (max-width: 1500px)
{
    .en-land__bg
    {
        max-height: 840px;
    }
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px)
{
    .en-land__bg
    {
        max-height: 580px;
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land__bg
    {
        max-height: 560px;
    }
}
@media only screen and (max-width: 840px)
{
    .en-land__bg
    {
        max-height: 450px;
    }
}
@media only screen and (max-width: 690px)
{
    .en-land__bg
    {
        max-height: 390px;
    }
}
.en-land__bg, .en-land__bg-text, .en-land__bg-tiles
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.en-land__bg, .en-land__bg-text
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.en-land__bg-tiles
{
    z-index: 2;
    background-image: url(../../willbettingde/image/8e8a6c6810e1dc2bdbcb.png);
}
.en-land__bg-fader
{
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    height: 320px;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px)
{
    .en-land__bg-fader
    {
        height: 160px;
    }
}
.en-land__bg-fader.m--top
{
    top: 0;
    background: linear-gradient(180deg,rgba(18,27,38,.63) 0%,rgba(26,47,53,0) 100%);
}
.en-land__bg-fader.m--bottom
{
    bottom: 0;
    background: linear-gradient(180deg,rgba(15,42,67,0) 0%,#131d30 100%);
}
.en-land__bg-text
{
    z-index: 4;
    background-image: url(../../willbettingde/image/66c686583b2b2cc7f785.png);
}
@media only screen and (max-width: 600px)
{
    .en-land__bg-text
    {
        display: none;
    }
}
.en-land__bg-text.m--en
{
    background-image: url(../../willbettingde/image/66c686583b2b2cc7f785.png);
}
.en-land__bg-text.m--ru
{
    background-image: url(../../willbettingde/image/6d29069903298efa8afe.png);
}
.en-land__bg-text.m--es
{
    background-image: url(../../willbettingde/image/c67b367a71fcddb0d792.png);
}
.en-land__bg-text.m--fr
{
    background-image: url(../../willbettingde/image/c1faad6154432229b8a2.png);
}
.en-land__bg-text.m--de
{
    background-image: url(../../willbettingde/image/8057a69e1dcf8221388f.png);
}
.en-land__content
{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 880px;
    padding-bottom: 20px;
    flex-shrink: 0;
}
@media only screen and (max-width: 1280px)
{
    .en-land__content
    {
        max-width: 590px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land__content
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.en-land__logo
{
    background-image: url(../../willbettingde/image/a88d243987e16e7f6036.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 35vh;
    min-height: 220px;
    max-height: 360px;
    width: 100%;
    flex-shrink: 0;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px)
{
    .en-land__logo
    {
        height: 180px;
        width: 360px;
        min-height: initial;
        max-height: initial;
    }
}
@media only screen and (max-width: 600px)
{
    .en-land__logo
    {
        height: 120px;
        width: 240px;
    }
}
.en-land__logo-omen
{
    margin-top: -50px;
    width: 235px;
    margin-bottom: -20px;
}
@media only screen and (max-width: 1280px)
{
    .en-land__logo-omen
    {
        width: 180px;
        margin-top: -20px;
    }
}
@media only screen and (max-width: 600px)
{
    .en-land__logo-omen
    {
        width: 160px;
        margin-top: 0;
    }
}
.en-land__text-omen
{
    text-align: center;
}
.en-land__text-omen h3
{
    text-shadow: 0 2px 6px #0b161d;
    color: #cf3910;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Fira Sans Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.en-land__text-omen p
{
    text-shadow: 0 2px 6px #0b161d;
    font-size: 20px;
    font-family: "PT SERIF";
    margin-bottom: 20px;
}
.en-land__spacer
{
    flex: 1;
}
.en-land__star
{
    background-image: url(../../willbettingde/image/59025fa3883ccadaaca5.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 64px;
    width: 64px;
    min-height: 64px;
    flex-shrink: 0;
    margin-top: 65px;
}
@media only screen and (max-width: 1280px)
{
    .en-land__star
    {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land__star
    {
        margin-top: 220px;
    }
}
@media only screen and (max-width: 690px)
{
    .en-land__star
    {
        margin-top: 150px;
    }
}
@media only screen and (max-width: 600px)
{
    .en-land__star
    {
        margin-top: 0;
    }
}
.en-land__title
{
    display: none;
    font-family: 'PT Serif',serif;
    font-weight: normal;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin: 80px 0 10px;
    line-height: 48px;
    text-shadow: 0 3px 4px rgba(0,0,0,.5);
}
@media only screen and (max-width: 600px)
{
    .en-land__title
    {
        display: block;
    }
}
.en-land__text
{
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 5px 6px #0b161d;
    margin: 10px 0 40px;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px)
{
    .en-land__text
    {
        font-size: 16px;
        margin: 5px 0 30px;
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land__text
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px)
{
    .en-land__text
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.en-land__play
{
    font-family: 'Fira Sans Condensed',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #0d1f26;
    text-shadow: 0 1px 0 rgba(255,216,194,.86);
    padding: 0 25px;
    height: 64px;
    flex-shrink: 0;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    box-shadow: 0 6px 21px rgba(8,15,34,.88);
    background-color: #db835d;
    background-image: url(../../willbettingde/image/26456c0c8323150fb783.png);
    background-repeat: no-repeat;
    background-size: 100% 192px;
    background-position: 0 0;
    transition: box-shadow .2s ease;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px)
{
    .en-land__play
    {
        height: 56px;
        font-size: 24px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land__play
    {
        height: 64px;
        font-size: 32px;
    }
}
@media only screen and (max-width: 500px)
{
    .en-land__play
    {
        width: 100%;
        padding: 0 15px;
        font-size: 24px;
        line-height: 24px;
    }
}
.en-land__play::before
{
    content: "";
    background-image: url(../../willbettingde/image/b9baf187cee8cf1e2e53.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 12px;
}
.en-land__play:hover, .en-land__play:focus
{
    box-shadow: 0 3px 13px #080f22;
    background-position-y: -64px;
}
.en-land__play:active
{
    box-shadow: 0 1px 6px #080f22;
    background-position-y: -128px;
}
.en-land__play.m--bonus
{
    padding-right: 0;
    height: 72px;
    overflow: hidden;
    justify-content: space-between;
    background-image: none;
    background-color: #febe6b;
    background: linear-gradient(180deg,#febe6b 0%,#d88756 100%);
    transition: all .2s ease;
}
@media only screen and (max-width: 760px)
{
    .en-land__play.m--bonus
    {
        height: 64px;
        font-size: 24px;
    }
}
@media only screen and (max-width: 500px)
{
    .en-land__play.m--bonus
    {
        height: 56px;
        padding-left: 10px;
        font-size: 18px;
        line-height: 20px;
    }
}
.en-land__play.m--bonus::after
{
    content: "";
    background-image: url(../../willbettingde/image/15b61583c3f5c520649a.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    height: 100%;
    width: 155px;
    flex-shrink: 0;
    z-index: 1;
}
@media only screen and (max-width: 500px)
{
    .en-land__play.m--bonus::after
    {
        width: 108px;
    }
}
.en-land__play.m--bonus:hover
{
    background-position: initial;
    background: linear-gradient(180deg,#fec57a 0%,#db9062 100%);
}
.en-land__play.m--bonus:active
{
    background-position: initial;
    background: linear-gradient(180deg,#feb75c 0%,#d57e4a 100%);
}
.en-land__play-border
{
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(134,59,27,.46);
}
.en-land__buttons
{
    margin-top: 25px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1280px)
{
    .en-land__buttons
    {
        margin-top: 18px;
    }
}
.en-land__button
{
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    background-color: rgba(8,11,34,.3);
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 4px;
    flex-shrink: 0;
    height: 48px;
    width: 256px;
    transition: all .2s ease;
}
.en-land__button.m--xbox
{
    background-image: url(../../willbettingde/image/9fc2c6dc1e4a6a08f736.svg);
}
.en-land__button.m--xbox:hover, .en-land__button.m--xbox:focus
{
    background-color: #107c10;
    border-color: #107c10;
}
.en-land__button.m--xbox:active
{
    background-color: #0e6e0e;
    border-color: #0e6e0e;
}
.en-land__button.m--ps5
{
    background-image: url(../../willbettingde/image/fead9ac8392eac275f2b.svg);
}
.en-land__button.m--ps5:hover, .en-land__button.m--ps5:focus
{
    background-color: #003087;
    border-color: #003087;
}
.en-land__button.m--ps5:active
{
    background-color: #002b78;
    border-color: #002b78;
}
.en-land__button.m--ps4
{
    background-image: url(../../willbettingde/image/d631400833f95470cf76.svg);
}
.en-land__button.m--ps4:hover, .en-land__button.m--ps4:focus
{
    background-color: #003087;
    border-color: #003087;
}
.en-land__button.m--ps4:active
{
    background-color: #002b78;
    border-color: #002b78;
}
.en-land__sysreq
{
    align-items: center;
    display: none;
    font-family: "Fira Sans Condensed",sans-serif;
    padding-bottom: 1rem;
    flex-shrink: 0;
}
@media only screen and (max-width: 1280px)
{
    .en-land__sysreq
    {
        display: flex;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land__sysreq
    {
        font-size: .9rem;
        line-height: 1rem;
    }
}
.en-land .en-footer
{
    background: linear-gradient(180deg,rgba(13,22,30,.19) 0%,rgba(15,40,57,.51) 100%);
}
.en-land.m--video .en-land__bg
{
    z-index: -1;
    background-image: url(../../willbettingde/image/aa49df6140e6686b245b.jpg);
}
.en-land.m--video .en-land__video-title
{
    font-family: 'Playfair Display',serif;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 120px;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff6f0;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 6px #0b161d;
}
@media only screen and (max-width: 1280px), only screen and (max-height: 700px) and (min-width: 1280px)
{
    .en-land.m--video .en-land__video-title
    {
        font-size: 64px;
        line-height: 90px;
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land.m--video .en-land__video-title
    {
        font-size: 48px;
        line-height: 70px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land.m--video .en-land__video-title
    {
        font-size: 42px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 500px)
{
    .en-land.m--video .en-land__video-title
    {
        font-size: 32px;
        line-height: 48px;
    }
}
.en-land.m--video .en-land__text
{
    text-shadow: 0 2px 6px #0b161d;
}
.en-land.m--video .en-land__star
{
    margin: 0;
}
.en-land-bonus
{
    font-family: 'Alumni Sans',sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #1a1f23;
    min-height: 100vh;
    position: relative;
}
.en-land-bonus .gj-language-picker
{
    z-index: 10;
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus .gj-language-picker
    {
        padding: 5px;
    }
}
.en-land-bonus__container
{
    position: absolute;
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
    min-height: 100vh;
}
.en-land-bonus__bg
{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media only screen and (max-width: 1024px)
{
    .en-land-bonus__bg
    {
        position: absolute;
    }
}
.en-land-bonus__bg-overlay
{
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../willbettingde/image/adc7314765aa4024693b.png) repeat;
    background-size: 3px 3px;
}
.en-land-bonus__bg-bottom-fader
{
    position: absolute;
    bottom: 0;
    height: 330px;
    width: 100%;
    background: linear-gradient(0deg,#1a1f23 0%,rgba(15,42,67,0) 100%);
}
.en-land-bonus__content
{
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    min-height: 100vh;
}
.en-land-bonus__main
{
    padding: 0 0 52px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.en-land-bonus__main:not(.m--no-bg)
{
    background: radial-gradient(50% 50% at 50% 50%,#1a1f23 0%,rgba(15,42,67,0) 100%);
    background-position: center center;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__main
    {
        gap: 18px;
    }
}
.en-land-bonus__main.m--nobonus
{
    flex: 1;
    justify-content: flex-end;
    margin-bottom: 10vh;
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__main.m--nobonus
    {
        justify-content: flex-end;
        margin-bottom: 0;
    }
}
.en-land-bonus__star
{
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../../willbettingde/image/f5fa49519b7862bed619.png);
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
}
.en-land-bonus__main-header
{
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    text-shadow: 0 2px 0 #272720,0 0 19px #080f12;
    color: #e3e3e3;
    text-transform: uppercase;
    text-wrap: balance;
    margin-bottom: 0;
    padding-inline: 50px;
    max-width: 1400px;
    margin-inline: auto;
}
.en-land-bonus__main-header sup
{
    font-size: 28px;
    font-weight: 400;
    margin-left: 1px;
    transform: translateY(2px);
    display: inline-block;
}
.en-land-bonus__main-header.m--nobonus
{
    text-transform: none;
    font-weight: 500;
    margin-top: 0;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__main-header
    {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__main-header
    {
        font-size: 28px;
        max-width: none;
    }
    .en-land-bonus__main-header sup
    {
        font-size: 20px;
    }
}
.en-land-bonus__items
{
    display: flex;
    gap: 22px;
    justify-content: center;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__items
    {
        gap: 18px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__items
    {
        gap: 12px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__items
    {
        flex-wrap: wrap;
    }
}
.en-land-bonus__item
{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    --sprite-width: 720;
    --sprite-height: 1080;
    --sprite-item-width: 240;
    --item-width: 160;
    --item-aspect: calc(4 / 3);
    --item-height: calc(var(--item-width) / var(--item-aspect));
    min-width: calc(var(--item-width) * 1px);
    --sprite-mapping: calc(var(--sprite-item-width) / var(--item-width));
    --row-bg: 0;
    --col-bg: 0;
    --row: 1;
    --col: 0;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__item
    {
        --item-width: 120;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__item
    {
        --item-width: 80;
        gap: 3px;
    }
}
.en-land-bonus__item::before
{
    display: block;
    content: " ";
    width: calc(var(--item-width) * 1px);
    height: calc(var(--item-height) * 1px);
    background-image: url(../../willbettingde/image/3c25890bcf7cb828a2e1.png);
    background-size: calc(var(--sprite-width) / var(--sprite-mapping) * 1px) calc(var(--sprite-height) / var(--sprite-mapping) * 1px);
    background-position: calc(var(--item-width) * var(--col-bg) * -1px) calc(var(--item-height) * var(--row-bg) * -1px);
}
.en-land-bonus__item::after
{
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    width: calc(var(--item-width) * 1px);
    height: calc(var(--item-height) * 1px);
    background-image: url(../../willbettingde/image/3c25890bcf7cb828a2e1.png);
    background-size: calc(var(--sprite-width) / var(--sprite-mapping) * 1px) calc(var(--sprite-height) / var(--sprite-mapping) * 1px);
    background-position: calc(var(--item-width) * var(--col) * -1px) calc(var(--item-height) * var(--row) * -1px);
}
.en-land-bonus__item.m--silver
{
    --row-bg: 0;
    --col-bg: 1;
    --row: 1;
    --col: 0;
}
.en-land-bonus__item.m--premium
{
    --row-bg: 0;
    --col-bg: 0;
    --row: 1;
    --col: 1;
}
.en-land-bonus__item.m--en
{
    --row: 2;
}
.en-land-bonus__item.m--ru
{
    --row: 3;
}
.en-land-bonus__item.m--de
{
    --row: 4;
}
.en-land-bonus__item.m--jp
{
    --row: 5;
}
.en-land-bonus__item.m--riffle
{
    --col: 0;
}
.en-land-bonus__item.m--sidearm
{
    --col: 1;
}
.en-land-bonus__item.m--helmet
{
    --col: 2;
}
.en-land-bonus__item-title
{
    color: #ffd49f;
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;/* 83.333% */
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.m--silver .en-land-bonus__item-title
{
    color: #cfdbe2;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__item-title
    {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__item-title
    {
        font-size: 16px;
    }
}
.en-land-bonus__item-subtitle
{
    color: #ffbc85;
    font-size: 22px;
    font-weight: 500;
    line-height: 16px;/* 100% */
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.m--silver .en-land-bonus__item-subtitle
{
    color: #c0cedc;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__item-subtitle
    {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__item-subtitle
    {
        font-size: 12px;
    }
}
.en-land-bonus__buttons
{
    display: grid;
    grid-template: "ps play xbox"/1fr min-content 1fr;
    justify-content: center;
    align-items: center;
    gap: 21px;
    margin-top: 10px;
}
@media only screen and (min-width: 761px)
{
    .en-land-bonus__buttons.m--nobonus
    {
        grid-template: "play play" "ps xbox"/1fr 1fr;
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land-bonus__buttons
    {
        grid-template: "play play" "ps xbox"/1fr 1fr;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__buttons
    {
        grid-template: "play" "ps" "xbox"/1fr;
        justify-items: center;
    }
}
.en-land-bonus__buttons-consoles
{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1024px)
{
    .en-land-bonus__buttons-consoles
    {
        flex-direction: column;
    }
}
.en-land-bonus__button
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 7px 8px 7px 16px;
    width: 425px;
    border-radius: 7px;
    border: .5px solid rgba(8,13,18,0);
    background: rgba(8,13,18,.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .1s ease-out;
    text-decoration: none;
}
.en-land-bonus__button::after
{
    content: " ";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: url(../../willbettingde/image/9089cf212eef823253fe.svg);
    background-size: contain;
}
.en-land-bonus__button:hover
{
    border-radius: 7px;
    border: .5px solid #fff;
    background: rgba(8,13,18,.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.en-land-bonus__button:active
{
    border-radius: 7px;
    border: .5px solid #fff;
    opacity: .8;
    background: rgba(8,13,18,.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.en-land-bonus__button.m--ps
{
    justify-self: end;
    grid-area: ps;
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__button.m--ps
    {
        justify-self: center;
    }
}
.en-land-bonus__button.m--ps:hover, .en-land-bonus__button.m--ps:focus
{
    background-color: #003087;
    border-color: #003087;
}
.en-land-bonus__button.m--ps:active
{
    background-color: #002b78;
    border-color: #002b78;
}
.en-land-bonus__button.m--xbox
{
    grid-area: xbox;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__button
    {
        width: 320px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__button
    {
        width: 220px;
        padding: 4px 4px 4px 10px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__button
    {
        width: 100%;
        max-width: 260px;
    }
}
.en-land-bonus__button:hover, .en-land-bonus__button:focus
{
    background-color: #107c10;
    border-color: #107c10;
}
.en-land-bonus__button:active
{
    background-color: #0e6e0e;
    border-color: #0e6e0e;
}
.en-land-bonus__buttons-steam
{
    display: grid;
    grid-template: "steam pc" "text text" "ps xbox"/1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 38px;
    margin-top: 10px;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__buttons-steam
    {
        gap: 32px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__buttons-steam
    {
        gap: 20px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__buttons-steam
    {
        grid-template: "steam" "pc" "text" "ps" "xbox"/1fr;
        justify-items: center;
    }
}
.en-land-bonus__text-steam
{
    font-family: 'Fira Sans Condensed',sans-serif;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    grid-area: text;
    justify-content: center;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__text-steam
    {
        font-size: 16px;
        line-height: 32px;
        text-shadow: 0 0 1px rgba(0,0,0,.5);
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land-bonus__text-steam
    {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__text-steam
    {
        font-size: 16px;
    }
}
.en-land-bonus__button-steam
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    gap: 15px;
    color: #fff;
    background: #2f89bc;
    border-radius: 2px;
    padding: 16px 0;
    font-size: 32px;
    line-height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-shadow: 0 6px 21px 0 rgba(8,15,34,.88);
    transition: all .1s ease-out;
    text-decoration: none;
    width: 475px;
}
.en-land-bonus__button-steam::before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 1.75px;
    width: 100%;
    background: rgba(41,68,209,.56);
    mix-blend-mode: color-dodge;
}
.en-land-bonus__button-steam::after
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(50,52,82,.38);
}
.en-land-bonus__button-steam:active
{
    opacity: .7;
}
.en-land-bonus__button-steam.m--pc
{
    grid-area: pc;
    background: #7e8b2b;
}
.en-land-bonus__button-steam.m--pc::before
{
    background: rgba(181,52,34,.56);
    mix-blend-mode: color-dodge;
}
.en-land-bonus__button-steam.m--pc::after
{
    background: rgba(107,20,0,.38);
}
.en-land-bonus__button-steam.m--pc:hover
{
    background: linear-gradient(0deg,#97ab17 0%,#97ab17 100%),#7e8b2b;
    box-shadow: 0 0 48px 0 rgba(181,52,34,.56);
}
.en-land-bonus__button-steam.m--pc:hover::after
{
    mix-blend-mode: normal;
    background: rgba(107,20,0,.38);
}
.en-land-bonus__button-steam.m--steam
{
    grid-area: steam;
}
.en-land-bonus__button-steam.m--steam:hover
{
    box-shadow: 0 0 48px 0 rgba(41,68,209,.56);
    background: linear-gradient(0deg,#1798e2 0%,#1798e2 100%),#2f89bc;
}
.en-land-bonus__button-steam.m--steam:hover::after
{
    mix-blend-mode: normal;
    background: rgba(50,52,82,.38);
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__button-steam
    {
        gap: 10px;
        padding: 12px 0;
        width: 375px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__button-steam
    {
        padding: 10px 0;
        width: 260px;
    }
}
.en-land-bonus__button-steam-text
{
    font-family: 'Fira Sans Condensed',sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(192,198,255,.86);
    text-decoration: none;
    font-size: 42px;
    line-height: 50px;
}
body[lang="zh"] .en-land-bonus__button-steam-text
{
    font-size: 36px;
}
.m--pc .en-land-bonus__button-steam-text
{
    text-shadow: 0 1px 0 rgba(239,188,177,.86);
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__button-steam-text
    {
        font-size: 32px;
        line-height: 40px;
    }
    body[lang="zh"] .en-land-bonus__button-steam-text
    {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__button-steam-text
    {
        font-size: 22px;
        line-height: 30px;
    }
    body[lang="zh"] .en-land-bonus__button-steam-text
    {
        font-size: 18px;
    }
}
.en-land-bonus__button-text
{
    text-decoration: none;
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}
.en-land-bonus__button-text>small
{
    display: block;
    font-family: 'Fira Sans Condensed',sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
    opacity: .7;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__button-text
    {
        font-size: 28px;
    }
    .en-land-bonus__button-text>small
    {
        font-size: 12px;
        padding-bottom: 4px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__button-text
    {
        font-size: 18px;
    }
    .en-land-bonus__button-text>small
    {
        font-size: 10px;
        padding-bottom: 2px;
    }
}
.en-land-bonus__button-icon
{
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.en-land-bonus__button-icon.m--ps
{
    background-image: url(../../willbettingde/image/b946878de9a2efe9459b.png);
}
.en-land-bonus__button-icon.m--xbox
{
    background-image: url(../../willbettingde/image/e6a791244e5cce4ec709.png);
}
.en-land-bonus__button-icon.m--pc
{
    max-width: 32px;
    max-height: 32px;
    background-image: url(../../willbettingde/image/f9a1335d575378e88c3a.svg);
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__button-icon.m--pc
    {
        max-width: 24px;
        max-height: 24px;
    }
}
.en-land-bonus__button-icon.m--steam
{
    max-width: 36px;
    max-height: 36px;
    background-image: url(../../willbettingde/image/8faf7313bdb7d8c21359.svg);
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__button-icon
    {
        width: 34px;
        height: 34px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__button-icon
    {
        width: 32px;
        height: 32px;
    }
}
.en-land-bonus__play
{
    grid-area: play;
    position: relative;
    order: 2;
    display: flex;
    width: 530px;
    height: 96px;
    align-items: center;
    padding-left: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg,#febe6b 0%,#d88756 100%);
    color: #112227;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffd18b;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;/* 100% */
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .1s ease-out;
}
.en-land-bonus__play.m--nobonus
{
    justify-content: center;
    padding-left: 0;
    justify-self: center;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__play
    {
        width: 400px;
        height: 72px;
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__play
    {
        width: 260px;
        height: 48px;
        font-size: 26px;
        padding-left: 10px;
        letter-spacing: 1.333px;
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land-bonus__play
    {
        order: 0;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__play
    {
        width: 100%;
        max-width: 260px;
    }
}
.en-land-bonus__play::before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ffedc9;
}
.en-land-bonus__play::after
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(134,59,27,.46);
}
.en-land-bonus__play:hover
{
    box-shadow: 0 0 48px 0 rgba(255,111,66,.6);
}
.en-land-bonus__play:active
{
    opacity: .7;
}
.en-land-bonus__button-consoles
{
    display: flex;
    gap: 10px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    background: url(../../willbettingde/image/ea648692d50e9457c8f6.png);
    background-size: 100% 300%;
    width: 260px;
    height: 48px;
    border-radius: 4px;
    width: 530px;
    height: 96px;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;/* 100% */
    text-decoration: none;
    color: #fff;
    order: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 10px 14px 0 rgba(14,10,21,.74);
    cursor: pointer;
}
.en-land-bonus__button-consoles:hover
{
    background-position-y: -100%;
    box-shadow: 0 0 48px 0 #00308777!important;
}
.en-land-bonus__button-consoles:active
{
    background-position-y: -200%;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__button-consoles
    {
        width: 400px;
        height: 72px;
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__button-consoles
    {
        width: 260px;
        height: 48px;
        font-size: 26px;
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land-bonus__button-consoles
    {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__button-consoles
    {
        width: 100%;
        max-width: 260px;
    }
}
.en-land-bonus__button-console-icons
{
    display: flex;
    gap: 4px;
}
.en-land-bonus__play-icon
{
    background-image: url(../../willbettingde/image/b9baf187cee8cf1e2e53.svg);
    background-size: contain;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    margin-right: 10px;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__play-icon
    {
        width: 28px;
        height: 28px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__play-icon
    {
        width: 18px;
        height: 18px;
        margin-left: 6px;
        margin-right: 6px;
    }
}
.en-land-bonus__platforms
{
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.en-land-bonus__platform
{
    text-decoration: none;
    height: 2.4rem;
    width: 5.8rem;
    margin-right: 1rem;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.en-land-bonus__platform.m--xbox
{
    width: 8.5rem;
    background-image: url(../../willbettingde/image/4bde561d1a56e869e4fe.svg);
}
.en-land-bonus__platform.m--xbox-one
{
    background-image: url(../../willbettingde/image/989b7a81937476d40087.svg);
}
.en-land-bonus__platform.m--ps5
{
    background-image: url(../../willbettingde/image/a3f3a3330871de7b0a77.svg);
}
.en-land-bonus__platform.m--ps4
{
    background-image: url(../../willbettingde/image/21255de443d9fef45a90.svg);
}
.en-land-bonus__platform.m--windows
{
    background-image: url(../../willbettingde/image/cccdbee641e73ed52984.svg);
}
.en-land-bonus__platform.m--steam
{
    background-image: url(../../willbettingde/image/620b1f095b7de25786ae.svg);
    display: block;
}
.en-land-bonus__play-bonus
{
    position: absolute;
    right: -2px;
    top: 0;
    height: 100%;
    background-image: url(../../willbettingde/image/15b61583c3f5c520649a.png);
    background-size: contain;
    aspect-ratio: 1.90277778;
    z-index: 2;
}
.en-land-bonus__disclaimer
{
    color: rgba(255,255,255,.8);
    font-family: 'Fira Sans Condensed',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;/* 142.857% */
    letter-spacing: .7px;
    text-align: center;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__disclaimer
    {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__disclaimer
    {
        font-size: 12px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__disclaimer
    {
        padding-inline: 40px;
    }
}
.en-land-bonus__footer
{
    background: rgba(0,0,0,.51);
    font-family: 'Fira Sans Condensed',sans-serif;
    display: grid;
    gap: 24px;
    grid-template: "logos main rates"/min-content 1fr min-content;
    padding: 12px 10px;
}
@media only screen and (max-width: 1540px)
{
    .en-land-bonus__footer
    {
        grid-template: "main main" "logos rates"/1fr 1fr;
        padding: 32px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__footer
    {
        grid-template: "main" "logos" "rates"/1fr;
        padding: 32px 16px;
    }
}
.en-land-bonus__footer-logos
{
    grid-area: logos;
    display: flex;
    gap: 18px;
    align-items: center;
}
@media only screen and (max-width: 1540px)
{
    .en-land-bonus__footer-logos
    {
        justify-self: end;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__footer-logos
    {
        justify-self: center;
    }
}
.en-land-bonus__footer-darkflow
{
    display: inline-block;
    width: 140px;
    height: 50px;
    background: url(../../willbettingde/image/2dcd9b068632bd891e57.svg) no-repeat center center;
    background-size: contain;
    opacity: .7;
    transition: all .1s ease-out;
}
.en-land-bonus__footer-darkflow:hover
{
    opacity: 1;
}
.en-land-bonus__footer-incubator
{
    width: 88px;
    height: 35px;
    display: flex;
    gap: 6;
    opacity: .7;
    transition: all .1s ease-out;
    align-items: center;
    justify-content: space-between;
}
.en-land-bonus__footer-incubator:hover
{
    opacity: 1;
}
.en-land-bonus__footer-incubator-image
{
    width: 28px;
    height: 33px;
    background: url(../../willbettingde/image/5488c248524c8d498833.svg) no-repeat center center;
    background-size: contain;
}
.en-land-bonus__footer-incubator-text
{
    font-size: 12px;
    font-weight: 500;
}
.en-land-bonus__footer-main
{
    grid-area: main;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.en-land-bonus__footer-main-links
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__footer-main-links
    {
        flex-wrap: wrap;
    }
}
.en-land-bonus__footer-main-links a
{
    color: rgba(255,255,255,.75);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;/* 112.5% */
    text-decoration-line: underline;
    display: flex;
    gap: 4px;
    align-items: center;
    transition: all .1s ease-out;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.en-land-bonus__footer-main-links a.m--icon::after
{
    content: "";
    height: 10px;
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../willbettingde/image/9089cf212eef823253fe.svg);
}
.en-land-bonus__footer-main-links a.m--sysreq
{
    text-decoration: none;
    gap: 2px;
}
.en-land-bonus__footer-main-links a.m--sysreq::before
{
    content: "";
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../willbettingde/image/ea1939628c60634c8d2a.svg);
    opacity: .75;
}
.en-land-bonus__footer-main-links a:hover
{
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__footer-main-links a
    {
        font-size: 14px;
    }
}
.en-land-bonus__footer-main-copyright
{
    color: rgba(255,255,255,.62);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.en-land-bonus__footer-rates
{
    grid-area: rates;
    width: 210px;
    height: 50px;
    display: flex;
    gap: 12px;
    justify-self: end;
}
@media only screen and (max-width: 1540px)
{
    .en-land-bonus__footer-rates
    {
        justify-self: start;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__footer-rates
    {
        justify-self: center;
    }
}
.en-land-bonus__footer-rate
{
    height: 3rem;
    width: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.en-land-bonus__footer-rate.m--age
{
    background-image: url(../../willbettingde/image/eeec196d0702157c34d2.svg);
}
.en-land-bonus__footer-rate.m--esrb
{
    background-image: url(../../willbettingde/image/1aa485ea3ea7c1269161.svg);
}
.en-land-bonus__footer-rate.m--pegi
{
    background-image: url(../../willbettingde/image/c452db7cf55804324d7a.svg);
}
.en-land-bonus__footer-rate.m--usk
{
    background-image: url(../../willbettingde/image/8e7ed3851123fcc410c2.svg);
}
.en-land-bonus__logos
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.en-land-bonus__logo
{
    position: relative;
    width: 445px;
    height: 320px;
}
.en-land-bonus__logo::before
{
    position: absolute;
    content: " ";
    background-image: url(../../willbettingde/image/5d1177153fa575e9b2ee.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 445px;
    height: 320px;
    left: 0;
    top: 0;
    z-index: 5;
}
.en-land-bonus__logo::after
{
    position: absolute;
    content: " ";
    background: radial-gradient(37.11% 50% at 50% 50%,#1a1f23 14.06%,rgba(26,31,35,.55) 36.98%,rgba(26,31,35,.19) 71.88%,rgba(26,31,35,0) 100%);
    background-position: center center;
    width: 810px;
    height: 400px;
    left: 50%;
    margin-left: -405px;
    top: 50%;
    margin-top: -200px;
    z-index: 3;
}
.m--steam .en-land-bonus__logo::after
{
    opacity: .16;
    background: radial-gradient(37.11% 50% at 50% 50%,#36140c 14.06%,rgba(61,21,13,0) 100%);
    width: 534px;
    margin-left: -267px;
    height: 267px;
    margin-top: -134px;
}
@media only screen and (max-width: 2000px)
{
    .en-land-bonus__logo
    {
        width: 396px;
        height: 286px;
    }
    .en-land-bonus__logo::before
    {
        width: 396px;
        height: 286px;
    }
    .en-land-bonus__logo::after
    {
        width: 720px;
        height: 360px;
        margin-left: -360px;
        margin-top: -180px;
    }
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__logo
    {
        width: 260px;
        height: 180px;
    }
    .en-land-bonus__logo::before
    {
        width: 260px;
        height: 180px;
    }
    .en-land-bonus__logo::after
    {
        width: 460px;
        height: 240px;
        margin-left: -230px;
        margin-top: -120px;
        overflow: clip;
    }
}
.en-land-bonus__logo-omen
{
    width: 230px;
    height: 70px;
    background: url(../../willbettingde/image/60d70c4dc2b1f796aa0a.png) no-repeat;
    background-position: center center;
    background-size: contain;
}
@media only screen and (max-width: 1280px)
{
    .en-land-bonus__logo-omen
    {
        width: 204px;
        height: 64px;
    }
}
@media only screen and (max-width: 1024px)
{
    .en-land-bonus__logo-omen
    {
        width: 128px;
        height: 40px;
    }
}
@media only screen and (max-width: 760px)
{
    .en-land-bonus__logo-omen
    {
        width: 150px;
        height: 48px;
    }
}