<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** languages **/
div.languages			{width:calc(100% - 64px); margin:0px 34px 40px 30px; padding:7px 0px 0px 0px; background-color:#fff; border:#978e9f 2px solid; border-radius:20px;}
div.current-lang		{color:#13005b; cursor:pointer; padding-bottom:7px;}
.current-lang span		{width:100%; display:table; padding:0px 15px 0px 15px; font-size:1.7rem; line-height:2rem; overflow:hidden;}
.current-lang span:after {
	content:"\F0D7";
	position: relative;
	font-family:"FontAwesome";
	display:table-cell; width:33px;
	font-size:22px; line-height:100%;
	color:#13005b; text-align:right;
	vertical-align:middle;
}
.lang-open .current-lang span:after	{content:"\F0DE"; top:1px;}

.languages ul {
	width:100%; border-radius:0px 0px 20px 20px;
	text-align:left; margin:0; padding:0;
	max-height:0px; overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lang-open .languages ul	{max-height:300px;}

.languages ul li				{display:block; margin:0; font-size:1.7rem; line-height:115%; list-style:none; cursor: pointer;}
.languages ul li a				{display:block; color:#13005b; padding:7px 15px 7px 15px; text-decoration:none;}
.languages ul li:last-child a	{padding-bottom:11px;}
.languages ul li a:hover		{background-color:#1988fe; color:#fff; text-decoration:none;}

@media screen and (max-width: 767px) { /* mobile view */
	div.languages					{width:calc(100% - 13.6vw); margin:0px 6vw 9.2vw 7.6vw; padding:1.6vw 0px 0px 0px; border-width:0.52vw; border-radius:4.6vw;}
	div.current-lang				{padding-bottom:1.6vw;}
	.current-lang span				{padding:0px 3vw 0px 3vw; font-size:4vw; line-height:5vw;}
	.current-lang span:after		{width:10vw; font-size:8vw; line-height:50%; top:0.4vw;}
	.languages ul					{border-radius:0px 0px 4.6vw 4.6vw;}
	.languages ul li				{font-size:4vw; line-height:115%;}
	.languages ul li a				{padding:1.62vw 3.5vw 1.62vw 3.5vw;}
	.languages ul li:last-child a	{padding-bottom:2.5vw;}
	.lang-open .current-lang span:after	{top:2vw;}
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw72.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

 @font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/mavenpro/v21/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/mavenpro/v21/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'FontAwesome';
	src: url('/css/fonts/awesome-4/fontawesome-webfont.woff2') format('woff2');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.fa-spinner:before {
    content: "\F110";
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-angle-left:before {
    content: "\F104";
  }

.fa-angle-right:before {
    content: "\F105";
}

/****************************    Main Elements ***************************/
html {
    box-sizing: border-box;
    font-size: 62.5%;
    line-height: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 62.5% so each 0.1 rem is 1px */

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Inherit box-sizing to make it easier to change */

body {
    overflow-y: scroll;
    text-align: center;
    background-color: #fff;
    color: #000;
    height: 100%;
    font-size: 1.7rem;
    line-height: 145%;
    direction: ltr;
    text-align: left;
    font-family: "Ubuntu", arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body.search-open, body.game-open {
    height: 100vh;
}

body.search-open {
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    body {
        font-size: 4vw;
        line-height: 145%;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    /* mobile view landscape*/
    body {
        font-size: 2.5vw;
        line-height: 165%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin-top: 0;
    clear: both;
    display: block;
    color: #000;
    font-family: "Maven Pro", arial, helvetica, sans-serif;
}

h1 {
    padding: 0;
    font-size: 275%;
    line-height: 115%;
    color: #ff346b;
    font-weight: 900;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 185%;
    line-height: 120%;
    font-weight: 900;
    color: #ff346b;
}

h3 {
    font-size: 150%;
    line-height: 125%;
    font-weight: 700;
}

h4 {
    font-size: 125%;
    line-height: 125%;
    font-weight: 700;
}

h5 {
    font-size: 100%;
    line-height: 125%;
}

h6 {
    font-size: 90%;
    line-height: 125%;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    h1 {
        font-size: 180%;
        margin-bottom: 3.8vw;
    }
    h2 {
        font-size: 140%;
    }
    h3 {
        font-size: 120%;
    }
}

p {
    line-height: 170%;
    padding: 0;
    margin-top: 0;
    font-size: inherit;
}

ul {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
    font-size: inherit;
}

ol {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
    font-size: inherit;
}

ul li {
    padding: 0;
    margin: 0 0 8px 0;
    font-size: inherit;
    list-style: disc;
}

ol li {
    padding: 0px 0px 0px 5px;
    margin: 0 0 8px 0;
    font-size: inherit;
    list-style: decimal;
}

ol ul li {
    list-style: disc;
    padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 8px 0px 0px 0px;
}

/** ul li Paint only bullets **/

@media screen and (max-width: 767px) {
    /* mobile-view */
    ul {
        padding: 0 0 0 4.5vw;
        margin: 0 0 3.8vw 0;
    }
    ol {
        padding: 0 0 0 3.8vw;
        margin: 0 0 3.8vw 0;
    }
    ul li {
        padding: 0;
        margin: 0 0 1.6vw 0;
    }
    ol li {
        padding: 0 0 0 0.66vw;
        margin: 0 0 1.6vw 0;
    }
    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin: 1.6vw 0 0 0;
    }
}

table {
    font-size: inherit;
    line-height: inherit;
}

td {
    font-size: inherit;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

hr {
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px solid #cbcbcb;
    background-color: transparent;
    margin-bottom: 15px;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    -ms-interpolation-mode: bicubic;
}

video {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

figure {
    margin: 1em 0;
}

pre {
    background: #eee;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    text-decoration: none;
}

abbr[title] {
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

a {
    color: #1988fe;
    text-decoration: underline;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(103, 199, 245, 0.4);
}

.content-line a {
    font-weight: 600;
}

a:hover {
    text-decoration: none;
    color: #1988fe;
}


/** button **/

button {
    display: flex;
    /*flex-direction:column;*/
    align-items: center;
    justify-content: center;
}

button:not(.clean) {
    height: 44px;
    background: #1988fe;
    color: #fff;
    padding: 0px 30px 0 30px;
    text-align: center;
    border-style: none;
    font-size: 100%;
    line-height: 100%;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    vertical-align: top;
    border-radius: 500px;
    border: 0;
    font-family: 'Maven Pro', arial, helvetica, sans-serif;
    cursor: pointer;
    -webkit-appearance: button;
    box-sizing: border-box;
}

.as-button&gt;a,
a.button {
    height: 44px;
    background: #1988fe;
    color: #fff;
    padding: 0px 30px 0 30px;
    display: table;
    text-align: center;
    font-weight: 900;
    line-height: 44px;
    text-transform: uppercase;
    border-radius: 500px;
    text-decoration: none;
    border: 0;
    font-family: 'Maven Pro', arial, helvetica, sans-serif;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
        button:not(.clean),
        .as-button&gt;a,
        a.button {
        height: 10.4vw;
        font-size: 135%;
    }
}

button,
.as-button&gt;a,
a.button {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

button:hover,
button:active,
button:focus {
    background: #63afff;
    color: #fff;
}

.as-button&gt;a:hover,
.as-button&gt;a:active,
.as-button&gt;a:focus,
a.button:hover,
a.button:active,
a.button:focus {
    background: #63afff;
    color: #fff;
    text-decoration: none;
}

a.button.negative-blue,
button.negative-blue {
    border: #1988fe 2px solid;
    background: transparent;
    color: #1988fe;
}

a.button.negative-blue:hover,
a.button.negative-blue:active,
a.button.negative-blue:focus,
button.negative-blue:hover,
button.negative-blue:active,
button.negative-blue:focus {
    background: #63afff;
    border: #63afff 2px solid;
    color: #fff;
}

#footer-play-but button.negative-white {
    border: #1988fe 2px solid;
    background-color: #fff;
    color: #1988fe;
}

#footer-play-but button.negative-white:hover,
button.negative-white:active,
button.negative-blue:focus {
    background-color: #fff;
    color: #1988fe;
}

/* input:focus,
select:focus,
textarea:focus {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
} */

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button.clean {
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
}

button.clean:hover {
    background: transparent;
    padding: 0;
}


@media screen and (max-width: 767px) {
    /* mobile-view */
    .page-title-line {
        padding: 20px 0px 40px 0px;
    }
    div.page-title {
        display: table;
        margin: 0px auto 0px 0px;
    }
}

div.description {
    border: red 1px solid;
}

div.description-section {
    border: cyan 1px solid;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    div.description-section {
        margin-bottom: 8vw;
    }
}

/********************** Columns **********************/
.section-block h1       {margin-bottom:15px;}
.section-block h2       {margin-bottom:15px;}
.section-block h3       {margin-bottom:15px;}
.section-block h4       {margin-bottom:12px;}
.section-block h5       {margin-bottom:10px;}
.section-block h6       {margin-bottom:10px;}

@media screen and (max-width: 767px) { /* mobile view */
    .section-block h1       {margin-bottom:3.5vw;}
    .section-block h2       {margin-bottom:3vw;}
    .section-block h3       {margin-bottom:2.7vw;}
    .section-block h4       {margin-bottom:2.5vw;}
    .section-block h5       {margin-bottom:2vw;}
    .section-block h6       {margin-bottom:2vw;}
 }


@media screen and (min-width: 768px) {
    /* desktop-view */
    .col-2-text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
    }
    .col-2-text &gt; * {
        display: inline-block;
    }
    .col-2-text &gt; img {
        display: block !important;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    /* desktop-view */
    .col-3-text {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
    }
    /* .col-3-text &gt; * {
        display: inline-block;
    } */
    .col-3-text &gt; img {
        display: block !important;
    }
}

.col-2-flex &gt; * {
    margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
    /* desctop view */
    .col-2-flex,
    .col-3-flex,
    .col-4-flex                     {display:flex; flex-wrap:wrap; justify-content:space-between;}
    .col-2-flex &gt; *                 {width:47%; margin-bottom:40px;} /* 2 items */
    .col-3-flex &gt; *                 {width:30%; margin-bottom:40px;} /* 3 items */
    .col-4-flex &gt; *                 {width:24%; margin-bottom:40px;} /* 4 items */
    /* margin-bottom 0 to last row elements */
    .col-2-flex &gt; *:nth-last-child(-n+2), /* Last 2 Elements */
    .col-2-text &gt; *:last-child,
    .col-3-flex &gt; *:nth-last-child(-n+3), /* Last 3 Elements */
    .col-3-text &gt; *:last-child,
    .col-4-flex &gt; *:nth-last-child(-n+4), /* Last 4 Elements */
    .col-4-text &gt; *:last-child,
    .col-2-flex &gt; *:nth-last-child(-n+2) &gt; *:last-child,
    .col-2-text &gt; *:last-child &gt; *:last-child,
    .col-3-flex &gt; *:nth-last-child(-n+3) &gt; *:last-child,
    .col-3-text &gt; *:last-child &gt; *:last-child,
    .col-4-flex &gt; *:nth-last-child(-n+4) &gt; *:last-child,
    .col-4-text &gt; *:last-child &gt; *:last-child {
        margin-bottom:0px;
    }
    .col-4-flex.flex-center &gt; * {margin: 0; margin-right: 50px;}
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .col-2-flex &gt; *,
    .col-3-flex &gt; *,
    .col-4-flex &gt; *                 {margin-bottom:6vw;}
    .col-4-flex &gt; *                 {width:47%;} /* 2 items */
    /* margin-bottom 0 to last row elements */
    .col-2-flex &gt; *:last-child,
    .col-3-flex &gt; *:last-child,
    .col-4-flex &gt; *:last-child      {margin-bottom:0px;}
}


.section-block, .cms-section-block-v2 {margin-bottom:40px;}
.section-block &gt; *:last-child, .cms-section-block-v2 &gt; *:last-child {margin-bottom:0;}

@media screen and (max-width: 767px) {
    /* mobile view */
    .section-block, .cms-section-block-v2 {margin-bottom:6vw;}
}

/* Text meant only for screen readers. */

.access {
    width: 1px;
    height: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    overflow: hidden;
    position: absolute !important;
    word-wrap: normal !important;
}

/*** active &amp; focus ***/

.A:active,
a:focus {
    outline: none;
}

.show-focus a:active,
.show-focus a:focus {
    background-color: #ffffcc !important;
    color: #000 !important;
    text-decoration: none !important;
    outline: red solid medium !important;
    background-image: none !important;
}

*:focus {
    outline: none;
}

.show-focus *:focus {
    outline: red solid medium !important;
}

.full-size-row {
    margin: 0px auto;
}

.area-wrapper {
    width: 95%;
    max-width: 1310px;
    margin: auto;
}

.home-de-wrapper {margin-top: 3rem;}

@media screen and (max-width: 767px) {
    /* mobile view */
    .area-wrapper {
        width: 92%;
    }
    .home-de-wrapper {margin-top: 1.5rem;}
}

/*** page seperator ***/
div.page-seperator {
    position: relative;
    border-bottom: #1988fe 2px solid;
    margin: 25px 0px 35px 0px;
}
.content-line div.page-seperator {
        margin: -35px 0px 35px 0px;
}

div.page-seperator:after {
    content: ""; display:table;
    position: absolute;
    width: 191px; height:25px;
    bottom: 0; left: 50%;
    background: url('/img/stars.png') no-repeat center center;
    transform: translate(-50%, 50%); -webkit-transform: translate(-50%, 50%);
    z-index: 9; outline: 0;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .content-line div.page-seperator {
        margin: -2vw 0px 5vw 0px;
    }
}

/************************ Game Unit *****************************/

li.game-unit {
    padding: 0px;
    overflow: hidden;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
}

.game-unit .img-wrap {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.game-unit img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #ccc;
}

.game-unit a {
    display: block;
    width: 100%;
    color: #13005b;
    text-align: center;
    padding: 7px 6% 9px 6%;
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 500;
    box-sizing: border-box;
}

.game-unit:hover a {
    color: #ff346b;
    text-decoration: underline;
}

.game-unit .game-up {
    width: 100%; height: 100%;
    display: flex;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: url('/img/thumb-over.png') no-repeat center center / cover;
    text-align: center;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.site-container .game-unit .game-up {
    flex-direction: column;
}

.game-unit .img-wrap:hover .game-up {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.game-unit .game-win {
    display: table;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fea646;
    color: #00042d;
    padding: 5px 3px 3px 12px;
    z-index: 2;
    border-radius: 0px 12px 0px 0px;
}

.game-unit .game-win:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background-color: #fea646;
    color: #00042d;
    border-radius: 0px 12px 0px 0px;
    -webkit-transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.game-unit .game-win span {
    font-size: 105%;
    position: relative;
    z-index: 9;
}

.game-unit div.play-demo {
    color: #fff;
    background-color: #FF346B;
}

.game-unit div.play-demo a {
    color: #fff;
}

 .game-unit div.play-demo {
    display: initial;
}

.site-container-sv .recommended .game-up button {
    padding: 15px 20% 15px 20%;
}

/**** mobile view Game Unit ****/

@media screen and (max-width: 767px) {
    /* mobile view */
    .game-unit .game-win {
        font-size: 2.2vw;
        line-height: 125%;
        padding: 0.7vw 0.5vw 0.5vw 2vw;
    }
    .game-unit .game-win:after {
        width: 4vw;
    }
    .game-unit div.play-demo {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .game-unit .game-win {
        font-size: 2.6vw;
        padding: 1vw 0.5vw 0.5vw 3vw;
    }
}

/************************ Site Container *****************************/

#site-container {
    position: relative;
    height: 100%;
}

/************************ Hp Tabs Line *****************************/

.tabs-line-hp {
    position: relative;
}

/************ Tabs *****************/

#games-hp .area-wrapper {
    width: 100%;
    max-width: none;
}

.main-tabs-wrapper.area-wrapper {
    width: 100%;
    max-width: none;
}

.main-tabs-wrapper {
    background-color: #13005b;
    border-radius: 0px 0px 50% 50%;
    box-shadow: 0px 0px 15px rgba(19, 0, 91, 0.8);
    position: relative;
    z-index: 99;
}

/****** 1st level - games types tabs ******/

#tabs-sticky {
    padding-bottom: 24px;
}

.tabs {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

ul.main-tabs {
    width: auto;
    display: flex;
    justify-content: space-between;
    padding: 6px 0px 18px 0px;
    margin: auto;
    max-width: 480px;
}

.site-container-es ul.main-tabs {
    display: inline-grid;
    max-width: unset;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 4%;
}

@media screen and (max-width: 767px) {
    .site-container-es ul.main-tabs {
        grid-template-columns: min-content min-content min-content min-content;
        max-width: 90vw;
        display: grid;
    }
}

.site-container-sv ul.main-tabs {
    justify-content: space-evenly;
}

.help-tabs-wrapper ul.main-tabs {
    max-width: unset;
}

.site-container-de ul.main-tabs {
    justify-content: space-evenly;
}

ul.main-tabs li {
    margin: 0;
    font-size: 1.6rem;
    line-height: 115%;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
    font-family:'Maven Pro', arial, helvetica, sans-serif;
}

ul.main-tabs li a {
    display: block;
    color: #63afff;
    font-weight: 700;
    text-decoration: none;
}

ul.main-tabs li div {
    height: 59px;
    background-size: 73px;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-decoration: none;
}

ul.main-tabs li a span {
    display: block;
    padding: 2px 0 0 0;
    margin: 0 auto;
    white-space: nowrap;
}

ul.main-tabs li a:hover {
    color: #fff;
    font-weight: 700;
}

.site-container-es ul.main-tabs li a {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .site-container-es ul.main-tabs li a {
        white-space: normal;
    }
}

ul.main-tabs li.active a {
    color: #fff;
    font-weight: 900;
}

ul.main-tabs li a:hover div,
ul.main-tabs li.active a div {
    background-position: center top 1px;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    #tabs-sticky {
        padding-bottom: 3vw;
    }
    #tabs-sticky .main-tabs-wrapper {
        margin: 0px -25% 0px -25%;
        padding: 0px 25% 0px 25%;
        width: 150%;
        box-shadow: 0px 0px 3vw rgba(19, 0, 91, 0.8);
    }
    ul.main-tabs {
        padding: 2.6vw 0px 4vw 0px;
        max-width: 86%;
    }
    ul.main-tabs li {
        min-width: 20%;
        font-size: 3.2vw;
        line-height: 115%;
    }
    ul.main-tabs li div {
        background-size: 15.2vw;
        height: 12.2vw;
    }
    ul.main-tabs li a span {
        padding: 5px 0 0 0;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    /* mobile view landscape*/
    ul.main-tabs {
        padding: 2.4vw 0px 3.2vw 0px;
    }
    ul.main-tabs li div {
        display: none;
        background-size: 9.2vw;
        height: 7.2vw;
    }
    ul.main-tabs li a span {
        padding: 0;
    }
}

/****** 2nd level - games icons nav ******/

div.inner-tabs-wrap {
    background-color:#1988fe;
    display: block;
    overflow: hidden;
    margin-top: -50px;
}

ul.inner-tab-nav {
    display: none;
    margin: 0px;
    padding: 0px 40px 0px 40px;
}

ul.inner-tab-nav.active {
    display: flex;
    justify-content: center;
}

.inner-tab-nav li {
    margin: 0px 1px 0px 1px;
    list-style: none;
}

.inner-tab-nav li a {
    display: table;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 60px 40px 12px 40px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 115%;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    font-family:'Maven Pro', arial, helvetica, sans-serif;
}

.inner-tab-nav li a span {
    display: table-cell;
    vertical-align: middle;
}

.inner-tab-nav li.active a {
    background-color: #fff;
    color: #1988fe;
    text-decoration: none;
}

.inner-tab-nav li.active a:before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    bottom: 0px;
    right: 100%;
    background:url('/img/corner-left.png');
}
.inner-tab-nav li.active a:after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 100%;
    background:url('/img/corner-right.png');
}

.inner-tab-nav li a:hover {
    background-color: #fff;
    color: #1988fe;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    div.inner-tabs-wrap {
        margin-top: -10vw;
        padding: 0px;
    }
    ul.inner-tab-nav.active {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
    ul.inner-tab-nav {
        padding: 0px;
        display: block;
        white-space: nowrap;
    }
    .inner-tab-nav li {
        margin: 0;
        padding: 0px 1% 0px 1%;
        display: inline-block;
    }
    .inner-tab-nav li a {
        width: 100%;
        padding: 13.6vw 3vw 2.6vw 3vw;
        font-size: 3.2vw;
        line-height: 115%;
        border-top-width: 3px;
        border-bottom-width: 3px;
        display: inline-block;
    }
    .inner-tab-nav li a img {
        width: 66%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    /* mobile view landscape*/
    .inner-tab-nav li a {
        padding: 0.6vw 2vw 0.6vw 2vw;
        font-size: 2.2vw;
    }
}

@media screen and (max-width: 620px) {
    .inner-tab-nav li a img {
        width: 80%;
        margin: auto;
    }
    .inner-tab-nav li a span {
        font-size: 4vw;
        line-height: 115%;
    }
}

/****** 3rd level - pannel - games ******/

div.tabs-section-wrap {
    overflow: hidden;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
}

div.tab-section-pannel ul.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -5px 0px -5px;
    padding: 0px;
}

.tab-section-pannel ul.categories li {
    margin: 0px 5px 15px 5px;
}

@media screen and (min-width: 1501px) {
    /* 6 items */
    .tab-section-pannel ul.categories li {
        width: calc(16.666666% - 10px);
    }
}

@media screen and (max-width: 1500px) {
    /* 5 items */
    .tab-section-pannel ul.categories li {
        width: calc(20% - 10px);
    }
}

@media screen and (max-width: 1240px) {
    /* 4 items */
    .tab-section-pannel ul.categories li {
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 980px) {
    /* 3 items */
    .tab-section-pannel ul.categories li {
        width: calc(33.333333% - 10px);
    }
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .tab-section-pannel ul.categories li {
        margin: 0px 5px 5px 5px;
    }
    div.tabs-section-wrap {
        padding: 1.2vw 3.17vw 1.3vw 3.17vw;
    }
    div.tabs-section-wrap.recommended {
        padding: 1.2vw 0 1.3vw 0;
    }
   .tabs-section-wrap.active .area-wrapper {
        margin-bottom: 1.5vw;
    }
    .tab-section-pannel ul.categories li a {
        font-size: 1.6rem;
        line-height: 120%;
    }
}

@media screen and (max-width: 590px) {
    /* 2 items */
    .tab-section-pannel ul.categories li a {
        font-size: 1.2rem;
		line-height: 120%;
		padding: 4px 3% 6px 3%;
    }
}

@media screen and (max-width: 320px) {
    /* 2 items */
    .tab-section-pannel ul.categories li {
        width: calc(50% - 10px);
    }
}

/** play now **/

.tabs-section-wrap .game-up button {
    width: 100%;
    height: 100%;
    background: transparent;
    align-self: center;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px 20%;
    border-radius: 12px;
    text-shadow: 0px 0px 10px rgba(8,0,109,0.6);
    white-space: normal;
}

.site-container-sv .game-up button {
    padding: 15px 20% 0px 20%;
}

@media screen and (max-width: 1900px) {
    .site-container-sv .game-up button {
        padding: 5px;
    }
}

@media screen and (min-width: 1901px) {
    .tabs-section-wrap .game-up button {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1900px) {
    .tabs-section-wrap .game-up button {
        font-size: 2.6vw;
    }
    .games-carousel .carousel-container .game-up button { /* 6 items carousel */
        font-size: 2.6vw !important;
    }
}

@media screen and (max-width: 1500px) { /* 5 items */
    .tabs-section-wrap .game-up button {
        font-size: 3.2vw;
    }
}

@media screen and (max-width: 1240px) { /* 4 items */
    .tabs-section-wrap .game-up button {
        font-size: 4.3vw;
    }
}

@media screen and (max-width: 980px) { /* 3 items */
    .tabs-section-wrap .game-up button {
        font-size: 5.4vw;
    }
}

@media screen and (max-width: 1200px) { /* 5 items carousel */
    .games-carousel .carousel-container .game-up button {
        font-size: 3.2vw !important;
    }
}

@media screen and (max-width: 767px) { /* 3 items both */
    .tabs-section-wrap .game-up button,
    .games-carousel .carousel-container .game-up button {
            font-size: 4.4vw !important;
    }
}


/****** Hompage first (All) 3rd level - pannel - carousels ******/

#hp-special {
    margin-bottom: 0px;
}

div.carousel-title {
    background: -moz-linear-gradient(left,  rgba(156,55,202,1) 0%, rgba(255,52,107,1) 50%, rgba(156,55,202,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(156,55,202,1) 0%,rgba(255,52,107,1) 50%,rgba(156,55,202,1) 100%);
    background: linear-gradient(to right,  rgba(156,55,202,1) 0%,rgba(255,52,107,1) 50%,rgba(156,55,202,1) 100%);
    margin-bottom: 20px;
    padding-bottom: 2px;
    text-align: center;
}

div.carousel-title &gt; div {
    background-color: #fff;
    position: relative;
    padding: 0px 40px 0px 40px;}

div.carousel-title &gt; div:before {
    content:""; display:block;
    width: 27px; height: 35px;
    position: absolute;
    bottom:-2px; left:0;
    background :#fff url('/img/spiral-left.png');
    z-index: 9;
}

div.carousel-title &gt; div:after {
    content:""; display:block;
    width: 27px; height: 35px;
    position: absolute;
    bottom:-2px; right:0;
    background :#fff url('/img/spiral-right.png');
    z-index: 9;
}
        
.carousel-title h2 {
    color: #ff346b;
    font-weight: 900;
    text-transform: capitalize;
    display: inline-block;
    margin: 0px 0px 6px 0px;
    padding: 0;
}

.carousel-title span {
    color: #231166;
    font-size: 2.2rem;
    line-height: 115%;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    #hp-special {
        margin-bottom: 0;
    }
    div.carousel-title {
        background: transparent;
        margin-bottom: 3vw;
        padding-bottom: 0;
    }
    div.carousel-title &gt; div {
        background: url(/img/carousel-title-bg-mobile.png) no-repeat center bottom / 100%;
        padding: 0px 5vw 0px 5vw;
    }
    div.carousel-title &gt; div:before {
        display: none;
    }

    div.carousel-title &gt; div:after {
        display: none;
    }

    #hp-special .carousel-title span {
        font-size: 100%;
        line-height: 115%;
    }
}

/** arrows**/

#hp-special button.carousel__back-button,
#hp-special button.carousel__next-button {
    height: calc(100% - 32px);
    padding: 0 10px;
    background-color: rgba(19, 0, 91, 0.6);
    position: absolute;
    top: 0;
    z-index: 2;
}

#hp-special button.carousel__back-button {
    left: 5px;
    border-radius: 12px 0px 0px 12px;
}

#hp-special button.carousel__next-button {
    right: 5px;
    border-radius: 0px 12px 12px 0px;
}

#hp-special button.carousel__back-button .fa,
#hp-special button.carousel__next-button .fa {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
}

/****/

/* GameCarouselComponent */
#hp-special .games-carousel .carousel-container {
    position: relative;
    margin-left: -5px;
    width: calc(100% + 10px);
}

#hp-special .games-carousel {    
    margin-bottom: 30px;
}

#hp-special .games-carousel .carousel-container a {
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    #hp-special .games-carousel {    
        margin-bottom: 15px;
    }
    /* mobile view */
    #hp-special .games-carousel .carousel-container {
        width: calc(100% + 5px + 3.17vw);
        margin-bottom: 4vw;
    }
    #hp-special button.carousel__back-button,
    #hp-special button.carousel__next-button {
        display: none;
    }
    #hp-special .games-carousel .carousel-container a {
        height: unset;
        overflow: hidden;
        line-height: 115%;
        white-space: nowrap;
        font-size: 2.4vw;
        max-width: 90%;
        margin: 5px auto;
    }
}

/****** long image ******/

div.long-img {
    margin: 0px -15px 25px -15px;
}

div.long-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    div.long-img {
        display: none;
        /*margin:0px -3.17vw 25px -3.17vw;*/
    }
}

/****** load more button ******/

div.panel-button {
    width: 100%;
    display: table;
    background-color: #fff;
}

#help-in .panel-button {
    display: none;
}

button.load-more {
    margin: 15px auto 35px auto;
    height: 50px;
    border: #1988fe 2px solid;
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #fff;
    color: #1988fe;
    padding: 0px 25px 0px 25px;
}

button.load-more:hover {
    background-color: #63afff;
    color: #fff;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    button.load-more {
        height: 11.8vw;
        border-width: 0.52vw;
        font-size: 5.6vw;
        line-height: 100%;
        margin: 2vw auto 14vw auto;
        padding: 0 4.5vw 0px 4.5vw;
    }
}

/************ Ip Content Line *****************/

.content-line {
    min-height: 300px;
    padding: 35px 0px 45px 0px;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .content-line {
        min-height: 0;
        padding: 3.5vw 0 3.3vw 0;
    }
}

.content-seo {
    position: relative;
    padding-top: 35px;
}

.content-seo:before {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    font-size: 30px;
    color: #000;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .content-seo {
        padding: 10vw 0 3.3vw 0;
    }
}



li.game-unit {
    opacity: 0.1;
    animation: reveal 0.3s forwards;
    -webkit-animation: reveal 0.3s forwards;
}

@keyframes reveal {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes reveal {
    100% {
        opacity: 1;
    }
}

div.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 96px;
    z-index: 10;
}

.site-container-es div.sticky {
    top: 65px;
}

.site-container-en-GB div.sticky,
.site-container-en-ROW div.sticky,
.site-container-en-IE div.sticky,
.site-container-en-CA div.sticky,
.site-container-en-IN div.sticky,
.site-container-en-NZ div.sticky {
    top:111px;
}

.site-container-fr-CA div.sticky,
.site-container-fi div.sticky,
.site-container-frca div.sticky  {
    top:66px
}

.site-container-ca div.sticky {
    top: 142px;
}

@media screen and (max-width: 767px) {
    .site-container-en-GB div.sticky,
    .site-container-en-ROW div.sticky,
    .site-container-en-IE div.sticky,
    .site-container-en-CA div.sticky,
    .site-container-en-IN div.sticky,
    .site-container-en-NZ div.sticky,
    .site-container-ca div.sticky,
    .site-container-frca div.sticky,
    .site-container-fr-CA div.sticky,
    .site-container-fi div.sticky,
    .site-container-es div.sticky,
    div.sticky {
        top: -1px;
    }

    .site-container-sv div.sticky,
    .site-container-ca div.sticky {
        top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .inner-tab-nav li {
        width: unset;
    }
}

/*** play now ***/

@media screen and (min-width: 768px) {
    /* desctop view */
    #search-results .game-up button {
        align-self: center;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 0;
        padding: 15px;
    }
}

@media screen and (min-width: 1901px) {
    #search-results .game-up button {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1601px) {
    #search-results .game-up button {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
    #search-results .game-up button {
        font-size: 4.5rem;
    }
}

/****/


/* About Us page */

.grid-3 h1 {
    text-align: center;
}

.center-text {
    text-align: center;
}

.quote {
    color: #ff3250;
    text-transform: uppercase;
    font-size: 400%;
    margin: auto;
}

.restricted-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002538;
    display: flex;
    z-index: 999;
    color: white;
    display: block;
    justify-content: center;
    align-items: center;
}

.restricted-popup img {
    margin: auto;
    margin-bottom: 50px;
}

.restricted-popup .contentText {
    padding: 20px;
}

@media screen and (min-width: 768px) {
    /* desktop-view */
    .grid-3 {
        grid-gap: 4em;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .quote {
        font-size: 500%;
    }
    .restricted-popup {
        display: flex;
    }
}

.grid-two-rows {
    grid-row: span 2;
}

.promotions-button {
    margin: auto !important;
}

.content-buttons button {
	height:auto;
	font-size:28px;
    margin: 0px auto 0px auto;
    padding-top: 22px;
    padding-bottom: 22px;
}

.content-buttons .as-button {
	height:auto;
    margin: 0px auto 0px auto;
}

.content-buttons .as-button&gt;a {
    padding-top: 15px;
    padding-bottom: 15px;
	font-size:28px;
    line-height: 28px;
}

@media screen and (max-width: 767px) { /* mobile view */
    .content-buttons button {
        height:13.7vw; padding:0 5.9vw 0 5.9vw; font-size:6.46vw; margin-right:auto; margin-left:auto;
    }

    .content-buttons .as-button&gt;a {
        font-size:6.46vw;
        line-height: normal;
    }
}

.tab-section-pannel .fa-spinner {
    display: none;
    margin-left: 6px;
}

.tab-section-pannel .fa-spinner.spin {
    display: initial;
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.game-and-payments {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .game-and-payments {
        align-items: stretch;
        flex-direction: column;
        flex-wrap: unset;
    }
}

.game-and-payments &gt; a {
    max-width: 36%;
    display: inline-block;
}

.game-and-payments img {
    max-width: 100%;
    padding: 15px 25px;
    height: 65px;
}

.game-and-payments img:hover {
    -webkit-filter: brightness(350%);
    filter: brightness(350%);
}

.option-logo {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 2% 3% 2%;
    display: flex;
    justify-content: center;
    justify-items: stretch;
}

.option-logo a {
    display: inline-flex;
}

.payments {
    padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    #pg-wdg-cct .pg-wdg-cct-full {
        padding: 10px 10px 10px 10px;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #pg-wdg-cct.fixed {
        position: static
    }
}

#pg-wdg-cct button {
    margin-left: 10px;
    color: #000;
    background: #fff;
    border-radius: 0;
    padding: 15px 15px 15px 15px;
    height: auto;
    display: initial;
    font-weight: 600;
}

.wrap-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9995;
}
.search-open .wrap-footer-fixed, .game-open .wrap-footer-fixed {
    bottom: -110%;
}
.game-search-open .wrap-footer-fixed {
    display: block;
}
.search-open #pg-wdg-cct,
.search-open #pg-wdg-cct.fixed,
.game-open #pg-wdg-cct,
.game-open #pg-wdg-cct.fixed,
.game-search-open #pg-wdg-cct,
.game-search-open #pg-wdg-cct.fixed {
    display: none;
}
@media screen and (min-width: 768px) {
    .wrap-footer-fixed&nbsp;&nbsp; {
        display: none;
    }
    .game-search-open .wrap-footer-fixed {
        display: none;
    }
}

.scroll-up-button {
    z-index: 3 !important;
}


.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

.faq-area-wrapper {
    width: 95%;
    max-width: 1310px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    /* mobile view */
    .faq-area-wrapper {
        width: 100%;
    }
    .scroll-top img {
        max-width: 36px;
    }
}

.payment-option img {
    margin-bottom: 20px;
}

.loader-container {
    display: flex;
    height: 100%;
    width: 100%;
}

.loader {
    border: 24px solid #f3f3f3;
    border-radius: 50%;
    border-top: 24px solid #1988fe;
    border-bottom: 24px solid #1988fe;
    width: 140px;
    height: 140px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    opacity: 0.4;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*** go top arrow */
span.scroll-top {
    border: #fff 1px solid;
    display: table;
    border-radius: 50%;
}

/************ PWA installer *****************/
@keyframes pwaSlideInUp {
    from {
        height: 0;
        opacity: 0;
    }

    to {
        height: 12.6vw;
        opacity: 1;
    }
}

.pwaSlideInUp {
    -webkit-animation-name: pwaSlideInUp;
    animation-name: pwaSlideInUp;
    animation-delay: 2s;
}

@media screen and (max-width: 767px) { /* mobile view */
    .PWA-installer {
        display: flex;
        background: #062538;
        justify-content: space-between;
        align-items: center;
        border-top: solid 1px #fff;
        opacity: 0;
        padding: 10px;
    }
    .PWA-installer.animated-faster {
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .PWA-installer .PWA-installer-container {
        display: flex;
        align-items: center;
        flex: 2;
    }
    .PWA-installer .PWA-installer-container img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    .PWA-installer .PWA-installer-container .PWA-text{
        color: #fff;
    }
}

@media screen and (min-width: 768px) { /* desktop-view */
    .PWA-installer	{display:none;}
}


/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .culture-changing .mask {opacity:0.5; z-index:89;}
  .culture-changing	{filter:blur(12px); -webkit-filter:blur(12px);
}

.pt-restrict-message-box {padding: 3rem; background-color: #cfe3f80f; text-align: center;}
.pt-restrict-message-box img {margin-bottom: 20px;}
.pt-restrict-message-box h3, .pt-restrict-message-box h4, .live-baccarat-seo h4 {color: #ff346b;}
.pt-restrict-message-box p {font-size: 1.3rem;}
.pt-restrict-message-box  * {margin: 0 auto !important; margin-top: 1rem !important;}
.pt-restrict-message-box ul {width: fit-content; text-align: start; margin: 2rem auto; font-size: 1.3rem;}
.pt-restrict-message-box button { margin-top: 2rem !important; }

@media screen and (max-width: 767px) { 
    .pt-restrict-message-box  { padding: .5rem ; padding-top: 0; overflow-y: scroll;max-height: 100vh; background-color: transparent;}
    .pt-restrict-message-box img { transform: scale(0.8); margin-bottom: 1rem;}
}

.header-sticky { position: sticky; top: 0; left: 0; z-index: 91; }
@media screen and (max-width: 767px) {
    .header-sticky { position:initial;}
    .copyrights-line { margin-bottom: 50px;}
}

.scroll-top-container {
    bottom: 75px;
}

UL.col-3-flex,
UL.col-3-text {
    padding-left: 0!important;
}

UL.col-2-flex &gt; LI,
UL.col-2-text &gt; LI,
UL.col-3-flex &gt; LI,
UL.col-3-text &gt; LI {
    list-style: none;
}

.rounded {
    border-radius: 12px;
}

/*patch to hide segment.prod.bidr.io iframe on sng.ca from GTM*/
#onecore {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: fixed;
    bottom: -50px;
}

/* son support badge*/
div#fc_frame {
    right: unset!important;
    left: 10px;
    bottom: 61px!important;
}

button.feedback.login {
    color: #e40814;
    font-size: inherit;
    font-weight: 700;
    margin: 0 auto 0 auto;
}

button.feedback.register {
    color: inherit;
    font-size: 14px;
    margin-left: 2px;
    font-family: Roboto, arial, helvetica;
    display: inline;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    button.feedback.register {
        font-size: 9px;
    }
  }

/************************ Slots Online Container *****************************/
div.games-gallery-item.slots-online .col-2  {display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto [last-line]; grid-column-gap: 1em; align-items: center;}
div.games-gallery-item.slots-online .col-2 h3 {color: #1988fe; font-size: 140%;}

/************************ HomePage *****************************/
div.games-gallery-item h3 {color: #1988fe;}
div.games-gallery-item h3 a:hover {
    color: #1988fe;
    text-decoration: underline;
}
div.games-gallery-item h3 a {
    color: #1988fe;
    text-decoration: none;
}
.bonus-terms p {color: #7E7E7E; font-size: 13px;}

.vip_main .section-block,
.payment-feed .section-block {
    display: block;
    margin-bottom: 1em;
}

.vip_main .section-block img,
.payment-feed .section-block img {
    max-width: 100%;
    text-align: center;
    border: solid 1px #ccc;
    margin: 1em auto;
    padding: 1em;
}

.vip_main .section-block table,
.payment-feed .section-block table {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-spacing: 0px;
    border-collapse:collapse;
}

.vip_main .section-block table td,
.payment-feed .section-block table td {
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding: 5px 8px;
}

.vip_main .section-block.center-text &gt; .button {
    display: inline-block;
}


/*** flex ***/

.flex-block .col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 3em;
  row-gap: 2em;
}

.flex-block .col&gt;div {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}

.flex-start {
  display: flex;
  gap: 1em;
}

@media screen and (min-width: 768px) {
  .flex-block .col .mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .flex-block .col .mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  .flex-block .col .desktop {
    display: none;
  }
}

.flex-block .col&gt;div&gt;* {
  margin-bottom: 0;
}

.flex-block .col&gt;div&gt;button {
  align-self: center;
}

.flex-block .col&gt;div&gt;p {
  flex-grow: 2;
}

.flex-block .col-2&gt;* {
  width: calc(50% - 1.5em);
}

.flex-block .col-3&gt;* {
  width: calc(33.33% - 2em);
}

.flex-block .col-4&gt;* {
  width: calc(25% - 2.25em);
}

.flex-block .col p:last-child {
  margin-bottom: 0;
}

.flex-block .block-footer p:last-child,
.flex-block .block-header p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {

  .flex-block .col {
    column-gap: 2em;
  }

  .flex-block .col-4&gt;*,
  .flex-block .col-4&gt;*,
  .flex-block .col-2&gt;* {
    width: calc(50% - 1em);
  }

  .flex-block .col-3&gt;* {
    width: calc(33.33% - 1.34em);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .flex-block .col-3&gt;* {
    width: 100%;
  }

  .flex-block .col {
    row-gap: 1.2em;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
  .flex-block .col-2&gt;*,
  .flex-block .col-4&gt;* {
    width: 100%;
  }
}

/*** end flex ***/

/*** grid ***/

.col-2-grid,
.col-3-grid,
.col-4-grid,
.grid-block .col {
  display: grid;
  grid-row-gap: 2em;
  grid-column-gap: 3em;
}

.col-2-grid&gt;li,
.col-3-grid&gt;li,
.col-4-grid&gt;li,
.grid-block .col&gt;li {
  list-style: none;
  margin-bottom: 0;
}

.col-2-grid,
.grid-block .col-2 {
  grid-template-columns: 1fr 1fr;
}

.col-3-grid,
.grid-block .col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.col-4-grid,
.grid-block .col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-block .col-2&gt;*.full-width {
  grid-column: 1 / 3;
}

.grid-block .col-3&gt;*.full-width {
  grid-column: 1 / 4;
}

.grid-block .col-4&gt;*.full-width {
  grid-column: 1 / 5;
}

.grid-block .col&gt;*.span-2 {
  grid-column: auto / span 2;
}

.grid-block .col&gt;*.span-3 {
  grid-column: auto / span 3;
}

.col-2-grid&gt;* *:last-child,
.col-3-grid&gt;* *:last-child,
.col-4-grid&gt;* *:last-child,
.grid-block .col&gt;* *:last-child {
  margin-bottom: 0;
}

.grid-block .block-footer p:last-child,
.grid-block .block-header p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {

  .col-4-grid,
  .grid-block .col-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-block .col-4&gt;*.full-width {
    grid-column: 1 / 3;
  }

  .grid-block .col&gt;*.span-3 {
    grid-column: auto;
  }

  .col-4-grid&gt;*:nth-last-child(-n+2),
  .grid-block .col-4&gt;*:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .col-2-grid,
  .col-3-grid,
  .col-4-grid,
  .grid-block .col {
    grid-column-gap: 2em;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  .col-3-grid,
  .grid-block .col-3 {
    grid-template-columns: 1fr;
  }

  .grid-block .col-3&gt;*.full-width {
    grid-column: 1 / 2;
  }

  .col-2-grid,
  .col-3-grid,
  .col-4-grid,
  .grid-block .col {
    grid-row-gap: 1.2em;
  }

  .grid-block .col&gt;*.row-mobile-up-1 {
    grid-row: -1;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {

  .col-2-grid,
  .col-4-grid,
  .grid-block .col-2,
  .grid-block .col-4 {
    grid-template-columns: 1fr;
  }

  .grid-block .col-2&gt;*.full-width,
  .grid-block .col-4&gt;*.full-width {
    grid-column: 1 / 2;
  }

  .grid-block .col&gt;*.span-2 {
    grid-column: auto;
  }

  .grid-block .col-2-mobile {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.2em;
  }

  .grid-block .col-2-mobile&gt;*.full-width {
    grid-column: 1 / 3;
  }

  .grid-block .col-2-mobile&gt;*.span-2 {
    grid-column: 1 / 3;
  }
}

/*** end grid ***/
.grid-block .col h2,
.grid-block .col h3 {
    margin-bottom: 0.5em;
}

.grid-block .block-footer,
.grid-block .block-header {
  margin-bottom: 1em;
}

.grid-block .block-footer &gt; *,
.grid-block .block-header &gt; * {
  margin-bottom: 0.3em;
}

.grid-block .block-footer &gt; *:last-child,
.grid-block .block-header &gt; *:last-child {
  margin-bottom: 0;
}

.play.medium,
.button.medium {
    font-size: 22px;
    line-height: normal;
    height: auto;
    padding: 8px 18px;
    margin: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {  
    .play.medium,
    .button.medium {
        font-size: 4.4vw;
    }
  }

a.button.medium {
    padding: 6px 18px;
}

/*** numbered blocks ****/

.cms-section-block-v2 .col.numbered {
    list-style-type: none;
    counter-reset: css-counter 0;
    /* initializes counter to 0; use -1 for zero-based numbering */
  }
  
  .cms-section-block-v2 .col.numbered&gt;div {
    counter-increment: css-counter 1;
    /* Increase the counter by 1. */
  }
  
  .cms-section-block-v2.grid-block .col.numbered&gt;div&gt;h3:first-child:before,
  .cms-section-block-v2.grid-block .col.numbered&gt;div&gt;p:first-child:before,
  .cms-section-block-v2.flex-block .col.numbered&gt;div&gt;h3:first-child:before,
  .cms-section-block-v2.flex-block .col.numbered&gt;div&gt;p:first-child:before {
    content: counter(css-counter) ".";
    color: #1988fe;
    font-size: 5.5rem;
    font-weight: 900;
    margin-right: 0.2em;
    margin-bottom: -0.1em;
    margin-top: 0.03em;
    float: left;
    line-height: 90%;
    font-family: "Maven Pro", arial, helvetica, sans-serif;
    box-sizing: border-box;
  }
  
  .cms-section-block-v2.flex-block .col.numbered&gt;div&gt;h3:first-child,
  .cms-section-block-v2.grid-block .col.numbered&gt;div&gt;h3:first-child {
    display: flex;
    align-items: center;
  }
  
  @media screen and (max-width: 1023px) {
  
    /* tablet view */
    .cms-section-block-v2.grid-block .col.numbered&gt;div&gt;h3:first-child:before,
    .cms-section-block-v2.grid-block .col.numbered&gt;div&gt;p:first-child:before,
    .cms-section-block-v2.flex-block .col.numbered&gt;div&gt;h3:first-child:before,
    .cms-section-block-v2.flex-block .col.numbered&gt;div&gt;p:first-child:before {
      margin-top: 0.08em;
      /* becouse site text in &lt;p&gt; is smaller */
    }
  }
  
  @media screen and (max-width: 767px) and (orientation: portrait) {
  
    /* mobile view */
    .cms-section-block-v2.grid-block .col.numbered&gt;div&gt;h3:first-child:before,
    .cms-section-block-v2.grid-block .col.numbered&gt;div&gt;p:first-child:before,
    .cms-section-block-v2.flex-block .col.numbered&gt;div&gt;h3:first-child:before,
    .cms-section-block-v2.flex-block .col.numbered&gt;div&gt;p:first-child:before {
      font-size: 12vw;
      margin-top: 0.08em;
      margin-bottom: 0;
    }
  }
  
  /*** hashed blocks ****/
  
  .cms-section-block-v2 .col.hashed {
    list-style-type: none;
    counter-reset: css-counter 0;
    /* initializes counter to 0; use -1 for zero-based numbering */
  }
  
  .cms-section-block-v2 .col.hashed&gt;div {
    counter-increment: css-counter 1;
    /* Increase the counter by 1. */
  }
  
  .cms-section-block-v2.grid-block .col.hashed&gt;div&gt;h3:first-child:before,
  .cms-section-block-v2.grid-block .col.hashed&gt;div&gt;p:first-child:before,
  .cms-section-block-v2.flex-block .col.hashed&gt;div&gt;h3:first-child:before,
  .cms-section-block-v2.flex-block .col.hashed&gt;div&gt;p:first-child:before {
    content: "#" counter(css-counter);
    color: #1988fe;
    font-size: 8.4rem;
    font-weight: 700;
    margin-bottom: 0.29em;
    line-height: 90%;
    font-family: "Maven Pro", arial, helvetica, sans-serif;
    box-sizing: border-box;
    display: block;
  }
  
  @media screen and (max-width: 1023px) {
  
    /* tablet view */
    .cms-section-block-v2.grid-block .col.hashed&gt;div&gt;h3:first-child:before,
    .cms-section-block-v2.grid-block .col.hashed&gt;div&gt;p:first-child:before,
    .cms-section-block-v2.flex-block .col.hashed&gt;div&gt;h3:first-child:before,
    .cms-section-block-v2.flex-block .col.hashed&gt;div&gt;p:first-child:before {
      font-size: 6.5rem;
    }
  }
  
  @media screen and (max-width: 767px) and (orientation: portrait) {
  
    /* mobile view */
    .cms-section-block-v2.grid-block .col.hashed&gt;div&gt;h3:first-child:before,
    .cms-section-block-v2.grid-block .col.hashed&gt;div&gt;p:first-child:before,
    .cms-section-block-v2.flex-block .col.hashed&gt;div&gt;h3:first-child:before,
    .cms-section-block-v2.flex-block .col.hashed&gt;div&gt;p:first-child:before {
      font-size: 15vw;
      margin: 3vw auto 4vw auto;
      display: table;
    }
  }

  .cms-section-block-v2 .block-footer {
    margin-top: 1em;
  }

  .faq-block ul				{padding:0; margin:0;}

  /*** columns ***/

.col-2-text,
.col-3-text,
.col-4-text,
.text-block .col {
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}

.col-2-text,
.text-block .col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.col-3-text,
.text-block .col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.col-4-text,
.text-block .col-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.col-2-text&gt;div&gt;p,
.col-3-text&gt;div&gt;p,
.col-4-text&gt;div&gt;p,
.text-block .col&gt;div&gt;p {
  margin: 0 0 1em 0;
}

.col-2-text&gt;div,
.col-3-text&gt;div,
.col-4-text&gt;div,
.text-block .col&gt;div {
  margin: 0 0 2em 0;
  display: table;
}

.col-2-text&gt;div:last-child&gt;p:last-child,
.col-3-text&gt;div:last-child&gt;p:last-child,
.col-4-text&gt;div:last-child&gt;p:last-child,
.text-block .col&gt;div:last-child&gt;p:last-child {
  margin-bottom: 0;
}

.text-block .col&gt;div.full-width&gt;p:last-child {
  margin-bottom: 0;
}

.text-block .col&gt;div.full-width {
  column-span: all;
}

.text-block .col&gt;div.block-box {
  display: inline-block;
}

@media screen and (max-width: 1023px) {

  .col-4-text,
  .text-block .col-4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .col-2-text,
  .col-3-text,
  .col-4-text,
  .text-block .col {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  .col-3-text,
  .text-block .col-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .text-block .col&gt;div.full-width&gt;p:last-child {
    margin-bottom: 1.2em;
  }

  .col-2-text&gt;div,
  .col-3-text&gt;div,
  .col-4-text&gt;div,
  .text-block .col&gt;div {
    margin: 0 0 1.2em 0;
  }

  .col-2-text&gt;div:last-child,
  .col-3-text&gt;div:last-child,
  .col-4-text&gt;div:last-child,
  .text-block .col&gt;div:last-child {
    margin: 0;
  }

  .col-2-text&gt;div&gt;p,
  .col-3-text&gt;div&gt;p,
  .col-4-text&gt;div&gt;p,
  .text-block .col&gt;div&gt;p {
    margin: 0 0 1.2em 0;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {

  .col-2-text,
  .col-4-text,
  .text-block .col-2,
  .text-block .col-4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .col-2-text&gt;div&gt;p:last-child,
  .col-3-text&gt;div&gt;p:last-child,
  .col-4-text&gt;div&gt;p:last-child,
  .text-block .col&gt;div&gt;p:last-child {
    margin-bottom: 0;
  }

  .col-2-text&gt;div:last-child&gt;p:last-child,
  .col-3-text&gt;div:last-child&gt;p:last-child,
  .col-4-text&gt;div:last-child&gt;p:last-child,
  .text-block .col&gt;div:last-child&gt;p:last-child {
    margin-bottom: 0;
  }
}

.cms-section-block-v2 .block-header,
.cms-section-block-v2 .block-header,
.cms-section-block-v2 .block-header {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  .cms-section-block-v2 .block-header,
  .cms-section-block-v2 .block-header,
  .cms-section-block-v2 .block-header {
    margin-bottom: 1.2em;
  }
}

.cms-section-block-v2 .block-footer,
.cms-section-block-v2 .block-footer,
.cms-section-block-v2 .block-footer {
  margin-top: 2em;
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  .cms-section-block-v2 .block-footer,
  .cms-section-block-v2 .block-footer,
  .cms-section-block-v2 .block-footer {
    margin-top: 1.2em;
  }
}

h3 &gt; a {
    text-decoration: none;
}

h3 &gt; a:hover {
    text-decoration: underline;
}

.cms img {
    border-radius: 12px;
}

.cms table {
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #00072d;
    overflow: hidden;
}

.cms table th,
.cms table td {
    padding: 4px 12px;
}

.cms table th {
    background-color: #1988fe;
    color: #fff;
}
   
.cms table th:not(:last-child),
.cms table td:not(:last-child) {
    border-right: 1px solid #00072d;
}
   
.cms table&gt;thead&gt;tr:not(:last-child)&gt;th,
.cms table&gt;thead&gt;tr:not(:last-child)&gt;td,
.cms table&gt;tbody&gt;tr:not(:last-child)&gt;th,
.cms table&gt;tbody&gt;tr:not(:last-child)&gt;td,
.cms table&gt;tfoot&gt;tr:not(:last-child)&gt;th,
.cms table&gt;tfoot&gt;tr:not(:last-child)&gt;td,
.cms table&gt;tr:not(:last-child)&gt;td,
.cms table&gt;tr:not(:last-child)&gt;th,
.cms table&gt;thead:not(:last-child),
.cms table&gt;tbody:not(:last-child),
.cms table&gt;tfoot:not(:last-child) {
    border-bottom: 1px solid #00072d;
}

.content-buttons .post-main-banner img {
    border-radius: 12px;
    cursor: pointer;
}

.col h3.single-line a,
.col h3.single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .col h3.single-line {
        white-space: normal;
        overflow:auto;
        text-overflow: ellipsis;
        max-width: unset;
    }    
  }
</pre></body></html>