.bg--new-player-homepage {
    background-color: #FBF4FF;
}

.bg--new-player-homepage section.section-1 .logo {
    max-width: 220px;
}
.bg--new-player-homepage section.section-1 .top-bar-fixed .logo {
    max-width: 220px;
}


.bg--new-player-homepage section.section-1 .top-cta a {
    color: #fff;
}

.bg--new-player-homepage section.section-1 .top-cta .login {
    border-color: white;
}

.bg--new-player-homepage section.section-1 .ball {
    top: 488px;
    left: 288px;
}

.bg--new-player-homepage .quote h1{
    color: #494949;
}

@media (min-width: 1025px) {


    .bg--new-player-homepage section h1 {
        font-size: 2.8rem;
    }
}

@media (min-width:320px) and (max-width: 961px) {

    .bg--new-player-homepage section.section-1 .logo {
        max-width: 180px;
    }

    .bg--new-player-homepage section.section-1 .top-bar .logo {
        width: 160px;
        top: 6px;
    }

    .bg--new-player-homepage section.section-1 .top-bar-fixed .logo {
        width: 160px;
        top: 1px;
    }

}

.custom-skin {
    background-position: 0 bottom;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-skin > div {
    background: transparent !important;
    --lobbyRowBackgroundColor__casino: transparent !important;
    --lobbyRowBackgroundColor__bingo: transparent !important;
    --lobbyRowBackgroundColor__promos: transparent !important;
}

.bg--modal[aria-label="Loyalty Rewards"] {
    --header-color: var(--neutral-dark);
}
