:root {
--gMcQKfBhqPdi:  #FDFCFB;
--KzQnNTDofEbP: #090317;
--agrsFJBvbEBQ: #D61C1C;
--dSWnCYaaVPZL: #41605C;
--nwAzEfqoxsyS:  #2B2D37;
--WBGThNBEjiXg:  #060715;
--cLDtRwNgnrfn:  #1B9908;
}

* {
box-sizing: border-box;
}

.YfxlPaciCWrU a,
.NTBBxbSZndqP a{
color: var(--gMcQKfBhqPdi);
font-weight:600;
text-decoration: none;
font-size:16px;
}

a:hover {
text-decoration: underline;
}

body {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--gMcQKfBhqPdi);
color: var(--KzQnNTDofEbP);
scroll-behavior: smooth;
}

p {
font-size: 18px;
line-height: 21px;
}



h1 {
font-size: 34px;
line-height: 41px;
}

h2 {
font-size: 30px;
line-height: 36px;
}

h3 {
font-size: 24px;
line-height: 29px;
}

h4 {
font-size: 20px;
line-height: 24px;
}

img {
width: 100%;
}

figure {
margin: 0 0 24px;
}



.QWvVSUKxLvrr{
padding-inline:24px;

}
.pRiDzNoLkGsr {
max-width: 1200px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;

}

.QdxJStimGRQE,
.RRKJQPjSfOIf,
.RlFJrsMhwfoO {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.YfxlPaciCWrU {
padding: 10px 24px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--nwAzEfqoxsyS);
}
.pRiDzNoLkGsr img,
.qnxwuFjPToQn{
width: 70px;
border-radius:10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.DcpFpKymBPVx {
display: flex;
align-items: center;
justify-content: center;
}

.vQinzhVXddFs {
list-style: none;
display: flex;
align-items: flex-start;
gap: 20px;
font-weight: 700;
font-size: 18px;
}

.vQinzhVXddFs {
white-space: nowrap;
display: flex;
align-items: center;
gap: 20px;
width: 100%;
list-style: none;
padding: 25px;
margin: 0;

}


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

}
.poYfyRwmcoXj {
cursor: pointer;

}

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

.VOtCTBflZwfi {
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
}

.VOtCTBflZwfi a {
font-size: 16px;
white-space: nowrap;
word-break: keep-all;
padding: 10px 20px;
text-align: center;
border-radius: 15px;
background-color: var(--KzQnNTDofEbP);
color: var(--gMcQKfBhqPdi);
}

.VOtCTBflZwfi a:nth-child(2) {
background-color: var(--agrsFJBvbEBQ);
border-radius: 16px;
padding: 10px 20px;
font-weight: 700;
transition: background 0.2s;
animation: pulse 2s infinite;
}

.VOtCTBflZwfi a:nth-child(2):hover {
transform: translateY(-3px);
}


.BBlungrIlNKG {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: block;
width: 100%;
max-height: 400px;
aspect-ratio: 16 / 7;
background-color: rgba(0, 0, 0, 0.18);
}

.iUrNJEGqKnYf {
position: relative;
width: 100%;
height: 100%;
}

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


.BBlungrIlNKG img {
border-radius: 22px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.BUlHFDlVYKoN {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
padding: 32px 21px;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-size: 24px;
gap: 28px;
border-radius: 30px;
color: var(--gMcQKfBhqPdi);
background: rgba(22, 14, 12, 0.7);
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
transition: background-color 0.7s ease, box-shadow 0.3s ease;
}

.BUlHFDlVYKoN > div {
max-width: 100%;
}


.XeADykdnMNFZ{
background-color: var(--agrsFJBvbEBQ);
color: var(--gMcQKfBhqPdi);
border: none;
cursor: pointer;
z-index: 2;
font-size: 24px;
line-height: 1;
border-radius: 20px;
padding: 20px;
transition: all 0.25s ease;
animation: pulse 2s infinite;
text-decoration: none;
text-transform: uppercase;
}

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


.XeADykdnMNFZ:hover {
text-decoration: none;
transform: translateY(-3px);
}

.AdJxNKRazKpW {
display: flex;
justify-content: space-evenly;
gap: 20px;
margin-block: 40px;
flex-wrap: wrap;
}

.IdCtNpSunofN {
background-color: var(--agrsFJBvbEBQ);
padding: 15px;
border: none;
border-radius: 20px;
cursor: pointer;
min-width:250px;
text-align:center;
text-transform: uppercase;
transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, background-color 0.25s ease;
}

.IdCtNpSunofN:hover {

transform: translateY(-3px);
}

.UkbqlxGtRlgL {
color: var(--gMcQKfBhqPdi);
font-weight: 700;
font-size: 24px;
letter-spacing: 0%;
text-align: center;
text-decoration:none;
}

.DgKeADkFBwya {
margin: 40px 0;
}

.TUNaEpRnypZC {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 20px;
}

.KrnCYYeiQkvp {
position: relative;
min-width: 0;
}

.KrnCYYeiQkvp figure,
.DkClsfREnfjr.KrnCYYeiQkvp figure {
position: relative;
margin: 0;
overflow: hidden;
border-radius: 10px;
aspect-ratio: 385 / 500;
background: rgba(0, 0, 0, 0.12);
}

.KrnCYYeiQkvp img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.35s ease;
}

.KrnCYYeiQkvp figure::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity 0.25s ease;
pointer-events: none;
}

.rZOnZSFIMugC {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
padding: 20px;
opacity: 0;
visibility: hidden;
transition: opacity 0.25s ease, visibility 0.25s ease;
z-index: 1;
}

.KUMbrGFIphIi {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 124px;
padding: 12px 24px;
border-radius: 14px;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
line-height: 1;
color: color:var(--gMcQKfBhqPdi);
background: var(--agrsFJBvbEBQ);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
transition: transform 0.2s ease, background-color 0.2s ease;
}

.rZOnZSFIMugC .KUMbrGFIphIi:last-child {
background-color: var(--cLDtRwNgnrfn);
}

.KrnCYYeiQkvp:hover img,
.KrnCYYeiQkvp:focus-within img {
transform: scale(1.03);
}

.KrnCYYeiQkvp:hover figure::after,
.KrnCYYeiQkvp:focus-within figure::after {
opacity: 1;
}

.KrnCYYeiQkvp:hover .rZOnZSFIMugC,
.KrnCYYeiQkvp:focus-within .rZOnZSFIMugC {
opacity: 1;
visibility: visible;
}

.KUMbrGFIphIi:hover,
.KUMbrGFIphIi:focus-visible {
transform: translateY(-1px);
text-decoration: none;
filter: brightness(1.05);
}


table {
border-radius:15px;
border: 1px solid var(--dSWnCYaaVPZL);
overflow-x: auto;
overflow-y: hidden;
border: none;
border-collapse: collapse;
-webkit-overflow-scrolling: touch;
color: var(--KzQnNTDofEbP);
width:100%;
}

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

table thead th {
color: var(--gMcQKfBhqPdi);
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
background-color: var(--nwAzEfqoxsyS);
}
table thead th:first-child {
border-top-left-radius: 15px;
}

table thead th:last-child {
border-top-right-radius: 15px;
}
table tbody tr {
border-bottom: 1px solid var(--dSWnCYaaVPZL);
}


table tbody {
outline: 1px solid var(--KzQnNTDofEbP);
outline-offset: -1px;

}

table tbody td {
padding: 10px;

}
.lggYjbVYEycO {
display: flex;
flex-direction: column;
gap: 32px;
margin: 32px 0 40px;
}

.zrahtYhLmslK {
padding: 18px 16px 16px;
border-radius: 18px;
margin-bottom: 0;
border: 1px solid rgba(255, 255, 255, 0.06);
background: var(--dSWnCYaaVPZL);
color: var(--gMcQKfBhqPdi);
}

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

.zrahtYhLmslK label {
display: block;
cursor: pointer;
}

.zrahtYhLmslK h3 {
margin: 0;
}

.ciloxOuZWhWA {
font-size: 20px;
font-weight: 700;
line-height: 1.35;
padding-bottom: 14px;
border-bottom: 1px solid var(--nwAzEfqoxsyS);
}

.bsxKThqpGWQw {
padding-top: 12px;
}

.bsxKThqpGWQw p {
margin: 0;
}

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


.gNyALjcxCxZE {
width: 50%;
}

.qtaGhyWMYjer {
font-size: 0.9em;
color: #666;
}


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

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

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

.ZnybHKDOZLIJ:hover {
text-decoration: underline;
color: var(--xbWyDyZcqsOY);
}

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

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

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

.RlFJrsMhwfoO {
text-align: center;
}

.hwVskBHYdrmf {
position: fixed;
bottom: 40px;
right: 40px;
width: 55px;
height: 55px;
cursor: pointer;
border-radius:15px;
background-color: var(--KzQnNTDofEbP);
transition: opacity 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}

.hwVskBHYdrmf::after {
content: "\f062";
font-family: "Font Awesome";
font-size: 24px;
color: var(--gMcQKfBhqPdi);
}

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

}

.ASHxdbXzakbo {
display: none;
}

.qCYYnUOnJXvg {
display: none;
}

.cpdWjQpYRZjg {
display: none;
}

.pmMQwwaMwCXX {
display: flex;
}

.YRMlDeuZJunV {
display: none;
}
.CzpgAIRXFEJi:checked {
opacity: 1;
visibility: visible;
}
.CzpgAIRXFEJi:checked + label::before {
content: '✕';
}

.IsBCEZphCifg {
display: block;
text-decoration: none;
color: inherit;
position: relative;
}

.lyLwthUMJyru {
display: none;
position: absolute;
border-radius: 15px;
background-color: var(--nwAzEfqoxsyS);
border: 1px solid var(--dSWnCYaaVPZL);
list-style: none;
margin: 0;
padding: 20px;
min-width: 180px;
z-index: 100;
left: 50%;
transform: translate(-50%);
}

@media (hover: hover) and (pointer: fine) {
.poYfyRwmcoXj:hover > .lyLwthUMJyru {
display: block;
text-align: center;
width: 100%;
}
}
@media (hover: hover) and (pointer: fine) {
.QBtfGGUCtdqx:hover > .lyLwthUMJyru {
display: block;
}
.lyLwthUMJyru .lyLwthUMJyru {
position: static;
transform: none;
min-width: 0;
margin: 8px 0 0;
padding: 0 0 0 12px;
border: 0;
background: transparent;
border-radius: 0;
text-align: left;
}
}
.WBzRvDoMUmVV {
display: none;
}
.WBzRvDoMUmVV::before {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 14px;
line-height: 1;
transition: transform 0.3s ease;
}
.BlHZFvhaMjrQ{
position:relative;
}

.BlHZFvhaMjrQ > a,
.BlHZFvhaMjrQ > span {
position: relative;
display: inline-flex;
align-items: center;
padding-right: 24px;
}

.BlHZFvhaMjrQ > a::after,
.BlHZFvhaMjrQ > span::after{
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 14px;
line-height: 1;
position: absolute;
top: 50%;
right:0;
transform: translateY(-50%);
transition: transform 0.3s ease;
pointer-events: none;
}

.QBtfGGUCtdqx {
margin: 0;
}
.QBtfGGUCtdqx a{
overflow-wrap: break-word;
white-space: normal;
}

.LiwdZkdeIsJC {
padding:5px;
}

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

.NTBBxbSZndqP{
background-color: var(--WBGThNBEjiXg);
color: var(--gMcQKfBhqPdi);
}

.jJleNSNquEGQ {
display: flex;
align-items: center;
justify-content: center;
gap: 25px;
flex-wrap: nowrap;
margin: 0 auto 60px;
}

.qOfqKJCyhyHL {
display: flex;
}

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

.xOaTSAgYxUhj {
color: var(--gMcQKfBhqPdi);
border: 1px solid var(--gMcQKfBhqPdi);
font-size: 16px;
font-weight: 600;
border-radius: 15px;
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;
}

.xOaTSAgYxUhj::after {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 16px;
line-height: 1;
margin-left: 6px;
transition: transform 0.22s;
}

#peCAiFHJNGWM:checked + .xOaTSAgYxUhj::after {
transform: rotate(180deg);
}

.uKsLCfRRICEV {
display: none;
position: absolute;
min-width: 145px;
color: var(--KzQnNTDofEbP);
background-color: var(--gMcQKfBhqPdi);
border-radius: 15px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
border: 1px solid var(--KzQnNTDofEbP);
z-index: 99;
padding: 6px 0;
}

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

.uKsLCfRRICEV .vKLazrdyQHWt {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
color: var(--KzQnNTDofEbP);
}
.uKsLCfRRICEV .vKLazrdyQHWt:hover {
background-color: var(--agrsFJBvbEBQ);
color: var(--KzQnNTDofEbP);
}
.uKsLCfRRICEV .vKLazrdyQHWt.is-active {
color: var(--gMcQKfBhqPdi);
font-weight: 600;
background: var(--xbWyDyZcqsOY);
border-radius: 8px;
}
.NTBBxbSZndqP{
padding:2rem;
}
.ivGcJUcZCfYM{
display: flex;
gap: 30px;
justify-content: center;
text-align: center;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
list-style: none;
padding:0;
}

.lryVyuVAWuMs{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom:20px;
}

.eGXkmCeaoaJs{
width: 200px;
height: auto;
}
.UnLwFBDprPbk{
width: 150px;
height: auto;
}
.wWXPYiGhBajO{
width: 45px;
height: auto;
}


.YFBMvBtcooZF {
display: flex;
justify-content: space-between;
border-radius: 18px;
padding: 20px;
color: var(--KzQnNTDofEbP);
background-color: var(--ttPhgYUBUwed);
}
.YFBMvBtcooZF .kThoAcYrnTjC ul,
.YFBMvBtcooZF .kThoAcYrnTjC ol {
list-style: none;
padding: 0;
margin: 0;
}

.YFBMvBtcooZF .kThoAcYrnTjC li {
list-style: none;
margin-bottom: 10px;
}
.RrnHBpOiTeKn,
.ZCyRLIzlruoC{
width: 50%;
}
.RrnHBpOiTeKn .kThoAcYrnTjC ol li::before,
.RrnHBpOiTeKn .kThoAcYrnTjC ul li::before {
content: "✅";
margin-right: 6px;
display: inline-block;
}

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

.YFBMvBtcooZF h3{
text-align:center;
color: var(--QFbqfMavKygt);
}

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

.TUNaEpRnypZC {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.KDNVrQsRcdQq .PTnCSLcbIRht {
min-width: 180px;
}
table{
display: block;
width: max-content;
max-width: 100%;
margin: 0 auto;
}
table:has(tr:first-child > td:nth-child(2):last-child),
table:has(tr:first-child > th:nth-child(2):last-child){
display: table;
width: 100%;
min-width: 0;
table-layout: fixed;
white-space: normal;
}

table:has(tr:first-child > td:nth-child(2):last-child) td,
table:has(tr:first-child > th:nth-child(2):last-child) th,
table:has(tr:first-child > th:nth-child(2):last-child) td {
width: 50%;
}
table:has(tr:first-child > th:nth-child(2):last-child) thead th:first-child {
border-top-left-radius: 15px;
}

table:has(tr:first-child > th:nth-child(2):last-child) thead th:last-child {
border-top-right-radius: 15px;
}
}

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

.TUNaEpRnypZC {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media(max-width: 767px){
.YfxlPaciCWrU {
padding: 10px 20px;
}
.pRiDzNoLkGsr{
padding: 0;
justify-content: space-between;
flex-wrap: wrap;
}

.TUNaEpRnypZC {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}

.KUMbrGFIphIi {
min-width: 108px;
padding: 10px 18px;
font-size: 14px;
}

.BUlHFDlVYKoN {
padding: 20px;
gap: 20px;
font-size:18px;

}

.XeADykdnMNFZ {
font-size: 18px;
padding: 16px 28px;
}

h1{
font-size: 32px;
line-height: 38px;
}
h2{
font-size: 28px;
line-height: 34px;
}
h3{
font-size: 22px;
line-height: 27px;
}
h4{
font-size: 18px;
line-height: 22px;
}
.IxoXTJovRBSd {
display: block;
color: var(--gMcQKfBhqPdi);
order:2;
padding-right: 0;
margin-left: 0;
position: relative;
z-index: 1002;
}

.cpdWjQpYRZjg {
display: inline-flex;
align-items: center;
justify-content: center;
order: 1;
padding:16px;
min-width:150px;
border-radius: 16px;
background-color: var(--agrsFJBvbEBQ);
color: var(--KzQnNTDofEbP);
font-size: 14px;
font-weight: 700;
line-height: 1;
white-space: nowrap;
text-decoration: none;
animation: pulse 2s infinite;
}

.cpdWjQpYRZjg:hover {
text-decoration: none;
transform: translateY(-3px);
}

#fOAtdZcuqmmo {
width: min(75vw, 360px);
max-width: 100%;
height: 100dvh;
overflow-y: auto;
transform: translateX(-100%);
position: fixed;
left:0;
bottom: 0;
background-color: var(--nwAzEfqoxsyS);
top:0;
opacity: 1;
z-index: 1001;
padding:25px;
transition: transform .3s ease;
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
gap: 20px;
}
.CzpgAIRXFEJi:checked ~ #fOAtdZcuqmmo {
transform: translateX(0);
}
.CzpgAIRXFEJi:checked ~ .ASHxdbXzakbo {
display: block;
position: fixed;
inset: 0;
background: rgba(32, 32, 32, 0.45);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
z-index: 1000;
}
.vQinzhVXddFs {
flex-direction: column;
gap: 0px;
padding: 0;
}

#fOAtdZcuqmmo .VOtCTBflZwfi {
flex-direction: column;
}

#fOAtdZcuqmmo .VOtCTBflZwfi a {
min-width: 100%;
}

.YRMlDeuZJunV {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding-bottom: 4px;
}

.qCYYnUOnJXvg {
display: flex;
}

.pmMQwwaMwCXX {
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(--nwAzEfqoxsyS);
}

.pmMQwwaMwCXX a {
max-width: none;
width: 100%;
}


.hwVskBHYdrmf {
position: fixed;
bottom: 75px;
right: 20px;
}

.KDNVrQsRcdQq .PTnCSLcbIRht {
min-width: 260px;
}
nav.DcpFpKymBPVx li {
width:100%;
text-align:left;
padding: 10px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
nav.DcpFpKymBPVx li > a,
nav.DcpFpKymBPVx li > span {
flex: 1 1 auto;
}
.BlHZFvhaMjrQ > a::after,
.BlHZFvhaMjrQ > span::after {
display: none;
}
.WBzRvDoMUmVV {
display: flex;
flex: 0 0 44px;
align-items: center;
justify-content: center;
min-height: 44px;
margin-left: auto;
cursor: pointer;
}
.MjmvAnQsXKpN:checked ~ .WBzRvDoMUmVV::before {
transform: rotate(180deg);
}
.MjmvAnQsXKpN:checked ~ .lyLwthUMJyru {
display: block;
}
.DcpFpKymBPVx li span{
position:relative;
display:inline-flex;
align-items: center;
padding-right: 24px;
}
.BlHZFvhaMjrQ.is-active > a::after,
.BlHZFvhaMjrQ.is-active > span::after {
transform: translateY(-50%) rotate(180deg);
}
.poYfyRwmcoXj.is-active > a,
.poYfyRwmcoXj.is-active > span {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.QdxJStimGRQE {
padding: 20px;
}
.lyLwthUMJyru {
display: none;
position: static;
box-shadow: none;
transform: translate(0);
min-width: 100%;
flex-basis: 100%;
padding: 12px 0 0 12px;
border: 0;
}
.lyLwthUMJyru li{
padding: 5px 0;

}

.poYfyRwmcoXj.is-active > .lyLwthUMJyru {
display: block;
}
.poYfyRwmcoXj.is-active {
box-shadow:
inset 0 1px 0 rgba(0,0,0,0.06),
0 4px 10px rgba(0,0,0,0.08);
}
.poYfyRwmcoXj{
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.UydvcGpeKzGl{
flex-direction:column;
}

.gNyALjcxCxZE {
width: 100%;
}

.XESsfrLyeZJf{
flex-direction: column;
gap:20px;
}
.NTBBxbSZndqP{
margin-bottom: 70px;
}

.jJleNSNquEGQ{
flex-direction: column;
}

}

@media(max-width: 576px){
.pmMQwwaMwCXX {
gap: 12px;
}

.BBlungrIlNKG {
aspect-ratio: 4 / 3;
max-height: none;
}

.BUlHFDlVYKoN {
width: 90%;
}
.XeADykdnMNFZ {
width: auto;
max-width: 100%;
font-size: 16px;
padding: 14px 20px;
}

.YFBMvBtcooZF {
flex-wrap: wrap;
}
.YFBMvBtcooZF .gNyALjcxCxZE {
width: 100%;
}

.qtaGhyWMYjer {
font-size: 14px;
}
h1{
font-size: 28px;
line-height: 34px;
}
h2{
font-size: 24px;
line-height: 29px;
}
h3{
font-size: 20px;
line-height: 24px;
}
h4{
font-size: 18px;
line-height: 22px;
}
.lryVyuVAWuMs,
.ivGcJUcZCfYM{
flex-direction:column;
gap:15px;
align-items: center;
}

}
