:root {
--UxrAmSTLQyTs: #6E0D2F;
--kaYyDbcjHtvD: #EFACCE;
--KKkpxRSdyUgY: #879193;
--uIEljwZDelWL: #e9e9e9;
--rdJzJzqAYnWq: #000;
--QFtfqdGcnlpg: rgba(255, 200, 200, 0.5);
--CisIANibSFlb: #08848F;
--qglDMHSxAYwN: #b10000;
--kNmrOAEoKdmD: #fff;
--ShbuoCyPVkKh: #EFACCE;
--MkBgcMYzkJbt: #000305;
--UNdvbGxJOVFH: #fff;
--SRvEgoDTkbCn: #000000;
--QUpJHEmwlrZi: #3a12e0;
--VmXcWNaOudxK: #280e93;
--LgYTWTqerUUB: #ddd;
}


* {
box-sizing: border-box;
}

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

a:hover {
color: var(--VmXcWNaOudxK);
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--ShbuoCyPVkKh);
color: var(--rdJzJzqAYnWq);
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;
}

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

.DQdpYSNSISWX {
gap: 30px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}

.pwyGvPYhnJtZ {
display: flex;
align-items: center;
gap: 10px;
}

.AxvZhblTcYHy {
cursor: pointer;
pointer-events: auto;
}

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

.QPacagEcvdHh {
font-size: 20px;
font-weight: bold;
color: var(--kNmrOAEoKdmD);
white-space: nowrap;
}
.xRGgpPaEEGFi .QPacagEcvdHh{
white-space: normal;
}
.LocdxgZvJZPv {
display: flex;
gap: 12px;
align-items: center;
}

.LocdxgZvJZPv a{
border-radius: 3px;
font-size: 24px;
font-weight: 600;
text-decoration: none;
transition: 0.15s;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
}

.LocdxgZvJZPv a:first-child {
background: var(--UxrAmSTLQyTs);
border: none;
width: auto;
}

.LocdxgZvJZPv a:nth-child(2) {
background: transparent;
outline: 2px solid var(--UxrAmSTLQyTs);
animation: pulse 2s infinite;
}

.LocdxgZvJZPv a:hover {
background: var(--UxrAmSTLQyTs);
color: var(--kNmrOAEoKdmD);
}


.QNzIbMbybNUG {
background-color: var(--ShbuoCyPVkKh);
padding: 0 15px;
}
.HnYvGjIfGXbY {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
color: var(--kNmrOAEoKdmD);
}

.MWRmKLrSMgoQ {
margin-left: 5px;
font-weight: 800;
}

.IgVlUzDDzOlU {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
}


.UMMUbErmDIhh {
list-style: none;
display: flex;
align-items: flex-start;
gap: 30px;
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 20px;
}

.UMMUbErmDIhh {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
justify-content: space-evenly;
text-transform: uppercase;
}


.hahwDBCFkYpg a {
color: var(--rdJzJzqAYnWq);
}

.hahwDBCFkYpg.active a {
color: var(--UxrAmSTLQyTs);
font-weight: bold;
}


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

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


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

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

.NhgrgeJiwqOk a:hover {
color: var(--kNmrOAEoKdmD);
}

.DQZhdVkRSJak{
background-color: var(--UxrAmSTLQyTs);
color: var(--kNmrOAEoKdmD);
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);
}
}

.DQZhdVkRSJak:hover {
background-color: var(--qglDMHSxAYwN);
}

.xuFaRJfxZofr,
.DQdpYSNSISWX{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}


.UYBjYQJmSTJq,
.VQJjXOwayhZQ {
display: flex;
gap: 12px;
}

.TxUxFUSRxiwA,
.YQScQXTMkyWp {
display: flex;
flex-direction:column;
gap: 12px;
}

.bVOYzKEBTBfK {
position: relative;
flex: 1;
overflow: hidden;
}
.ncbHXGSlZHPF  {
margin: 0;
}
.aNPkxwmIjoQr {
width: 154px;
height: 70px;
opacity: 1;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--UxrAmSTLQyTs);
color: var(--kNmrOAEoKdmD);
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
text-decoration: none;
opacity: 0;
transition: opacity 0.2s;
z-index: 1;
border-radius: 6px;
}
.bVOYzKEBTBfK:hover .aNPkxwmIjoQr {
opacity: 1;
color: var(--kNmrOAEoKdmD);
}
.bVOYzKEBTBfK img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
}

.ncbHXGSlZHPF {
position: relative;
width:100%;
}

.ncbHXGSlZHPF::after {
content: "";
position: absolute;
inset: 0;
border-radius: 6px;
background: rgba(0, 0, 0, 0.55);
opacity: 0;
pointer-events: none;
transition: opacity 0.2s;
z-index: 1;
}

.bVOYzKEBTBfK:hover .ncbHXGSlZHPF::after {
opacity: 1;
}
.bVOYzKEBTBfK:focus .ncbHXGSlZHPF::after {
opacity: 1;
}

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

.tcuYpWJEwaEv {
background-color: var(--UxrAmSTLQyTs);
color: var(--kNmrOAEoKdmD);
padding: 15px;
cursor: pointer;
min-width:350px;
text-align:center;
text-transform: uppercase;
transition: background-color 0.7s ease;
}

.ShTIBWGKvtFm {
background-color: var(--CisIANibSFlb);
}

.ShTIBWGKvtFm:hover{
background-color: var(--UxrAmSTLQyTs);
}

.tcuYpWJEwaEv:hover {
background-color: var(--qglDMHSxAYwN);
}

.nOCVAvMdyMZM {
color: var(--kNmrOAEoKdmD);
font-weight: 700;
font-size: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
}



/*FAQ*/
.kfegRGoSAIAm {
background-color: var(--kaYyDbcjHtvD);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--LgYTWTqerUUB);
color: var(--kNmrOAEoKdmD);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.hTgIYNuZBXfz h3 {
font-size: 20px;

}
.GkNQDvjTAFwa {
text-align: left;
}

.kfegRGoSAIAm:last-child {
margin-bottom: 0;
}

.kfegRGoSAIAm h3 {
margin: 10px 0;
}

.MBGslcaKrvae {
margin-top:40px;
background-color: var(--KKkpxRSdyUgY);
}
.XnwRIXyOxtyF ul,
.lnjWMyECSvUn{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}

.XnwRIXyOxtyF{
width: 100%;
background: var(--MkBgcMYzkJbt);
}

.XnwRIXyOxtyF ul {
display: flex;
list-style: none;
align-items: center;
justify-content: space-evenly;
gap: 40px;
text-transform: uppercase;
padding:15px;
}
.XnwRIXyOxtyF ul li a {
color: var(--kNmrOAEoKdmD);
}
.XnwRIXyOxtyF ul li a:hover {
color: var(--VmXcWNaOudxK);
}
.lnjWMyECSvUn {
display: flex;
align-items: center;
justify-content: center;
gap: 32px;
flex-wrap: nowrap;
margin-top: 40px;
margin-bottom: 16px;
}
.ZCqzZeYKKWBH {
margin-top: 35px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
width: auto;
}
.ZCqzZeYKKWBH .nErBDXWcpqPt:first-child:first-child {
width: 48px;
}
.gmlhIBXIhBkp {
text-align:center;
color: var(--rdJzJzqAYnWq);
}

.hQXhAkbytxMY {
padding: 30px 0;
}
.nIYMiybemKmB {
display: flex;
gap: 28px;
justify-content: center;
flex-wrap: wrap;
}

.wTFYcfdsiKnf {
display: flex;
align-items: center;
background: var(--kNmrOAEoKdmD);
border-radius: 12px;
padding: 7px 22px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
font-family: Inter, sans-serif;
font-size: 18px;
color: var(--rdJzJzqAYnWq);
font-weight: 500;
text-decoration: none;
border: 2px solid transparent;
transition: border 0.18s, color 0.18s, background 0.18s;
}


.wTFYcfdsiKnf:hover,
.wTFYcfdsiKnf.is-active {
color: var(--kNmrOAEoKdmD);
background: var(--qglDMHSxAYwN);
}

.nIYMiybemKmB {
display: flex;
margin-top: 20px;
}

.kfpDzSMnvuZD {
position: relative;
display: inline-block;
margin-top: 10px;
}

.AuTsmumETyHl {
background: var(--ShbuoCyPVkKh);
color: var(--rdJzJzqAYnWq);
font-weight: 600;
border: 2px solid var(--kNmrOAEoKdmD);
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;
}


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

#BMxzNvlixdtv:checked + .AuTsmumETyHl .EDQTbWuVMjRN {
transform: rotate(180deg);
}

.DRdrmsOgzpFO {
display: none;
position: absolute;
min-width: 145px;
background: var(--kNmrOAEoKdmD);
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
border: 1.5px solid var(--HLpqKPINANnE);
z-index: 99;
padding: 6px 0;
}
.MaBtnZveHpEm{
left: 0;
bottom: 110%;
}
.auxBEZPCDMoM{
right: 0;
top: 110%;
}
#BMxzNvlixdtv:checked ~ .DRdrmsOgzpFO {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

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

}
.DRdrmsOgzpFO .wTFYcfdsiKnf.is-active {
font-weight: 600;
background: var(--qglDMHSxAYwN);
border-radius: 8px;
}


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

.sLLdmPIbyxuk:hover {
opacity: 1;
}

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

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

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


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

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

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

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

.QKtCTaOiPFbh {
color: var(--rdJzJzqAYnWq);
text-decoration: none;
transition: color .2s;
}

.QKtCTaOiPFbh:hover {
text-decoration: underline;
}

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

.rqTezJaNakvA {
margin: 0 0.5em;
color: #999;
font-size: 1.2em;
line-height: 1;
}
.jtcYTxzkHBOY {
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px 0;
padding: 0 40px;
}

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

.BCpObkzKjMee:hover {
background-color: var(--qglDMHSxAYwN);
color: var(--kNmrOAEoKdmD);
}

.slEhHTPNxCBd {
font-weight: 400;
}

.slEhHTPNxCBd a {
font-weight: 400;
}

.xRGgpPaEEGFi {
margin-top: 30px;
background-color: var(--UxrAmSTLQyTs);
width: 100%;
border: 1px solid var(--LgYTWTqerUUB);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

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

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

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

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

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

.LiQhrTFVjTla {
width: 150px;
}

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

.mjSuPYuBjzhl {
margin-left: 24px;
}

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

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

.JMYiAQSusuhL:hover {
background-color: var(--qglDMHSxAYwN);
color: var(--kNmrOAEoKdmD);
}

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


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

table thead {
background-color: var(--kNmrOAEoKdmD);
height: 50px;
border-radius: 16px 16px 0 0;
border: none;

}

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

table thead th:first-child {
border-radius: 16px 0 0 0;
color: var(--rdJzJzqAYnWq);
}

table thead th:last-child {
border-radius: 0 16px 0 0;
color: var(--rdJzJzqAYnWq);
}

table tbody tr:first-child th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
color: var(--rdJzJzqAYnWq);
background-color: var(--kNmrOAEoKdmD);
}

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

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


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

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

@media(max-width: 1200px){
.DQdpYSNSISWX,
.xuFaRJfxZofr,
.XnwRIXyOxtyF ul,
.lnjWMyECSvUn{
padding: 0 30px;
}
{
padding: 0 30px;
}
.hahwDBCFkYpg a{
font-size: 16px;
}
.hQXhAkbytxMY{
padding: 30px 15px;
text-align: center;
padding-bottom:70px;
}
.lnjWMyECSvUn {
flex-direction: column;
}

.sLLdmPIbyxuk {
bottom: 75px;
}

}

@media(max-width: 992px){
.DQdpYSNSISWX {
gap: 10px;
align-items: center;
justify-content: space-between;
}

.IQylqBqBDPyI {
width: 50px;
}
.cQbWKcbkhHqX:nth-child(1),
.cQbWKcbkhHqX:nth-child(2),
.cQbWKcbkhHqX:nth-child(3){
width: 33%;
}

.hahwDBCFkYpg:nth-last-child(2) {
margin-left: 0;
}

.TyoEzletAihm{
text-align: center;
padding: 0 10px;
}
.mjSuPYuBjzhl {
margin-left: 10px;
}
}

@media(max-width: 768px){
.DQdpYSNSISWX,
.xuFaRJfxZofr,
.XnwRIXyOxtyF ul,
.lnjWMyECSvUn{
padding: 0 15px;
}
.LocdxgZvJZPv{
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(--ShbuoCyPVkKh);
border-top: 1px solid var(--LgYTWTqerUUB);
}
.LocdxgZvJZPv a:first-child{
border: 1px solid var(--UxrAmSTLQyTs);
}
.NhgrgeJiwqOk {
font-size: 26px;
width: 70%;
left: 50%;
height: unset;
}

.DQZhdVkRSJak {
padding: 10px 25px;
font-size: 28px;
font-weight: bold;
}
.HnYvGjIfGXbY {
display: block;
color: var(--kNmrOAEoKdmD);
position: absolute;
top: 10px;
right: 0;
}

#uznzLJubVYXn {
display: none;
}

#uznzLJubVYXn.active {
display: block;
position: absolute;
z-index: 9999;
background-color: var( --ShbuoCyPVkKh);
top: 80px;
left: 0;
padding-bottom: 20px;
margin: 0;
}
.hahwDBCFkYpg a{
font-size: 16px;
}

.UMMUbErmDIhh{
flex-direction:column;
gap:0;
}

.XnwRIXyOxtyF ul {
display: flex;
flex-direction: column;
gap: 10px;
}
.cdgEEMKOQVtt {
width: 100%;
}
.ZCqzZeYKKWBH {
justify-content: center;
flex-wrap: wrap;
gap: 15px;
}

.gOeTxhzZWqwN{
flex-direction: column;
gap: 30px;
}
.cQbWKcbkhHqX:nth-child(1){
width: 100%;
justify-content: center;
}
.cQbWKcbkhHqX:nth-child(2){
width: 50%;
border: none;
}
.cQbWKcbkhHqX:nth-child(3) {
width: 50%;
}
.jtcYTxzkHBOY{
padding: 0;
}

.TxUxFUSRxiwA,
.YQScQXTMkyWp {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 36px;
max-width: 560px;
margin-inline: auto;
}
.UYBjYQJmSTJq,
.VQJjXOwayhZQ {
display: contents;
}
.YQScQXTMkyWp .VQJjXOwayhZQ:last-child .bVOYzKEBTBfK:last-child {
grid-column: 1 / -1;
justify-self: center;
width: calc(50% - 18px);
}

}

@media(max-width: 576px){

.IQylqBqBDPyI {
width: 50px;
margin-left: 5px;
}

.LocdxgZvJZPv {
margin: 0 auto;
}
.NhgrgeJiwqOk {
font-size: 20px;
width: 100%;
}

.DQZhdVkRSJak {
font-size: 20px;
}
.tcuYpWJEwaEv {
min-width:250px;
}
.tcuYpWJEwaEv a{
font-size: 18px;
}
}

@media(max-width: 480px){
.TxUxFUSRxiwA,
.YQScQXTMkyWp {
gap: 20px;
}
.YQScQXTMkyWp .VQJjXOwayhZQ:last-child .bVOYzKEBTBfK:last-child {
width: calc(50% - 10px);
}
.cQbWKcbkhHqX:nth-child(1) {
flex-direction: column;
}

.cQbWKcbkhHqX:nth-child(2),
.cQbWKcbkhHqX:nth-child(3) {
width: 100%;
}
.mjSuPYuBjzhl {
margin-left: 0px;
}

.JMYiAQSusuhL{
padding: 10px 20px;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.sLLdmPIbyxuk {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.sLLdmPIbyxuk::after, .btn-up::before {
width: 14px;
}
.LiQhrTFVjTla {
width: 100px;
}
.TyoEzletAihm{
font-size: 14px;
}

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

.jtcYTxzkHBOY {
flex-direction: column;
margin: 20px 0 20px 0;
}
.slEhHTPNxCBd{
margin-top: 15px;
}
}

@media (max-width: 360px) {
.RyaXFnHiPlMQ{
font-size:16px;
}
}


.hahwDBCFkYpg {
position: relative;
}

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

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

.hahwDBCFkYpg:hover > .JRpqsYfRSovg {
display: block;
}

.CSWvEetiUkkj {
margin: 0;
}

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

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



/*popup*/
.ERUYoPlfXNsl {
background: var(--KKkpxRSdyUgY);
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;
}
.MMaSwMBNowHY {
display: flex;
}
.ALIPvdLrCJES {
margin-left: 15px;
}
.iZMCEbfNrRoc {
width: 130px;
height: 100%;
border-radius: 16px;
}
.FSFUTdZZqCyq {
font-size: 24px;
font-weight: 600;
}
.kOxTQBXzIkWd {
margin-top: 10px;
color: var(--rdJzJzqAYnWq);
}
.KgHQhASwRXAA {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--CisIANibSFlb);
color: #fff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
transition: all 0.7s ease-in-out;
color: var(--kNmrOAEoKdmD);
}
.KgHQhASwRXAA:hover{
background: var(--qglDMHSxAYwN);
transition: all 0.7s ease-in-out;
color: var(--kNmrOAEoKdmD);
}
.ucmYGdIIeeKa {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.xsoeCThTmHsE {
position: relative;
}
.xsoeCThTmHsE::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.xsoeCThTmHsE::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.AEhGamygRwCs {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--WHJnbVBOkGhO);
}
@media(max-width: 576px){
.ERUYoPlfXNsl{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.iZMCEbfNrRoc {
width: 70px;
}
.kOxTQBXzIkWd {
margin-right: 15px;
}
.KgHQhASwRXAA{
width: 220px;
}
}
@media(max-width: 480px){

.MMaSwMBNowHY {
display: flex;
flex-direction: column;
align-items: center;
}
.KgHQhASwRXAA {
width: 200px;
margin-top: 0;
height: 40px;
}
.kOxTQBXzIkWd {
margin-right: 0;
text-align: center;
}
.ALIPvdLrCJES {
margin-left: 0;
}
}
