.cy-filters-game-list-pc .swiper-container{
    width: 100%;
    height: 100%;
    margin-right: 4.5rem;
    margin-left: 4rem!important;
}
.cy-filters-game-list-pc .swiper-container .swiper-slide {
    width: auto;
}
.cy-filters-game-list-pc .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cy-filters-game-list-pc .swiper-container .swiper-slide {
    width: auto;
}

.cy-filters-game-list-pc .swiper-button-prev, .cy-filters-game-list-pc .swiper-rtl .swiper-button-next {
    right: auto;
    left: 10px;
}
.cy-filters-game-list-pc .swiper-button-next, .cy-filters-game-list-pc .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.cy-filters-game-list-pc .swiper-button-prev:after, .cy-filters-game-list-pc .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    /* border: 2px solid #fff; */
    padding: 9px 12px;
    border-radius: 20px;
}
.cy-filters-game-list-pc .swiper-button-next:after, .cy-filters-game-list-pc .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    /* border: 2px solid #fff; */
    padding: 9px 12px;
    border-radius: 20px;
}
.cy-filters-game-list-pc .swiper-button-next.swiper-button-disabled, .cy-filters-game-list-pc .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.cy-filters-game-list-pc .bEctot{
    white-space: nowrap;
    width: 100%;
    justify-content: center;
}
.cy-filters-game-list-pc .bEctot::after{
    margin-left: 2rem;
    margin-right: 0;
}
.cy-filters-game-list-pc.dfoNWb{
    padding-left: 0rem;
    padding-right: 0rem;
}
.jcOrel {
    background: radial-gradient(ellipse at center,#232323 0%,#000000 100%)!important;
    }
    /* Content Banner - CSS (SHARED) */
    #content-banner .content-banner-tncs-apply-link {
    display: none;
    }
    #content-banner .disclaimer .tncs-apply-link {
    display: none;
    }
    #content-banner .text-xs {
    font-size: 1.7em;
    font-family: "888-DemiBold";
    }
    #content-banner .text-s {
    font-size: 2.1em;
    font-family: "888-DemiBold";
    }
    #content-banner .text-m {
    font-size: 2.6em;
    font-family: "888-DemiBold";
    }
    #content-banner .text-l {
    color: #ffffff;
    font-size: 3em;
    font-weight: 800;
    font-family: "888-DemiBold";
    }
    #content-banner .text-xl {
    color: #ffffff;
    font-size: 3em;
    font-weight: 800;
    font-family:"888-Ultra";
    }
    #content-banner .text-xxl {
    color: #ffffff;
    font-size: 3.5em;
    font-weight: 800;
    font-family:"888-Ultra";
    }
    #content-banner .text-xxxl {
    color: #ffffff;
    font-size: 4em;
    font-weight: 800;
    font-family:"888-Ultra";
    }
    #content-banner .text-jumbo {
    color: #ffffff;
    font-size: 6em;
    font-weight: 800;
    font-family:"888-Ultra";
    }
    #content-banner small {
    font-size: 65%;
    }
    #content-banner .text-white {
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
    }
    #content-banner .text-green {
    color: #7df700;
    text-shadow: 2px 2px 2px black;
    }
    #content-banner .text-yellow{
    color: #F8E521;
    text-shadow: 2px 2px 2px black;
    }
    #content-banner .text-uppercase {
    text-transform: uppercase;
    }
    #content-banner .disclaimer {
    padding: 3px 16px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    color: #dddddd;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.1;
    }
    #content-banner .disclaimer .marquee{
    line-height: 1.1;
    }
    #content-banner .disclaimer a {
    text-decoration: underline;
    }
    #content-banner.banner-content {
    font-family: "888", verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 10px;
    color: #ffffff;
    position: relative;
    background-repeat: no-repeat;
    background-position: 45% 0;
    width: 100%;
    height: 223px;
    margin-bottom: 4rem;
    background-size: cover;
    }
    .brand-bttn {
    display: block;
    position: relative;
    line-height: 2.7;
    vertical-align: middle;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding: 0 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }
    .brand-bttn.round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    }
    .brand-bttn.primary-full {
    color: #000000;
    border-color: #fce403;
    background-color: #fce403;
    }
    .brand-bttn.primary-full:hover  {
    color: #fce403;
    background-color: #171717;
    }
    a, a:focus, a:hover, a:active {
    color: inherit;
    outline: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    }
    #content-banner.banner-content:before, #content-banner.banner-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.5px;
    background: white;
    background: -webkit-radial-gradient(center, ellipse cover, white, #1f1f1f, #1f1f1f);
    background: -moz-radial-gradient(center, ellipse cover, white, #1f1f1f, #1f1f1f);
    background: radial-gradient(ellipse at center, white, #1f1f1f, #1f1f1f);
    }
    #content-banner .banner-content-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    line-height: 1.2;
    margin-left: 2em;
    font-size: 10px;
    max-width: 60%;
    }
    html[lang='ar'] #content-banner .banner-content-text {
    margin-right: 2em;
    }
    #content-banner .banner-content:after {
    height: 1px;
    top: auto;
    bottom: 0px;
    }
    #content-banner .banner-content-text .banner-content-first-title {
    font-size: 2.8em;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    }
    #content-banner  .banner-content-text .banner-content-second-title {
    font-size: 2.1em;
    color: #7df700;
    font-weight: 400;
    }
    #content-banner .banner-content-text > *:first-child {
    margin-top: 0px;
    }
    #content-banner .banner-content-text .banner-content-button {
    max-width: 25em;
    margin-top: 1em;
    }
    #content-banner .banner-content-text .banner-content-button a {
    background: #F8E521;
    font-size: 1.5em;
    font-family: '888-Ultra';
    min-width: 180px;
    line-height: 2.4em;
    }
    #content-banner .banner-content-text .banner-content-button a:hover {
    background: black;
    }
    #content-banner .banner-content-text .banner-content-terms-link {
    display: block;
    text-align: center;
    font-size: 1.4em;
    text-decoration: underline;
    font-weight: 300;
    margin-top: 1em;
    }
    .show-pc, .show-tablet, .show-mobile{
    display:none;
    }
    @media only screen and (min-width: 1280px) {
    .show-pc {
    display:block;
    }
    }
    @media only screen and (min-width: 421px) and (max-width: 1279px) {
    .show-tablet {
    display:block;
    }
    }
    @media only screen and (max-width: 420px) {
    .show-mobile {
    display:block;
    }
    }
    @media only screen and (max-width: 1480px) {
    #content-banner.banner-content, #content-banner .banner-content-text {
    font-size: 8.5px;
    }
    }
    @media only screen and (max-width: 1279px) {
    #content-banner.banner-content {
    font-size: 10px;
    }
    /*#content-banner .disclaimer,
    #content-banner .disclaimer-secondary {
    display: none;
    }*/
    #content-banner .content-banner-tncs-apply-link {
    display: inline-block;
    font-size: 13px;
    text-decoration: underline;
    margin: 5px 0 0 5px;
    text-shadow: 2px 2px 2px black;
    }
    }
    @media only screen and (max-width: 1024px) {
    /* New Disclaimer CSS*/
    #content-banner .disclaimer {
    width: 100%;
    position: absolute;
    top: 100%;
    bottom: inherit;
    left: 0;
    margin: 0;
    padding: 1rem 1rem 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    border-left: 0;
    z-index: 9999;
    }
    #content-banner .disclaimer.opened {
    overflow: hidden;
    white-space: normal;
    }
    #content-banner .disclaimer:before {
    content: "";
    width: 29px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    background-image: url("/../../images/spc1.png");
    /* background-image: url("ui-assets/images/SpriteSheetPC1920-1548250476167.png"); */
    background-repeat: no-repeat;
    background-position: -805px -516px;
    z-index: 2;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    }
    #content-banner .disclaimer.opened:before {
    height: 30px;
    top: 8px;
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    }
    #content-banner .disclaimer p {
    display: inline-block;
    padding-left: 100%;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
    color: white;
    }
    #content-banner .disclaimer.opened p {
    padding-left: 25px;
    padding-bottom: 25px;
    padding-top: 5px;
    text-align: left;
    }
    #content-banner .disclaimer .marquee {
    animation: terms-scrolling 70s linear infinite;
    }
    #content-banner .disclaimer.opened .marquee {
    animation: none;
    }
    #content-banner .disclaimer .tncs-apply {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 5px;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 0 1rem;
    text-decoration: underline;
    color: #7df700;
    background-color: black;
    cursor: pointer;
    }.sc-pBxWu.bPgBOJ.cy-lobby-wrapper-arena {
    background: #121212!important;
    }
    #content-banner .disclaimer .tncs-apply:before {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 0;
    left: 5px;
    background-color: #717171;
    }
    #content-banner .disclaimer.opened .tncs-apply:before {
    opacity: 0;
    height: 40px;
    }
    #content-banner .disclaimer .tncs-apply-link {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    height: 29px;
    line-height: 29px;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 0 1rem;
    text-decoration: underline;
    color: #7df700;
    background-color: #000;
    cursor: pointer;
    }
    }
    @media only screen and (max-width: 767px) {
    #content-banner.banner-content {
    background-position: 50% 0;
    height: 135px;
    margin-bottom: 3rem;
    }
    #content-banner .banner-content-text {
    font-size: 7px;
    width: 62%;
    margin: 0;
    margin-left: 3%;
    }
    #content-banner .banner-content-text .banner-content-terms-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-shadow: 1px 1px 3px #000000, 1px 1px 5px #000000;
    }
    }
    @media only screen and (max-width: 575px) {
    #content-banner .banner-content-text {
    font-size: 6px;
    }
    #content-banner .content-banner-tncs-apply-link {
    font-size: 12px;
    }
    }
    @media only screen and (max-width: 420px) {
    html[lang="fr"] .jackpots-page #content-banner .buttons-wrapper a[attr-ctatext="Play Now"]{
    font-size: 1.3em!important;;
    }
    }
    .content-banner-disclaimer-static{
    font-size: 12px;
    text-decoration: underline;
    z-index: 100;
    }
    html[lang='ar'] #content-banner .banner-content-text {
    margin-right: 2em;
    }