:root {
--rIRmHIfJrbjy: #0E1722;
--sHQVzLXjHqqM: #263444;
--iWlbXPMHVpHP: #F0455A;
--joDjkOPqRnAk: #283747;
--dmpDOovALzVQ: #18222F;
--aIGuQJpTTNVk: #090F18;
--hgJVKTKRxoFW: #7D52DA;
--XtYIbEtuOvSg: #F2F6FA;
--bJfjBzplwzJq: #380D17;
--ABzsZlLQfSrD: #5C1727;
--eRDgEOdvOwZA: #F2F6FA;
--HbzQWvarrKyS: linear-gradient(135deg, #400F1B 0%, #781F35 58%, #F5566B 100%);
--gkDCTavJsIQX: #18222F;
--FDuqyTKIRRZl: #0C141E;
--pDxrcTGlHaCA: #F2F6FA;
--wnWAfSppKMsQ: #090F18;
--xdhbooiOseFj: #F2F6FA;
--MRVDfQCqnUHa: #F2F6FA;
--HLtVgzJKPRKV: #F0455A;
--tLJZywKtOrim: #263444;
--EcnHcxfRKTLt: rgba(5,10,18,0.42);
--PJLecdxdCqbN: #7D52DA;
--fCiFZumpyRVp: #F2871F;
--YbfunkwjwEgz: #FFAE5C;
--cgFeMHyMLXgl: 'Rubik', sans-serif;
--YTeYDOvVkqQR: 'Poppins', sans-serif;
--HbjPdqiNcGOf: #FFFFFF;
--jfCpcDOzzTSD: linear-gradient(180deg, color-mix(in srgb, var(--iWlbXPMHVpHP) 84%, #000) 0%, color-mix(in srgb, var(--iWlbXPMHVpHP) 60%, #000) 100%);
--header-h: 64px;
--sidebar-w: 300px;

}

* {
box-sizing: border-box;
}

.MuktBHeSkISQ a,
.clmNDfhQgyHM a {
color: var(--eRDgEOdvOwZA);
font-weight: 600;
text-decoration: none;
font-size: 16px;
}

a:hover {
text-decoration: underline;
}

body {
font-family: var(--cgFeMHyMLXgl);
font-weight: 400;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--rIRmHIfJrbjy);
color: var(--XtYIbEtuOvSg);
scroll-behavior: smooth;
}

h1, h2, h3, h4 {
font-family: var(--YTeYDOvVkqQR);
}

h1, h2 {
font-weight: 700;
}

h3, h4 {
font-weight: 600;
}

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

h1 {
font-size: 34px;
line-height: 41px;
color: var(--XtYIbEtuOvSg);
}

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

.WSyzCXvSmbZF {
margin-left: var(--sidebar-w);
margin-top: 20px;
}

.MDlzwMZpLMRY,
.BIhjLxStJTeN,
.inside-GOhtGJRlMsnQ {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.MDlzwMZpLMRY {
padding: 2rem;

}

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

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

@media (max-width: 992px) {
.WSyzCXvSmbZF {
margin-left: 0;
}
}

@media (max-width: 767px) {
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;
}

.MDlzwMZpLMRY {
padding: 20px;
}
}

@media (max-width: 576px) {
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;
}
}
.EVrUXmHhnroV {
max-width: 1200px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
min-height: 56px;
padding-inline: 2rem;

}

.MuktBHeSkISQ {
padding-block: 10px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--FDuqyTKIRRZl);
box-shadow: inset 0 -1px 0 var(--tLJZywKtOrim);
position: sticky;
top: 0;
z-index: 40;
padding-left: var(--sidebar-w);

}

.HkmtzSKjaZsv {
width: 44px;
border-radius: 12px;
display: block;
}

.iKgeCTdwIQWO {
position: absolute;
opacity: 0;
pointer-events: none;
}

.KerfeSvsMBbl {
display: none;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 10px;
border: 1px solid var(--tLJZywKtOrim);
background-color: var(--joDjkOPqRnAk);
cursor: pointer;
color: var(--XtYIbEtuOvSg);
flex-shrink: 0;
}

.KerfeSvsMBbl::before {
content: '☰';
font-size: 22px;
line-height: 1;
}

.iKgeCTdwIQWO:checked ~ .KerfeSvsMBbl::before {
content: '✕';
}

.DSURFWOmPXyq {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
margin-left: auto;
}

.DSURFWOmPXyq a,
.gkEaHjaVcTFH {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 10px 20px;
border-radius: 10px;
font-size: 14px;
font-weight: 600;
line-height: 1;
white-space: nowrap;
text-decoration: none;
border: 1px solid transparent;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.DSURFWOmPXyq a:first-child {
background-color: transparent;
border-color: var(--tLJZywKtOrim);
color: var(--XtYIbEtuOvSg);
}

.DSURFWOmPXyq a:first-child:hover {
background-color: var(--joDjkOPqRnAk);
text-decoration: none;
}

.DSURFWOmPXyq a:nth-child(2),
.gkEaHjaVcTFH {
background: var(--jfCpcDOzzTSD);
color: var(--HbjPdqiNcGOf);
animation: eArZOManOqzS 3.2s ease-in-out infinite;
}

.DSURFWOmPXyq a:nth-child(2):hover,
.gkEaHjaVcTFH:hover {
text-decoration: none;
transform: translateY(-1px);
filter: brightness(1.06);
animation: none;
}

@keyframes eArZOManOqzS {
0%, 100% {
box-shadow: 0 4px 14px color-mix(in srgb, var(--iWlbXPMHVpHP) 26%, transparent);
}
50% {
box-shadow: 0 6px 22px color-mix(in srgb, var(--iWlbXPMHVpHP) 52%, transparent);
}
}

@media (prefers-reduced-motion: reduce) {
.DSURFWOmPXyq a:nth-child(2),
.gkEaHjaVcTFH {
animation: none;
}
}

.gkEaHjaVcTFH {
display: none;
}

.NdkIVzkOAMoc {
display: none;
}

@media (max-width: 992px) {
.MuktBHeSkISQ {
padding-inline: 0;
padding: 9px 20px;
}
.EVrUXmHhnroV {
min-height: 52px;
padding: 0;
}

.KerfeSvsMBbl {
display: inline-flex;
position: fixed;
top: 14px;
left: 18px;
z-index: 70;
transition: top 0.25s ease, right 0.25s ease, left 0.25s ease, background-color 0.2s ease;
}

.DSURFWOmPXyq {
display: none;
}

.gkEaHjaVcTFH {
display: inline-flex;
order: 3;
}

.EVrUXmHhnroV > a:not(.gkEaHjaVcTFH),
.EVrUXmHhnroV > img {
margin-left: auto;
}

.NdkIVzkOAMoc {
display: block;
position: fixed;
inset: 0;
background: rgba(7, 12, 20, 0.5);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.25s ease, visibility 0.25s ease;
z-index: 55;
cursor: pointer;
}

.iKgeCTdwIQWO:checked ~ .NdkIVzkOAMoc {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.iKgeCTdwIQWO:checked ~ .KerfeSvsMBbl {
top: 14px;
right: 14px;
left: auto;
}
}

@media (max-width: 576px) {

.EVrUXmHhnroV {
gap: 12px;
}

.HkmtzSKjaZsv {
width: 40px;
}

.KerfeSvsMBbl {
top: 11px;
left: 14px;
}

.iKgeCTdwIQWO:checked ~ .KerfeSvsMBbl {
top: 11px;
right: 11px;
}
}
.ilyvpSRZkobi {
position: fixed;
display: flex;
flex-direction: column;
gap: 14px;
width: var(--sidebar-w);
min-height: calc(100dvh - var(--header-h) - 24px);
max-height: calc(100dvh - var(--header-h) - 24px);
padding: 20px;
box-sizing: border-box;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
border: 1px solid var(--tLJZywKtOrim);
border-left: 0;
background-color: var(--gkDCTavJsIQX);
box-shadow: 0 10px 30px var(--EcnHcxfRKTLt);
overflow-y: auto;
z-index: 20;
}

.fUBxCgimhuaG {
display: block;
}

.DuvinLxHWGZq {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 55%, transparent);
margin: 2px 0 2px 2px;
}

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

.bdXhVFgFOeYx {
margin: 0;
}

.zzHQxWEfnGjr {
display: block;
padding: 11px 13px;
border-radius: 10px;
color: var(--XtYIbEtuOvSg);
font-size: 15px;
font-weight: 600;
line-height: 1.35;
text-decoration: none;
border: 1px solid transparent;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.bdXhVFgFOeYx.active .zzHQxWEfnGjr {
background-color: var(--joDjkOPqRnAk);
border-color: var(--tLJZywKtOrim);
color: var(--HLtVgzJKPRKV);
box-shadow: inset 3px 0 0 0 var(--iWlbXPMHVpHP);
}

.zzHQxWEfnGjr:hover {
background-color: var(--dmpDOovALzVQ);
border-color: var(--tLJZywKtOrim);
color: var(--HLtVgzJKPRKV);
text-decoration: none;
}

.utZODEgeMItq {
display: flex;
align-items: stretch;
gap: 0;
border-left: 1px solid var(--tLJZywKtOrim);
overflow: hidden;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.utZODEgeMItq > .zzHQxWEfnGjr,
.utZODEgeMItq > .fhJLRLTNUsap {
flex: 1 1 auto;
border: 0;
border-radius: 0;
background-color: transparent;
}

.utZODEgeMItq > .zzHQxWEfnGjr:hover,
.utZODEgeMItq > .fhJLRLTNUsap:hover {
background-color: transparent;
border-color: transparent;
transform: none;
}

.utZODEgeMItq:hover {
background-color: var(--dmpDOovALzVQ);
border-color: var(--tLJZywKtOrim);
}

.bdXhVFgFOeYx.active > .utZODEgeMItq,
.TxThKrVrHlSH.active > .utZODEgeMItq {
background-color: var(--joDjkOPqRnAk);
border-color: var(--tLJZywKtOrim);
}

.bdXhVFgFOeYx.active > .utZODEgeMItq > .zzHQxWEfnGjr,
.TxThKrVrHlSH.active > .utZODEgeMItq > .fhJLRLTNUsap {
background-color: transparent;
border-color: transparent;
color: var(--HLtVgzJKPRKV);
}


.ESDcBLrepNKM {
list-style: none;
margin: 5px 0px 0px 16px;
padding: 0;
display: none;
flex-direction: column;
gap: 6px;

}

.TxThKrVrHlSH {
margin: 0;
}

.fhJLRLTNUsap {
display: block;
padding: 10px 12px;
border-radius: 10px;
color: var(--XtYIbEtuOvSg);
font-size: 14px;
font-weight: 500;
line-height: 1.35;
text-decoration: none;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.TxThKrVrHlSH.active > .fhJLRLTNUsap {
background-color: var(--joDjkOPqRnAk);
border-color: var(--tLJZywKtOrim);
color: var(--HLtVgzJKPRKV);
}

.fhJLRLTNUsap:hover {
background-color: var(--dmpDOovALzVQ);
border-color: var(--tLJZywKtOrim);
color: var(--HLtVgzJKPRKV);
text-decoration: none;
}

.BhfvsYFTSqYU {
flex: 0 0 44px;
width: 44px;
min-width: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
border: 0;
border-radius: 0;
background-color: transparent;
color: inherit;
cursor: pointer;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.BhfvsYFTSqYU::before {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 14px;
line-height: 1;
transition: transform 0.2s ease;
}

.BhfvsYFTSqYU:hover {
background-color: transparent;
border-color: var(--tLJZywKtOrim);
color: var(--HLtVgzJKPRKV);
transform: none;
}

.LIXxBzmQoJXK:checked ~ .utZODEgeMItq .BhfvsYFTSqYU::before {
transform: rotate(180deg);
}

.LIXxBzmQoJXK:checked ~ .ESDcBLrepNKM {
display: flex;
}

.irPYpWUQBNBv {
height: 1px;
background-color: var(--tLJZywKtOrim);
}

.HDDecJXkGfZt {
margin-top: auto;
display: flex;
flex-direction: column;
gap: 12px;
padding-top: 14px;
border-top: 1px solid var(--tLJZywKtOrim);
}

.coibJfhWLReX {
display: none;
}


@media (max-width: 992px) {
.ilyvpSRZkobi {
position: fixed;
top: auto;
left: 0;
right: 0;
bottom: 0;
width: 100%;
max-width: 100%;
height: auto;
min-height: 0;
max-height: 88dvh;
border-radius: 22px 22px 0 0;
border: 1px solid var(--tLJZywKtOrim);
border-bottom: 0;
padding: 8px 18px calc(20px + env(safe-area-inset-bottom));
overflow-y: auto;
transform: translateY(100%);
transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
box-shadow: 0 -18px 44px var(--EcnHcxfRKTLt);
z-index: 60;
}

.ilyvpSRZkobi::before {
content: "";
display: block;
flex: 0 0 auto;
width: 40px;
height: 4px;
margin: 4px auto 12px;
border-radius: 999px;
background: color-mix(in srgb, var(--XtYIbEtuOvSg) 22%, transparent);
}

.iKgeCTdwIQWO:checked ~ .ilyvpSRZkobi {
transform: translateY(0);
}

.QJuUwfENUwbb {
display: flex;
}

.zzHQxWEfnGjr {
font-size: 16px;
padding: 14px 12px;
}

.coibJfhWLReX {
display: flex;
flex-direction: column;
gap: 10px;
}

.kpthEZcuxXtc {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
border-radius: 12px;
background: var(--jfCpcDOzzTSD);
color: var(--HbjPdqiNcGOf);
font-size: 16px;
font-weight: 700;
text-decoration: none;
}

.XLxpZySKQGKq {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
border-radius: 12px;
border: 1px solid var(--tLJZywKtOrim);
color: var(--XtYIbEtuOvSg);
font-size: 14px;
font-weight: 600;
text-decoration: none;
}
}

@media (max-width: 576px) {
.ilyvpSRZkobi {
padding: 8px 14px calc(18px + env(safe-area-inset-bottom));
max-height: 90dvh;
}
}
.KBKYsoJoQVza {
position: absolute;
opacity: 0;
pointer-events: none;
}

.cMrHYWGAyUvK {
display: none;
}

@media (max-width: 992px) {
.cMrHYWGAyUvK {
position: fixed;
left: 12px;
right: 12px;
bottom: calc(12px + env(safe-area-inset-bottom));
display: flex;
align-items: stretch;
gap: 12px;
padding: 14px;
border-radius: 16px;
background-color: var(--dmpDOovALzVQ);
border: 1px solid var(--tLJZywKtOrim);
box-shadow: 0 12px 30px var(--EcnHcxfRKTLt);
z-index: 45;
transition: transform 0.3s ease, opacity 0.3s ease;
}

.KBKYsoJoQVza:checked ~ .cMrHYWGAyUvK {
transform: translateY(160%);
opacity: 0;
pointer-events: none;
}

.ZzsejwbwULuK {
font-size: 15px;
line-height: 1.35;
font-weight: 600;
color: var(--XtYIbEtuOvSg);
padding-right: 30px;
}

.VrHpwVJXdzxb {
width: 100%;
max-width: 300px;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
border-radius: 12px;
background: var(--jfCpcDOzzTSD);
color: var(--HbjPdqiNcGOf);
font-size: 15px;
font-weight: 700;
text-decoration: none;
}

.zmNTxFokxMnQ {
position: absolute;
top: 8px;
right: 8px;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
color: var(--XtYIbEtuOvSg);
opacity: 0.55;
cursor: pointer;
}

.zmNTxFokxMnQ::before {
content: "\2715";
font-size: 15px;
line-height: 1;
}

.zmNTxFokxMnQ:hover {
opacity: 1;
}
}
@media (max-width: 576px) {
.cMrHYWGAyUvK {
flex-direction: column;
}
}
.WRWiQBwvXbkp {
display: flex;
justify-content: center;
text-align: center;
padding: 12px 0 36px;
margin-bottom: 32px;
}

.oFLVMAHiosgd {
max-width: 680px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 18px;
}

.JUGjNvYkbyca {
display: inline-flex;
align-items: center;
padding: 7px 16px;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--HLtVgzJKPRKV);
background: color-mix(in srgb, var(--iWlbXPMHVpHP) 12%, transparent);
border: 1px solid color-mix(in srgb, var(--iWlbXPMHVpHP) 30%, transparent);
}

.quVSNUOLpjkm {
overflow-wrap: anywhere;
text-wrap: balance;
font-size: 44px;
line-height: 1.1;
font-weight: 700;
color: var(--XtYIbEtuOvSg);
margin: 0;
}

.JNMrmtcalSGp {
font-size: 18px;
line-height: 1.55;
font-weight: 500;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 80%, transparent);
max-width: 46ch;
margin: 0;
}

.KnQpjgfZTuFz {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 36px;
border-radius: 12px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
background: var(--jfCpcDOzzTSD);
color: var(--HbjPdqiNcGOf);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.KnQpjgfZTuFz:hover {
transform: translateY(-2px);
filter: brightness(1.06);
text-decoration: none;
box-shadow: 0 12px 30px color-mix(in srgb, var(--iWlbXPMHVpHP) 35%, transparent);
}

@media (max-width: 768px) {
.quVSNUOLpjkm {
font-size: 32px;
}

.JNMrmtcalSGp {
font-size: 16px;
}
}

@media (max-width: 576px) {
.quVSNUOLpjkm {
font-size: 28px;
}

.JNMrmtcalSGp {
font-size: 16px;
}

.KnQpjgfZTuFz {
width: 100%;
}
}

@keyframes eeKipyrRrTuv {
from { opacity: 0; transform: translateY(14px); }
to { opacity: 1; transform: none; }
}

.oFLVMAHiosgd > * {
animation: eeKipyrRrTuv 0.5s ease both;
}

.JUGjNvYkbyca { animation-delay: 0.02s; }
.quVSNUOLpjkm { animation-delay: 0.08s; }
.JNMrmtcalSGp { animation-delay: 0.14s; }
.KnQpjgfZTuFz { animation-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
.oFLVMAHiosgd > * {
animation: none;
}
.KnQpjgfZTuFz {
transition: none;
}
.KnQpjgfZTuFz:hover {
transform: none;
}
}
.wmqqbyDdwRGX {
display: flex;
align-items: center;
gap: 18px;
max-width: 760px;
margin: 40px auto;
padding: 18px 22px;
border-radius: 14px;
border: 1px solid var(--tLJZywKtOrim);
border-left: 4px solid var(--iWlbXPMHVpHP);
background-color: var(--dmpDOovALzVQ);
}

.GMwistBhmLBy {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
padding: 6px 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--hgJVKTKRxoFW);
background: color-mix(in srgb, var(--hgJVKTKRxoFW) 12%, transparent);
border: 1px solid color-mix(in srgb, var(--hgJVKTKRxoFW) 26%, transparent);
}

.qeptHneVwYgA {
flex: 1 1 auto;
font-size: 18px;
font-weight: 700;
line-height: 1.3;
color: var(--XtYIbEtuOvSg);
}

.ntHGoWHfVTus {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 13px 28px;
border-radius: 12px;
background: var(--jfCpcDOzzTSD);
color: var(--HbjPdqiNcGOf);
font-size: 15px;
font-weight: 700;
text-decoration: none;
white-space: nowrap;
transition: transform 0.2s ease, filter 0.2s ease;
}

.ntHGoWHfVTus:hover {
transform: translateY(-2px);
filter: brightness(1.06);
text-decoration: none;
}

@media (max-width: 640px) {
.wmqqbyDdwRGX {
flex-direction: column;
align-items: stretch;
text-align: center;
border-left: 1px solid var(--tLJZywKtOrim);
border-top: 4px solid var(--iWlbXPMHVpHP);
}

.GMwistBhmLBy {
align-self: center;
}

.ntHGoWHfVTus {
width: 100%;
}
}
.WJxcQNsisIOP {
margin-block: 48px;
}

.uMiADnnAUNeo {
font-size: 28px;
font-weight: 700;
line-height: 1.2;
color: var(--XtYIbEtuOvSg);
margin: 0 0 20px;
}

.VLKSLixJGgaW {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}

.FqKJTlgzyfIb {
margin: 24px 0;
font-size: 16px;
line-height: 1.7;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 80%, transparent);
}

.azQTTVgPXndf {
position: relative;
display: flex;
flex-direction: column;
gap: 12px;
padding: 12px;
border-radius: 16px;
border: 1px solid var(--tLJZywKtOrim);
background-color: var(--dmpDOovALzVQ);
text-decoration: none;
transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.azQTTVgPXndf:hover {
transform: translateY(-3px);
border-color: color-mix(in srgb, var(--iWlbXPMHVpHP) 45%, var(--tLJZywKtOrim));
box-shadow: 0 12px 26px var(--EcnHcxfRKTLt);
}

.ZchFwBjUnvEa {
display: block;
border-radius: 12px;
overflow: hidden;
aspect-ratio: 4 / 3;
}

.ZchFwBjUnvEa img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.hOOenFIPJFbY {
position: absolute;
top: 20px;
left: 20px;
padding: 5px 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.06em;
border: 1px solid transparent;
}

.hdrjaOYlFuBz {
color: var(--fCiFZumpyRVp);
background: color-mix(in srgb, var(--fCiFZumpyRVp) 22%, var(--dmpDOovALzVQ));
border-color: color-mix(in srgb, var(--fCiFZumpyRVp) 38%, transparent);
}

.evXEFtnCabYN {
color: var(--HLtVgzJKPRKV);
background: color-mix(in srgb, var(--iWlbXPMHVpHP) 18%, var(--dmpDOovALzVQ));
border-color: color-mix(in srgb, var(--iWlbXPMHVpHP) 34%, transparent);
}

.tMGCZNhelNsb {
color: var(--hgJVKTKRxoFW);
background: color-mix(in srgb, var(--hgJVKTKRxoFW) 20%, var(--dmpDOovALzVQ));
border-color: color-mix(in srgb, var(--hgJVKTKRxoFW) 36%, transparent);
}

.KPqvNCvnCjpU {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
border-radius: 10px;
background: var(--jfCpcDOzzTSD);
color: var(--HbjPdqiNcGOf);
font-size: 15px;
font-weight: 700;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (max-width: 768px) {
.VLKSLixJGgaW {
grid-template-columns: repeat(2, 1fr);
}
}
.dVluFccQaAvn {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 14px;
margin-block: 40px;
}

.qfINurQzyaOf {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 240px;
min-height: 54px;
padding: 15px 34px;
border-radius: 12px;
border: 1px solid transparent;
background: var(--jfCpcDOzzTSD);
color: var(--HbjPdqiNcGOf);
font-size: 17px;
font-weight: 700;
text-align: center;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.qfINurQzyaOf:hover {
transform: translateY(-2px);
filter: brightness(1.08);
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 12px 28px color-mix(in srgb, var(--iWlbXPMHVpHP) 35%, transparent);
}

.AWXlUAiannRh {
background: transparent;
color: var(--XtYIbEtuOvSg);
border-color: var(--tLJZywKtOrim);
box-shadow: none;
}

.AWXlUAiannRh:hover {
background: var(--joDjkOPqRnAk);
filter: none;
box-shadow: none;
}
.zvIfOxuEWSMq {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 2px;
margin-top: 24px;
margin-bottom: 24px;
font-size: 14px;
}

.rkQvTSOuVLAO {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 4px 10px;
border-radius: 10px;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 60%, transparent);
text-decoration: none;
font-weight: 500;
transition: color 0.2s ease, background 0.2s ease;
}

.rkQvTSOuVLAO:hover {
color: var(--HLtVgzJKPRKV);
background: color-mix(in srgb, var(--iWlbXPMHVpHP) 10%, transparent);
text-decoration: none;
}

.RQTCqDOKxNBL::before {
content: "\f015";
font-family: "Font Awesome";
font-weight: 900;
font-size: 13px;
line-height: 1;
color: var(--HLtVgzJKPRKV);
}

.bnVBBIRZNOzV {
margin: 0 2px;
}

.bnVBBIRZNOzV::before {
content: "\f105";
font-family: "Font Awesome";
font-weight: 900;
font-size: 12px;
line-height: 1;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 30%, transparent);
}

.FQYjUgsptFHD {
display: inline-flex;
align-items: center;
padding: 4px 10px;
border-radius: 10px;
color: var(--XtYIbEtuOvSg);
font-weight: 600;
background: color-mix(in srgb, var(--HLtVgzJKPRKV) 10%, transparent);
}

@media (max-width: 576px) {
.zvIfOxuEWSMq {
font-size: 13px;
}
}
.nJjpkhZcGpKg {
margin-block: 48px;
}

.WjQYrshqlECJ {
font-size: 28px;
font-weight: 700;
line-height: 1.2;
color: var(--XtYIbEtuOvSg);
margin: 0 0 20px;
}

.CYLllYHDDaHE {
display: flex;
flex-direction: column;
gap: 14px;
}

.nycaYMRxMOVD {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
border-radius: 14px;
background: var(--dmpDOovALzVQ);
border: 1px solid var(--tLJZywKtOrim);
font-size: 16px;
font-weight: 600;
line-height: 1.4;
color: var(--XtYIbEtuOvSg);
transition: border-color 0.2s ease, background 0.2s ease;
}

.nycaYMRxMOVD::-webkit-details-marker {
display: none;
}

.nycaYMRxMOVD:hover {
border-color: color-mix(in srgb, var(--iWlbXPMHVpHP) 45%, transparent);
}

.zkeLmonjoJTq {
flex: 0 0 auto;
width: 28px;
height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
font-size: 13px;
font-weight: 800;
color: var(--HbjPdqiNcGOf);
background: var(--jfCpcDOzzTSD);
}

.NZttXEPDcrzp {
flex: 1 1 auto;
}

.spLJWxMpJkHu {
flex: 0 0 auto;
color: var(--HLtVgzJKPRKV);
}

.spLJWxMpJkHu::before {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 13px;
line-height: 1;
display: inline-block;
transition: transform 0.25s ease;
}

.wOXczaFsExLV[open] .spLJWxMpJkHu::before {
transform: rotate(180deg);
}

.wOXczaFsExLV[open] .nycaYMRxMOVD {
border-color: color-mix(in srgb, var(--iWlbXPMHVpHP) 55%, transparent);
}

.ESAjVwnprHun {
margin: 8px 0 0 40px;
padding: 14px 16px;
border-radius: 14px;
border-left: 3px solid var(--iWlbXPMHVpHP);
background: color-mix(in srgb, var(--iWlbXPMHVpHP) 8%, var(--dmpDOovALzVQ));
font-size: 15px;
line-height: 1.7;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 85%, transparent);
}

.wOXczaFsExLV[open] .ESAjVwnprHun {
animation: pCjVaoAsSNpK 0.3s ease both;
}

@keyframes pCjVaoAsSNpK {
from { opacity: 0; transform: translateY(-4px); }
to { opacity: 1; transform: none; }
}

@media (max-width: 576px) {
.ESAjVwnprHun {
margin-left: 16px;
}
}

@media (prefers-reduced-motion: reduce) {
.spLJWxMpJkHu::before {
transition: none;
}
.wOXczaFsExLV[open] .ESAjVwnprHun {
animation: none;
}
}
.ohQDEmevBzTN {
width: 100%;
margin-block: 48px;
}

.XqQWzzfQJAIm {
font-size: 28px;
font-weight: 700;
line-height: 1.2;
color: var(--XtYIbEtuOvSg);
margin: 0 0 28px;
}

.nUPwQibBEnGI {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
background: none;
border: none;
box-shadow: none;
}

.opKtLDpqPaQN {
padding: 4px 0;
}

.lfhASdTtbgIM {
padding-right: 44px;
}

.AsodndQcpWyI {
padding-left: 44px;
border-left: 1px solid var(--tLJZywKtOrim);
}

.JkwwsSMMbpam {
position: relative;
display: inline-block;
margin: 0 0 18px;
padding: 0 0 10px;
font-size: 13px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.JkwwsSMMbpam::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 36px;
height: 2px;
border-radius: 2px;
}

.lfhASdTtbgIM .JkwwsSMMbpam {
color: var(--iWlbXPMHVpHP);
}

.lfhASdTtbgIM .JkwwsSMMbpam::after {
background: var(--iWlbXPMHVpHP);
}

.AsodndQcpWyI .JkwwsSMMbpam {
color: var(--fCiFZumpyRVp);
}

.AsodndQcpWyI .JkwwsSMMbpam::after {
background: var(--fCiFZumpyRVp);
}

.ucRDqhvCsQdi {
list-style: none;
margin: 0;
padding: 0;
}

.rnSgHvGQFxKD {
position: relative;
padding: 12px 0 12px 26px;
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 88%, transparent);
}

.rnSgHvGQFxKD + .rnSgHvGQFxKD {
border-top: 1px solid color-mix(in srgb, var(--tLJZywKtOrim) 55%, transparent);
}

.rnSgHvGQFxKD::before {
position: absolute;
left: 0;
top: 12px;
font-size: 17px;
font-weight: 700;
line-height: 1.55;
}

.lfhASdTtbgIM .rnSgHvGQFxKD::before {
content: '+';
color: var(--iWlbXPMHVpHP);
}

.AsodndQcpWyI .rnSgHvGQFxKD::before {
content: '\2212';
color: var(--fCiFZumpyRVp);
}

@media (max-width: 767px) {
.XqQWzzfQJAIm {
font-size: 24px;
margin-bottom: 20px;
}

.nUPwQibBEnGI {
grid-template-columns: 1fr;
}

.lfhASdTtbgIM {
padding-right: 0;
padding-bottom: 8px;
}

.AsodndQcpWyI {
padding-left: 0;
padding-top: 20px;
margin-top: 12px;
border-left: none;
border-top: 1px solid var(--tLJZywKtOrim);
}

.rnSgHvGQFxKD {
font-size: 14px;
}
}
.jQhZIBzPmKNQ {
width: 100%;
margin-block: 48px;
}

.riveKhYYdTWH {
font-size: 28px;
font-weight: 700;
line-height: 1.2;
color: var(--XtYIbEtuOvSg);
margin: 0 0 24px;
}

.wRTkVoEOxXqE {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 32px;
row-gap: 2px;
}

.kIlYFUYQQQfY {
position: relative;
display: flex;
align-items: baseline;
gap: 14px;
padding: 15px 0;
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 90%, transparent);
border-bottom: 1px solid color-mix(in srgb, var(--tLJZywKtOrim) 60%, transparent);
}

.QWLxDaRtfoxj {
flex: 0 0 auto;
font-size: 15px;
font-weight: 700;
font-variant-numeric: tabular-nums;
line-height: 1.6;
color: var(--iWlbXPMHVpHP);
}

@media (max-width: 767px) {
.riveKhYYdTWH {
font-size: 24px;
margin-bottom: 18px;
}

.wRTkVoEOxXqE {
grid-template-columns: 1fr;
}

.kIlYFUYQQQfY {
font-size: 14px;
}
}
.lcHgMrvzLeSo {
position: fixed;
bottom: 40px;
right: 40px;
width: 52px;
height: 52px;
cursor: pointer;
border-radius: 50%;
display: none;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--iWlbXPMHVpHP) 16%, var(--dmpDOovALzVQ));
border: 1px solid color-mix(in srgb, var(--iWlbXPMHVpHP) 30%, transparent);
box-shadow: 0 8px 20px var(--EcnHcxfRKTLt);
transition: transform 0.25s ease, filter 0.25s ease;
}

.lcHgMrvzLeSo:hover {
transform: translateY(-3px);
filter: brightness(1.06);
}

.lcHgMrvzLeSo::after {
content: "\f062";
font-family: "Font Awesome";
font-weight: 900;
font-size: 20px;
line-height: 1;
color: var(--HLtVgzJKPRKV);
}

@media (max-width: 767px) {
.lcHgMrvzLeSo {
bottom: 75px;
right: 20px;
}
}

@media (prefers-reduced-motion: reduce) {
.lcHgMrvzLeSo,
.lcHgMrvzLeSo:hover {
transition: none;
transform: none;
}
}
.eiPqXshHywye {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 0 24px;
border: 1px solid var(--sHQVzLXjHqqM);
border-radius: 14px;
box-shadow: 0 10px 30px var(--EcnHcxfRKTLt);
background-color: var(--gkDCTavJsIQX);
}

table {
width: 100%;
border-collapse: collapse;
background-color: var(--gkDCTavJsIQX);
color: var(--XtYIbEtuOvSg);
font-size: 16px;
line-height: 1.55;
}

table thead th {
background:
linear-gradient(90deg, var(--iWlbXPMHVpHP) 0%, var(--hgJVKTKRxoFW) 100%) bottom / 100% 3px no-repeat,
var(--aIGuQJpTTNVk);
color: var(--xdhbooiOseFj);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.07em;
text-transform: uppercase;
text-align: left;
padding: 16px 18px;
white-space: nowrap;
}

table tbody td {
padding: 14px 18px;
vertical-align: top;
border-top: 1px solid var(--sHQVzLXjHqqM);
transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

table tbody tr:first-child td {
border-top: none;
}

table tbody tr:nth-child(even) td {
background-color: color-mix(in srgb, var(--joDjkOPqRnAk) 55%, transparent);
}

table tbody tr:hover td {
background-color: color-mix(in srgb, var(--iWlbXPMHVpHP) 11%, transparent);
}

table tbody tr:hover td:first-child {
box-shadow: inset 3px 0 0 0 var(--iWlbXPMHVpHP);
}

table tbody td:first-child {
font-weight: 600;
color: var(--XtYIbEtuOvSg);
}

@media (max-width: 1100px) {
.eiPqXshHywye > table {
width: max-content;
min-width: 100%;
}
}

@container (max-width: 900px) {
.eiPqXshHywye > table {
width: max-content;
min-width: 100%;
}
}

@media (max-width: 767px) {
table {
font-size: 15px;
}

table thead th,
table tbody td {
padding: 12px 14px;
}

.eiPqXshHywye.kkkTacBlomuZ {
overflow: visible;
border: none;
border-radius: 0;
box-shadow: none;
background: transparent;
}

.kkkTacBlomuZ > table,
.kkkTacBlomuZ tbody,
.kkkTacBlomuZ tr,
.kkkTacBlomuZ td {
display: block;
width: 100%;
}

.kkkTacBlomuZ thead {
display: none;
}

.kkkTacBlomuZ > table {
width: 100%;
min-width: 0;
}

.kkkTacBlomuZ tbody tr {
margin-bottom: 16px;
border: 1px solid var(--sHQVzLXjHqqM);
border-radius: 14px;
overflow: hidden;
background-color: var(--gkDCTavJsIQX);
box-shadow: 0 6px 20px var(--EcnHcxfRKTLt);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.kkkTacBlomuZ tbody tr:last-child {
margin-bottom: 0;
}

.kkkTacBlomuZ tbody tr:active {
transform: scale(0.99);
box-shadow: 0 3px 12px var(--EcnHcxfRKTLt);
}

.kkkTacBlomuZ tbody tr:nth-child(even) td {
background-color: transparent;
}

.kkkTacBlomuZ tbody tr:hover td {
background-color: transparent;
}

.kkkTacBlomuZ tbody tr:hover td:first-child {
box-shadow: none;
}

.kkkTacBlomuZ td {
position: relative;
display: flex;
flex-direction: column;
gap: 10px;
border: none;
border-top: 1px solid var(--sHQVzLXjHqqM);
padding: 0 16px 14px;
}

.kkkTacBlomuZ td::before {
content: attr(data-label);
display: block;
margin: 0 -16px;
padding: 12px 16px;
text-align: center;
background:
linear-gradient(90deg, var(--iWlbXPMHVpHP) 0%, var(--hgJVKTKRxoFW) 100%) bottom / 100% 3px no-repeat,
var(--aIGuQJpTTNVk);
color: var(--xdhbooiOseFj);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.07em;
text-transform: uppercase;
}

.kkkTacBlomuZ td:not([data-label])::before {
display: none;
}

.kkkTacBlomuZ tbody tr td:first-child {
border-top: none;
font-family: var(--YTeYDOvVkqQR);
font-size: 18px;
font-weight: 700;
line-height: 1.3;
color: var(--XtYIbEtuOvSg);
}
}
.kREdWMViEZlL {
display: flex;
}

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

.lGBQUfdMYlmZ {
color: var(--xdhbooiOseFj);
border: 1px solid color-mix(in srgb, var(--xdhbooiOseFj) 26%, transparent);
background: color-mix(in srgb, var(--xdhbooiOseFj) 7%, transparent);
font-size: 16px;
font-weight: 600;
border-radius: 15px;
padding: 7px 22px;
transition: border-color 0.18s, color 0.18s, background 0.18s;
cursor: pointer;
user-select: none;
display: flex;
align-items: center;
gap: 8px;
}

.lGBQUfdMYlmZ:hover {
border-color: color-mix(in srgb, var(--iWlbXPMHVpHP) 70%, transparent);
background: color-mix(in srgb, var(--xdhbooiOseFj) 12%, transparent);
}

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

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

#lang-dropdown-toggle:checked + .lGBQUfdMYlmZ {
border-color: color-mix(in srgb, var(--iWlbXPMHVpHP) 70%, transparent);
}

.fMesTSFSYket {
display: none;
position: absolute;
bottom: calc(100% + 8px);
left: 0;
min-width: 100%;
color: var(--xdhbooiOseFj);
background: color-mix(in srgb, var(--wnWAfSppKMsQ) 90%, #fff 10%);
border-radius: 15px;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
border: 1px solid color-mix(in srgb, var(--iWlbXPMHVpHP) 30%, transparent);
z-index: 99;
padding: 6px;
}

#lang-dropdown-toggle:checked ~ .fMesTSFSYket {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}

@keyframes fadeInLangList {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.fMesTSFSYket .NwCuKUlgKuIf {
white-space: nowrap;
border-radius: 9px;
padding: 8px 18px;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
color: var(--xdhbooiOseFj);
}

.fMesTSFSYket .NwCuKUlgKuIf:hover {
background: color-mix(in srgb, var(--iWlbXPMHVpHP) 18%, transparent);
color: var(--iWlbXPMHVpHP);
}

.fMesTSFSYket .NwCuKUlgKuIf.is-active {
color: var(--wnWAfSppKMsQ);
font-weight: 600;
background: var(--iWlbXPMHVpHP);
}

.ilyvpSRZkobi .kREdWMViEZlL,
.ilyvpSRZkobi .xnWyVPLCEnyO {
display: block;
}

.ilyvpSRZkobi .lGBQUfdMYlmZ {
width: 100%;
justify-content: space-between;
gap: 8px;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
padding: 11px 14px;
color: var(--XtYIbEtuOvSg);
border: 1px solid var(--tLJZywKtOrim);
background: var(--joDjkOPqRnAk);
}

.ilyvpSRZkobi .lGBQUfdMYlmZ:hover {
border-color: color-mix(in srgb, var(--iWlbXPMHVpHP) 70%, transparent);
background: var(--dmpDOovALzVQ);
}

.ilyvpSRZkobi .lGBQUfdMYlmZ::after {
margin-left: auto;
}

.ilyvpSRZkobi .fMesTSFSYket {
left: 0;
right: 0;
min-width: 0;
color: var(--XtYIbEtuOvSg);
background: var(--gkDCTavJsIQX);
border: 1px solid var(--tLJZywKtOrim);
box-shadow: 0 10px 28px var(--EcnHcxfRKTLt);
}

.ilyvpSRZkobi .fMesTSFSYket .NwCuKUlgKuIf {
color: var(--XtYIbEtuOvSg);
}

.ilyvpSRZkobi .fMesTSFSYket .NwCuKUlgKuIf:hover {
background: var(--dmpDOovALzVQ);
color: var(--HLtVgzJKPRKV);
}

.OIFJYLuoPSLG {
display: none;
position: fixed;
inset: 0;
z-index: 90;
cursor: default;
}

#lang-dropdown-toggle:checked ~ .OIFJYLuoPSLG {
display: block;
}
.DSZcbVvLcMGF {
margin-left: var(--sidebar-w);
padding: 20px 15px 40px;
}

.OLrMpOwVmdNR {
list-style: none;
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}

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

.XoprFiaDHxdt a:hover {
color: var(--hgJVKTKRxoFW);
}

@media (max-width: 992px) {
.DSZcbVvLcMGF {
margin-left: 0;
}
}
.clmNDfhQgyHM {
position: relative;
--slfEWBjkfDfO: color-mix(in srgb, var(--iWlbXPMHVpHP) 64%, #fff);
--UCVgPloJpOba: color-mix(in srgb, var(--hgJVKTKRxoFW) 70%, #fff);
background: var(--wnWAfSppKMsQ);
color: var(--xdhbooiOseFj);
padding-block: 48px 28px;
padding-inline: 2rem;
isolation: isolate;
margin-left: var(--sidebar-w);
}

.clmNDfhQgyHM::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg,
var(--slfEWBjkfDfO) 0%,
var(--UCVgPloJpOba) 100%);
pointer-events: none;
z-index: 1;
}

.DyNkSbEhssKO {
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 36px;
}

.odQPcSNBiEGk {
display: grid;
grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1.2fr);
gap: 48px;
align-items: start;
}

.ghNVxtizluFA {
font-size: 11px;
font-weight: 800;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--slfEWBjkfDfO);
margin-bottom: 18px;
}

.ZmNuvUfftfVA {
display: flex;
align-items: center;
gap: 16px;
}

.CIMcLPXsPVaS {
display: inline-flex;
align-items: center;
gap: 14px;
text-decoration: none;
color: inherit;
width: fit-content;
}

.TkuYLOoketnK {
width: 48px;
height: 48px;
border-radius: 12px;
object-fit: cover;
}

.vPcjOqTnPzxV {
font-family: var(--YTeYDOvVkqQR);
font-size: 20px;
font-weight: 800;
letter-spacing: 0.01em;
color: var(--xdhbooiOseFj);
}

.uRDBXSOmNOUX {
margin: 0;
font-size: 14px;
line-height: 1.65;
color: color-mix(in srgb, var(--xdhbooiOseFj) 65%, transparent);
max-width: 420px;
}

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

.XIKuJwCoghqk {
display: inline-flex;
align-items: center;
gap: 8px;
color: color-mix(in srgb, var(--xdhbooiOseFj) 78%, transparent);
font-size: 15px;
font-weight: 500;
text-decoration: none;
transition: color 0.2s ease, gap 0.2s ease;
}

.XIKuJwCoghqk::before {
content: "";
width: 6px;
height: 6px;
border-radius: 2px;
background: color-mix(in srgb, var(--slfEWBjkfDfO) 55%, transparent);
transition: background 0.2s ease, transform 0.2s ease;
}

.XIKuJwCoghqk:hover {
color: var(--slfEWBjkfDfO);
gap: 12px;
text-decoration: none;
}

.XIKuJwCoghqk:hover::before {
background: var(--slfEWBjkfDfO);
transform: scale(1.25);
}

.XeYAXSNOHcEF {
display: flex;
flex-direction: column;
gap: 16px;
}

.fXsbpkCyoliL {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
}

.gFKPmwvTikMq {
width: 44px;
height: 44px;
object-fit: contain;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--slfEWBjkfDfO) 60%, transparent);
padding: 3px;
}

.FusAYMXoccbw {
height: 32px;
width: auto;
max-width: 150px;
object-fit: contain;
opacity: 0.78;
filter: grayscale(1);
transition: opacity 0.2s ease, filter 0.2s ease;
}

.FusAYMXoccbw:hover {
opacity: 1;
filter: grayscale(0);
}

.qberwBIeBQTk {
margin: 0;
font-size: 12px;
font-style: italic;
line-height: 1.6;
color: color-mix(in srgb, var(--xdhbooiOseFj) 50%, transparent);
}

.UOybIPkIyxDU {
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap;
padding: 22px 0;
border-block: 1px solid color-mix(in srgb, var(--xdhbooiOseFj) 10%, transparent);
}

.XtymjstouMje {
flex-shrink: 0;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.2em;
text-transform: uppercase;
color: color-mix(in srgb, var(--xdhbooiOseFj) 55%, transparent);
}

.RJbrRhnPTjca {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
}

.lsiLpayyQQOq {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 14px;
height: 42px;
border-radius: 10px;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lsiLpayyQQOq:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.38);
}

.lsiLpayyQQOq img {
display: block;
height: 24px;
width: auto;
max-width: 80px;
object-fit: contain;
}

.QCofrGuivMsd {
display: flex;
justify-content: center;
align-items: center;
}

.eVFMpPuLXaWq {
font-size: 13px;
color: color-mix(in srgb, var(--xdhbooiOseFj) 60%, transparent);
text-align: center;
}

.eVFMpPuLXaWq span {
color: var(--slfEWBjkfDfO);
font-weight: 700;
}

@media (max-width: 992px) {
.clmNDfhQgyHM {
margin-left: 0;
padding: 24px 20px;
}
.odQPcSNBiEGk {
grid-template-columns: 1fr 1fr;
gap: 36px 32px;
}
.XeYAXSNOHcEF {
grid-column: 1 / -1;
}
}

@media (max-width: 767px) {

.DyNkSbEhssKO {
gap: 28px;
}
.odQPcSNBiEGk {
grid-template-columns: 1fr;
gap: 28px;
text-align: center;
}
.ZmNuvUfftfVA {
justify-content: center;
}
.gHBgnCtCBncP {
align-items: center;
}
.XeYAXSNOHcEF {
align-items: center;
}
.fXsbpkCyoliL {
justify-content: center;
}
.qberwBIeBQTk {
text-align: center;
}
.UOybIPkIyxDU {
flex-direction: column;
gap: 14px;
text-align: center;
}
.RJbrRhnPTjca {
justify-content: center;
}
}

@media (max-width: 576px) {
.lsiLpayyQQOq {
height: 32px;
padding: 5px 9px;
}
.lsiLpayyQQOq img {
height: 18px;
}
.FusAYMXoccbw {
height: 26px;
}
}
.WnNNSlNwIWzo {
min-height: 100dvh;
display: flex;
flex-direction: column;
}

.WnNNSlNwIWzo .WSyzCXvSmbZF {
flex: 1 0 auto;
margin-left: 0;
display: flex;
flex-direction: column;
}

.WnNNSlNwIWzo .clmNDfhQgyHM {
flex-shrink: 0;
margin-top: auto;
margin-left: 0;
padding-block: 22px;
}

.WnNNSlNwIWzo .MuktBHeSkISQ {
padding-left: 0;
}

.cieBLNJckIQr {
flex: 1 0 auto;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 48px 20px 64px;
}

.mpPgVPMDNZlg {
max-width: 560px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
}

.XhxJGTrzjwLV {
font-family: var(--YTeYDOvVkqQR);
font-size: clamp(96px, 24vw, 180px);
font-weight: 800;
line-height: 0.9;
letter-spacing: -0.03em;
margin-bottom: 4px;
color: var(--iWlbXPMHVpHP);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
.XhxJGTrzjwLV {
background: linear-gradient(135deg, var(--iWlbXPMHVpHP) 0%, var(--hgJVKTKRxoFW) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
}

.JaUftVEAPQIn {
font-size: 28px;
line-height: 1.25;
font-weight: 700;
color: var(--XtYIbEtuOvSg);
margin: 0;
}

.OyhgiZxLJonR {
font-size: 16px;
line-height: 1.6;
color: color-mix(in srgb, var(--XtYIbEtuOvSg) 65%, transparent);
margin: 0;
max-width: 44ch;
}

.yOttubJkTMsm {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
margin-top: 12px;
padding: 14px 30px;
border-radius: 12px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
background: var(--jfCpcDOzzTSD);
color: var(--HbjPdqiNcGOf);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.yOttubJkTMsm:hover {
transform: translateY(-2px);
filter: brightness(1.08);
box-shadow: 0 12px 28px color-mix(in srgb, var(--iWlbXPMHVpHP) 35%, transparent);
text-decoration: none;
}

@media (max-width: 576px) {
.JaUftVEAPQIn {
font-size: 24px;
}
.yOttubJkTMsm {
width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {
.yOttubJkTMsm {
transition: none;
}
.yOttubJkTMsm:hover {
transform: none;
}
}
