:root {
--JkqqHPbYaUvz: #B44F8C;
--OKDGMWkIUiqG: #DAF1FF;
--gQhpzsZnJrLX: #BFCCC6;
--EYTObWZvavwD: #eae7e7;
--cpNXfKWJxFAw: #000;
--MnPpLMlNzate: rgba(255, 250, 250, 0.5);
--CTDJzOpwGwyv: #026EA1;
--ZyZnpAAEhIkd: #b40000;
--zHjdlhvuZvPb: #fff;
--EWLFAKPPoPmW: #DAF1FF;
--VXKPwxesovbI: #071208;
--RxbMfSviDShn: #fff;
--xcJPaDUdAxeh: #000000;
--IYsaIkMICBPr: #4517f9;
--EkKUgnODInSl: #280e98;
--yAcGFkDIndjm: #ddd;
}


* {
box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.wrTQGsNiFnwb {
font-size: 20px;
font-weight: bold;
color: var(--zHjdlhvuZvPb);
white-space: nowrap;
}
.AzfytnbGavdV .wrTQGsNiFnwb{
white-space: normal;
}
.GoBPsEaBDuAh {
display: flex;
gap: 12px;
align-items: center;
}

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

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

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

.GoBPsEaBDuAh a:hover {
background: var(--JkqqHPbYaUvz);
color: var(--zHjdlhvuZvPb);
}


.DpnaaiTeRhgv {
background-color: var(--EWLFAKPPoPmW);
padding: 0 15px;
}
.WtcRIFRTriNs {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
color: var(--zHjdlhvuZvPb);
}

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

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


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

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


.LJCGbWmBMwEA a {
color: var(--cpNXfKWJxFAw);
}

.LJCGbWmBMwEA.active a {
color: var(--JkqqHPbYaUvz);
font-weight: bold;
}


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

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


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

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

.edwThARaJNHg a:hover {
color: var(--zHjdlhvuZvPb);
}

.XCksYoApJwFe{
background-color: var(--JkqqHPbYaUvz);
color: var(--zHjdlhvuZvPb);
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);
}
}

.XCksYoApJwFe:hover {
background-color: var(--ZyZnpAAEhIkd);
}

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

.wXnFjjjWQGEz,
.BFdrcGRrKqkf {
display: flex;
gap: 12px;
}

.jCCJOxMoRJMn,
.NuorFKQfYgDo {
display: flex;
flex-direction:column;
gap: 12px;
}

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

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

.BYXnkmPFaoLt::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;
}

.KEnqpWsxTCvC:hover .BYXnkmPFaoLt::after {
opacity: 1;
}
.KEnqpWsxTCvC:focus .BYXnkmPFaoLt::after {
opacity: 1;
}

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

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

.GBITWnbFxyJP {
background-color: var(--CTDJzOpwGwyv);
}

.GBITWnbFxyJP:hover{
background-color: var(--JkqqHPbYaUvz);
}

.fGvBaiLDtOBZ:hover {
background-color: var(--ZyZnpAAEhIkd);
}

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



/*FAQ*/
.NkDmakCSevbC {
background-color: var(--OKDGMWkIUiqG);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--yAcGFkDIndjm);
color: var(--zHjdlhvuZvPb);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.wLDylynxXlTa h3 {
font-size: 20px;

}
.BseqFTMtChQb {
text-align: left;
}

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

.NkDmakCSevbC h3 {
margin: 10px 0;
}

.GOQKtuNWHWca {
margin-top:40px;
background-color: var(--gQhpzsZnJrLX);
}
.xbfdDsHyQcIw ul,
.XrXTUkwrNQWu{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}

.xbfdDsHyQcIw{
width: 100%;
background: var(--VXKPwxesovbI);
}

.xbfdDsHyQcIw ul {
display: flex;
list-style: none;
align-items: center;
justify-content: space-evenly;
gap: 40px;
text-transform: uppercase;
padding:15px;
}
.xbfdDsHyQcIw ul li a {
color: var(--zHjdlhvuZvPb);
}
.xbfdDsHyQcIw ul li a:hover {
color: var(--EkKUgnODInSl);
}
.XrXTUkwrNQWu {
display: flex;
align-items: center;
justify-content: center;
gap: 32px;
flex-wrap: nowrap;
margin-top: 40px;
margin-bottom: 16px;
}
.EDUROcMMbwol {
margin-top: 35px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
width: auto;
}
.EDUROcMMbwol .qCHQVhXYpUuq:first-child:first-child {
width: 48px;
}
.IyQkuulDUxaI {
text-align:center;
color: var(--cpNXfKWJxFAw);
}

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

.nlsZIANOeVJM {
display: flex;
align-items: center;
background: var(--zHjdlhvuZvPb);
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(--cpNXfKWJxFAw);
font-weight: 500;
text-decoration: none;
border: 2px solid transparent;
transition: border 0.18s, color 0.18s, background 0.18s;
}


.nlsZIANOeVJM:hover,
.nlsZIANOeVJM.is-active {
color: var(--zHjdlhvuZvPb);
background: var(--ZyZnpAAEhIkd);
}

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

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

.XmeqdMDnzims {
background: var(--EWLFAKPPoPmW);
color: var(--cpNXfKWJxFAw);
font-weight: 600;
border: 2px solid var(--zHjdlhvuZvPb);
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;
}


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

#cEMRQcVnuiOx:checked + .XmeqdMDnzims .RMdbtcLaHFSg {
transform: rotate(180deg);
}

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

.ntVWlspBdezE .nlsZIANOeVJM {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--cpNXfKWJxFAw);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.ntVWlspBdezE .nlsZIANOeVJM:hover {
background: var(--ZyZnpAAEhIkd);
}
.ntVWlspBdezE .nlsZIANOeVJM.is-active {
font-weight: 600;
background: var(--ZyZnpAAEhIkd);
border-radius: 8px;
}


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

.zgFnVrIeBWmX:hover {
opacity: 1;
}

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

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

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


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

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

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

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

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

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

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

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

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

.iMDSLRchKsmW:hover {
background-color: var(--ZyZnpAAEhIkd);
color: var(--zHjdlhvuZvPb);
}

.MsvbVtyvYgYw {
font-weight: 400;
}

.MsvbVtyvYgYw a {
font-weight: 400;
}

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

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

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

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

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

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

.UFpeODBOgAKb {
width: 150px;
}

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

.UFGQmsriednT {
margin-left: 24px;
}

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

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

.qBPdtsAaZagq:hover {
background-color: var(--ZyZnpAAEhIkd);
color: var(--zHjdlhvuZvPb);
}

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


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

table thead {
background-color: var(--zHjdlhvuZvPb);
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(--cpNXfKWJxFAw);
}

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

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

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

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

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){
.MRwZnzQogYFM,
.hJSRfdlznBQm,
.xbfdDsHyQcIw ul,
.XrXTUkwrNQWu{
padding: 0 30px;
}
{
padding: 0 30px;
}
.LJCGbWmBMwEA a{
font-size: 16px;
}
.ReFWquwdjZSt{
padding: 30px 15px;
text-align: center;
padding-bottom:70px;
}
.XrXTUkwrNQWu {
flex-direction: column;
}

.zgFnVrIeBWmX {
bottom: 75px;
}

}

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

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

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

.pqcYWCFhtzHO{
text-align: center;
padding: 0 10px;
}
.UFGQmsriednT {
margin-left: 10px;
}
}

@media(max-width: 768px){
.MRwZnzQogYFM,
.hJSRfdlznBQm,
.xbfdDsHyQcIw ul,
.XrXTUkwrNQWu{
padding: 0 15px;
}
.GoBPsEaBDuAh{
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(--EWLFAKPPoPmW);
border-top: 1px solid var(--yAcGFkDIndjm);
}
.GoBPsEaBDuAh a:first-child{
border: 1px solid var(--JkqqHPbYaUvz);
}
.edwThARaJNHg {
font-size: 26px;
width: 70%;
left: 50%;
height: unset;
}

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

#qrXONFAOFFZx {
display: none;
}

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

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

.xbfdDsHyQcIw ul {
display: flex;
flex-direction: column;
gap: 10px;
}
.gMOvMXENuhHi {
width: 100%;
}
.EDUROcMMbwol {
justify-content: center;
flex-wrap: wrap;
gap: 15px;
}

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

.jCCJOxMoRJMn,
.NuorFKQfYgDo {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 36px;
max-width: 560px;
margin-inline: auto;
}
.wXnFjjjWQGEz,
.BFdrcGRrKqkf {
display: contents;
}
.NuorFKQfYgDo .BFdrcGRrKqkf:last-child .KEnqpWsxTCvC:last-child {
grid-column: 1 / -1;
justify-self: center;
width: calc(50% - 18px);
}
}

@media(max-width: 576px){

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

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

.XCksYoApJwFe {
font-size: 20px;
}
.fGvBaiLDtOBZ {
min-width:250px;
}
.fGvBaiLDtOBZ a{
font-size: 18px;
}
}

@media(max-width: 480px){
.jCCJOxMoRJMn,
.NuorFKQfYgDo {
gap: 20px;
}
.NuorFKQfYgDo .BFdrcGRrKqkf:last-child .KEnqpWsxTCvC:last-child {
width: calc(50% - 10px);
}
.KBlqYdUOqdJW:nth-child(1) {
flex-direction: column;
}
.KBlqYdUOqdJW:nth-child(2),
.KBlqYdUOqdJW:nth-child(3) {
width: 100%;
}
.UFGQmsriednT {
margin-left: 0px;
}

.qBPdtsAaZagq{
padding: 10px 20px;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.zgFnVrIeBWmX {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.zgFnVrIeBWmX::after, .btn-up::before {
width: 14px;
}
.UFpeODBOgAKb {
width: 100px;
}
.pqcYWCFhtzHO{
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;
}

.jjlgFswmvPDT {
flex-direction: column;
margin: 20px 0 20px 0;
}
.MsvbVtyvYgYw{
margin-top: 15px;
}
}

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


.LJCGbWmBMwEA {
position: relative;
}

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

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

.LJCGbWmBMwEA:hover > .jsJLwOYFeFry {
display: block;
}

.svebAIYrDOEI {
margin: 0;
}

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

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



/*popup*/
.nEZtgrgfYybl {
background: var(--gQhpzsZnJrLX);
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;
}
.yNSDtEOYyNMa {
display: flex;
}
.wGEuqHAPEEyM {
margin-left: 15px;
}
.dHhGCPmiVnVD {
width: 130px;
height: 100%;
border-radius: 16px;
}
.NzzvchNTyxMr {
font-size: 24px;
font-weight: 600;
}
.PoEPnySXSwJu {
margin-top: 10px;
color: var(--cpNXfKWJxFAw);
}
.NAQyDAHBYKFP {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--CTDJzOpwGwyv);
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(--zHjdlhvuZvPb);
}
.NAQyDAHBYKFP:hover{
background: var(--ZyZnpAAEhIkd);
transition: all 0.7s ease-in-out;
color: var(--zHjdlhvuZvPb);
}
.dYrMTMsgXDpt {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.MtkWJHfQTbYT {
position: relative;
}
.MtkWJHfQTbYT::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.MtkWJHfQTbYT::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.rKzcVRYBNjZi {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--ALEyrBUtDHOY);
}
@media(max-width: 576px){
.nEZtgrgfYybl{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.dHhGCPmiVnVD {
width: 70px;
}
.PoEPnySXSwJu {
margin-right: 15px;
}
.NAQyDAHBYKFP{
width: 220px;
}
}
@media(max-width: 480px){

.yNSDtEOYyNMa {
display: flex;
flex-direction: column;
align-items: center;
}
.NAQyDAHBYKFP {
width: 200px;
margin-top: 0;
height: 40px;
}
.PoEPnySXSwJu {
margin-right: 0;
text-align: center;
}
.wGEuqHAPEEyM {
margin-left: 0;
}
}
