:root {
--FHmpsMLXTLdd: #316EA6;
--lKQTQjweCERQ: #FDFDFD;
--PKwwQCgeRbVq: #ffc107;
--ubciiWMOdsef: #CC1414;
--XJpfYKjMfgnz: #e8e7e7;
--aTQvFTjRCQkY: #000;
--tacMJvgFNHbe: rgba(255, 210, 210, 0.5);
--uHRBdDVkuzfU: #eb4a74;
--jxQAGcHLikcK: #ad0303;
--LrxJBVZhjWPF: #fff;
--rSKnjjbQiOhi: #FDFDFD;
--vuAVpPIgZzxO: #eae6e6;
--sgLQgLwddvnC: #fff;
--LwAXRSqbYFiB: #d7cece;
--NgJVAllwbhve: #000000;
--pRwPlFCgrchS: #3c13ef;
--iZRUoBEhJTWh: #220b92;
--bhMMtlgLewUW: #ddd;
}


* {
box-sizing: border-box;
}

a {
color: var(--aTQvFTjRCQkY);
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(--rSKnjjbQiOhi);
color: var(--aTQvFTjRCQkY);
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;
}


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

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

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

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

.jzBSHLGjrsQL a,
.CkMuCWsujnwh {
cursor: pointer;
pointer-events: auto;
}

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

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

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

.OJlVkbXFDVSl {
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;
}

.emHRkpqkgyRy {
position: relative;
}

.emHRkpqkgyRy.active a {
color: var(--FHmpsMLXTLdd);
font-weight: bold;
}

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

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

.aDNgvXpHhPEw 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;
}

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

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

.JUtZgsKvbAtQ {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--rSKnjjbQiOhi);
border: 1px solid var(--sgLQgLwddvnC);
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;
}

.emHRkpqkgyRy:hover > .JUtZgsKvbAtQ {
display: block;
}

.NWaMCtWOMdxW {
margin: 0;
}

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

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

.OVjyklcMjIwC {
color: var(--aTQvFTjRCQkY);
}

.zLThjbuZiTVg,
.JgLhIPvddBBC,
.fdxYHSwkSmUb{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}

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

.UdxTJwxPXAkE {
background-color: var(--rSKnjjbQiOhi);
padding: 0 15px;
}

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

.OVjyklcMjIwC > .yKyGfycQBXNx {
display: none;
}

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

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


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

.XBiRBsOFhQSX {
position: absolute;
max-width: 600px;
transform: translate(-50%, -50%);
left: 30%;
top: 50%;
color: var(--LrxJBVZhjWPF);
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;
}

.XBiRBsOFhQSX a:hover {
color: var(--LrxJBVZhjWPF);
}

.LGkOJirhXmjo{
background-color: var(--ubciiWMOdsef);
color: var(--LrxJBVZhjWPF);
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);
}
}


.LGkOJirhXmjo:hover {
background-color: var(--jxQAGcHLikcK);
}

.mkqZcBxgSqLg {
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;
}

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

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

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

.tojmHdCZaMEA {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--jxQAGcHLikcK);
color: var(--LrxJBVZhjWPF);
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;
}

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

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

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

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

.zZOpBXhhwaul {
margin-top: 40px;
}

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

.wWNNTiKifNcL {
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(--LrxJBVZhjWPF);
align-items: center;
justify-content: center;
font-size: 32px;
overflow: hidden;
transition: transform 0.2s ease;
}
.wWNNTiKifNcL:first-child {
background: linear-gradient(180deg, #305907 0%, #072230 100%);
color: var(--LrxJBVZhjWPF);
}

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

.wWNNTiKifNcL a {
color: var(--LrxJBVZhjWPF);
}

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

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

.EjsNaxCHNaaD:hover {
background-color: var(--jxQAGcHLikcK);
}

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


/* Footer */
.fdxYHSwkSmUb {
background-color: var(--rSKnjjbQiOhi);
color: var(--aTQvFTjRCQkY);
padding: 30px 0;
}

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

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

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

.XuelllafXKvS .vXOLIttaESRO:first-child:first-child {
width: 48px;
}

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

.xamEKaZYOFsi {
display: flex;
}

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

.kzayoOxdGEjb {
background: var(--rSKnjjbQiOhi);
color: var(--aTQvFTjRCQkY);
font-weight: 600;
border: 2px solid var(--aTQvFTjRCQkY);
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;
}

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

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

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

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

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

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

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

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

.vKyXkqHShAfn .BuPNqyQyCibP:hover {
background: var(--jxQAGcHLikcK);
color: var(--PKwwQCgeRbVq);
}

.vKyXkqHShAfn .BuPNqyQyCibP.is-active {
color: var(--PKwwQCgeRbVq);
font-weight: 600;
background: var(--jxQAGcHLikcK);
border-radius: 8px;
}

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

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

.dofJnQeCGWRA ul li a:hover {
color: var(--iZRUoBEhJTWh);
}

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

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

.dUUXBGfctLDK:hover {
opacity: 1;
}

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

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

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


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

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

.LYadqzPqRYwM__btn:hover {
background-color: var(--jxQAGcHLikcK);
color: var(--LrxJBVZhjWPF);
}

.LYadqzPqRYwM__text {
font-weight: 400;
}

.LYadqzPqRYwM__text a {
font-weight: 400;
}

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

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

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

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

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

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

.neQkoTqaPOcq {
width: 150px;
}

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

.NzcXsdirPTXy {
margin-left: 24px;
}

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

.McMswjwLYyrc {
color: var(--PKwwQCgeRbVq);
font-size: 24px;
}

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

.iDVnsqDIxUBH:hover {
background-color: var(--jxQAGcHLikcK);
color: var(--LrxJBVZhjWPF);
}

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


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

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

}

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

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(--aTQvFTjRCQkY);
background-color: var(--sgLQgLwddvnC);
}

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(--aTQvFTjRCQkY);
}
.YwFcUqiJomLd {
border-radius: 20px;
}

.YwFcUqiJomLd, .YwFcUqiJomLd table {

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

.YwFcUqiJomLd, .YwFcUqiJomLd table {

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

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

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

}
.zPVJDUevnPqs {
text-align: left;
}

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

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

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

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

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

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

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

.xjLwEUGsFuKu:hover {
text-decoration: underline;
color: var(--jxQAGcHLikcK);
}

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

.DhdZoYAltWLP {
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 */
.OJlVkbXFDVSl {
flex-direction: column;
gap: 20px;
}

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

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

#main-nav {
display: none;
}

.aDNgvXpHhPEw {
margin-right: 0;
}

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

.jzBSHLGjrsQL {
width: auto;
}

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

.BbeeOWhcDzBx {
flex-direction: column;
align-items: center;
}
/* Footer */
.eDRCfZwvzcTo {
flex-direction: column;
}

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

.AuFojYVaHbDK{
text-align: center;
padding: 0 10px;
}
.NzcXsdirPTXy {
margin-left: 10px;
}

}

@media (max-width: 756px) {
/* Header */
.aDNgvXpHhPEw {
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(--rSKnjjbQiOhi);
border-top: 1px solid var(--bhMMtlgLewUW);
}

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

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

.jzBSHLGjrsQL > .yKyGfycQBXNx {
display: none;
}

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

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

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

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

.fdxYHSwkSmUb{
margin-bottom: 70px;
}

}

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

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

.LGkOJirhXmjo {
font-size: 20px;
}
.mXNZNHWWbmgv {
max-width: 250px;
}

.UivQtQUdkMju{
flex-wrap:wrap;
}

.gyqWrjwaomPk {
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;
}
.DuiVxgQfApod{
flex-wrap: wrap;
}
.gOoMrMEkmLsl:nth-child(1){
width: 100%;
justify-content: center;
}
.gOoMrMEkmLsl:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.gOoMrMEkmLsl:nth-child(3) {
width: 50%;
}

}

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

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

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

.iDVnsqDIxUBH{
padding: 10px 20px;
}

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


/*popup*/
.oEiKCALiGHPM {
background: var(--ubciiWMOdsef);
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;
}
.oEiKCALiGHPM__info {
display: flex;
}
.oEiKCALiGHPM__box {
margin-left: 15px;
}
.oEiKCALiGHPM__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.oEiKCALiGHPM__title {
font-size: 24px;
font-weight: 600;
}
.oEiKCALiGHPM__sub-title {
margin-top: 10px;
color: var(--aTQvFTjRCQkY);
}
.oEiKCALiGHPM__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--FHmpsMLXTLdd);
color: var(--LrxJBVZhjWPF);
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
transition: all 0.7s ease-in-out;
color: var(--LrxJBVZhjWPF);
}
.oEiKCALiGHPM__btn:hover{
background: var(--jxQAGcHLikcK);
transition: all 0.7s ease-in-out;
color: var(--LrxJBVZhjWPF);
}
.oEiKCALiGHPM__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.oEiKCALiGHPM__close-wrap {
position: relative;
}
.oEiKCALiGHPM__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.oEiKCALiGHPM__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.oEiKCALiGHPM__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--vuAVpPIgZzxO);
}

@media(max-width: 576px){
.oEiKCALiGHPM{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.oEiKCALiGHPM__img {
width: 70px;
}
.oEiKCALiGHPM__sub-title {
margin-right: 15px;
}
.oEiKCALiGHPM__btn{
width: 220px;
}
}
@media(max-width: 480px){

.oEiKCALiGHPM__info {
display: flex;
flex-direction: column;
align-items: center;
}
.oEiKCALiGHPM__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.oEiKCALiGHPM__sub-title {
margin-right: 0;
text-align: center;
}
.oEiKCALiGHPM__box {
margin-left: 0;
}
}
