:root {
--aYbmtEEsuONy:  #070717;
--MbXQrqxjDNdr: #FCFEFE;
--VFvcjTRYIHRt: #1BA80B;
--ObarKsKFHqKB: #466A56;
--dmgkaKqlUwOE:  #343737;
--iWxKjfrRCLgT:  #020610;
--ycGrIEUBWKvM:  #D72638;
}

* {
box-sizing: border-box;
}

.LsIrwVQaMhhr a,
.BzsdTsNvwSgf a{
color: var(--MbXQrqxjDNdr);
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(--aYbmtEEsuONy);
color: var(--MbXQrqxjDNdr);
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;
}



.CCMLvtSmndXq{
padding-inline:24px;

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

}

.uknXIfbrbLyI,
.kKtHkpnJFneo,
.lZIRzbcmkWBl {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.LsIrwVQaMhhr {
padding: 10px 24px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--dmgkaKqlUwOE);
}
.ZgIyHGDMEgHX img,
.pzVHsQuveVka{
width: 70px;
border-radius:10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.XIEYEbrfKPHN {
display: flex;
align-items: center;
justify-content: center;
}

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

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

}


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

}
.lEFNUkeHnMcG {
cursor: pointer;

}

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


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

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

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

.eujPBbKPNNor a:nth-child(2):hover {
box-shadow: 0 12px 24px rgba(42, 155, 32, 0.3);
transform: translateY(-3px);
}


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

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

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


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

.YJNjgraneaad {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
padding: 32px 21px;
z-index: 2;
border-radius: 30px;
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;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-size: 24px;
gap: 28px;

}

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


.FhchUJTCVUHe{
background-color: var(--VFvcjTRYIHRt);
color: var(--MbXQrqxjDNdr);
border: none;
cursor: pointer;
z-index: 2;
font-size: 24px;
line-height: 1;
border-radius: 20px;
padding: 20px;
transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, background-color 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);
}
}


.FhchUJTCVUHe:hover {
box-shadow: 0 14px 30px rgba(42, 155, 32, 0.35);
text-decoration: none;
transform: translateY(-3px);
}

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

.lwqaZokNpQQG {
background-color: var(--VFvcjTRYIHRt);
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;
}

.lwqaZokNpQQG:hover {
box-shadow: 0 12px 24px rgba(42, 155, 32, 0.3);
transform: translateY(-3px);
}

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

.syqihWhhPQQm {
margin: 40px 0;
}

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

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

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

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

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

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

.hjSIADAiHXbk {
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:var(--MbXQrqxjDNdr);
background: var(--VFvcjTRYIHRt);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
transition: transform 0.2s ease, background-color 0.2s ease;
}

.ELWxcVIPfmos .hjSIADAiHXbk:last-child {
background-color: var(--ycGrIEUBWKvM);
}

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

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

.uiWBnEuwXmFy:hover .ELWxcVIPfmos,
.uiWBnEuwXmFy:focus-within .ELWxcVIPfmos {
opacity: 1;
visibility: visible;
}

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


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

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

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

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

table thead th:first-child {
border-top-left-radius: 15px;
}

table thead th:last-child {
border-top-right-radius: 15px;
}

table tbody td {
padding: 10px;

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

.RicskjROMlDz {
padding: 18px 16px 16px;
border-radius: 18px;
margin-bottom: 0;
border: 1px solid rgba(255, 255, 255, 0.06);
background: var(--ObarKsKFHqKB);

}

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

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

.RicskjROMlDz h3 {
margin: 0;
}

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

.UvgoMijomKwa {
padding-top: 12px;
}

.UvgoMijomKwa p {
margin: 0;
}

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


.IjpNxjHQcUSK {
width: 50%;
}

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


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

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

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

.eEtskpFLHiaz:hover {
text-decoration: underline;
color: var(--PjgBcuyNdayu);
}

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

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

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

.lZIRzbcmkWBl {
text-align: center;
}

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

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

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

}

.GSuyxYShMlSc {
display: none;
}

.kFxuZkcSHAdq {
display: none;
}

.KZWDwLbjwzUL {
display: none;
}

.QVHbJPDxXjAz {
display: flex;
}

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

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

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

@media (hover: hover) and (pointer: fine) {
.lEFNUkeHnMcG:hover > .YlaenJaZRetJ {
display: block;
text-align: center;
width: 100%;
}
}
@media (hover: hover) and (pointer: fine) {
.CvPsGOrQkwtN:hover > .YlaenJaZRetJ {
display: block;
}
.YlaenJaZRetJ .YlaenJaZRetJ {
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;
}
}
.zyteLbrUfuIV {
display: none;
}
.zyteLbrUfuIV::before {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 14px;
line-height: 1;
transition: transform 0.3s ease;
}
.vUUBAsOYImcv{
position:relative;
}
.CvPsGOrQkwtN a{
overflow-wrap: break-word;
white-space: normal;
}

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

.vUUBAsOYImcv > a::after,
.vUUBAsOYImcv > 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;
}

.CvPsGOrQkwtN {
margin: 0;
}

.mwEUBauYOZvw {
padding:5px;
}

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

.aRCExiXCaUkN {
max-width: 1200px;
width: 100%;
margin: 40px auto;
padding: 0 15px;
}

.qakBbjiFOyOh {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}

.hdMLImODnEys a {
color: var(--VFvcjTRYIHRt);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: var(--VFvcjTRYIHRt);
transition: color 0.2s ease;
}

.hdMLImODnEys a:hover {
color: var(--ycGrIEUBWKvM);
}

.BzsdTsNvwSgf{
background-color: var(--iWxKjfrRCLgT);
}

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

.GpiVjkcoVIAQ {
display: flex;
}

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

.vxglGySSyWGH {
color: var(--MbXQrqxjDNdr);
border: 1px solid var(--MbXQrqxjDNdr);
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;
}

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

#eDZRNMtxWmlj:checked + .vxglGySSyWGH::after {
transform: rotate(180deg);
}

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

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

.nMNjYhtaVuua .WSIFqOGyYUQY {
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(--MbXQrqxjDNdr);
}
.nMNjYhtaVuua .WSIFqOGyYUQY:hover {
background-color: var(--VFvcjTRYIHRt);
color: var(--MbXQrqxjDNdr);
}
.nMNjYhtaVuua .WSIFqOGyYUQY.is-active {
color: var(--aYbmtEEsuONy);
font-weight: 600;
background: var(--PjgBcuyNdayu);
border-radius: 8px;
}
.BzsdTsNvwSgf{
padding:2rem;
}
.HrXGIMUnEMgp{
display: flex;
gap: 30px;
justify-content: center;
text-align: center;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
list-style: none;
padding:0;
}

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

.NXtfICxICTYy{
width: 200px;
height: auto;
}
.UsoPDZDxJWAN{
width: 150px;
height: auto;
}
.MdwscAXDVgjI{
width: 45px;
height: auto;
}


.letswoUulRtp {
display: flex;
justify-content: space-between;
border-radius: 18px;
padding: 20px;
color: var(--MbXQrqxjDNdr);
background-color: var(--oUqxSBcpLUeW);
}
.letswoUulRtp .TBileDOwviLZ ul,
.letswoUulRtp .TBileDOwviLZ ol {
list-style: none;
padding: 0;
margin: 0;
}

.letswoUulRtp .TBileDOwviLZ li {
list-style: none;
margin-bottom: 10px;
}
.nLKNBFCezHxS,
.SyrHPdwNROjF{
width: 50%;
}
.nLKNBFCezHxS .TBileDOwviLZ ol li::before,
.nLKNBFCezHxS .TBileDOwviLZ ul li::before {
content: "✅";
margin-right: 6px;
display: inline-block;
}

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

.letswoUulRtp h3{
text-align:center;
color: var(--WWEYgdAwGVYi);
}

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

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

.ckAQBuIVMrCb .MliPLadMaYTN {
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){
.LsIrwVQaMhhr .PczkTFvquNCV{
margin-right:0;
}

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

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

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

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

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

}

.FhchUJTCVUHe {
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;
}
.jPWeouxLAFQy {
display: block;
color: var(--MbXQrqxjDNdr);
order:2;
padding-right: 0;
margin-left: 0;
position: relative;
z-index: 1002;
}

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

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

#pnPcoAOVBILC {
width: min(75vw, 360px);
max-width: 100%;
height: 100dvh;
overflow-y: auto;
transform: translateX(-100%);
position: fixed;
left:0;
bottom: 0;
background-color: var(--aYbmtEEsuONy);
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;
}
.miWePRHHqXHY:checked ~ #pnPcoAOVBILC {
transform: translateX(0);
}
.miWePRHHqXHY:checked ~ .GSuyxYShMlSc {
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;
}
.rUZUpPEQZbAF {
flex-direction: column;
gap: 0px;
padding: 0;
}

#pnPcoAOVBILC .eujPBbKPNNor {
flex-direction: column;
}

#pnPcoAOVBILC .eujPBbKPNNor a {
min-width: 100%;
}

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

.kFxuZkcSHAdq {
display: flex;
}

.QVHbJPDxXjAz {
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(--dmgkaKqlUwOE);
}

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

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

.ckAQBuIVMrCb .MliPLadMaYTN {
min-width: 260px;
}
nav.XIEYEbrfKPHN li {
width:100%;
text-align:left;
padding: 10px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
nav.XIEYEbrfKPHN li > a,
nav.XIEYEbrfKPHN li > span {
flex: 1 1 auto;
}
.vUUBAsOYImcv > a::after,
.vUUBAsOYImcv > span::after {
display: none;
}
.zyteLbrUfuIV {
display: flex;
flex: 0 0 44px;
align-items: center;
justify-content: center;
min-height: 44px;
margin-left: auto;
cursor: pointer;
}
.mxXesEMBDrzt:checked ~ .zyteLbrUfuIV::before {
transform: rotate(180deg);
}
.mxXesEMBDrzt:checked ~ .YlaenJaZRetJ {
display: block;
}
.XIEYEbrfKPHN li span{
position:relative;
display:inline-flex;
align-items: center;
padding-right: 24px;
}
.vUUBAsOYImcv.is-active > a::after,
.vUUBAsOYImcv.is-active > span::after {
transform: translateY(-50%) rotate(180deg);
}
.lEFNUkeHnMcG.is-active > a,
.lEFNUkeHnMcG.is-active > span {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.uknXIfbrbLyI {
padding: 20px;
}
.YlaenJaZRetJ {
display: none;
position: static;
box-shadow: none;
transform: translate(0);
min-width: 100%;
flex-basis: 100%;
padding: 12px 0 0 12px;
border: 0;
}
.YlaenJaZRetJ li{
padding: 5px 0;

}

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

.IjpNxjHQcUSK {
width: 100%;
}

.yfLFWInRHNpG{
flex-direction: column;
gap:20px;
}
.zxmHqlGhjMjj{
flex-direction: column;
}
.BzsdTsNvwSgf{
margin-bottom: 70px;
}

}

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

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

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

.letswoUulRtp {
flex-wrap: wrap;
}
.letswoUulRtp .IjpNxjHQcUSK {
width: 100%;
}

.habQMeNsOmtI {
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;
}
.rZWAPnCnCAZk,
.HrXGIMUnEMgp{
flex-direction:column;
gap:15px;
align-items: center;
}

}
