﻿
.vjsc {
}
.vjsc .vjsc-variant .winning-wrapper {
    flex-wrap: wrap;
    margin-top: -30px;
}
.vjsc .vjsc-variant .winning-img {
    max-width: 400px;
}
.vjsc .vjsc-variant .above-fold-bg {
    display: none;
}
.vjsc .modal-overlay {
    position: fixed;
    z-index: 4;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    background: #00a1e5;
    padding: 50px 0 0;
    box-sizing: border-box;
    animation: crescendo 0.2s alternate ease-in;
    backdrop-filter: blur(3px);
    transform: translate(-50%, -50%);
}
.vjsc .modal-overlay button {
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    max-width: 40px;
    width: 100%;
    padding: 11px;
}
.vjsc .modal-overlay button a {
    color: inherit;
    text-decoration: none;
    display: block;
}
.vjsc .modal-overlay iframe {
    width: 100%;
    height: 93%;
    position: relative;
    z-index: 1;
    border: 0;
}
.vjsc .modal-overlay button {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0 0 transparent !important;
    min-width: inherit;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: -11px;
    right: -11px;
    font-size: 16px;
}
.vjsc h1,
.vjsc h2,
.vjsc h3,
.vjsc h4,
.vjsc h5,
.vjsc h6,
.vjsc p,
.vjsc a,
.vjsc span,
.vjsc span,
.vjsc .accordion-label,
.vjsc .accordion-label-seo {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
.vjsc nav {
    background: #dc328a;
}
.vjsc nav .row > div {
    padding: 0;
}
.vjsc nav .logo {
    position: relative;
}
.vjsc .header-separation {
    color: #fff000;
    font-size: 22px;
    margin-top: 0;
}
.vjsc .header-separation p {
    display: block;
    flex-grow: 1;
}
.vjsc .header-separation .txt-right {
    color: #fff;
    font-size: 16px;
}
.vjsc .heading-crown:before {
    content: '';
    width: 6px;
    height: 110px;
    left: 40px;
    transform: rotate(-20deg);
    background: #ffea00;
    position: absolute;
}
.vjsc .heading-crown:after {
    content: '';
    width: 6px;
    height: 110px;
    right: 40px;
    transform: rotate(20deg);
    background: #ffea00;
    position: absolute;
    top: 0;
}
.vjsc .triangle {
    color: #dc328a;
    background: var(--triangle-bg) 50% 2px no-repeat;
    width: 446px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.vjsc .triangle .triangle-heading {
    font-size: 60px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #00354b;
    margin: 0;
}
.vjsc iframe {
    min-width: 304px;
    min-height: 190px;
}
.vjsc .above-fold-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: auto;
}
.vjsc .vjsc-variant .supported-device {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.vjsc #welcome {
    background: #009fe3;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.vjsc #welcome h1 {
    font-size: 40px;
    font-weight: 700;
}
.vjsc #welcome p {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 0 3px #00000080;
}
.vjsc #welcome .welcome-second-row + .row > div {
    padding: 0;
}
.vjsc #welcome .welcome-list {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    background: #ffea00;
    margin-bottom: 2px;
    padding: 8px 8px 8px 30px;
    list-style: none;
    position: relative;
    left: -40px;
}
.vjsc #welcome .welcome-list:before {
    background: var(--tick) 50% no-repeat;
    background-size: cover;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
}
.vjsc #welcome .amazing-card {
    background: #fff;
}
.vjsc #welcome .quick-message .rich-text {
    color: #fff;
}
.vjsc #welcome .quick-message .rich-text h1,
.vjsc #welcome .quick-message .rich-text h2,
.vjsc #welcome .quick-message .rich-text h3,
.vjsc #welcome .quick-message .rich-text h4,
.vjsc #welcome .quick-message .rich-text h5,
.vjsc #welcome .quick-message .rich-text h6,
.vjsc #welcome .quick-message .rich-text p,
.vjsc #welcome .quick-message .rich-text a,
.vjsc #welcome .quick-message .rich-text span {
    color: #fff;
    margin-bottom: 5px;
    font-size: 22px;
    padding: 0;
}
.vjsc #welcome .right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: var(--youtube-bg) 50% 0 no-repeat;
    position: relative;
    top: -55px;
    height: 455px;
    padding-bottom: 25px;
}
.vjsc #welcome .supported-device {
    border: 3px solid #fff;
    padding: 20px;
    margin: 20px 0;
    font-size: 28px;
    color: #ffea00;
    line-height: 32px;
    align-items: center;
    flex-wrap: wrap;
}
.vjsc #welcome .supported-device .device-wrapper {
    padding: 20px 0;
}
.vjsc #welcome .supported-device .device {
    position: relative;
}
.vjsc #welcome .supported-device .device:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 40px;
    width: 1px;
    background: #5bc2ee;
}
.vjsc #welcome .supported-device .device:last-child:before {
    display: none;
}
.vjsc #welcome .supported-device .device span {
    color: #fff;
}
.vjsc #welcome .letter {
    height: auto;
    background-size: contain;
    position: relative;
    margin-top: 35px;
}
.vjsc #welcome .letter .letter-list .rich-text {
    color: #000;
}
.vjsc #welcome .letter .letter-list .rich-text h1,
.vjsc #welcome .letter .letter-list .rich-text h2,
.vjsc #welcome .letter .letter-list .rich-text h3,
.vjsc #welcome .letter .letter-list .rich-text h4,
.vjsc #welcome .letter .letter-list .rich-text h5,
.vjsc #welcome .letter .letter-list .rich-text h6,
.vjsc #welcome .letter .letter-list .rich-text p,
.vjsc #welcome .letter .letter-list .rich-text a,
.vjsc #welcome .letter .letter-list .rich-text span {
    color: #000;
    margin-bottom: 5px;
    padding: 0;
    font-size: 20px;
}
.vjsc #welcome .letter > div {
    position: relative;
}
.vjsc #welcome .letter h2 {
    color: #000;
    border-bottom: 6px solid #fa93c7;
    padding-bottom: 12px;
}
.vjsc #welcome .letter h2 span {
    color: #f6278f;
}
.vjsc #welcome .letter li {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
    padding: 8px 8px 8px 50px;
    list-style: none;
    width: 100%;
    max-width: 440px;
    margin: 30px 0;
}
.vjsc #welcome .letter li a {
    color: #f6278f;
}
.vjsc #welcome .letter ul {
    padding: 0;
    margin-top: 60px;
}
.vjsc #welcome .letter ul.left-list li:before {
    content: '';
    background: var(--tick2x-bg) 50% no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 45px;
    margin-top: -15px;
}
.vjsc #welcome .letter ul.right-list {
    margin-left: 40px;
    width: 395px;
}
.vjsc #welcome .letter ul.right-list li:before {
    content: '';
    background: var(--tick2x-bg) 50% no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 375px;
    margin-top: -15px;
}
.vjsc #games-recommendation {
    background: #1a9dd9;
    font-size: 16px;
    color: #2a2a2a;
}
.vjsc #games-recommendation h2 {
    color: #fff;
    padding: 0 5%;
}
.vjsc #games-recommendation h2 span {
    color: #fff000;
}
.vjsc #games-recommendation .recommended-game {
    background: #fff;
    border: 6px solid #dc328a;
    padding: 16px;
}
.vjsc #games-recommendation .recommended-game .ribbon {
    position: absolute;
}
.vjsc #games-recommendation .recommended-game .ribbon:before {
    position: relative;
    left: -37%;
    top: -22px;
    bottom: -24px;
    display: block;
    content: '';
    transform: rotate(0);
    background-image: linear-gradient(
        45deg,
        #c3166d 0%,
        #ff389c 40%,
        #ff389c 60%,
        #c3166d 100%
    );
    clip-path: polygon(0% 0, 100% 0%, 0 100%);
    width: 100px;
    height: 100px;
}
.vjsc #games-recommendation .recommended-game .ribbon p {
    color: #fff;
    font-size: 10px;
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    left: -28px;
    text-transform: uppercase;
}
.vjsc #games-recommendation .recommended-game .ribbon p span {
    font-size: 20px;
    font-family: times new roman, Times, serif;
}
.vjsc #games-recommendation .recommended-game .ribbon + div {
    padding: 0;
}
.vjsc #games-recommendation .recommended-game h3 {
    color: #1a9dd9;
    font-size: 34px;
    line-height: 37px;
    border-bottom: solid 3px #1a9dd9;
    width: fit-content;
    margin: 0 auto 10px;
    padding-bottom: 5px;
}
.vjsc #games-recommendation .recommended-game img {
    max-width: 400px;
}
.vjsc #games-recommendation .recommended-live-txt {
    color: #fff;
}
.vjsc #games-recommendation .recommended-live-txt h1,
.vjsc #games-recommendation .recommended-live-txt h2,
.vjsc #games-recommendation .recommended-live-txt h3,
.vjsc #games-recommendation .recommended-live-txt h4,
.vjsc #games-recommendation .recommended-live-txt h5,
.vjsc #games-recommendation .recommended-live-txt h6,
.vjsc #games-recommendation .recommended-live-txt p,
.vjsc #games-recommendation .recommended-live-txt a,
.vjsc #games-recommendation .recommended-live-txt span {
    margin: 0 0 5px;
    font-size: 14px;
    color: #fff;
}
.vjsc #games-recommendation .game-description {
    background: #f6f6f6;
    background: #f6f6f6;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 40px 65px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
.vjsc #games-recommendation .game-description h1,
.vjsc #games-recommendation .game-description h2,
.vjsc #games-recommendation .game-description h3,
.vjsc #games-recommendation .game-description h4,
.vjsc #games-recommendation .game-description h5,
.vjsc #games-recommendation .game-description h6,
.vjsc #games-recommendation .game-description p,
.vjsc #games-recommendation .game-description a,
.vjsc #games-recommendation .game-description span {
    color: #2a2a2a;
    margin: 0 0 5px;
    font-size: 14px;
}
.vjsc #casino-live {
    background: #004766;
    color: #fff;
}
.vjsc #casino-live .casino-live-text h3 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 12px;
    font-family: times new roman, Times, serif;
    font-weight: lighter;
    letter-spacing: 4px;
    text-align: center;
}
.vjsc #casino-live .fix-padding {
    margin-left: -5px;
    margin-right: -5px;
}
.vjsc #casino-live .fix-padding > div {
    padding: 0;
}
.vjsc #casino-live .fix-padding > div img {
    margin: auto;
}
.vjsc #casino-live .rich-text {
    color: #fff;
}
.vjsc #casino-live .rich-text h1,
.vjsc #casino-live .rich-text h2,
.vjsc #casino-live .rich-text h3,
.vjsc #casino-live .rich-text h4,
.vjsc #casino-live .rich-text h5,
.vjsc #casino-live .rich-text h6,
.vjsc #casino-live .rich-text p,
.vjsc #casino-live .rich-text a,
.vjsc #casino-live .rich-text span {
    color: #fff;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
}
.vjsc #casino-live img {
    margin: 5px;
}
.vjsc #casino-live p {
    margin: 10px 20px;
    color: #fff;
    font-size: 16px;
}
.vjsc #wide-game {
    background: #1a9dd9;
}
.vjsc #wide-game .fix-padding {
    margin-left: -15px;
    margin-right: -15px;
}
.vjsc #wide-game .rich-text {
    color: #2a2a2a;
}
.vjsc #wide-game .rich-text h1,
.vjsc #wide-game .rich-text h2,
.vjsc #wide-game .rich-text h3,
.vjsc #wide-game .rich-text h4,
.vjsc #wide-game .rich-text h5,
.vjsc #wide-game .rich-text h6,
.vjsc #wide-game .rich-text p,
.vjsc #wide-game .rich-text a,
.vjsc #wide-game .rich-text span {
    color: #2a2a2a;
    margin-bottom: 5px;
    padding: 0;
}
.vjsc #wide-game h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.vjsc #wide-game h2 span {
    color: #fff000;
}
.vjsc #wide-game h3 {
    font-size: 40px;
    color: #ffea00;
    margin-top: 20px;
    margin-bottom: 10px;
}
.vjsc #wide-game h3:before {
    content: '';
    width: 350px;
    height: 5px;
    background: #ffea00;
    position: absolute;
    left: 15px;
    top: 50px;
}
.vjsc #wide-game h3:after {
    content: '';
    width: 350px;
    height: 5px;
    background: #ffea00;
    position: absolute;
    right: 15px;
    top: 50px;
}
.vjsc #wide-game h3 span {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
}
.vjsc #wide-game p {
    color: #ffea00;
    font-size: 18px;
    margin-bottom: 15px;
}
.vjsc #wide-game p span {
    color: #fff;
    font-size: 16px;
}
.vjsc #wide-game .users-voice-title h2 {
    font-size: 40px;
    color: #ffea00;
    margin-top: 20px;
    margin-bottom: 10px;
}
.vjsc #wide-game .users-voice-title h2:before {
    content: '';
    width: 350px;
    height: 5px;
    background: #ffea00;
    position: absolute;
    left: 15px;
    top: 50px;
}
.vjsc #wide-game .users-voice-title h2:after {
    content: '';
    width: 350px;
    height: 5px;
    background: #ffea00;
    position: absolute;
    right: 15px;
    top: 50px;
}
.vjsc #wide-game .users-voice-title h2 span {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
}
.vjsc #wide-game .device-game img {
    width: 100%;
    height: auto;
}
.vjsc #wide-game .exclusive {
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    width: 100%;
    position: relative;
}
.vjsc #wide-game .exclusive > img {
    width: 100%;
    height: auto;
}
.vjsc #wide-game .exclusive .ribbon-image {
    width: 72px;
    height: 72px;
}
.vjsc #wide-game .exclusive .ribbon {
    position: absolute;
    overflow: hidden;
    height: 80px;
    left: -4px;
}
.vjsc #wide-game .exclusive .ribbon p {
    color: #fff;
    font-size: 10px;
    transform: rotate(-45deg);
    position: absolute;
    top: 17px;
    left: -185px;
    text-transform: uppercase;
    padding: 3px 22px;
    text-align: center;
    margin: 0;
}
.vjsc #wide-game .free-play {
    background: #fff;
    position: relative;
}
.vjsc #wide-game .free-play .rich-text {
    color: #2a2a2a;
}
.vjsc #wide-game .free-play .rich-text h1,
.vjsc #wide-game .free-play .rich-text h2,
.vjsc #wide-game .free-play .rich-text h3,
.vjsc #wide-game .free-play .rich-text h4,
.vjsc #wide-game .free-play .rich-text h5,
.vjsc #wide-game .free-play .rich-text h6,
.vjsc #wide-game .free-play .rich-text p,
.vjsc #wide-game .free-play .rich-text a,
.vjsc #wide-game .free-play .rich-text span {
    color: #2a2a2a;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
}
.vjsc #wide-game .free-play p {
    color: #2a2a2a;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    width: 700px;
    margin-top: 16px;
}
.vjsc #wide-game .free-play hr {
    border-top: 3px solid #dc328a;
}
.vjsc #wide-game .free-play h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #1a9dd9;
}
.vjsc #wide-game .free-play h3 span {
    color: #dc328a;
}
.vjsc #wide-game .free-play h3:before {
    content: none;
}
.vjsc #wide-game .free-play h3:after {
    content: none;
}
.vjsc #wide-game .free-play .free-play-mode {
    position: absolute;
    right: 24px;
    bottom: -5px;
    transform: rotate(18deg);
}
.vjsc #wide-game .free-play .free-play-mode img {
    width: 180px;
    height: 180px;
}
.vjsc #wide-game .users-voice img {
    max-width: 400px;
    margin: 10px 1px;
    width: 100%;
    height: auto;
}
.vjsc .separation {
    background: #ffea00;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
    position: relative;
    text-align: center;
}
.vjsc .separation:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -39px;
    display: block;
    content: '▾';
    color: #ffea00;
    font-size: 50px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    z-index: 2;
}
.vjsc .separation span {
    color: #dc328a;
}
.vjsc .heading {
    border-bottom: 4px solid #dc328a;
    padding-bottom: 15px;
    width: fit-content;
    display: block;
    margin: auto;
}
.vjsc .sub-heading {
    border-bottom: 4px solid #1a9dd9;
    padding-bottom: 15px;
    width: fit-content;
    display: block;
    margin: auto;
}
.vjsc button {
    border: none;
    display: block;
    margin: 20px auto;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    height: auto;
}
.vjsc button a {
    text-decoration: none;
    padding: 11px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.vjsc .btn-primary {
    background: linear-gradient(
        0deg,
        #fdba4d 0%,
        #fec141 20.85%,
        #ff7a0f 47.92%,
        #fec141 79.46%,
        #ffb53d 100%
    );
    position: relative;
}
.vjsc .btn-primary a {
    color: #fff;
    font-size: 28px;
    text-shadow: 1px 1px 0 #00000080;
    padding: 11px 16px;
}
.vjsc .btn-tertiary {
    background: #ffea00;
}
.vjsc .btn-tertiary a {
    color: #000;
}
.vjsc .btn-secondary {
    background-image: linear-gradient(
        180deg,
        #fa57cc 0%,
        #f444b8 25%,
        #bb116d 50%,
        #f444b8 75%,
        #fa57cc 100%
    );
}
.vjsc .btn-secondary a {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
    font-size: 23px;
}
.vjsc #user-manual {
    background: #004766;
}
.vjsc #user-manual .rich-text {
    color: #2a2a2a;
}
.vjsc #user-manual .rich-text h1,
.vjsc #user-manual .rich-text h2,
.vjsc #user-manual .rich-text h3,
.vjsc #user-manual .rich-text h4,
.vjsc #user-manual .rich-text h5,
.vjsc #user-manual .rich-text h6,
.vjsc #user-manual .rich-text p,
.vjsc #user-manual .rich-text a,
.vjsc #user-manual .rich-text span {
    color: #2a2a2a;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}
.vjsc #user-manual .accordions {
    padding: 0;
}
.vjsc #user-manual .accordions button {
    height: 47px;
}
.vjsc #user-manual .accordions button a {
    padding: 5px 10px;
}
.vjsc #user-manual h2 {
    color: #ffea00;
}
.vjsc #user-manual h4 {
    color: #dc328a;
    margin-bottom: 10px;
}
.vjsc #user-manual .campaign > div {
    text-align: center;
}
.vjsc #user-manual .campaign span {
    color: #fff;
    font-size: 12px;
    font-family: times new roman, Times, serif;
    font-weight: lighter;
    letter-spacing: 4px;
    margin-top: 20px;
}
.vjsc #user-manual .num {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, #f6278f 0%, #83003b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: times new roman;
    font-style: italic;
    flex: 0 0 20%;
}
.vjsc #user-manual .accordion_title {
    padding: 0 20px;
    flex: 0 0 80%;
    max-width: 80%;
}
.vjsc #user-manual .accordion_title h2,
.vjsc #user-manual .accordion_title h3 {
    color: #003b54;
}
.vjsc #user-manual .accordion_title h2 span,
.vjsc #user-manual .accordion_title h3 span {
    color: #003b54;
    display: block;
}
.vjsc #user-manual .accordion-label {
    background: linear-gradient(
        180deg,
        rgba(158, 228, 255, 0.9) 0%,
        rgba(112, 195, 226, 0.9) 46.67%,
        rgba(0, 171, 242, 0.9) 100%
    );
    border-radius: 5px;
    padding: 20px;
}
.vjsc #user-manual .accordion-label .accordion_header {
    align-items: center;
    flex: 0 0 100%;
}
.vjsc #user-manual .accordion-label .arrow {
    display: flex;
    flex: 0 0 10%;
    max-width: 10%;
    justify-content: flex-end;
}
.vjsc #user-manual .accordion-label .arrow img {
    transform: rotate(0);
    transition: all 0.35s;
    height: auto;
    width: 100%;
}
.vjsc #user-manual input:checked + .accordion-label .arrow img {
    transform: rotate(180deg);
}
.vjsc #user-manual .accordion-content {
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.vjsc #user-manual .accordion-content .title {
    width: 100%;
}
.vjsc #user-manual .accordion-content .desc {
    padding: 10px 0;
}
.vjsc #user-manual .accordion-content .feat-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.vjsc #user-manual .btn-primary {
    width: 100%;
}
.vjsc #additional-benefit {
    background: #1a9dd9;
}
.vjsc #additional-benefit .rich-text {
    color: #2a2a2a;
}
.vjsc #additional-benefit .rich-text p {
    color: #2a2a2a;
    margin-bottom: 5px;
    padding: 0;
}
.vjsc #additional-benefit .additional-benefit-row {
    background: #fff;
    padding: 20px;
}
.vjsc #additional-benefit .additional-benefit-row > div {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.vjsc #additional-benefit .additional-benefit-count {
    display: flex;
}
.vjsc #additional-benefit .additional-benefit-count > div {
    background: #dc328a;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    width: 106px;
    height: 106px;
    color: #fff;
}
.vjsc #additional-benefit .additional-benefit-count > div .wrapper {
    width: 100%;
    padding: 15px;
}
.vjsc #additional-benefit .additional-benefit-count > div h3 {
    font-size: 14px;
    line-height: 17.6px;
    text-transform: uppercase;
}
.vjsc #additional-benefit .additional-benefit-count > div span {
    font-size: 35px;
    line-height: 36px;
    font-weight: 800;
}
.vjsc #additional-benefit .additional-benefit-desc {
    padding: 0 20px;
}
.vjsc #additional-benefit .additional-benefit-desc h3 {
    color: #dc328a;
    margin-bottom: 10px;
}
.vjsc #additional-benefit .additional-benefit-img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 10px auto;
}
.vjsc #steps-register h3 {
    color: #fff;
}
.vjsc #steps-register .num {
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    border-radius: 50%;
    background: #dc328a;
    color: #fff;
    font-size: 22px;
    line-height: 25.64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vjsc #steps-register .accordion-label {
    display: block;
}
.vjsc #steps-register .other-payment {
    color: #fff;
    border-bottom: solid 2px #fff;
    display: flex;
    margin: 20px 0;
}
.vjsc #steps-register .other-payment:after {
    content: '▼';
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.vjsc #steps-register input:checked + .accordion-label .other-payment:after {
    transform: rotate(180deg);
}
.vjsc #steps-register .steps-wrapper {
    position: relative;
    min-height: 155px;
    margin: 40px 0;
    align-items: center;
}
.vjsc #steps-register .steps-wrapper:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -24px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 24px solid #dc328a;
}
.vjsc #steps-register .steps-wrapper {
    background: #1a9dd9;
}
.vjsc #steps-register .steps-description {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    grid-gap: 15px;
    align-items: center;
}
.vjsc #steps-register .steps-description h3 {
    max-width: 95%;
}
.vjsc #steps-register .accordions {
    padding: 0;
}
.vjsc #steps-register .accordions .accordion-label {
    align-items: center;
}
.vjsc #steps-register .accordions .accordion-content {
    padding: 0;
    background: 0 0;
}
.vjsc #steps-register .accordions .accordion-content .accordion-padding {
    background: #007db3;
    border-radius: 4px;
    display: grid;
}
.vjsc
    #steps-register
    .accordions
    .accordion-content
    .accordion-padding
    .steps-img-container {
    background: #fff;
}
.vjsc #steps-register .accordions .accordion-content .accordion-padding img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.vjsc #steps-register .third_step {
    margin-bottom: 0;
}
.vjsc #steps-register .third_step .steps-description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.vjsc #steps-register .games {
    text-align: center;
    display: grid;
    grid-gap: 5px;
    margin-top: 40px;
}
.vjsc #steps-register .games-wrapper .image-wrapper {
    max-width: 128px;
    max-height: 128px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10px;
}
.vjsc #steps-register .games-wrapper img {
    width: 100%;
    height: auto;
}
.vjsc #steps-register .games-wrapper p {
    color: #fff;
    line-height: 17.6px;
}
.vjsc #steps-register .third_step:before {
    display: none;
}
.vjsc #ceo {
    background: #1a9dd9;
}
.vjsc #ceo img {
    position: relative;
    z-index: 2;
}
.vjsc #ceo .rich-text {
    color: #2a2a2a;
}
.vjsc #ceo .rich-text h1,
.vjsc #ceo .rich-text h2,
.vjsc #ceo .rich-text h3,
.vjsc #ceo .rich-text h4,
.vjsc #ceo .rich-text h5,
.vjsc #ceo .rich-text h6,
.vjsc #ceo .rich-text p,
.vjsc #ceo .rich-text a,
.vjsc #ceo .rich-text span {
    color: #2a2a2a;
    margin-bottom: 5px;
    padding: 0;
}
.vjsc #ceo .row.txt-lazy {
    background: #fffae3;
}
.vjsc #ceo .row.txt-lazy:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    min-height: 200px;
    z-index: 2;
}
.vjsc #ceo .row.txt-lazy:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 200px;
    z-index: 2;
}
.vjsc #ceo .ceo-wrapper {
    padding: 30px;
    position: relative;
}
.vjsc #ceo .ceo-wrapper:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 100%;
    background: #eeb67a;
    z-index: 1;
}
.vjsc #ceo .ceo-wrapper:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 100%;
    background: #eeb67a;
    z-index: 1;
}
.vjsc #ceo .vj-logo,
.vjsc #ceo .ceo-content {
    position: relative;
    z-index: 3;
}
.vjsc #ceo .ceo-content {
    font-size: 24px;
    color: #000;
    line-height: 41.04px;
    padding: 0 20px;
}
.vjsc #ceo .regards {
    text-align: center;
    position: relative;
    z-index: 3;
}
.vjsc #seo {
    background: #007db2;
}
.vjsc #seo .accordion-padding {
    padding: 10px;
}
.vjsc #seo .rich-text {
    color: #fff;
}
.vjsc #seo .rich-text h1,
.vjsc #seo .rich-text h2,
.vjsc #seo .rich-text h3,
.vjsc #seo .rich-text h4,
.vjsc #seo .rich-text h5,
.vjsc #seo .rich-text h6,
.vjsc #seo .rich-text p,
.vjsc #seo .rich-text a,
.vjsc #seo .rich-text span,
.vjsc #seo .rich-text a,
.vjsc #seo .rich-text span {
    color: #fff;
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
}
.vjsc #seo h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 31.2px;
}
.vjsc #seo p,
.vjsc #seo a {
    font-size: 14px;
    line-height: 19.6px;
    color: #fff;
}
.vjsc #seo a {
    margin: 10px 0;
    display: block;
}
.vjsc #seo .accordion {
    margin: 5px 0;
}
.vjsc #seo .accordion .rich-text {
    color: #2a2a2a;
}
.vjsc #seo .accordion .rich-text h1,
.vjsc #seo .accordion .rich-text h2,
.vjsc #seo .accordion .rich-text h3,
.vjsc #seo .accordion .rich-text h4,
.vjsc #seo .accordion .rich-text h5,
.vjsc #seo .accordion .rich-text h6,
.vjsc #seo .accordion .rich-text p,
.vjsc #seo .accordion .rich-text a,
.vjsc #seo .accordion .rich-text span {
    color: #2a2a2a;
    margin-bottom: 5px;
}
.vjsc #seo .accordion-wrapper {
    margin-top: 20px;
}
.vjsc #seo .accordion-label-seo {
    display: flex;
    cursor: default;
    padding: 20px;
    background: #00648f;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}
.vjsc #seo .accordion-label-seo h2 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 21px;
    width: 100%;
    cursor: default;
}
.vjsc #seo .accordion-label-seo:after {
    content: '−';
    width: 100%;
    height: 100%;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    transition: all 0.35s;
    border-radius: 50%;
    border: solid 2px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}
.vjsc #seo .accordion-content-seo {
    padding: 0 1em;
    background: #fff;
}
.vjsc #seo input:checked + .accordion-label::after {
    content: '−';
    transform: rotate(180deg);
}
.vjsc #s-other-info {
    padding: 15px;
    background: #f8f8f8;
    text-align: center;
}
.vjsc #s-other-info h2 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #db2d96;
}
.vjsc #s-other-info a {
    color: #004766;
    text-decoration: none;
}
.vjsc #s-other-info ul {
    padding-left: 0;
}
.vjsc #s-other-info li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    list-style: none;
}
.vjsc #s-other-info .container {
    padding-top: 57px;
}
.vjsc .footer-twitter-button-pure {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #1b95e0;
    color: #fff;
    font-weight: 500;
    height: 28px;
    border-radius: 4px;
    padding: 1px 10px 1px 9px;
    margin-bottom: 5px;
}
.vjsc .footer-twitter-button-pure i {
    position: relative;
    display: inline-block;
    top: 4px;
    height: 18px;
    width: 18px;
}
.vjsc .footer-twitter-button-pure span {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    white-space: nowrap;
    margin-left: 4px;
    color: #fff;
    font-size: 13px;
}
.vjsc footer {
    background: #f8f8f8;
    font-size: 11px;
    line-height: 14px;
    font-size: 11px;
    color: #13021b;
    text-align: center;
}
.vjsc footer small {
    font-size: 13px;
}
.vjsc footer .column-2 {
    width: 85px;
}
.vjsc footer .footer-icon {
    padding: 24px;
}
.vjsc footer .footer-icon img {
    margin: 0 4px;
}
.vjsc footer {
    padding-bottom: 70px;
}
.vjsc footer .container .footer-icon {
    justify-content: center;
}
.vjsc footer .container .footer-icon > div {
    max-width: 40px;
    padding: 0;
}
.vjsc footer .container .footer-icon img {
    height: 40px;
    width: auto;
}
.vjsc .back-to-top-wrapper {
    text-decoration: none;
    color: inherit;
}
.vjsc .back-to-top-wrapper p {
    margin-top: 10px;
    font-size: 12px;
}
.vjsc .back-to-top {
    background: #004766;
    width: 42px;
    height: 42px;
    color: #fff;
    border-radius: 50%;
    display: block;
    padding: 15px 10px;
}
.vjsc .g-footer-sticky {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5;
}

.editor-styles-wrapper .vjsc .g-footer-sticky {
    position: absolute;
    left: 0;
}

.vjsc .g-footer-sticky button {
    flex-grow: 1;
    border-radius: 0;
    height: 50px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0;
    min-width: inherit !important;
}
.vjsc .g-footer-sticky button a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
}
.vjsc .g-footer-sticky .btn-secondary {
    background: linear-gradient(
        180deg,
        #fa57cc 0%,
        #f444b8 26.85%,
        #ed30a3 51.39%,
        #e51e8d 85.97%,
        #bb116d 100%
    );
    color: #fff;
    border: 0;
    height: 50px;
}
.vjsc .g-footer-sticky .btn-secondary a {
    padding: 0;
}
.vjsc .g-footer-sticky .btn-primary {
    background: linear-gradient(180deg, #ffc933 0%, #f7901d 100%);
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 50px;
}
.vjsc .g-footer-sticky .btn-primary a {
    padding: 0;
}
.vjsc .g-footer-sticky .btn-primary:before {
    display: none;
}
@media only screen and (max-width: 992px) {
    .vjsc #welcome {
        padding: 0;
    }
    .vjsc #welcome .row {
        margin: 0;
    }
    .vjsc #welcome .container {
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 320px) {
    .vjsc .vjsc-variant .winning-wrapper div {
        flex: 0 0 100%;
    }
    .vjsc .vjsc-variant .welcome-second-row {
        background: 0 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
    .vjsc section {
        padding: 30px 10px 10px;
    }
    .vjsc .separation p span {
        display: block;
    }
    .vjsc .line-break {
        display: block;
    }
    .vjsc nav {
        z-index: 1;
        position: relative;
    }
    .vjsc nav .logo img {
        position: absolute;
        z-index: 1;
        right: 0;
        max-width: 64px;
        height: auto;
    }
    .vjsc nav .column-2 > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vjsc button {
        min-width: 270px;
    }
    .vjsc .triangle {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -15px;
        background-size: contain;
    }
    .vjsc .triangle .triangle-heading {
        font-size: 16px;
    }
    .vjsc .btn-primary {
        padding-left: 0;
        padding-right: 0;
    }
    .vjsc .btn-primary a {
        font-size: 20px;
        width: 100%;
    }
    .vjsc .heading-crown:before {
        height: 80px;
        left: 20px;
    }
    .vjsc .heading-crown:after {
        height: 80px;
        right: 20px;
    }
    .vjsc .top-header {
        padding: 5px 4px;
    }
    .vjsc .top-left-message {
        font-size: 14px;
        font-weight: 700;
        color: #ffea00;
    }
    .vjsc .top-right-message {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }
    .vjsc .welcome-first-row {
        padding-top: 2px;
    }
    .vjsc .g-footer-sticky button a {
        font-size: 16px;
    }
    .vjsc .welcome-second-row {
        background: var(--bg-mobile) 50% 100% no-repeat #009fe3 !important;
        background-size: cover !important;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px !important;
        margin-right: -10px !important;
        margin-bottom: -40px !important;
    }
    .vjsc #welcome + section .container {
        overflow: visible !important;
    }
    .vjsc .above-fold-bg {
        display: none;
    }
    .vjsc .quick-message {
        margin-top: -25px;
    }
    .vjsc #welcome {
        background: #009fe3;
        font-weight: 700;
        text-shadow: 0 0 3px #00000080;
    }
    .vjsc #welcome h1 span {
        display: block;
    }
    .vjsc #welcome .above-fold-bg img {
        width: 100%;
        min-height: 880px;
        height: 105vh;
        max-width: inherit;
        padding-top: 560px;
    }
    .vjsc #welcome .welcome-images {
        max-width: 400px;
    }
    .vjsc #welcome .top-header {
        background: #f6278f;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 0;
        width: 100%;
    }
    .vjsc #welcome .letter {
        padding: 16px;
    }
    .vjsc #welcome .letter h2 span {
        display: block;
    }
    .vjsc #welcome .letter .letter-logo {
        position: absolute;
        top: -40px;
        left: -22px;
    }
    .vjsc #welcome .letter .letter-logo img {
        width: 64px;
        height: auto;
        margin: 0;
    }
    .vjsc #welcome .letter ul.l-list li {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }
    .vjsc #welcome .letter ul.r-list li {
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    .vjsc #welcome .letter li:before {
        background-image: var(--tick2x-bg);
        background-repeat: no-repeat;
        background-position-y: -3px;
        content: '';
        width: 33px;
        height: 30px;
        display: inline-block;
        background-size: cover;
        vertical-align: middle;
        margin-right: 5px;
        flex: 0 0 33px;
    }
    .vjsc #welcome .wrapper {
        flex-wrap: wrap;
    }
    .vjsc #welcome .wrapper > div {
        flex: 0 0 100%;
    }
    .vjsc #welcome .welcome-feat-image img:first-child {
        margin-bottom: -20px;
    }
    .vjsc #welcome .row .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .vjsc #welcome .row .left ul {
        padding: 0;
        margin-top: 0;
        margin-right: -8px;
        margin-left: -8px;
    }
    .vjsc #welcome .row .right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .vjsc #welcome h1 {
        font-size: 30px;
        text-align: center;
        width: 100%;
        min-width: 275px;
    }
    .vjsc #welcome p {
        font-size: 16px;
        line-height: 18px;
    }
    .vjsc #welcome iframe {
        margin-bottom: 25px;
    }
    .vjsc #welcome img {
        width: 100%;
        height: auto;
        margin: 15px 0;
    }
    .vjsc #welcome .right {
        background: 0 0;
        height: auto;
        min-height: 190px;
        top: 0;
    }
    .vjsc #welcome .top-left-message {
        font-size: 14px;
    }
    .vjsc #welcome .top-right-message {
        font-size: 12px;
        text-align: left;
    }
    .vjsc #welcome .welcome-list {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
        left: 0;
        right: 0;
    }
    .vjsc #welcome .welcome-list:before {
        top: 5px;
    }
    .vjsc #welcome .quick-message {
        padding: 0;
    }
    .vjsc #welcome .quick-message img {
        width: 100%;
        height: auto;
    }
    .vjsc #welcome .supported-device {
        padding: 5px;
        text-align: center;
    }
    .vjsc #welcome .supported-device span {
        font-size: 16px;
    }
    .vjsc #welcome .supported-device .device-wrapper {
        display: flex;
        flex: 0 0 100%;
        padding: 0;
    }
    .vjsc #welcome .supported-device .device {
        flex-grow: 1;
    }
    .vjsc #welcome .supported-device .device img,
    .vjsc #welcome .supported-device .device span {
        display: block;
        margin: auto;
    }
    .vjsc #welcome .supported-device .device img {
        max-width: 16px;
    }
    .vjsc #welcome .supported-device .device span {
        font-size: 14px;
    }
    .vjsc #welcome .letter {
        background-image: none;
        background-color: #fff;
        flex-wrap: wrap;
    }
    .vjsc #welcome .letter ul {
        margin-top: 0;
    }
    .vjsc #welcome .letter ul .left-list li {
        padding: 0;
        font-size: 14px;
        position: relative;
    }
    .vjsc #welcome .letter ul .left-list li:before {
        width: 21px;
        height: 18px;
        left: -20px;
        top: 0;
        margin-top: 0;
    }
    .vjsc #welcome .letter ul .right-list li {
        padding: 0;
        font-size: 14px;
        position: relative;
    }
    .vjsc #welcome .letter ul .right-list li:before {
        width: 21px;
        height: 18px;
        top: 0;
        margin-top: 0;
    }
    .vjsc #welcome .letter li {
        padding: 0;
        font-size: 14px;
        position: relative;
    }
    .vjsc #welcome .letter h2 {
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    .vjsc #welcome .letter h2 span {
        font-size: 26px;
    }
    .vjsc #games-recommendation {
        font-size: 14px;
    }
    .vjsc #games-recommendation h2 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .vjsc #games-recommendation .recommended-game {
        margin: 0 auto 25px;
    }
    .vjsc #games-recommendation .recommended-game h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 auto;
        max-width: 75%;
    }
    .vjsc #games-recommendation .recommended-game h3 + p {
        margin: 8px 0 15px;
        text-transform: uppercase;
        font-size: 14px;
    }
    .vjsc #games-recommendation .recommended-game img {
        width: 100%;
        height: auto;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-right: auto;
        margin-left: auto;
    }
    .vjsc #games-recommendation .recommended-game .ribbon:before {
        left: -52%;
        top: -22px;
        height: 70px;
        width: 70px;
    }
    .vjsc #games-recommendation .recommended-game .ribbon p {
        font-size: 11px;
        top: -26px;
        left: -28px;
    }
    .vjsc #games-recommendation .recommended-live > div {
        padding: 0;
    }
    .vjsc #games-recommendation .recommended-live img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    .vjsc #games-recommendation .recommended-live-txt {
        font-size: 14px;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .vjsc #games-recommendation .game-description {
        padding: 10px;
    }
    .vjsc #casino-live img {
        width: 100%;
        height: auto;
    }
    .vjsc #casino-live .casino-live-heading-bg {
        background: var(--live-casino-heading-bg2) 50% -3px no-repeat;
        background-size: cover;
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 -10px;
    }
    .vjsc #casino-live .casino-live-heading-bg h3 {
        font-size: 16px;
        color: #fff000;
        text-align: center;
    }
    .vjsc #casino-live h3 {
        margin-top: 0;
    }
    .vjsc #casino-live p {
        text-align: left;
        margin: 20px 0;
    }
    .vjsc .triangle {
        height: 54px;
        margin: -52px 0 0;
    }
    .vjsc .triangle .triangle-heading {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .vjsc #wide-game {
        padding-bottom: 20px;
    }
    .vjsc #wide-game h2 {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .vjsc #wide-game h3 {
        font-size: 24px;
    }
    .vjsc #wide-game h3:before {
        width: 45px;
        height: 2px;
    }
    .vjsc #wide-game h3:after {
        width: 45px;
        height: 2px;
    }
    .vjsc #wide-game h3 span {
        font-size: 16px;
    }
    .vjsc #wide-game h4 {
        font-size: 20px;
    }
    .vjsc #wide-game .users-voice-title h2 {
        font-size: 24px;
    }
    .vjsc #wide-game .users-voice-title h2:before {
        width: 45px;
        height: 2px;
        left: 0;
        top: 30px;
    }
    .vjsc #wide-game .users-voice-title h2:after {
        width: 45px;
        height: 2px;
        right: 0;
        top: 30px;
    }
    .vjsc #wide-game .users-voice-title h2 span {
        font-size: 16px;
    }
    .vjsc #wide-game .exclusive {
        width: 100%;
        max-width: 636px;
        min-width: 270px;
    }
    .vjsc #wide-game .exclusive .ribbon p {
        left: -4px;
    }
    .vjsc #wide-game .users-voice {
        margin-left: -5px;
        margin-right: -5px;
        padding: 0;
    }
    .vjsc #wide-game .users-voice img {
        margin: 0;
    }
    .vjsc #wide-game .users-voice a {
        width: 100%;
        display: inline-block;
        padding: 4px;
    }
    .vjsc #wide-game .free-play {
        padding: 10px;
    }
    .vjsc #wide-game .free-play h3 {
        text-align: center;
    }
    .vjsc #wide-game .free-play p {
        width: 100%;
    }
    .vjsc #wide-game .free-play img {
        max-width: 82px;
        height: auto;
        float: right;
        margin: 10px 0 20px 20px;
        transform: rotate(10deg);
    }
    .vjsc #wide-game .device-game + p span,
    .vjsc #wide-game .exclusive + p span {
        display: block;
    }
    .vjsc #user-manual .accordions {
        margin-top: 20px;
    }
    .vjsc #user-manual h2 {
        font-size: 24px;
        line-height: 26.4px;
    }
    .vjsc #user-manual h4 {
        font-size: 20px;
        line-height: 26.5px;
    }
    .vjsc #user-manual .campaign > div {
        margin-top: 13px;
    }
    .vjsc #user-manual .campaign span {
        font-size: 12px;
    }
    .vjsc #user-manual .num {
        max-width: 24px;
        max-height: 24px;
        min-width: 24px;
        min-height: 24px;
        font-size: 16px;
        line-height: 17.6px;
    }
    .vjsc #user-manual .arrow img {
        max-width: 18px;
    }
    .vjsc #user-manual button.btn-primary {
        min-width: 200px;
        max-width: 480px;
    }
    .vjsc #user-manual .accordion_title h2,
    .vjsc #user-manual .accordion_title h3 {
        font-size: 12px;
        line-height: 11px;
    }
    .vjsc #user-manual .accordion_title h2 span,
    .vjsc #user-manual .accordion_title h3 span {
        font-size: 16px;
        line-height: 17.6px;
    }
    .vjsc #user-manual .accordion-content .content-wrapper {
        padding: 16px 0;
    }
    .vjsc #user-manual .accordion-content .content-wrapper > div {
        flex-wrap: wrap;
    }
    .vjsc #user-manual .accordion-content .content-wrapper .desc {
        order: 3;
    }
    .vjsc #user-manual .accordion-content .content-wrapper .feat-img {
        order: 2;
    }
    .vjsc #user-manual .accordion-content .content-wrapper .user-button {
        order: 4;
    }
    .vjsc #user-manual .accordion-content .content-wrapper .user-button button {
        width: 272px;
        max-width: 272px;
    }
    .vjsc #additional-benefit .additional-benefit-row {
        flex-wrap: wrap;
        margin: 60px 0;
    }
    .vjsc #additional-benefit .additional-benefit-row > div {
        width: 100%;
    }
    .vjsc #additional-benefit .additional-benefit-row:first-child {
        margin-top: 30px;
    }
    .vjsc #additional-benefit .additional-benefit-row:last-child {
        margin-bottom: 10px;
    }
    .vjsc #additional-benefit .additional-benefit-count {
        order: 1;
        margin-top: -65px;
    }
    .vjsc #additional-benefit .additional-benefit-desc {
        order: 3;
    }
    .vjsc #additional-benefit .additional-benefit-img {
        order: 2;
    }
    .vjsc #steps-register h2.heading {
        font-size: 16px;
    }
    .vjsc #steps-register h3 {
        font-size: 20px;
    }
    .vjsc #steps-register .steps-img-container {
        border-radius: 4px;
        height: 40px;
        min-width: 60px;
    }
    .vjsc #steps-register .steps-wrapper {
        padding: 30px 5px;
    }
    .vjsc #steps-register .steps-wrapper,
    .vjsc #steps-register .accordion-label > div {
        flex-wrap: wrap;
    }
    .vjsc #steps-register .first-step {
        margin-top: 10px;
    }
    .vjsc #steps-register .num {
        position: absolute;
        top: -15px;
        left: -5px;
    }
    .vjsc #steps-register .accordion-content .accordion-padding {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 8px;
        padding: 8px;
    }
    .vjsc #steps-register .accordion-content .accordion-padding img {
        padding: 6px;
    }
    .vjsc #steps-register .steps-image img,
    .vjsc #steps-register .steps-image img.true {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 20px auto;
        display: block;
    }
    .vjsc #steps-register .games {
        grid-template-columns: 1fr 1fr;
    }
    .vjsc #steps-register .image-wrapper img {
        max-width: 128px;
        margin: auto;
    }
    .vjsc #steps-register .image-wrapper + p {
        text-transform: uppercase;
        font-size: 12px;
    }
    .vjsc #ceo h2,
    .vjsc #ceo p {
        font-size: 16px;
    }
    .vjsc #ceo h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .vjsc #ceo p {
        margin: 10px 0;
    }
    /* .vjsc #ceo img {
        max-width: 50px;
    } */
    .vjsc #ceo .row.txt-lazy:before {
        background: var(--ceo-top-mobile-bg) 50% 0 no-repeat;
        background-size: 100%;
    }
    .vjsc #ceo .row.txt-lazy:after {
        background: var(--ceo-bottom-mobile-bg) 50% 100% no-repeat;
        background-size: 100%;
    }
    .vjsc #ceo .ceo-wrapper:before {
        left: 3.5%;
        width: 3px;
    }
    .vjsc #ceo .ceo-wrapper:after {
        right: 3.5%;
        width: 3px;
    }
}
@media only screen and (min-width: 415px) {
    .vjsc #wide-game .users-voice a {
        padding: 8px;
        width: auto;
    }
}
@media only screen and (min-width: 576px) {
    .vjsc #welcome .letter h2 {
        font-size: 34px;
    }
    .vjsc #welcome .welcome-list {
        width: 102%;
    }
    .vjsc #games-recommendation .recommended-game img {
        margin-bottom: 10px;
    }
    .vjsc #user-manual h2 {
        font-size: 58px;
        line-height: 63.8px;
    }
    .vjsc #user-manual h4 {
        font-size: 24px;
        line-height: 26.5px;
    }
    .vjsc #user-manual .accordion_title h2,
    .vjsc #user-manual .accordion_title h3 {
        font-size: 12px;
        line-height: 28.6px;
    }
    .vjsc #user-manual .accordion_title h2 span,
    .vjsc #user-manual .accordion_title h3 span {
        font-size: 16px;
        line-height: 39.6px;
    }
    .vjsc #user-manual .num {
        max-width: 68px;
        max-height: 68px;
        min-width: 68px;
        min-height: 68px;
        font-size: 46px;
        line-height: 50.6px;
    }
    .vjsc #user-manual .arrow img {
        max-width: 44px;
    }
    .vjsc #wide-game .users-voice img {
        max-width: 315px;
    }
    .vjsc #wide-game .exclusive {
        min-width: 250px;
    }
    .vjsc #additional-benefit .additional-benefit-img img {
        width: 181px;
        height: auto;
    }
    .vjsc #additional-benefit .additional-benefit-row {
        flex-wrap: nowrap;
        margin: 10px 0;
    }
    .vjsc #additional-benefit .additional-benefit-row > div {
        width: auto;
    }
    .vjsc #additional-benefit .additional-benefit-count {
        order: 1;
        margin-top: 0;
    }
    .vjsc #additional-benefit .additional-benefit-desc {
        order: 2;
    }
    .vjsc #additional-benefit .additional-benefit-img {
        order: 3;
    }
    .vjsc #ceo .row.txt-lazy:before {
        min-height: 200px;
        background: var(--ceo-top-bg) 50% 0 no-repeat;
        background-size: 100%;
    }
    .vjsc #ceo .row.txt-lazy:after {
        min-height: 200px;
        background: var(--ceo-bottom-bg) 50% 100% no-repeat;
        background-size: 100%;
    }
    .vjsc #ceo .ceo-wrapper:before {
        left: 12px;
        width: 2px;
    }
    .vjsc #ceo .ceo-wrapper:after {
        right: 11px;
        width: 2px;
    }
}
@media only screen and (min-width: 768px) {
    .vjsc button {
        min-width: 480px;
    }
    .vjsc .triangle .triangle-heading {
        font-size: 36px;
    }
    .vjsc #welcome .welcome-feat-image img:first-child {
        margin-bottom: 20px;
    }
    .vjsc #welcome .welcome-second-row {
        margin-bottom: -10px !important;
        padding-bottom: 0;
    }
    .vjsc #welcome .welcome-feat-image > img {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
    }
    .vjsc #welcome .welcome-list {
        width: 100%;
    }
    .vjsc #welcome h1 span {
        display: inline-block;
    }
    .vjsc #welcome .letter .letter-logo {
        position: absolute;
    }
    .vjsc #welcome .letter .letter-logo img {
        width: 100px;
        height: auto;
    }
    .vjsc #welcome .letter h2 {
        font-size: 28px;
    }
    .vjsc #welcome .letter ul.left-list {
        margin-left: 0;
    }
    .vjsc #welcome .letter ul.left-list li:before {
        background: var(--tick2x-bg) 50% 0 no-repeat;
        left: 70px;
    }
    .vjsc #welcome .letter ul.right-list {
        margin-left: 0;
    }
    .vjsc #welcome .letter ul.right-list li:before {
        background: var(--tick2x-bg) 50% 0 no-repeat;
        right: 400px;
    }
    .vjsc #welcome .letter li {
        font-size: 20px;
    }
    .vjsc #welcome .top-left-message {
        font-size: 22px;
    }
    .vjsc #welcome .top-right-message {
        font-size: 16px;
    }
    .vjsc #games-recommendation .recommended-game h3 {
        font-size: 32px;
        line-height: 37px;
    }
    .vjsc #games-recommendation .recommended-game img {
        max-width: 400px;
    }
    .vjsc #games-recommendation .recommended-live img {
        max-width: 230px;
    }
    .vjsc #games-recommendation .recommended-live-txt {
        margin: 0 auto 30px;
        width: 100%;
        max-width: 870px;
    }
    .vjsc #games-recommendation .game-description {
        padding: 30px;
    }
    .vjsc .triangle {
        height: 107px;
        margin: -60px 0 0;
    }
    .vjsc .triangle .triangle-heading {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .vjsc #wide-game h2 {
        font-size: 36px;
    }
    .vjsc #wide-game h2:before {
        left: 15px;
    }
    .vjsc #wide-game h2:after {
        right: 15px;
    }
    .vjsc #wide-game h3 {
        font-size: 30px;
    }
    .vjsc #wide-game h3 span {
        font-size: 22px;
    }
    .vjsc #wide-game h3:before {
        width: 100%;
        max-width: 230px;
        top: 55px;
    }
    .vjsc #wide-game h3:after {
        width: 100%;
        max-width: 230px;
        top: 55px;
    }
    .vjsc #wide-game h4 {
        font-size: 36px;
    }
    .vjsc #wide-game p {
        width: 450px;
        margin: 10px auto;
    }
    .vjsc #wide-game .users-voice-title h2 {
        font-size: 30px;
    }
    .vjsc #wide-game .users-voice-title h2 span {
        font-size: 22px;
    }
    .vjsc #wide-game .users-voice-title h2:before {
        width: 100%;
        max-width: 230px;
        top: 35px;
        left: 0;
    }
    .vjsc #wide-game .users-voice-title h2:after {
        width: 100%;
        max-width: 230px;
        top: 35px;
        right: 0;
    }
    .vjsc #wide-game .device-game {
        text-align: center;
    }
    .vjsc #wide-game .device-game + p span,
    .vjsc #wide-game .exclusive + p span {
        display: inline;
    }
    .vjsc #wide-game .exclusive {
        margin: 10px auto 15px;
    }
    .vjsc #wide-game .exclusive .ribbon p {
        left: -195px;
    }
    .vjsc #wide-game .users-voice img {
        max-width: 300px;
    }
    .vjsc #wide-game .free-play {
        padding: 30px 50px;
    }
    .vjsc #wide-game .free-play img {
        max-width: 186px;
    }
    .vjsc #wide-game .free-play h3 span {
        font-size: 36px;
        font-weight: 700;
    }
    .vjsc #user-manual h2 {
        font-size: 72px;
        line-height: 80px;
    }
    .vjsc #user-manual h4 {
        font-size: 24px;
        line-height: 26.5px;
    }
    .vjsc #user-manual .campaign > div {
        margin-top: 10px;
    }
    .vjsc #user-manual .campaign span {
        font-size: 28px;
    }
    .vjsc #user-manual .arrow img {
        max-width: 45px;
    }
    .vjsc #user-manual .accordion_title h2,
    .vjsc #user-manual .accordion_title h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .vjsc #user-manual .accordion_title h2 span,
    .vjsc #user-manual .accordion_title h3 span {
        font-size: 36px;
        line-height: 60px;
    }
    .vjsc #user-manual .accordion-content .content-wrapper {
        padding: 32px 16px;
    }
    .vjsc #user-manual .accordion-content .content-wrapper button {
        width: 480px;
        max-width: 480px;
    }
    .vjsc #casino-live .casino-live-heading-bg {
        background: var(--live-casino-heading-bg2) 50% no-repeat;
        background-size: contain;
        min-height: 75px;
        padding-top: 9px;
    }
    .vjsc #casino-live .casino-live-heading-bg h3 {
        font-size: 32px;
    }
    .vjsc #steps-register h2.heading {
        font-size: 36px;
    }
    .vjsc #steps-register h3 {
        font-size: 40px;
    }
    .vjsc #steps-register .num {
        position: relative;
        top: 0;
        left: 0;
    }
    .vjsc #steps-register .accordion-label > div {
        flex-wrap: nowrap;
    }
    .vjsc #steps-register .accordion-content .accordion-padding {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 16px;
        padding: 24px;
    }
    .vjsc
        #steps-register
        .accordion-content
        .accordion-padding
        .steps-img-container {
        height: 106px;
        border-radius: 11px;
    }
    .vjsc
        #steps-register
        .accordion-content
        .accordion-padding
        .steps-img-container
        img {
        padding: 14px;
    }
    .vjsc #steps-register .steps-description {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding: 0 10px 0 0;
    }
    .vjsc #steps-register .steps-description h3 {
        margin: 0;
    }
    .vjsc #steps-register .steps-image {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        position: relative;
    }
    .vjsc #steps-register .steps-image img {
        max-width: 268px;
        height: auto;
        margin: 0;
    }
    .vjsc #steps-register .steps-image img.true {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        margin: 0;
    }
    .vjsc #steps-register .games {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    /* .vjsc #ceo img {
        max-width: 100px;
    } */
    .vjsc #ceo h2 {
        font-size: 48px;
        line-height: 52.8px;
        text-align: center;
        margin-bottom: 50px;
    }
    .vjsc #ceo p {
        margin: 50px 0;
        font-size: 24px;
        line-height: 41px;
    }
    .vjsc #ceo .ceo-wrapper:before {
        left: 17px;
        height: calc(100% - 290px);
        width: 3px;
    }
    .vjsc #ceo .ceo-wrapper:after {
        right: 15px;
        height: calc(100% - 290px);
        width: 3px;
    }
}
@media only screen and (min-width: 992px) {
    .vjsc .modal-overlay {
        width: 90%;
        height: 90vh;
        border-radius: 8px;
    }
    .layout-css.overlay:before {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        display: block;
        content: '';
        z-index: 6;
    }
    .vjsc section {
        padding: 30px 10px;
    }
    .vjsc .line-break {
        display: inline;
    }
    .vjsc nav .column-2 > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .vjsc .welcome-first-row {
        margin-bottom: -130px;
    }
    .vjsc .btn-primary a {
        font-size: 23px;
    }
    .vjsc #welcome .row.wrapper {
        flex-wrap: nowrap;
    }
    .vjsc .welcome-first-row + section .welcome-second-row {
        background: 0 0 !important;
    }
    .vjsc .above-fold-bg {
        display: block;
    }
    .vjsc .quick-message {
        margin-top: 15px;
    }
    .vjsc #welcome .welcome-feat-image img:first-child {
        margin-bottom: 0;
    }
    .vjsc #welcome .btn-primary.first {
        min-width: 395px;
        margin-left: 0;
    }
    .vjsc .top-header {
        padding: 4px 0;
    }
    .vjsc .top-left-message {
        font-size: 22px;
    }
    .vjsc .top-right-message {
        font-size: 16px;
        text-align: right;
    }
    .vjsc nav .logo {
        left: -43%;
    }
    .vjsc nav .logo img {
        max-width: 130px;
    }
    .vjsc nav .top-right-message {
        margin-top: 5px;
    }
    .vjsc #welcome {
        font-size: 22px;
        line-height: 32px;
        padding-top: 13px;
    }
    .vjsc #welcome .above-fold-bg {
        top: 11px;
    }
    .vjsc #welcome .above-fold-bg img {
        width: 100%;
        height: 100%;
        max-width: inherit;
        object-fit: cover;
        padding-top: 15px;
    }
    .vjsc #welcome .welcome-list {
        font-size: 18px;
    }
    .vjsc #welcome .welcome-list:before {
        top: 10px;
    }
    .vjsc #welcome .welcome-images {
        margin: 15px;
        max-width: 475px;
    }
    .vjsc #welcome h1 {
        font-size: 28px;
        text-align: left;
        margin-left: 0;
        line-height: normal;
        padding: 15px;
        background: #fff;
        color: #dc328a;
        text-align: center;
        min-width: 440px;
        text-shadow: 0 0 0 transparent;
    }
    .vjsc #welcome h1 span {
        display: inline;
    }
    .vjsc #welcome p {
        font-size: 22px;
        line-height: 32px;
    }
    .vjsc #welcome img {
        width: 100%;
        height: auto;
    }
    .vjsc #welcome .top-header {
        background: 0 0;
    }
    .vjsc #welcome .letter {
        position: relative;
        background-size: contain;
        min-height: 450px;
        padding: 45px 53px;
        height: auto;
    }
    .vjsc #welcome .letter > div {
        position: relative;
        z-index: 2;
    }
    .vjsc #welcome .letter > div:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: -32px;
        width: 2px;
        height: 100%;
        background: #dfc44d;
    }
    .vjsc #welcome .letter > div:after {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        right: -35px;
        width: 2px;
        height: 100%;
        background: #dfc44d;
    }
    .vjsc #welcome .letter:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        min-height: 124px;
        background: var(--letter-top-bg) 50% 0 no-repeat;
        background-size: cover;
    }
    .vjsc #welcome .letter:after {
        position: absolute;
        display: block;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 124px;
        background: var(--letter-bottom-bg) 50% 0 no-repeat;
        background-size: cover;
    }
    .vjsc #welcome .letter .letter-logo {
        left: 60px;
        top: -50px;
    }
    .vjsc #welcome .letter h2 {
        width: auto;
    }
    .vjsc #welcome .letter h2 span {
        display: inline-block;
    }
    .vjsc #welcome .letter ul {
        margin-top: 40px;
    }
    .vjsc #welcome .letter h2 {
        font-size: 42px;
        margin-top: 25px;
    }
    .vjsc #welcome .letter h2 span {
        font-size: 34px;
    }
    .vjsc #welcome .letter li {
        padding-left: 55px;
        display: flex;
        align-items: center;
    }
    .vjsc #welcome .letter li:before {
        background-image: var(--tick2x-bg);
        background-position-x: -4px;
        background-position-y: -4px;
        height: 55px;
        width: 55px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        padding-left: 0;
        margin-left: -55px;
        flex: 0 0 60px;
    }
    .vjsc #welcome .row .right {
        -ms-flex: 0 0 60%;
        flex: 0 0 50%;
        max-width: 50%;
        background: var(--youtube-bg) no-repeat;
        background-position-x: 18px;
        top: -54px;
        height: 455px;
        z-index: 1;
        margin-right: 50px;
    }
    .vjsc #welcome .row .left {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        margin-left: 0;
        margin-top: 0;
        z-index: 1;
        margin-right: 30px;
    }
    .vjsc #welcome .row .left ul {
        margin-left: 0;
    }
    .vjsc #welcome .top-left-message {
        font-size: 22px;
    }
    .vjsc #welcome .top-right-message {
        font-size: 16px;
        text-align: right;
    }
    .vjsc #welcome .supported-device span {
        font-size: 23px;
    }
    .vjsc #welcome .supported-device .device-wrapper {
        padding: 5px;
        display: flex;
        flex: 0 0 70%;
    }
    .vjsc #welcome .supported-device .device img,
    .vjsc #welcome .supported-device .device span {
        display: inline-block;
        vertical-align: middle;
    }
    .vjsc #welcome .supported-device .device img {
        max-width: 32px;
    }
    .vjsc #welcome .wrapper {
        flex-wrap: wrap;
    }
    .vjsc #games-recommendation h2 {
        font-size: 45px;
    }
    .vjsc #games-recommendation .recommended-game {
        margin: 0 auto 33px;
    }
    .vjsc #games-recommendation .recommended-game h3 + p {
        font-size: 16px;
    }
    .vjsc #games-recommendation .recommended-live-txt {
        padding: 20px 80px;
    }
    .vjsc #games-recommendation .recommended-live img {
        max-width: 300px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .vjsc #games-recommendation .heading-crown:before {
        height: 110px;
        left: 35px;
    }
    .vjsc #games-recommendation .heading-crown:after {
        height: 110px;
        right: 35px;
    }
    .vjsc #wide-game {
        padding-bottom: 50px;
    }
    .vjsc #wide-game h2:before,
    .vjsc #wide-game h3:before {
        left: 15px;
    }
    .vjsc #wide-game h2:after,
    .vjsc #wide-game h3:after {
        right: 15px;
    }
    .vjsc #casino-live .casino-live-text h3 {
        font-size: 28px;
    }
    .vjsc #casino-live img {
        max-width: 495px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .vjsc #user-manual .num {
        max-width: 84px;
        max-height: 84px;
        min-width: 84px;
        min-height: 84px;
        font-size: 56px;
    }
    .vjsc #user-manual .accordion-content .content-wrapper .desc {
        flex: 0 0 70%;
        order: 2;
    }
    .vjsc #user-manual .accordion-content .content-wrapper .feat-img {
        flex: 0 0 30%;
        order: 3;
    }
    .vjsc #user-manual .accordion-content .content-wrapper .feat-img img {
        max-width: inherit;
    }
    .vjsc #steps-register h3 {
        font-size: 32px;
    }
    .vjsc #steps-register .games {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .vjsc #steps-register .steps-wrapper {
        padding: 30px 45px;
    }
    .vjsc #steps-register .games-wrapper {
        padding: 2px;
    }
    .vjsc #steps-register .games-wrapper p {
        font-size: 16px;
    }
    .vjsc #steps-register .image-wrapper img {
        max-width: 128px;
        margin: auto;
    }
    .vjsc
        #steps-register
        .accordions
        .accordion-content
        .accordion-padding
        .steps-img-container {
        min-height: 118px;
        padding: 5px;
    }
    .vjsc #ceo .ceo-wrapper:before {
        left: 23px;
        height: calc(100% - 395px);
    }
    .vjsc #ceo .ceo-wrapper:after {
        right: 21px;
        height: calc(100% - 395px);
    }
}
@media only screen and (min-width: 1200px) {
    .vjsc .modal-overlay > img {
        max-width: 90%;
        height: calc(100% - 50px);
        width: auto;
    }
    .vjsc .container {
        max-width: 1000px;
    }
    .vjsc iframe {
        margin-right: 20px;
    }
    .vjsc #welcome .letter > div {
        position: relative;
        z-index: 2;
    }
    .vjsc #welcome .letter > div:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: -24px;
        width: 2px;
        height: 100%;
        background: #dfc44d;
    }
    .vjsc #welcome .letter > div:after {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        right: -26px;
        width: 2px;
        height: 100%;
        background: #dfc44d;
    }
    .vjsc #user-manual .accordion-content .content-wrapper {
        padding: 64px;
    }
    .vjsc #ceo .ceo-wrapper:before {
        left: 24px;
    }
    .vjsc #ceo .ceo-wrapper:after {
        right: 22px;
    }
}
@media only screen and (min-width: 1441px) {
    .vjsc .vjsc-variant .winning-wrapper div {
        flex: 0 0 50%;
    }
    .vjsc .vjsc-variant .winning-wrapper div:last-child {
        flex: 0 0 100%;
    }
}
.accordion-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion {
    width: 100%;
    transition: all 0.35s;
}
.accordion-content {
    /* max-height: 0; */
    overflow: hidden;
    transition: all 0.35s;
}
.accordion,
.accordions,
.accordion-content {
    transition: all 0.35s;
}
.accordions {
    overflow: hidden;
}
.accordion {
    width: 100%;
    overflow: hidden;
}
.accordion .accordion-label {
    display: flex;
    cursor: pointer;
}
.accordion .accordion-label > h2 {
    width: 100%;
}
.accordion .accordion-content {
    /* max-height: 0; */
    padding: 0 1em;
    background: #fff;
    transition: all 0.35s;
}

.vjsc #seo h2.accordion-label-seo,
.vjsc #seo .accordion-label-seo {
    margin-bottom: 0;
}

/* MODS */

body {
    background-color: #0093D4;
}

/* hide empty paragraphs generated by wp */
p:empty {
    display: none;
}

h2 {
    line-height: normal;
}

/* remove crowns */
.vjsc .heading-crown:before,
.vjsc .heading-crown:after {
    display: none;
}

.vjsc #user-manual .accordion-content .content-wrapper .desc {
    padding-right: 20px;
}
    .vjsc #user-manual .accordion-content .content-wrapper .desc p {
        margin-bottom: 20px;
    }

.accordion-arrow {
    display: none;
}

.vjsc #user-manual .num {
    font-family: inherit;
    font-size: 35px;
    line-height: 36px;
    font-weight: 800;
    font-style: normal;
}

/* .vjsc #steps-register .games {
    display: block;
} */

.footer-twitter-button-pure img {
    width: 18px;
    height: 18px;
}

/* fix ribbons */
@media only screen and (min-width: 320px) {
    .vjsc #games-recommendation .recommended-game .ribbon p {
        top: -5px;
        left: -20px;
    }
}

.vjsc .g-footer-sticky button[control-id="ControlID-15"] a {
    color: #4D002E;
}

.vjsc .separation:before {
    visibility: hidden;
}

.vjsc #casino-live .row.txt-center p {
    padding-left: 3px;
    padding-right: 3px;
}

.vjsc .ceo-content.rich-text img {
    max-width: 100%;
}

.vjsc h3 {
    line-height: normal;
}

.vjsc #steps-register .image-wrapper + p {
    max-width: 128px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.vjsc #steps-register .accordion-content .accordion-padding {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.vjsc .flex-wrap {
    flex-wrap: wrap;
}

.supported-device .d-flex.v-center {
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .vjsc #additional-benefit .additional-benefit-desc {
        padding-left: 0;
        padding-right: 0;
    }

    .vjsc #wide-game .users-voice img {
        max-width: 100%;
    }

    .vjsc #steps-register .accordion-content .accordion-padding {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .supported-device .d-flex.v-center {
        margin-bottom: 5px;
    }
}