:root {
--coqufXKAnbWY: #F2F6FA;
--ILbbDRRKAech: #DCE4EE;
--SHPsBuuXYIcj: #C01B33;
--osxghONUHvxi: #E7EEF6;
--RBCgmTukgVrb: #F9FBFD;
--gMtKSINkWgOW: #18222E;
--qesTuVlBhPGc: #6B40C2;
--GWknAeYCbEbf: #182430;
--FydIAWzlFZmo: #901430;
--tlCifLYXVUxp: #AC1836;
--uiISIQzjavdd: #FFFFFF;
--iNPzpSAvZeZp: linear-gradient(135deg, #8E1228 0%, #C81E37 60%, #E84258 100%);
--KUqLykCZkHtY: #F9FBFD;
--ViqtOxaeXsPg: #FCFDFE;
--ysOSAGLvqMoU: #182430;
--MNOlrldTqoTx: #18222E;
--baDBqbHQmGbV: #FFFFFF;
--JdwrTyrfqecY: #182430;
--wHewYgrqNdGz: #C01B33;
--jtgnxbdkemEB: #DCE4EE;
--fsaSNWIzgBkj: rgba(20,40,70,0.08);
--ZpTZFFMSRNKJ: #6B40C2;
--HbZmbncyKJzZ: #D9760F;
--yncefpHkmmFy: #F59E33;
--iyHFZLXRTRhe: 'Rubik', sans-serif;
--ttrecjcdNyLX: 'Roboto', sans-serif;
--skMFAFOpLGYZ: #FFF2F4;
--SUGECTUBRcYM: linear-gradient(180deg, color-mix(in srgb, var(--SHPsBuuXYIcj) 84%, #000) 0%, color-mix(in srgb, var(--SHPsBuuXYIcj) 60%, #000) 100%);
--header-h: 64px;
--sidebar-w: 300px;

}

* {
box-sizing: border-box;
}

.EwTPqMaljNnr a,
.fOuTbFkxYKTL a {
color: var(--uiISIQzjavdd);
font-weight: 600;
text-decoration: none;
font-size: 16px;
}

a:hover {
text-decoration: underline;
}

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

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

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(--GWknAeYCbEbf);
}

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

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

.HxkuKaXZBtcJ,
.gtwzZiyMFLVQ,
.inside-MJISdTooTods {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.HxkuKaXZBtcJ {
padding: 2rem;

}

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

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

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

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

}

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

}

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

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

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

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

.tOFfmmhpGzHi:checked ~ .RRfWjFoBEFWt::before {
content: '✕';
}

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

.svOSZEtGDAOT a,
.pugOIXVrhzkt {
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;
}

.svOSZEtGDAOT a:first-child {
background-color: transparent;
border-color: var(--jtgnxbdkemEB);
color: var(--GWknAeYCbEbf);
}

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

.svOSZEtGDAOT a:nth-child(2),
.pugOIXVrhzkt {
background: var(--SUGECTUBRcYM);
color: var(--skMFAFOpLGYZ);
animation: crckNSXCWByz 3.2s ease-in-out infinite;
}

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

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

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

.pugOIXVrhzkt {
display: none;
}

.vgpbEOSNxxQL {
display: none;
}

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

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

.svOSZEtGDAOT {
display: none;
}

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

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

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

.tOFfmmhpGzHi:checked ~ .vgpbEOSNxxQL {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.tOFfmmhpGzHi:checked ~ .RRfWjFoBEFWt {
top: 14px;
right: 14px;
left: auto;
}
}

@media (max-width: 576px) {

.hoTfUXoDVZgS {
gap: 12px;
}

.OobEmYMHSBQK {
width: 40px;
}

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

.tOFfmmhpGzHi:checked ~ .RRfWjFoBEFWt {
top: 11px;
right: 11px;
}
}
.kCvKAhBsqxVa {
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(--jtgnxbdkemEB);
border-left: 0;
background-color: var(--KUqLykCZkHtY);
box-shadow: 0 10px 30px var(--fsaSNWIzgBkj);
overflow-y: auto;
z-index: 20;
}

.nGEYVdXgsMQU {
display: block;
}

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

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

.mwXIhVOtchcM {
margin: 0;
}

.SCvxXCZJtTZJ {
display: block;
padding: 11px 13px;
border-radius: 10px;
color: var(--GWknAeYCbEbf);
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;
}

.mwXIhVOtchcM.active .SCvxXCZJtTZJ {
background-color: var(--osxghONUHvxi);
border-color: var(--jtgnxbdkemEB);
color: var(--wHewYgrqNdGz);
box-shadow: inset 3px 0 0 0 var(--SHPsBuuXYIcj);
}

.SCvxXCZJtTZJ:hover {
background-color: var(--RBCgmTukgVrb);
border-color: var(--jtgnxbdkemEB);
color: var(--wHewYgrqNdGz);
text-decoration: none;
}

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

.uarcuOilKhav > .SCvxXCZJtTZJ,
.uarcuOilKhav > .CkadVPFOwSiO {
flex: 1 1 auto;
border: 0;
border-radius: 0;
background-color: transparent;
}

.uarcuOilKhav > .SCvxXCZJtTZJ:hover,
.uarcuOilKhav > .CkadVPFOwSiO:hover {
background-color: transparent;
border-color: transparent;
transform: none;
}

.uarcuOilKhav:hover {
background-color: var(--RBCgmTukgVrb);
border-color: var(--jtgnxbdkemEB);
}

.mwXIhVOtchcM.active > .uarcuOilKhav,
.OVkKPkyQEVIj.active > .uarcuOilKhav {
background-color: var(--osxghONUHvxi);
border-color: var(--jtgnxbdkemEB);
}

.mwXIhVOtchcM.active > .uarcuOilKhav > .SCvxXCZJtTZJ,
.OVkKPkyQEVIj.active > .uarcuOilKhav > .CkadVPFOwSiO {
background-color: transparent;
border-color: transparent;
color: var(--wHewYgrqNdGz);
}


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

}

.OVkKPkyQEVIj {
margin: 0;
}

.CkadVPFOwSiO {
display: block;
padding: 10px 12px;
border-radius: 10px;
color: var(--GWknAeYCbEbf);
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;
}

.OVkKPkyQEVIj.active > .CkadVPFOwSiO {
background-color: var(--osxghONUHvxi);
border-color: var(--jtgnxbdkemEB);
color: var(--wHewYgrqNdGz);
}

.CkadVPFOwSiO:hover {
background-color: var(--RBCgmTukgVrb);
border-color: var(--jtgnxbdkemEB);
color: var(--wHewYgrqNdGz);
text-decoration: none;
}

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

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

.suhnKQQspPTQ:hover {
background-color: transparent;
border-color: var(--jtgnxbdkemEB);
color: var(--wHewYgrqNdGz);
transform: none;
}

.KuAEOnuoJxrr:checked ~ .uarcuOilKhav .suhnKQQspPTQ::before {
transform: rotate(180deg);
}

.KuAEOnuoJxrr:checked ~ .VfdlcLWClIBG {
display: flex;
}

.rUVDnTXkntIc {
height: 1px;
background-color: var(--jtgnxbdkemEB);
}

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

.ksWcbWEQlrpS {
display: none;
}


@media (max-width: 992px) {
.kCvKAhBsqxVa {
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(--jtgnxbdkemEB);
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(--fsaSNWIzgBkj);
z-index: 60;
}

.kCvKAhBsqxVa::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(--GWknAeYCbEbf) 22%, transparent);
}

.tOFfmmhpGzHi:checked ~ .kCvKAhBsqxVa {
transform: translateY(0);
}

.WyshvmZrngkT {
display: flex;
}

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

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

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

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

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

.EUHSiRCONhTf {
display: none;
}

@media (max-width: 992px) {
.EUHSiRCONhTf {
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(--RBCgmTukgVrb);
border: 1px solid var(--jtgnxbdkemEB);
box-shadow: 0 12px 30px var(--fsaSNWIzgBkj);
z-index: 45;
transition: transform 0.3s ease, opacity 0.3s ease;
}

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

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

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

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

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

.JvCglvKuvPZf:hover {
opacity: 1;
}
}
@media (max-width: 576px) {
.EUHSiRCONhTf {
flex-direction: column;
}
}
.aZjjaTbnGEjc {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 28px;
align-items: center;
margin-bottom: 40px;
}

.OuYobvaNqoOk {
display: inline-block;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--wHewYgrqNdGz);
margin-bottom: 14px;
}

.vOkKTqnomoIO {
overflow-wrap: anywhere;
text-wrap: balance;
font-size: 40px;
line-height: 1.15;
font-weight: 700;
color: var(--GWknAeYCbEbf);
margin: 0 0 14px;
}

.QoAksmSkBwDJ {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 24px;
}

.iVtLWAPhzpeU {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 14px 26px;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
text-decoration: none;
background: var(--SUGECTUBRcYM);
color: var(--skMFAFOpLGYZ);
border: 1px solid transparent;
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.25s ease;
}

.iVtLWAPhzpeU:hover {
transform: translateY(-2px);
filter: brightness(1.08);
text-decoration: none;
box-shadow: 0 12px 26px var(--fsaSNWIzgBkj);
}

.UVtzMVfMuuxH {
background: transparent;
color: var(--GWknAeYCbEbf);
border: 1px solid var(--jtgnxbdkemEB);
}

.UVtzMVfMuuxH:hover {
background: var(--osxghONUHvxi);
filter: none;
box-shadow: none;
}

.jNkSPGGTsEgN {
display: flex;
flex-direction: column;
gap: 12px;
padding: 24px;
border-radius: 16px;
background-color: var(--RBCgmTukgVrb);
border: 1px solid var(--jtgnxbdkemEB);
border-top: 3px solid var(--SHPsBuuXYIcj);
box-shadow: 0 12px 32px var(--fsaSNWIzgBkj);
}

.epZcQlXUImHr {
display: inline-flex;
align-items: center;
gap: 6px;
align-self: flex-start;
padding: 5px 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--HbZmbncyKJzZ);
background: color-mix(in srgb, var(--HbZmbncyKJzZ) 16%, transparent);
border: 1px solid color-mix(in srgb, var(--HbZmbncyKJzZ) 34%, transparent);
}

.eFTmNMwOzxcy::before {
content: "\f017";
font-family: "Font Awesome";
font-weight: 900;
font-size: 11px;
line-height: 1;
}

.HEZQQfeacfJQ {
font-size: 24px;
line-height: 1.3;
font-weight: 700;
color: var(--GWknAeYCbEbf);
}

.yjrJRyZJmPrU {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
margin-top: 4px;
padding: 13px 22px;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
text-decoration: none;
background: var(--SUGECTUBRcYM);
color: var(--skMFAFOpLGYZ);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
animation: ajoLtwhirdzJ 3.2s ease-in-out infinite;
}

.yjrJRyZJmPrU:hover {
transform: translateY(-2px);
filter: brightness(1.08);
text-decoration: none;
animation: none;
box-shadow: 0 10px 26px color-mix(in srgb, var(--SHPsBuuXYIcj) 50%, transparent);
}

@keyframes ajoLtwhirdzJ {
0%, 100% { box-shadow: 0 6px 16px color-mix(in srgb, var(--SHPsBuuXYIcj) 26%, transparent); }
50% { box-shadow: 0 8px 26px color-mix(in srgb, var(--SHPsBuuXYIcj) 52%, transparent); }
}

.lKsMvtpiAOwz {
font-size: 12px;
color: color-mix(in srgb, var(--GWknAeYCbEbf) 55%, transparent);
}

@media (max-width: 900px) {
.aZjjaTbnGEjc {
grid-template-columns: 1fr;
gap: 20px;
}

.vOkKTqnomoIO {
font-size: 32px;
}

.QoAksmSkBwDJ .iVtLWAPhzpeU:not(.UVtzMVfMuuxH) {
display: none;
}

.QoAksmSkBwDJ {
margin-bottom: 0;
}
}

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

.iVtLWAPhzpeU {
width: 100%;
}
}

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

.EWzjSEZbCkvF > *,
.jNkSPGGTsEgN {
animation: YqEijkAWpDtY 0.5s ease both;
}

.OuYobvaNqoOk { animation-delay: 0.02s; }
.vOkKTqnomoIO { animation-delay: 0.08s; }
.QoAksmSkBwDJ { animation-delay: 0.16s; }
.jNkSPGGTsEgN { animation-delay: 0.22s; }

@media (prefers-reduced-motion: reduce) {
.EWzjSEZbCkvF > *,
.jNkSPGGTsEgN,
.yjrJRyZJmPrU {
animation: none;
}
.iVtLWAPhzpeU,
.yjrJRyZJmPrU {
transition: none;
}
.iVtLWAPhzpeU:hover,
.yjrJRyZJmPrU:hover {
transform: none;
}
}
.ehKkGQCGgiVx {
display: grid;
grid-template-columns: 0.62fr 1fr;
max-width: 620px;
margin: 40px auto;
border-radius: 16px;
overflow: hidden;
border: 1px solid var(--jtgnxbdkemEB);
background-color: var(--RBCgmTukgVrb);
box-shadow: 0 12px 30px var(--fsaSNWIzgBkj);
}

.cOHuRuaYfOUr {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
padding: 28px 20px;
text-align: center;
border-right: 1px solid var(--jtgnxbdkemEB);
background: linear-gradient(160deg, color-mix(in srgb, var(--qesTuVlBhPGc) 22%, transparent), color-mix(in srgb, var(--qesTuVlBhPGc) 6%, transparent));
}

.GGWeazBgxJnF {
width: 56px;
height: 56px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 16px;
background-color: color-mix(in srgb, var(--qesTuVlBhPGc) 18%, transparent);
color: var(--qesTuVlBhPGc);
}

.GGWeazBgxJnF::before {
content: "\f06b";
font-family: "Font Awesome";
font-weight: 900;
font-size: 26px;
line-height: 1;
}

.SEFSLQyHMBSq {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
line-height: 1.3;
color: var(--qesTuVlBhPGc);
}

.AfZmFQnmBrUh {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
gap: 16px;
padding: 28px 26px;
}

.gfEszKRiGIAl {
font-size: 24px;
font-weight: 700;
line-height: 1.25;
color: var(--GWknAeYCbEbf);
}

.OZlVvsXPIzAD {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 14px 32px;
border-radius: 12px;
background: var(--SUGECTUBRcYM);
color: var(--skMFAFOpLGYZ);
font-size: 16px;
font-weight: 700;
text-decoration: none;
transition: transform 0.2s ease, filter 0.2s ease;
}

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

@media (max-width: 576px) {
.ehKkGQCGgiVx {
grid-template-columns: 1fr;
}

.cOHuRuaYfOUr {
flex-direction: row;
justify-content: flex-start;
padding: 18px;
border-right: 0;
border-bottom: 1px solid var(--jtgnxbdkemEB);
}

.AfZmFQnmBrUh {
align-items: stretch;
text-align: center;
}

.OZlVvsXPIzAD {
width: 100%;
}
}
.KNVgmaJLWOum {
margin-block: 48px;
}

.BtbQBMhqWkPf {
margin-bottom: 22px;
}

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

.jlYwtddORxbe {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 24px;
align-items: start;
}

.brjBFLZDrlBr {
display: flex;
flex-direction: column;
gap: 20px;
min-width: 0;
container-type: inline-size;
}

.CocTSwgkMDeV {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}

.PiocnUboCcFi {
display: grid;
grid-template-columns: repeat(2, 1fr);
align-self: stretch;
align-content: space-between;
gap: 12px;
}

.WfIQBUVrGfAm {
position: relative;
display: flex;
flex-direction: column;
border-radius: 12px;
overflow: hidden;
border: 1px solid var(--jtgnxbdkemEB);
background: var(--KUqLykCZkHtY);
transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.WfIQBUVrGfAm img {
width: 100%;
display: block;
transform-origin: center;
transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

.WfIQBUVrGfAm::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background: linear-gradient(115deg,
transparent 30%,
color-mix(in srgb, #fff 28%, transparent) 48%,
transparent 66%);
transform: translateX(-120%);
opacity: 0;
transition: transform 0.6s ease, opacity 0.3s ease;
}

.AssZcZCPDAfB {
position: relative;
z-index: 2;
margin-top: auto;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 40px;

font-size: 15px;
font-weight: 700;
border-radius: 0;
color: var(--skMFAFOpLGYZ);
background: var(--SUGECTUBRcYM);
transition: filter 0.28s ease, letter-spacing 0.28s ease;
}

.AssZcZCPDAfB::after {
content: "\f061";
font-family: "Font Awesome";
font-weight: 900;
font-size: 12px;
max-width: 0;
opacity: 0;
overflow: hidden;
transform: translateX(-6px);
transition: max-width 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.WfIQBUVrGfAm:hover {
transform: translateY(-6px);
border-color: color-mix(in srgb, var(--SHPsBuuXYIcj) 70%, transparent);
box-shadow:
0 14px 30px var(--fsaSNWIzgBkj),
0 0 0 1px color-mix(in srgb, var(--SHPsBuuXYIcj) 35%, transparent),
0 10px 26px color-mix(in srgb, var(--SHPsBuuXYIcj) 30%, transparent);
}

.WfIQBUVrGfAm:hover img {
transform: scale(1.08);
filter: brightness(1.06) saturate(1.08);
}

.WfIQBUVrGfAm:hover::before {
opacity: 1;
transform: translateX(120%);
}

.WfIQBUVrGfAm:hover .AssZcZCPDAfB {
filter: brightness(1.08);
letter-spacing: 0.04em;
}

.WfIQBUVrGfAm:hover .AssZcZCPDAfB::after {
max-width: 20px;
opacity: 1;
transform: translateX(0);
}

.WfIQBUVrGfAm:focus-visible {
outline: 2px solid var(--SHPsBuuXYIcj);
outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
.WfIQBUVrGfAm,
.WfIQBUVrGfAm img,
.WfIQBUVrGfAm::before,
.AssZcZCPDAfB,
.AssZcZCPDAfB::after {
transition: none;
}
.WfIQBUVrGfAm:hover {
transform: none;
}
.WfIQBUVrGfAm:hover img {
transform: none;
}
.WfIQBUVrGfAm:hover::before {
opacity: 0;
}
}

@media (max-width: 1100px) {
.jlYwtddORxbe {
grid-template-columns: minmax(0, 1fr);
}

.CocTSwgkMDeV {
grid-template-columns: repeat(2, minmax(0, 385px));
}

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

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

.pYSzqkZqkpmC {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-width: 240px;
min-height: 56px;
padding: 16px 42px;
border-radius: 999px;
border: 1px solid transparent;
background: var(--SUGECTUBRcYM);
color: var(--skMFAFOpLGYZ);
font-size: 17px;
font-weight: 700;
text-align: center;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
animation: tyRncMuQTLRx 3s ease-in-out infinite;
transition: transform 0.2s ease, filter 0.2s ease;
}

.pYSzqkZqkpmC::before {
content: "\f06b";
font-family: "Font Awesome";
font-weight: 900;
font-size: 16px;
line-height: 1;
}

@keyframes tyRncMuQTLRx {
0%, 100% {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 6px 18px color-mix(in srgb, var(--SHPsBuuXYIcj) 30%, transparent);
}
50% {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 30px color-mix(in srgb, var(--SHPsBuuXYIcj) 60%, transparent);
}
}

.pYSzqkZqkpmC:hover {
transform: translateY(-2px);
filter: brightness(1.08);
text-decoration: none;
animation: none;
}

.DBTmHGGFZDaI {
background: transparent;
color: var(--GWknAeYCbEbf);
border-color: var(--jtgnxbdkemEB);
box-shadow: none;
animation: none;
}

.DBTmHGGFZDaI::before {
content: none;
}

.DBTmHGGFZDaI:hover {
background: var(--osxghONUHvxi);
filter: none;
}

@media (prefers-reduced-motion: reduce) {
.pYSzqkZqkpmC {
animation: none;
}
}
.YQRYqFvLUzos {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 2px;
margin-top: 24px;
margin-bottom: 24px;
font-size: 14px;
}

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

.yJDIesVqZEas:hover {
color: var(--wHewYgrqNdGz);
background: color-mix(in srgb, var(--SHPsBuuXYIcj) 10%, transparent);
text-decoration: none;
}

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

.cSISDywXmJQw {
margin: 0 2px;
}

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

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

@media (max-width: 576px) {
.YQRYqFvLUzos {
font-size: 13px;
}
}
.QVcPFkQVeujA {
margin-block: 48px;
display: grid;
grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr);
gap: 40px;
align-items: start;
}

.XVvXQbIwgoxI {
position: sticky;
top: 88px;
}

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

.yMxREAGNyfiS {
margin: 0;
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--GWknAeYCbEbf) 60%, transparent);
}

.vlQxoNwZBoCk {
display: flex;
flex-direction: column;
gap: 12px;
}

.DENUbxYMWrsS {
border: 1px solid var(--jtgnxbdkemEB);
border-radius: 14px;
background-color: var(--RBCgmTukgVrb);
overflow: hidden;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.DENUbxYMWrsS:hover {
border-color: color-mix(in srgb, var(--SHPsBuuXYIcj) 50%, transparent);
}

.DENUbxYMWrsS[open] {
border-color: color-mix(in srgb, var(--SHPsBuuXYIcj) 55%, transparent);
box-shadow: 0 8px 24px var(--fsaSNWIzgBkj);
}

.UBGtwKDEeWWe {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 16px 18px;
font-size: 16px;
font-weight: 600;
line-height: 1.4;
color: var(--GWknAeYCbEbf);
}

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

.LPUFRgVKyrCP {
flex: 0 0 auto;
width: 26px;
height: 26px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
color: var(--wHewYgrqNdGz);
background: color-mix(in srgb, var(--SHPsBuuXYIcj) 14%, transparent);
}

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

.DENUbxYMWrsS[open] .LPUFRgVKyrCP::before {
transform: rotate(180deg);
}

.DENUbxYMWrsS[open] .UBGtwKDEeWWe {
color: var(--wHewYgrqNdGz);
}

.FfFBbGlxCDGU {
padding: 0 18px 16px;
font-size: 15px;
line-height: 1.7;
color: color-mix(in srgb, var(--GWknAeYCbEbf) 80%, transparent);
}

.DENUbxYMWrsS[open] .FfFBbGlxCDGU {
animation: FtbvcZOiVSzk 0.3s ease both;
}

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

@media (max-width: 900px) {
.QVcPFkQVeujA {
grid-template-columns: 1fr;
gap: 20px;
}
.XVvXQbIwgoxI {
position: static;
}
}

@media (prefers-reduced-motion: reduce) {
.LPUFRgVKyrCP::before {
transition: none;
}
.DENUbxYMWrsS[open] .FfFBbGlxCDGU {
animation: none;
}
}
.CFJQfqcTMRuo {
width: 100%;
margin-block: 48px;
}

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

.XFJJvuxxQMUV {
position: relative;
border-radius: 14px;
border: 1px solid var(--jtgnxbdkemEB);
padding: 22px 26px 24px 30px;
overflow: hidden;
}

.yWkvWnOfSVTN {
background: color-mix(in srgb, var(--SHPsBuuXYIcj) 7%, var(--RBCgmTukgVrb));
border-color: color-mix(in srgb, var(--SHPsBuuXYIcj) 28%, var(--jtgnxbdkemEB));
}

.oOZuzdtYGRfz {
background: color-mix(in srgb, var(--HbZmbncyKJzZ) 7%, var(--RBCgmTukgVrb));
border-color: color-mix(in srgb, var(--HbZmbncyKJzZ) 28%, var(--jtgnxbdkemEB));
}

.XFJJvuxxQMUV + .XFJJvuxxQMUV {
margin-top: 16px;
}

.XFJJvuxxQMUV::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 5px;
}

.yWkvWnOfSVTN::before {
background: var(--SHPsBuuXYIcj);
}

.oOZuzdtYGRfz::before {
background: var(--HbZmbncyKJzZ);
}

.vXHiIZLLTkYa {
font-size: 18px;
font-weight: 600;
line-height: 1.3;
margin: 0 0 14px;
}

.yWkvWnOfSVTN .vXHiIZLLTkYa {
color: var(--SHPsBuuXYIcj);
}

.oOZuzdtYGRfz .vXHiIZLLTkYa {
color: var(--HbZmbncyKJzZ);
}

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

.sdNKPNddkIvt {
display: flex;
align-items: center;
gap: 14px;
padding: 12px 0;
}

.sdNKPNddkIvt + .sdNKPNddkIvt {
border-top: 1px solid color-mix(in srgb, var(--jtgnxbdkemEB) 60%, transparent);
}

.tqpaxMbFHgwQ {
position: relative;
flex: 0 0 auto;
width: 28px;
height: 28px;
border-radius: 8px;
}

.tqpaxMbFHgwQ::before {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 700;
line-height: 1;
}

.yWkvWnOfSVTN .tqpaxMbFHgwQ {
background: var(--SHPsBuuXYIcj);
}

.yWkvWnOfSVTN .tqpaxMbFHgwQ::before {
content: '\2713';
color: var(--skMFAFOpLGYZ);
}

.oOZuzdtYGRfz .tqpaxMbFHgwQ {
background: var(--HbZmbncyKJzZ);
}

.oOZuzdtYGRfz .tqpaxMbFHgwQ::before {
content: '\2715';
color: var(--RBCgmTukgVrb);
}

.wAHgTJbBtMbR {
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--GWknAeYCbEbf) 90%, transparent);
}

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

.XFJJvuxxQMUV {
padding: 18px 18px 20px 22px;
}

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

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

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

.RDrjejDFKlny {
position: relative;
padding: 15px 18px 15px 32px;
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--GWknAeYCbEbf) 90%, transparent);
border-radius: 12px;
border: 1px solid var(--jtgnxbdkemEB);
background: var(--RBCgmTukgVrb);
transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.RDrjejDFKlny:hover {
transform: translateX(4px);
border-color: color-mix(in srgb, var(--SHPsBuuXYIcj) 50%, transparent);
box-shadow: 0 8px 24px var(--fsaSNWIzgBkj);
}

.RDrjejDFKlny::before {
content: '';
position: absolute;
left: 14px;
top: 14px;
bottom: 14px;
width: 3px;
border-radius: 3px;
background: var(--SHPsBuuXYIcj);
}

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

.RDrjejDFKlny {
font-size: 14px;
padding: 13px 14px 13px 46px;
}
}
.WIolECHDEGCt {
position: fixed;
bottom: 40px;
right: 40px;
width: 52px;
height: 52px;
cursor: pointer;
border-radius: 14px;
display: none;
align-items: center;
justify-content: center;
background: var(--SUGECTUBRcYM);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 24px var(--fsaSNWIzgBkj);
transition: transform 0.25s ease, filter 0.25s ease;
}

.WIolECHDEGCt:hover {
transform: translateY(-3px);
filter: brightness(1.08);
}

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

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

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

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

table thead th {
background:
linear-gradient(90deg, var(--SHPsBuuXYIcj) 0%, var(--qesTuVlBhPGc) 100%) bottom / 100% 3px no-repeat,
var(--gMtKSINkWgOW);
color: var(--baDBqbHQmGbV);
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(--ILbbDRRKAech);
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(--osxghONUHvxi) 55%, transparent);
}

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

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

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

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

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

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

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

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

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

.VYFzWcfdagIv thead {
display: none;
}

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

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

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

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

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

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

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

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

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

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

.VYFzWcfdagIv tbody tr td:first-child {
border-top: none;
font-family: var(--ttrecjcdNyLX);
font-size: 18px;
font-weight: 700;
line-height: 1.3;
color: var(--GWknAeYCbEbf);
}
}
.BYLNwVsWBxCq {
display: flex;
}

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

.RtDajAWbVuIA {
color: var(--baDBqbHQmGbV);
border: 1px solid color-mix(in srgb, var(--baDBqbHQmGbV) 26%, transparent);
background: color-mix(in srgb, var(--baDBqbHQmGbV) 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;
}

.RtDajAWbVuIA:hover {
border-color: color-mix(in srgb, var(--SHPsBuuXYIcj) 70%, transparent);
background: color-mix(in srgb, var(--baDBqbHQmGbV) 12%, transparent);
}

.RtDajAWbVuIA::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 + .RtDajAWbVuIA::after {
transform: rotate(180deg);
}

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

.ZHCdURduJzVW {
display: none;
position: absolute;
bottom: calc(100% + 8px);
left: 0;
min-width: 100%;
color: var(--baDBqbHQmGbV);
background: color-mix(in srgb, var(--MNOlrldTqoTx) 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(--SHPsBuuXYIcj) 30%, transparent);
z-index: 99;
padding: 6px;
}

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

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

.ZHCdURduJzVW .NtuJciDooBqu {
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(--baDBqbHQmGbV);
}

.ZHCdURduJzVW .NtuJciDooBqu:hover {
background: color-mix(in srgb, var(--SHPsBuuXYIcj) 18%, transparent);
color: var(--SHPsBuuXYIcj);
}

.ZHCdURduJzVW .NtuJciDooBqu.is-active {
color: var(--MNOlrldTqoTx);
font-weight: 600;
background: var(--SHPsBuuXYIcj);
}

.kCvKAhBsqxVa .BYLNwVsWBxCq,
.kCvKAhBsqxVa .uIXlrgHDQhHz {
display: block;
}

.kCvKAhBsqxVa .RtDajAWbVuIA {
width: 100%;
justify-content: space-between;
gap: 8px;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
padding: 11px 14px;
color: var(--GWknAeYCbEbf);
border: 1px solid var(--jtgnxbdkemEB);
background: var(--osxghONUHvxi);
}

.kCvKAhBsqxVa .RtDajAWbVuIA:hover {
border-color: color-mix(in srgb, var(--SHPsBuuXYIcj) 70%, transparent);
background: var(--RBCgmTukgVrb);
}

.kCvKAhBsqxVa .RtDajAWbVuIA::after {
margin-left: auto;
}

.kCvKAhBsqxVa .ZHCdURduJzVW {
left: 0;
right: 0;
min-width: 0;
color: var(--GWknAeYCbEbf);
background: var(--KUqLykCZkHtY);
border: 1px solid var(--jtgnxbdkemEB);
box-shadow: 0 10px 28px var(--fsaSNWIzgBkj);
}

.kCvKAhBsqxVa .ZHCdURduJzVW .NtuJciDooBqu {
color: var(--GWknAeYCbEbf);
}

.kCvKAhBsqxVa .ZHCdURduJzVW .NtuJciDooBqu:hover {
background: var(--RBCgmTukgVrb);
color: var(--wHewYgrqNdGz);
}

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

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

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

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

.UVDnJwdPjONT a:hover {
color: var(--qesTuVlBhPGc);
}

@media (max-width: 992px) {
.dyCxnrQUpavv {
margin-left: 0;
}
}
.fOuTbFkxYKTL {
position: relative;
--nmlhFwHOUjza: color-mix(in srgb, var(--SHPsBuuXYIcj) 64%, #fff);
--JMATEpkHhduF: color-mix(in srgb, var(--qesTuVlBhPGc) 70%, #fff);
background: var(--MNOlrldTqoTx);
color: var(--baDBqbHQmGbV);
padding-block: 48px 28px;
padding-inline: 2rem;
isolation: isolate;
margin-left: var(--sidebar-w);
}

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

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

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

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

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

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

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

.xQJtPLHSSRJf {
font-family: var(--ttrecjcdNyLX);
font-size: 20px;
font-weight: 800;
letter-spacing: 0.01em;
color: var(--baDBqbHQmGbV);
}

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

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

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

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

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

.iUDdZLWYDdnT:hover::before {
background: var(--nmlhFwHOUjza);
transform: scale(1.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.XBtXgdzEHjTp span {
color: var(--nmlhFwHOUjza);
font-weight: 700;
}

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

@media (max-width: 767px) {

.VYmVHgrgrBdw {
gap: 28px;
}
.ejmNHvwyvmfK {
grid-template-columns: 1fr;
gap: 28px;
text-align: center;
}
.HonbSZNQIjRx {
justify-content: center;
}
.AwikTqZzMbne {
align-items: center;
}
.lXGQvUaCjLSC {
align-items: center;
}
.YOcpRgZKxAxB {
justify-content: center;
}
.aLqVxfCxMTmJ {
text-align: center;
}
.WijVPqujGlDe {
flex-direction: column;
gap: 14px;
text-align: center;
}
.LxbLtntMBpzE {
justify-content: center;
}
}

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

.LyOpcKwvOfIq .apoSzgxpkInW {
flex: 1 0 auto;
margin-left: 0;
display: flex;
flex-direction: column;
}

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

.LyOpcKwvOfIq .EwTPqMaljNnr {
padding-left: 0;
}

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

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

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

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

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

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

.xGeDbxAdIsrz {
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(--SUGECTUBRcYM);
color: var(--skMFAFOpLGYZ);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

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

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

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