:root {
--hZhvmZPLlXcY: #3470A9;
--ldiXwQYoRGLy: #F7F7F7;
--xqTdAJzZdTyG: #ffc107;
--yVLdhjhImrNi:  #E32B2B;
--sLojRpVEHEFV: #e8eaea;
--LfQFLGhbWjhe: #000;
--PuQyOAywouoD: rgba(255, 225, 225, 0.5);
--XzahMrhQlmqx: #e94872;
--qWZsobxFQYZG: #b00000;
--guwqyawsJjWZ: #fff;
--vXJYuVXezsKZ: #FAFAFA;
--rYxnCzyrvEwG: #f0ecec;
--HkTjRrWGXGko: #fff;
--NHpwrJxCwoAz: #d6cfcf;
--echMFBgnFwik: #000000;
--xBXFbHuVVACj: #4215fd;
--pBKbbzxYbHtT: #270d96;
--nyRyLvAuEeLe: #ddd;
}


* {
box-sizing: border-box;
}

a {
color: var(--LfQFLGhbWjhe);
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--vXJYuVXezsKZ);
color: var(--LfQFLGhbWjhe);
scroll-behavior: smooth;
}

img {
width: 100%;
}

figure {
margin: 0;
}

h1 {
font-size: 42px;
font-weight: 600;
line-height: 1.2;
margin-top: 50px;
font-family: Poppins, sans-serif;
}

h2 {
font-size: 34px;
line-height: 1.2;
margin-top: 40px;
font-family: Poppins, sans-serif;
}

h3 {
font-size: 28px;
line-height: 1.2;
margin-top: 30px;
font-family: Poppins, sans-serif;
}

ol {
counter-reset: step;
list-style: none;
padding-left: 0;
margin-top: 1em;
margin-bottom: 1em;
}

ol li {
counter-increment: step;
position: relative;
padding-left: 3em;
margin-bottom: 1em;
font-size: 16px;
}

ol li::before {
content: counter(step);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border: 2px solid #3780B6;
border-radius: 50%;
color: #3780B6;
font-weight: bold;
font-size: 1em;
}


.uSmfXwzUgrTG {
background-color: var(--vXJYuVXezsKZ);
padding: 10px 0;
display: flex;
}

.gItqXbwmBKbV {
gap: 30px;
display: flex;
align-items: center;
}

.bPJQqHkgtGlH {
display: flex;
align-items: center;
}

.qFspweUDXyxn {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}

.qFspweUDXyxn a,
.sxiYdapwCncg {
cursor: pointer;
pointer-events: auto;
}

.qFspweUDXyxn img {
width: 70px;
border-radius: 16px;
}

.pjEazJMUMQhN {
font-size: 20px;
font-weight: bold;
white-space: nowrap;
}
.DnbJziPXmzwA .pjEazJMUMQhN{
white-space: normal;
}
.pRMBoeRmTUIL {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}

.YtHPmDUXMVyS {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.EPYuYfTeoYzW {
white-space: nowrap;
display: flex;
align-items: center;
gap: 30px;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 18px;
}

.qPKmdrSHcPWX {
position: relative;
}

.qPKmdrSHcPWX.active a {
color: var(--hZhvmZPLlXcY);
font-weight: bold;
}

.ENottlWfTaHJ {
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
flex-grow: 2;
margin-right: 20px;
font-weight: 700;
font-size: 18px;
}

.ENottlWfTaHJ a {
font-size: 16px;
white-space: nowrap;
word-break: keep-all;
padding: 10px 20px;
text-align: center;
max-width: 200px;
border-radius: 16px;
}

.ENottlWfTaHJ a:nth-child(2) {
background: #289507;
color: #fff !important;
border-radius: 16px;
padding: 10px 20px;
font-weight: 700;
transition: background 0.2s;
animation: pulse 2s infinite;
}

.ENottlWfTaHJ a:nth-child(2):hover {
background: #1f7d04;
}

.UOVKqXEgWgHU {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}

.iaoLidxMivZI {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--vXJYuVXezsKZ);
border: 1px solid var(--HkTjRrWGXGko);
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
list-style: none;
margin: 0;
padding: 0.5em 0;
min-width: 180px;
z-index: 100;
}

.qPKmdrSHcPWX:hover > .iaoLidxMivZI {
display: block;
}

.IuuHEVQQnjZA {
margin: 0;
}

.jkqnmsxCQjca {
display: block;
padding: 0.5em 1em;
white-space: nowrap;
text-decoration: none;
transition: background 0.2s;
}

.jkqnmsxCQjca:hover {
background: rgba(0,0,0,0.05);
}

.htSWQaymDobI {
color: var(--LfQFLGhbWjhe);
}

.biqXsmXodBCG,
.gItqXbwmBKbV,
.ZjETTsztcATf{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}

.biqXsmXodBCG {
background-color: var(--vXJYuVXezsKZ);
margin-bottom: 30px;
border-radius: 0 0 16px 16px;
}

.uzbzfnWGEJjL {
background-color: var(--vXJYuVXezsKZ);
padding: 0 15px;
}

.ybdtjaqtCrSU {
font-size: 32px;
font-weight: 600;
line-height: 30px;
padding-top: 15px;
}

.htSWQaymDobI > .pjEazJMUMQhN {
display: none;
}

.duqiEhvTCqLX {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
}

.KGmRimdecIZg::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
}


.duqiEhvTCqLX img {
border-radius: 22px;
height: auto;
display: block;
}

.NHqjHlruwgqD {
position: absolute;
max-width: 600px;
transform: translate(-50%, -50%);
left: 30%;
top: 50%;
color: var(--guwqyawsJjWZ);
border: none;
z-index: 2;
font-size: 26px;
border-radius: 15px;
transition: background-color 0.7s ease;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}

.NHqjHlruwgqD a:hover {
color: var(--guwqyawsJjWZ);
}

.GnFgLPhmZNot{
background-color: var(--yVLdhjhImrNi);
color: var(--guwqyawsJjWZ);
font-weight: bold;
border: none;
cursor: pointer;
z-index: 2;
font-size: 24px;
border-radius: 15px;
padding: 20px 70px;
transition: background-color 0.7s ease;
font-family: Poppins, sans-serif;
animation: pulse 2s infinite;
}

@keyframes pulse {
0% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.9);
}
}


.GnFgLPhmZNot:hover {
background-color: var(--qWZsobxFQYZG);
}

.aVVcqabklhuD {
display: flex;
flex-direction: column;
gap: 12px;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 20px auto;
}

.aVVcqabklhuD span {
margin: 0;
font-size: 20px;
font-weight: bold;
text-align: center;
}

.aVVcqabklhuD p {
color: var(--guwqyawsJjWZ);
font-size: 34px;
text-align: start;
}

.TEFqhilJMuCU {
border-radius:6px;
overflow: hidden;
}

.abPlQOsHDVSf {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--qWZsobxFQYZG);
color: var(--guwqyawsJjWZ);
font-weight: bold;
font-size: 17px;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
opacity: 0;
transition: opacity 0.2s;
z-index: 1;
border-radius: 6px;
}

.HsJFeXtKaAkW {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 16px;
}

.bxEnXKMTSpID {
gap: 30px;
width: 100%;
display: flex;
justify-content: center;
margin-top:40px;
}

.eAXvOjovUXOi {
transition: filter 0.3s ease, transform 0.3s ease;
}

.eAXvOjovUXOi:hover {
transform: scale(1.04);
filter: brightness(70%);
}

.ZRTBCYUlNJph {
margin-top: 40px;
}

.DcFJUnjgeiSc {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: nowrap;
}

.FqMsnVUXrxmd {
background: linear-gradient(180deg, #744F1B 0%, #707306 100%);
border: 1px solid;
border-radius: 10px;
text-align: center;
display: flex;
flex-direction: column;
max-width: 380px;
width: 100%;
height: 195px;
color: var(--guwqyawsJjWZ);
align-items: center;
justify-content: center;
font-size: 32px;
overflow: hidden;
transition: transform 0.2s ease;
}
.FqMsnVUXrxmd:first-child {
background: linear-gradient(180deg, #305907 0%, #072230 100%);
color: var(--guwqyawsJjWZ);
}

.FqMsnVUXrxmd:last-child {
background: linear-gradient(180deg, #2564AC 0%, #2B1D69 100%);
}

.FqMsnVUXrxmd a {
color: var(--guwqyawsJjWZ);
}

.zOHLxrJYUtps {
display: flex;
justify-content: space-evenly;
gap: 20px;
margin-top: 30px;
flex-wrap: wrap;
}

.CRKneslCkUoc {
background-color: var(--yVLdhjhImrNi);
color: var(--guwqyawsJjWZ);
padding: 15px 30px;
border: none;
border-radius: 12px;
cursor: pointer;
min-width:250px;
text-align: center;
transition: background-color 0.7s ease;
}

.CRKneslCkUoc:hover {
background-color: var(--qWZsobxFQYZG);
}

.yCCZxkamrUlr {
color: var(--guwqyawsJjWZ);
font-family: Poppins;
font-weight: 700;
font-size: 24px;
letter-spacing: 0%;
text-align: center;
}


/* Footer */
.ZjETTsztcATf {
background-color: var(--vXJYuVXezsKZ);
color: var(--LfQFLGhbWjhe);
padding: 30px 0;
}

.wCjewObkTlMY {
display: flex;
align-items: center;
justify-content: center;
gap: 32px;
flex-wrap: nowrap;
margin: 0 auto 28px;
}

.sljVgsJAOzuS {
width: 100%;
position: absolute;
left: 0;
margin: 0 auto;
border: 0;
border-top: 1px solid var(--yVLdhjhImrNi);
}

.fjJczhSkXpsb {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
width: auto;
flex-wrap: wrap;
}

.fjJczhSkXpsb .yvFSiMffNzoA:first-child:first-child {
width: 48px;
}

.rNaoXnTuTvlK {
width: 100%;
padding: 0 20px;
box-sizing: border-box;
max-width: 1200px;
}

.pnDOHjTgFnoo {
display: flex;
}

.ptjDvSJdlYex {
position: relative;
display: inline-block;
}

.ELiQqHkNZwpm {
background: var(--vXJYuVXezsKZ);
color: var(--LfQFLGhbWjhe);
font-weight: 600;
border: 2px solid var(--LfQFLGhbWjhe);
border-radius: 12px;
padding: 7px 22px;
transition: border 0.18s, color 0.18s, background 0.18s;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
cursor: pointer;
user-select: none;
display: flex;
align-items: center;
gap: 8px;
}

.RvQKhGyeukgA {
font-size: 15px;
margin-left: 6px;
transition: transform 0.22s;
}

#lang-dropdown-toggle:checked + .ELiQqHkNZwpm .RvQKhGyeukgA {
transform: rotate(180deg);
}

.FPXgGtQuXeuC {
display: none;
position: absolute;
min-width: 145px;
background: var(--guwqyawsJjWZ);
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
border: 1.5px solid var(--xqTdAJzZdTyG);
z-index: 99;
padding: 6px 0;
}

.VJcbEAJFnlOX {
left: 0;
bottom: 110%;
}

.EwPefOYZbFSv {
right: 0;
top: 110%;
}

#lang-dropdown-toggle:checked ~ .FPXgGtQuXeuC {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}

@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

.FPXgGtQuXeuC .GIzbrUfxZqDO {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--LfQFLGhbWjhe);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}

.FPXgGtQuXeuC .GIzbrUfxZqDO:hover {
background: var(--qWZsobxFQYZG);
color: var(--xqTdAJzZdTyG);
}

.FPXgGtQuXeuC .GIzbrUfxZqDO.is-active {
color: var(--xqTdAJzZdTyG);
font-weight: 600;
background: var(--qWZsobxFQYZG);
border-radius: 8px;
}

.EbbByIcWnAWp ul {
display: flex;
list-style: none;
justify-content: space-evenly;
padding: 0;
margin: 0 auto;
text-transform: uppercase;
}

.EbbByIcWnAWp {
padding: 28px 0;
font-weight: 600;
text-align:center;
}

.EbbByIcWnAWp ul li a:hover {
color: var(--pBKbbzxYbHtT);
}

.GMeFndgEIJkc {
padding-top: 28px;
text-align: center;
}

.dSgJWfjqZYsW {
position: fixed;
bottom: 40px;
right: 40px;
width: 40px;
height: 40px;
z-index: 2;
background-color: var(--hZhvmZPLlXcY);
border-radius: 8px;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.3s ease;
}

.dSgJWfjqZYsW:hover {
opacity: 1;
}

.dSgJWfjqZYsW::after,
.dSgJWfjqZYsW::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 2px;
background-color: var(--guwqyawsJjWZ);
}

.dSgJWfjqZYsW::after {
transform: translate(-12%, -50%) rotate(40deg);
}

.dSgJWfjqZYsW::before {
transform: translate(-88%, -50%) rotate(-40deg);
}


.vxRjxDKsOIFc__box {
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px 0;
padding: 0 40px;
}

.vxRjxDKsOIFc__btn {
background-color: var(--hZhvmZPLlXcY);
color: var(--guwqyawsJjWZ);
font-size: 21px;
padding: 15px 30px;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.7s ease;
}

.vxRjxDKsOIFc__btn:hover {
background-color: var(--qWZsobxFQYZG);
color: var(--guwqyawsJjWZ);
}

.vxRjxDKsOIFc__text {
font-weight: 400;
}

.vxRjxDKsOIFc__text a {
font-weight: 400;
}

/*casinos-list*/
.DnbJziPXmzwA {
margin-top: 30px;
background-color: var(--yVLdhjhImrNi);
width: 100%;
border: 1px solid var(--nyRyLvAuEeLe);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

.KRTewCtecZNU {
display: flex;
justify-content: space-between;
align-items: center;
}

.sfBThHRJYSlV {
display: flex;
align-items: center;
}

.sfBThHRJYSlV:nth-child(1) {
width: 30%;
}

.sfBThHRJYSlV:nth-child(2) {
width: 50%;
justify-content: center;
border-right: 1px solid var(--nyRyLvAuEeLe);
border-left: 1px solid var(--nyRyLvAuEeLe);
height: 100px;
}

.sfBThHRJYSlV:nth-child(3) {
width: 20%;
justify-content: center;
}
.sfBThHRJYSlV strong{
font-size: 18px;
}

.ctwmSxzozSAI {
width: 150px;
}

.ctwmSxzozSAI img{
border-radius: 16px;
}

.AXsQgTCqJdaF {
margin-left: 24px;
}

.jMAStaioTaLR {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--nyRyLvAuEeLe);
border-radius: 15px;
width: 130px;
}

.nkbpZzeptfHs {
color: var(--xqTdAJzZdTyG);
font-size: 24px;
}

.bVgaivGSOIeA {
padding: 15px 45px;
border-radius: 15px;
font-size: 21px;
background-color: var(--hZhvmZPLlXcY);
color: var(--guwqyawsJjWZ);
transition: background-color 0.7s ease;
}

.bVgaivGSOIeA:hover {
background-color: var(--qWZsobxFQYZG);
color: var(--guwqyawsJjWZ);
}

table {
width: 100%;
border: 1px solid var(--ldiXwQYoRGLy);
border-radius: 16px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
color: var(--ldiXwQYoRGLy);
max-width: 100%;
}


td {
    border: 1px solid var(--LfQFLGhbWjhe);
    border-radius: 6px;
    padding: 10px;
    color: var(--ldiXwQYoRGLy);
    white-space: normal;
}

table thead {
background-color: var(--guwqyawsJjWZ);
height: 50px;
border: none;

}

table thead th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
color: var(--LfQFLGhbWjhe);
border: 1px solid var(--LfQFLGhbWjhe);
}

table thead th:first-child {
border-radius: 16px 0 0 0;
}

table thead th:last-child {
border-radius: 0 16px 0 0;
}

table tbody tr {
border-bottom: 1px solid var(--LfQFLGhbWjhe);
background-color: var(--HkTjRrWGXGko);
}

table tbody tr:last-child td:first-child {
border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
border-radius: 0 0 16px 0;
}

table tbody td {
padding: 10px;
color: var(--LfQFLGhbWjhe);
}
.MPBAeIQXtKQO {
border-radius: 20px;
}

.MPBAeIQXtKQO, .MPBAeIQXtKQO table {

width: 100%;
max-width: 100%;
overflow-x: auto;
}

.MPBAeIQXtKQO, .MPBAeIQXtKQO table {

overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.MPBAeIQXtKQO table {
width: max-content;
width: 100%;
}

.mstGhTGWEhQU-item {
background-color: var(--ldiXwQYoRGLy);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--nyRyLvAuEeLe);
color: var(--LfQFLGhbWjhe);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.mstGhTGWEhQU h3 {
font-size: 20px;

}
.FtrUAOeULzIw {
text-align: left;
}

.mstGhTGWEhQU-item:last-child {
margin-bottom: 0;
}

.mstGhTGWEhQU-item h3 {
margin: 10px 0;
}

.YXAXdSQGNvKN {
font-size: 0.9em;
color: #666;
padding: 0.75em 0;
}

.ayarJuAdzSvT {
max-width: 1200px;
margin: 0 auto;
padding: 0 1em;
}

.dToAiCoddYvH {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}

.INSGUiVjopIL {
display: flex;
align-items: center;
}

.leANXVJyQgFf {
text-decoration: none;
transition: color .2s;
}

.leANXVJyQgFf:hover {
text-decoration: underline;
color: var(--qWZsobxFQYZG);
}

.leANXVJyQgFf[aria-current="page"] {
color: #939090;
font-weight: bold;
cursor: default;
text-decoration: none;
}

.FtOdoNwapTSj {
margin: 0 0.5em;
color: #999;
font-size: 1.2em;
line-height: 1;
}


@media (max-width: 1200px) {
table{
display: block;
margin: 0 auto;
width: max-content;
}
}

@media (max-width: 992px) {
/* Header */
.EPYuYfTeoYzW {
flex-direction: column;
gap: 20px;
}

.gItqXbwmBKbV {
padding: 0 15px;
flex-wrap: wrap;
}

.pRMBoeRmTUIL {
display: block;
order: 2;
padding-left: 0;
padding-right: 0;
}

#main-nav {
display: none;
}

.ENottlWfTaHJ {
margin-right: 0;
}

#main-nav.active {
display: flex;
order: 3;
}

.qFspweUDXyxn {
width: auto;
}

.qFspweUDXyxn img {
width: 50px;
margin-left: 0;
}

.DcFJUnjgeiSc {
flex-direction: column;
align-items: center;
}
/* Footer */
.wCjewObkTlMY {
flex-direction: column;
}

.EbbByIcWnAWp ul {
flex-direction: column;
gap: 20px;
}
.MPBAeIQXtKQO table {
width: max-content;
width: 100%;
}
.sfBThHRJYSlV:nth-child(1),
.sfBThHRJYSlV:nth-child(2),
.sfBThHRJYSlV:nth-child(3){
width: 33%;
}

.cWUqcTRzkDMT{
text-align: center;
padding: 0 10px;
}
.AXsQgTCqJdaF {
margin-left: 10px;
}

}

@media (max-width: 756px) {
/* Header */
.ENottlWfTaHJ {
position: fixed;
z-index: 1;
bottom: 0;
left: 0;
height: 70px;
font-weight: 600;
font-size: 16px;
width: 100%;
gap: 15px;
padding-left: 20px;
padding-right: 20px;
justify-content: center;
background-color: var(--vXJYuVXezsKZ);
border-top: 1px solid var(--nyRyLvAuEeLe);
}

.ENottlWfTaHJ a:first-child {
border: 1px solid var(--nyRyLvAuEeLe);
}

.ENottlWfTaHJ a {
width: 100%;
border-radius: 40px;
padding: 12px 20px;
}

.qFspweUDXyxn > .pjEazJMUMQhN {
display: none;
}

.htSWQaymDobI > .pjEazJMUMQhN {
display: flex;
justify-content: center;
font-size: 16px;
padding: 10px 0;
margin-bottom: 10px;
}

.NHqjHlruwgqD {
font-size: 26px;
width: 70%;
left: 50%;
height: unset;
}

.GnFgLPhmZNot {
padding: 10px 25px;
font-size: 28px;
font-weight: bold;
}

.HsJFeXtKaAkW {
grid-template-columns: repeat(2, 1fr);
}

.ZjETTsztcATf{
margin-bottom: 70px;
}

}

@media (max-width: 576px) {
.fjJczhSkXpsb {
justify-content: center;
width: auto;
flex-wrap: wrap;
}

.NHqjHlruwgqD {
font-size: 20px;
width: 100%;
}

.GnFgLPhmZNot {
font-size: 20px;
}
.eAXvOjovUXOi {
max-width: 250px;
}

.bxEnXKMTSpID{
flex-wrap:wrap;
}

.yCCZxkamrUlr {
font-size: 24px;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
h1 {
font-size: 32px;
margin-top: 30px;
}
h2 {
font-size: 26px;
line-height: 1.2;
margin-top: 30px;
}
h3 {
font-size: 22px;
margin: 20px auto;
}
.KRTewCtecZNU{
flex-wrap: wrap;
}
.sfBThHRJYSlV:nth-child(1){
width: 100%;
justify-content: center;
}
.sfBThHRJYSlV:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.sfBThHRJYSlV:nth-child(3) {
width: 50%;
}

}

@media (max-width: 480px) {
.CRKneslCkUoc{
max-width: 280px;
}
.dSgJWfjqZYsW {
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}

.dSgJWfjqZYsW::after,
.dSgJWfjqZYsW::before {
width: 14px;
}

.sfBThHRJYSlV:nth-child(1) {
flex-direction: column;
}
.sfBThHRJYSlV:nth-child(2),
.sfBThHRJYSlV:nth-child(3) {
width: 100%;
}
.AXsQgTCqJdaF {
margin-left: 0px;
}

.bVgaivGSOIeA{
padding: 10px 20px;
}

table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.ctwmSxzozSAI {
width: 100px;
}
.cWUqcTRzkDMT{
font-size: 14px;
}
}


/*popup*/
.WlYiwCMJJNjP {
background: var(--yVLdhjhImrNi);
border: 1px solid #717785;
border-radius: 8px;
bottom: 40px;
display: flex;
flex-direction: column;
min-height: 136px;
opacity: 0;
padding: 12px;
position: fixed;
left: -100%;
transition: all 0.3s ease-in-out;
visibility: hidden;
max-width: 460px;
width: 100%;
z-index: 10000;
}
.WlYiwCMJJNjP__info {
display: flex;
}
.WlYiwCMJJNjP__box {
margin-left: 15px;
}
.WlYiwCMJJNjP__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.WlYiwCMJJNjP__title {
font-size: 24px;
font-weight: 600;
}
.WlYiwCMJJNjP__sub-title {
margin-top: 10px;
color: var(--LfQFLGhbWjhe);
}
.WlYiwCMJJNjP__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--hZhvmZPLlXcY);
color: var(--guwqyawsJjWZ);
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
transition: all 0.7s ease-in-out;
color: var(--guwqyawsJjWZ);
}
.WlYiwCMJJNjP__btn:hover{
background: var(--qWZsobxFQYZG);
transition: all 0.7s ease-in-out;
color: var(--guwqyawsJjWZ);
}
.WlYiwCMJJNjP__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.WlYiwCMJJNjP__close-wrap {
position: relative;
}
.WlYiwCMJJNjP__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.WlYiwCMJJNjP__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.WlYiwCMJJNjP__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--rYxnCzyrvEwG);
}

@media(max-width: 576px){
.WlYiwCMJJNjP{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.WlYiwCMJJNjP__img {
width: 70px;
}
.WlYiwCMJJNjP__sub-title {
margin-right: 15px;
}
.WlYiwCMJJNjP__btn{
width: 220px;
}
}
@media(max-width: 480px){

.WlYiwCMJJNjP__info {
display: flex;
flex-direction: column;
align-items: center;
}
.WlYiwCMJJNjP__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.WlYiwCMJJNjP__sub-title {
margin-right: 0;
text-align: center;
}
.WlYiwCMJJNjP__box {
margin-left: 0;
}
}
