:root {
--gOKIpNqgOBDs:  #FDFEFF;
--NxxREAFpMRUy: #F3A119;
--cRyepNibfwEk: #151922;
--WfqBRyyDBPJV: #F2A31B;
--YeseUsJdyrfB:  #FC9F02;
--BvbhXdvFuYDi:  #E8DDDF;
--bIsQPlaNIxzT:#C22A43;

}

* {
box-sizing: border-box;
}

a {
color: var(--cRyepNibfwEk);
text-decoration: none;
white-space: normal;
word-break: break-word;
}

a:hover {
text-decoration: underline;
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--gOKIpNqgOBDs);
color: var(--cRyepNibfwEk);
scroll-behavior: smooth;
}

img {
width: 100%;
}

figure {
margin: 0 0 24px;
}
h2[id],
h3[id] {
scroll-margin-top: 125px;
}
.DeZYqplMBLGF {
max-width: 1200px;
width: 100%;
display: flex;
align-items: center;
justify-content: start;
gap: 20px;

}
.qzHxRmOIKwvJ,
.vXWeTKQlolPg,
.dTiBGrCvDURe,
.YfjKMjWBKUzg {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.PqQJQkVFGKON {
position: sticky;
top: 0;
z-index: 99;
padding: 10px 24px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
background-color: var(--gOKIpNqgOBDs);
}
.DeZYqplMBLGF img,
.FoVHRrshvdGy{
width: 100px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.YFBNcqruIolT {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
}

.xiqFkjBONTpI {
white-space: nowrap;
display: flex;
align-items: center;
gap: 20px;
width: 100%;
list-style: none;
padding: 25px 0;
margin: 0;
font-weight: 700;
font-size: 18px;
}

.xiqFkjBONTpI li a {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.MPNrrDsjkCaq.active a {
font-weight: bold;
text-decoration: underline;
}

.MPNrrDsjkCaq {
cursor: pointer;
}

.vXWeTKQlolPg {
padding: 2rem;
border-radius: 0.25rem;
}

.AyZCjhwNwwCV {
position:relative;
display: flex;
justify-content: space-between;
align-items: center;
border: 3px solid var(--cRyepNibfwEk);
border-radius: 18px;
overflow: hidden;
padding:10px 24px;
margin-bottom: 24px;
}
.AyZCjhwNwwCV  span {
position: absolute;
display: inline-block;
width: 30px;
height: 30px;
background: #d3d3d3;
text-align: center;
top: 0;
left:0;
}
.oZkjozgKSkvb {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}

.HufjsfPNmWvo {
max-width: 150px;
}

.naOhAIvzzocw {
font-size:20px;
}
.PVVPkxRslDWz {
font-weight:700;
}



.sHaujAoqFnaH .GMYGzUacplBl {
display:block;
padding: 10px 20px;
border-radius: 30px;
font-size: 24px;
text-align:center;
min-width: 260px;
background-color: var(--NxxREAFpMRUy);
color: var(--cRyepNibfwEk);
transition: all 0.3s ease-in-out;
}

.sHaujAoqFnaH .GMYGzUacplBl:hover {
background-color: var(--YeseUsJdyrfB);
transform: scale(1.05);
}

.CLJUCerYOwUu {
margin-top: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
flex-wrap:wrap;
}
.CLJUCerYOwUu .uJKHpiEvEVGW {
width: 48px;
}
:last-child li::before {
color: red;
}

/*Table*/
.DZiaKrMMqAOk:has(table) {
overflow-x: auto;
}
.DZiaKrMMqAOk:has(table) > p{
position: sticky;
left: 0;
}

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


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

table thead {
height: 50px;
border-radius: 20px;
border: none;

}

table thead th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
}

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

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

table tbody tr {
border-bottom: 1px solid var(--WfqBRyyDBPJV);

}

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;

}

.UzYHpJMjbmvG-item {
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--cRyepNibfwEk);
}

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

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

.CmIFcVlcLscn:first-child {
margin-top: 0;
margin-bottom: 12px;
}


.CmIFcVlcLscn {
width: 50%;
}

.qzHxRmOIKwvJ {
font-size: 0.9em;
color:var(--cRyepNibfwEk);
padding: 2rem;
padding-bottom: 0;
}


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

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

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

.qFiGZRNVDTHm:hover {
text-decoration: underline;
color: var(--YeseUsJdyrfB);
}

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

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

.sFemTBSucnWp {

background-color: var(--gOKIpNqgOBDs);
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding-inline:2rem;
}

.inside-sFemTBSucnWp {
padding: 30px 0;
text-align: center;
}

.fcfjmjZZvuEL {
position: fixed;
bottom: 40px;
right: 40px;
width: 40px;
height: 40px;
cursor: pointer;
border:2px solid var(--cRyepNibfwEk);
transition: opacity 0.3s ease;
}

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

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

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

.OLAMBXxYKVNc {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
z-index: 1001;
}
.OLAMBXxYKVNc::before {
content: '☰';
display: block;
transition: 0.3s;

}
.FywwUENYHrPO:checked {
  opacity: 1;
  visibility: visible;
}
.FywwUENYHrPO:checked + label::before {
content: '✕';
}

.OJqYgtSZgNLv {
display: block;
cursor: pointer;
text-decoration: none;
color: inherit;
position: relative;
}

.grTwgibDOWsZ {
display: none;
position: absolute;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
background: #fff;
list-style: none;
margin: 0;
padding: 0.5em 10px;
min-width: 180px;
z-index: 100;
left: 50%;
transform: translate(-50%);
}

@media (hover: hover) and (pointer: fine) {
.MPNrrDsjkCaq:hover > .grTwgibDOWsZ {
display: block;
text-align: center;
width: 100%;
}
}
.UWEuArJVWMhJ{
position:relative;

}

.KaWRHBzEkVyd {
margin: 0;
padding: 5px 0;
}

.ZVfEgyJhGDke {
padding:5px;
}

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

.YfjKMjWBKUzg{
padding: 2rem;
}

.kYKeSTzaxVvk {
display: flex;
margin-left:auto;
}

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

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

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

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

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

#lang-dropdown-toggle:checked ~ .YsrpBbdkiQPW {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

.YsrpBbdkiQPW .XnSABvOwaPDl {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
color: var(--cRyepNibfwEk);
}
.YsrpBbdkiQPW .XnSABvOwaPDl:hover {
background-color: var(--WfqBRyyDBPJV);
color: var(--cRyepNibfwEk);
}
.YsrpBbdkiQPW .XnSABvOwaPDl.is-active {
color: var(--gOKIpNqgOBDs);
font-weight: 600;
background: var(--YeseUsJdyrfB);
border-radius: 8px;
}
.PyNSNNaMWYzs{
display: flex;
gap: 30px;
justify-content: center;
text-align: center;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
list-style: none;
}
.PyNSNNaMWYzs li a:hover {

}
.PyNSNNaMWYzs
.lZWDkVZsxqKY {
display: flex;
justify-content: space-between;
border-radius: 18px;
padding: 20px;
color: var(--cRyepNibfwEk);
background-color: var(--BvbhXdvFuYDi);
}
.lZWDkVZsxqKY .yKaSccQEpHPr ul,
.lZWDkVZsxqKY .yKaSccQEpHPr ol {
list-style: none;
padding: 0;
margin: 0;
}

.lZWDkVZsxqKY .yKaSccQEpHPr li {
list-style: none;
margin-bottom: 10px;
}
.BwbkPkROjLrX,
.dCHGbeeyjfHC{
width: 50%;
}
.BwbkPkROjLrX .yKaSccQEpHPr ol li::before,
.BwbkPkROjLrX .yKaSccQEpHPr ul li::before {
content: "✅";
margin-right: 6px;
display: inline-block;
}

.dCHGbeeyjfHC .yKaSccQEpHPr ol li::before,
.dCHGbeeyjfHC .yKaSccQEpHPr ul li::before {
content: "❌";
margin-right: 6px;
display: inline-block;
}

.lZWDkVZsxqKY h3{
text-align:center;
color: var(--bIsQPlaNIxzT);
}

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

.TGcihaUmLEET {
max-width: 400px;
margin-bottom: 20px;
}
.TGcihaUmLEET_header{
cursor:pointer;
border-radius: 20px;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid;
color: var(--cRyepNibfwEk);
}

.TGcihaUmLEET_itemWrap {
margin-left: 10px;
}

.TGcihaUmLEET_item {
font-size: 16px;
}

.TGcihaUmLEET_item a{
display: inline-block;
width: 100%;
padding: 2px 8px;
color: var(--cRyepNibfwEk);
transition: all 0.2s ease;
}

.TGcihaUmLEET_itemWrap a:hover,
.TGcihaUmLEET_item a:hover{
transform: scale(1.05);
text-shadow: 0 2px 2px rgba(255, 255, 255, 0.9);
}

.TGcihaUmLEET_toggle{
width: 40px;
height: 40px;
cursor: pointer;
border-radius: 50%;
position: relative;
background-color: #fff;
}
.TGcihaUmLEET_toggle::after{
content: "❯";
position: absolute;
top: 50%;
left: 50%;
color: var(--cRyepNibfwEk);
transform: translateY(-50%) translateX(-50%) rotate(-90deg);
}

.TGcihaUmLEET_checkbox:checked + .TGcihaUmLEET_header .TGcihaUmLEET_toggle::after {
transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.TGcihaUmLEET_checkbox:checked +
.TGcihaUmLEET_header {
border-radius: 20px 20px 0 0;
border-bottom: 0;
}

.TGcihaUmLEET_items {
max-height: 0;
opacity: 0;
overflow: hidden;
position: relative;
padding: 0px 15px 15px 15px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border: 1px solid;
color: var(--cRyepNibfwEk);
transition: max-height 0.3s ease, opacity 0.3s ease;
}

.TGcihaUmLEET_checkbox:checked ~ .TGcihaUmLEET_items {
max-height: 700px;
opacity: 1;
border-top:none;
}



@media(max-width: 1100px){
.oAXYlxhuKPyT{
padding-inline:0px;
}

.sHaujAoqFnaH .GMYGzUacplBl {
min-width: 180px;
}

}

@media(max-width: 992px){
.PqQJQkVFGKON .oZkjozgKSkvb{
margin-right:0;
}
}

@media(max-width: 768px){
.PqQJQkVFGKON {
padding: 10px 20px;
}

.dCyMejFyyEth {
gap:15px;
}
table{
max-width: max-content;
margin: 0 auto;
}
h1{
line-height:normal;
font-size: 32px;
}
h2{
  line-height:normal;
}
.OLAMBXxYKVNc {
display: block;
color: var(--cRyepNibfwEk);
order:2;
padding-right: 0;
margin-left: auto;
}
.PyNSNNaMWYzs{
padding:0;
gap:20px;
}

#main-nav {
width: 100%;
transform: translateY(-140%);
position:absolute;
left:0;
background:#fff;
flex-direction: column;
box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.15);
transition: transform .3s linear;
}
.FywwUENYHrPO:checked ~ #main-nav {
transform: translateY(0);
top:0;
opacity: 1;
z-index: 3;
padding-top: 60px;
}
.xiqFkjBONTpI {
flex-direction: column;
gap: 0px;
padding: 0;
}

.sHaujAoqFnaH .GMYGzUacplBl {
min-width: 260px;
}
nav.YFBNcqruIolT li {
width:100%;
text-align:center;
padding: 10px 0;
}
.YFBNcqruIolT li span{
position:relative;
display:inline-block;
padding-right: 24px;
}
.UWEuArJVWMhJ > span::after{
content: "❯";
position: absolute;
top: 50%;
right:0;
transform: translateY(-50%) rotate(90deg);
transition: transform 0.3s ease;
pointer-events: none;
}
.UWEuArJVWMhJ.is-active > span::after {
transform: translateY(-50%) rotate(-90deg);
}
.MPNrrDsjkCaq.is-active > span {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.qzHxRmOIKwvJ,
.vXWeTKQlolPg {
padding: 20px;
}
.grTwgibDOWsZ {
display: none;
position: static;
box-shadow: none;
transform: translate(0);
}
.grTwgibDOWsZ li{
padding: 5px 0;
}

.MPNrrDsjkCaq.is-active > .grTwgibDOWsZ {
display: block;
}
.MPNrrDsjkCaq.is-active {
box-shadow:
inset 0 1px 0 rgba(0,0,0,0.06),
0 4px 10px rgba(0,0,0,0.08);
}
.MPNrrDsjkCaq{
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.kYKeSTzaxVvk{
margin: 10px;
}
.YNhGwZuIZZhz{
flex-direction:column;
}

.CmIFcVlcLscn {
width: 100%;
}

.AyZCjhwNwwCV{
flex-direction: column;
gap:20px;
}


}

@media(max-width: 576px){

.lZWDkVZsxqKY {
flex-wrap: wrap;
}
.lZWDkVZsxqKY .CmIFcVlcLscn {
width: 100%;
}

.qzHxRmOIKwvJ {
font-size: 14px;
}
h1{
line-height:normal;
font-size: 28px;
}
h2{
font-size: 24px;
}
h3{
font-size: 20px;
}
.dCyMejFyyEth {
gap:10px;
}
}
@media(max-width: 375px){
.dCyMejFyyEth {
flex-direction: column;
}
.DeZYqplMBLGF img{
width:70px;
}

{
font-size: 16px;
}
h1{
margin: 10px 0;
text-align: center;
}
}
