.HomeGuest .About {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.mobile .HomeGuest .About {
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px
}

.mobile .HomeGuest .About:after {
    content: " ";
    display: block
}

.HomeGuest .About-Info {
    position: relative;
    flex: 0 0 19%;
    margin: 0 6px
}

.mobile .HomeGuest .About-Info {
    flex: 0 0 132px;
    margin: 0 4px
}

.HomeGuest .About-Info:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.HomeGuest .About-Info img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover
}

.HomeGuest .About-Info>p {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-white)
}

.mobile .HomeGuest .About-Info>p {
    font-size: 12px;
    top: 10px;
    left: 16px
}

.HomeGuest .Providers {
    padding: 30px 0;
    position: relative
}

.HomeGuest .Providers:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(90deg, rgba(6, 14, 43, 0) 0%, transparent 1.88%, var(--color-dark-grey-0) 100%, rgba(6, 14, 43, 0) 100%);
    pointer-events: none
}

.mobile .HomeGuest .Providers:before {
    background: linear-gradient(90deg, rgba(6, 14, 43, 0) 0%, transparent 1.88%, var(--color-dark-grey-0) 100%, rgba(6, 14, 43, 0) 100%)
}

.HomeGuest .Providers:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    background: linear-gradient(-90deg, rgba(6, 14, 43, 0) 0%, transparent 1.88%, var(--color-dark-grey-0) 100%, rgba(6, 14, 43, 0) 100%);
    pointer-events: none
}

.mobile .HomeGuest .Providers:after {
    background: linear-gradient(-90deg, rgba(6, 14, 43, 0) 0%, transparent 1.88%, var(--color-dark-grey-0) 100%, rgba(6, 14, 43, 0) 100%)
}

.HomeGuest .Providers-Content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    overflow-y: hidden;
    overflow-x: auto
}

.HomeGuest .Providers-Content__start {
    justify-content: flex-start
}

.mobile .HomeGuest .Providers-Content {
    padding: 20px 0 20px 10px
}

.mobile .HomeGuest .Providers-Content:after {
    content: " ";
    display: block
}

.mobile .HomeGuest .Providers-Content button:not(:last-child) {
    margin-right: 14px
}

.HomeGuest .Providers button:not(:last-child) {
    margin-right: 52px
}

.HomeGuest .Providers-One {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    max-width: initial;
    width: auto;
    cursor: pointer
}

.home-guest-top-games {
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-flow: column;
    gap: 16px
}

.mobile .home-guest-top-games {
    gap: 8px;
    padding-bottom: 20px
}

.home-guest-top-games>h2 {
    margin: 0 0 40px;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white)
}

.mobile .home-guest-top-games>h2 {
    margin: 0 0 16px;
    font-size: 24px
}

.home-guest-top-games__content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 16px
}

.mobile .home-guest-top-games__content {
    display: flex;
    position: relative;
    justify-content: start;
    gap: 8px
}

.mobile .home-guest-top-games__content:last-child {
    display: none
}

.home-guest-top-games__card {
    width: 100%
}

.mobile .home-guest-top-games__card {
    flex: 0 0 132px;
    width: 132px
}

.Header-Banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.Header-Banner .Header-Image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .1s ease-in
}

.Header-Banner .Header-Image--visible {
    opacity: 1
}

.Header-Banner source,
.Header-Banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

@media(max-width: 768px) {
    .Header-Banner source,
    .Header-Banner img {
        object-fit: contain
    }
}

.HomeGuest .WelcomePack {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    background-color: var(--color-dark-grey-1)
}

.desktop .HomeGuest .WelcomePack {
    background: linear-gradient(269.49deg, var(--color-dark-grey-0) 20.62%, rgba(6, 14, 42, 0) 69.67%), linear-gradient(-269.49deg, var(--color-dark-grey-0) 20.62%, rgba(6, 14, 42, 0) 69.67%), var(--color-dark-grey-1)
}

.HomeGuest .WelcomePack-Info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 26px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: var(--color-light-grey-5);
    text-transform: capitalize
}

.HomeGuest .WelcomePack-Info>span {
    font-size: 10px;
    font-weight: 600;
    color: var(--color-mid-grey-5)
}

@keyframes banner-button-pulse {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(1.15)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

.HomeGuest .Header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 161px 0 102px;
    text-align: center;
    margin: 16px auto 0 auto;
    overflow: hidden
}

@media(max-width: 768px) {
    .HomeGuest .Header {
        padding: 80vw .5em 70px
    }
    .HomeGuest .Header>h1 {
        font-size: 60px
    }
    .HomeGuest .Header>.m-button {
        padding-left: 61px;
        padding-right: 61px
    }
}

.HomeGuest .Header-AboveTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--color-white);
    text-transform: uppercase
}

@media(min-width: 1248px) {
    .HomeGuest .Header-AboveTitle {
        font-size: 30px
    }
}

.HomeGuest .Header-AboveTitle--de {
    font-size: 23px
}

@media(min-width: 1248px) {
    .HomeGuest .Header-AboveTitle--de {
        font-size: 30px
    }
}

.HomeGuest .Header-Title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--color-at400);
    word-break: break-word
}

@media(min-width: 1248px) {
    .HomeGuest .Header-Title {
        font-size: 105px
    }
}

.HomeGuest .Header-AdditionalText {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.4;
    color: var(--color-at400)
}

@media(max-width: 768px) {
    .HomeGuest .Header-AdditionalText {
        margin-bottom: 17px;
        font-size: 18px
    }
}

.HomeGuest .Header>.m-button.banner-button {
    padding-left: 53px;
    padding-right: 53px;
    transition: all .5s
}

.HomeGuest .Header>.m-button.banner-button .m-button-content {
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 0
}

.HomeGuest .Header>.m-button.banner-button .m-button-content>span:nth-child(2) {
    opacity: .8;
    text-transform: none
}

.HomeGuest .Header>.m-button.banner-button--animate:not(:hover) {
    animation: banner-button-pulse 1.9s infinite
}

.HomeGuest .Header>.m-button.banner-button:hover {
    transform: scale(1.15)
}

.HomeGuest .Header .banner-button.m-button {
    text-transform: capitalize;
    border-radius: 1000px
}

.Wrapper--padding {
    padding: 0
}

@media(min-width: 768px) {
    .Wrapper--padding {
        padding: 0 16px
    }
}

.HomeGuest {
    margin-bottom: 64px
}

@media(max-width: 768px) {
    .HomeGuest {
        margin-bottom: 40px;
        overflow-x: hidden
    }
}

.HomeGuest-Btn {
    position: relative;
    left: 50%;
    padding: 11px 20px !important;
    font-weight: 600;
    transform: translate(-50%, 0)
}

.HomeGuest-Btn .m-button-content {
    font-size: 14px
}

.HomeGuest .HomeInfo {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none
}

.mobile .HomeGuest .HomeInfo {
    margin-top: 0;
    margin-bottom: 0
}