:root {
--RSjuFMFGPUUk: #F3F5F8;
--rSfydFnozvOm: #C3CCDA;
--ZxhfijQbELOn: #EABC42;
--ezTIPClczpmS: #E9ECF1;
--DXjlbEmaNnJW: #FAFBFD;
--UlvppFjsPzhP: #D5DDE7;
--nzAYpyewOBuW: #AC7F28;
--GziMogabiOrF: #1F2739;
--rctORDpwusFP: #3D4657;
--cPmdkUGsnqKz: #EABC42;
--emLzxsYTkjIv: #F7CE58;
--IgwlmpEbhuDY: #1D2434;
--uZHpxIiVYrdM: linear-gradient(136deg, #FFDA6A 0%, #EFC142 100%);
--UUnXGnBrDZhE: #FAFBFD;
--FPlydNvviBjl: #171B33;
--bTPvcqYJgEbw: rgba(255,255,255,0.64);
--ypeLiNuuuual: rgba(0,0,0,0.06);
--mAkrAswHIzUi: #E1E6EE;
--kZsflqSsHOge: #1F2739;
--oUdmWgWBMDKe: #D5DDE7;
--PUtktRlVoDFZ: #3D4657;
--HISXWAEqytpI: #1F2739;
--nqauIsiwqZQx: #EABC42;
--UZZFPMiemHgn: #C3CCDA;
--corNGZRdwqzz: rgba(16,22,36,0.18);
--avejLzUdmysr: #AC7F28;
--uJKpMYmKbDdk: #D93443;
--eWFgRMdvnZmX: #EC6474;

}

* {
box-sizing: border-box;
}

.UAbvJmkwDwYo a,
.ikjGredVQkGh a {
color: var(--rctORDpwusFP);
font-weight: 600;
text-decoration: none;
font-size: 16px;
}

body {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--RSjuFMFGPUUk);
color: var(--GziMogabiOrF);
scroll-behavior: smooth;
}



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

h1 {
margin: 0 auto 32px;
font-size: 48px;
font-weight: 700;
line-height: normal;
color: var(--GziMogabiOrF);
}

h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
}

h3 {
margin: 0 auto 28px;
font-size: 36px;
font-weight: 600;
line-height: normal;
}

h4 {
margin: 0 auto 20px;
font-size: 32px;
font-weight: 700;
line-height: normal;
}

img {
width: 100%;
}

figure {
margin: 0 0 24px;
}

.AUMfYWfFBUjE {
position: relative;
min-height: 100vh;
padding: 66px 0 0;
overflow: hidden;
}

.IPKEigkDoMxu,
.jgASKcSCGwgY,
.inside-cnCnRJdXxEoq {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.IPKEigkDoMxu {
padding: 2rem;
}

@keyframes pulse {
0% {
transform: scale(0.95);
}
70% {
transform: scale(1);
}
100% {
transform: scale(0.95);
}
}

@media (max-width: 767px) {
h1 {
margin-bottom: 20px;
font-size: 32px;
}

h2 {
margin-bottom: 20px;
font-size: 26px;
}

h3 {
margin-bottom: 16px;
font-size: 22px;
}

h4 {
margin-bottom: 16px;
font-size: 20px;
}

.AUMfYWfFBUjE {
padding: 54px 0 0;
}

.IPKEigkDoMxu {
padding: 20px;
}
}
.UAbvJmkwDwYo {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 66px;
background: var(--mAkrAswHIzUi);
z-index: 99;
}

.wzpvPbJLlvpC {
max-width: 1310px;
width: 100%;
height: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.SWYjtqDhQLVe img {
max-height: 50px;
width: auto;
border-radius: 8px;
}

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

.XWjwCjolFLZj li {
font-size: 16px;
margin: 0 20px;
}

.UAbvJmkwDwYo .XWjwCjolFLZj li a {
color: var(--rctORDpwusFP);
font-weight: 400;
text-decoration: none;
}

.DKNHXpzZlmem {
display: flex;
align-items: center;
margin-right: 120px;
}

.MxNhXypvOYrp {
margin-right: 0;
}

.UAbvJmkwDwYo .xHLRZeuiGXBc,
.UAbvJmkwDwYo .yFPISPdyXbWP {
display: flex;
align-items: center;
justify-content: center;
height: 42px;
padding: 0 10px;
border-radius: 6px;
font-size: 16px;
white-space: nowrap;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
}

.UAbvJmkwDwYo .xHLRZeuiGXBc {
background: var(--mAkrAswHIzUi);
color: var(--GziMogabiOrF);
font-weight: 400;
}

.UAbvJmkwDwYo .yFPISPdyXbWP {
margin-left: 10px;
background: var(--cPmdkUGsnqKz);
color: var(--IgwlmpEbhuDY);
font-weight: 600;
animation: pulse 2s infinite;
}

.UAbvJmkwDwYo a:hover {
text-decoration: none;
}

.GPBIXsEbkMgE {
display: none;
}

.hShfkSjfeXyt {
width: 38px;
height: 38px;
display: none;
margin-left: 8px;
padding: 12px 5px;
border-radius: 6px;
background: var(--mAkrAswHIzUi);
cursor: pointer;
z-index: 99;
}

.hShfkSjfeXyt span {
display: block;
width: 20px;
height: 1px;
border-radius: 4px;
background: var(--GziMogabiOrF);
}

@media (min-width: 1025px) {
.UAbvJmkwDwYo .XWjwCjolFLZj li a:hover {
text-decoration: underline;
}

.UAbvJmkwDwYo .xHLRZeuiGXBc:hover {
background: var(--mAkrAswHIzUi);
opacity: 0.9;
}

.UAbvJmkwDwYo .yFPISPdyXbWP:hover {
background: var(--uZHpxIiVYrdM);
}
}

@media (max-width: 1400px) {
.wzpvPbJLlvpC {
padding: 0 16px;
}

.DKNHXpzZlmem {
margin-right: 105px;
}

.MxNhXypvOYrp {
margin-right: 0;
}
}

@media (max-width: 1023px) {
.wzpvPbJLlvpC {
justify-content: flex-start;
}

.SWYjtqDhQLVe {
order: -2;
}

.DKNHXpzZlmem {
order: -1;
margin-left: auto;
margin-right: 0;
}

.hShfkSjfeXyt {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}

.XDPSzYNUSwYG {
display: none;
}

.XDPSzYNUSwYG::before {
content: '';
position: absolute;
top: 0;
right: 100%;
width: 300%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
pointer-events: none;
}

.GPBIXsEbkMgE:checked ~ .XDPSzYNUSwYG {
display: block;
position: absolute;
top: 0;
right: 0;
width: 100%;
max-width: 286px;
height: 100vh;
padding: 85px 0;
background: var(--mAkrAswHIzUi);
z-index: 9;
}

.GPBIXsEbkMgE:checked + .hShfkSjfeXyt span:nth-child(1) {
transform: rotate(45deg) translate(5px, 4px);
}

.GPBIXsEbkMgE:checked + .hShfkSjfeXyt span:nth-child(2) {
display: none;
}

.GPBIXsEbkMgE:checked + .hShfkSjfeXyt span:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
}

.XWjwCjolFLZj {
display: block;
}

.XWjwCjolFLZj li {
margin: 0;
border-bottom: 1px solid var(--UZZFPMiemHgn);
}

.XWjwCjolFLZj li:first-of-type {
border-top: 1px solid var(--UZZFPMiemHgn);
}

.UAbvJmkwDwYo .XWjwCjolFLZj li a {
display: flex;
align-items: center;
position: relative;
padding: 14px 16px;
}

.XWjwCjolFLZj li a::after {
content: '';
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
border: 5px solid transparent;
border-left: 5px solid var(--rctORDpwusFP);
}
}

@media (max-width: 767px) {
.UAbvJmkwDwYo {
height: 54px;
}

.wzpvPbJLlvpC .SWYjtqDhQLVe img {
max-width: 90px;
}

.DKNHXpzZlmem {
max-width: 230px;
justify-content: flex-end;
}
}

@media (max-width: 425px) {
.wzpvPbJLlvpC {
padding: 0 12px;
}

.SWYjtqDhQLVe {
flex: none;
}

.DKNHXpzZlmem {
max-width: none;
}

.UAbvJmkwDwYo .xHLRZeuiGXBc,
.UAbvJmkwDwYo .yFPISPdyXbWP {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.UAbvJmkwDwYo .yFPISPdyXbWP {
margin-left: 6px;
}
}
.WtxsGjeePAfO {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

.zxeqkvooSzRo {
max-width: 985px;
width: 100%;
margin: 0 auto 20px;
font-size: 60px;
font-weight: 700;
line-height: 110%;
color: var(--GziMogabiOrF);
text-align: center;
}

.sythapWYRIEp {
display: block;
position: relative;
margin-bottom: 20px;
text-decoration: none;
}

.aVnTKzgbXWNd {
position: relative;
}

.aVnTKzgbXWNd img {
display: block;
width: 100%;
margin: 0;
aspect-ratio: 1110 / 360;
object-fit: cover;
}

.aVnTKzgbXWNd::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(82deg, var(--ezTIPClczpmS) 30%, transparent 100%);
opacity: 0.85;
}

.tkkJarjlSFLG {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
width: 42%;
padding: 0 40px;
}

.PUZzVcGdLKUi {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--GziMogabiOrF);
text-shadow: 2px 2px var(--RSjuFMFGPUUk);
}

.bSafSWljYzLs {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
padding: 0 28px;
border: 2px solid var(--nzAYpyewOBuW);
border-radius: 999px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background: var(--cPmdkUGsnqKz);
color: var(--IgwlmpEbhuDY);
}

.oltFJQPUmDfT p {
margin-bottom: 20px;
font-size: 20px;
line-height: 140%;
color: var(--rctORDpwusFP);
}

.VZzkAWxxkEoL {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(300px, 100%);
max-width: 100%;
min-height: 60px;
margin: 0 auto;
padding: 10px 24px;
border-radius: 6px;
font-size: 18px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
text-decoration: none;
background: var(--cPmdkUGsnqKz);
color: var(--IgwlmpEbhuDY);
cursor: pointer;
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.VZzkAWxxkEoL:hover {
background: var(--uZHpxIiVYrdM);
}
}

@media (max-width: 1200px) {
.WtxsGjeePAfO {
padding: 20px 16px 0;
}
}

@media (max-width: 767px) {
.WtxsGjeePAfO {
margin-bottom: 60px;
}

.zxeqkvooSzRo {
font-size: 32px;
}

.aVnTKzgbXWNd img {
aspect-ratio: 3 / 2;
}

.aVnTKzgbXWNd::after {
background: linear-gradient(180deg, transparent 35%, var(--ezTIPClczpmS) 100%);
}

.tkkJarjlSFLG {
top: auto;
bottom: 0;
width: 100%;
padding: 20px;
gap: 12px;
transform: none;
align-items: stretch;
}

.PUZzVcGdLKUi {
font-size: 20px;
}

.oltFJQPUmDfT p {
font-size: 16px;
}
}
.DuOERAuqYFjs {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
font-size: 18px;
line-height: 135%;
color: var(--rctORDpwusFP);
}

.DuOERAuqYFjs h2 {
margin: 0 0 28px;
font-size: 40px;
font-weight: 700;
line-height: normal;
color: var(--GziMogabiOrF);
}

.DuOERAuqYFjs p {
font-size: 18px;
line-height: 135%;
color: var(--rctORDpwusFP);
}

.DuOERAuqYFjs p:first-of-type {
margin-top: 0;
}

.DuOERAuqYFjs p:last-of-type {
margin-bottom: 0;
}

.DuOERAuqYFjs p:last-of-type + h2,
.DuOERAuqYFjs p:last-of-type + h3 {
margin-top: 24px;
}

.DuOERAuqYFjs ul {
padding: 0 0 0 20px;
}

.DuOERAuqYFjs .ocaDTYVSEkiw {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 24px 32px;
border-radius: 12px 12px 0 0;
font-size: 28px;
font-weight: 700;
color: var(--GziMogabiOrF);
background: var(--mAkrAswHIzUi);
}

@media (max-width: 1200px) {
.DuOERAuqYFjs {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.DuOERAuqYFjs {
margin-bottom: 60px;
font-size: 16px;
line-height: 140%;
}

.DuOERAuqYFjs h2 {
margin-bottom: 18px;
font-size: 26px;
}

.DuOERAuqYFjs p {
font-size: 16px;
line-height: 140%;
}

.DuOERAuqYFjs .ocaDTYVSEkiw {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.MFgcfGmJvtSw {
padding: 90px 0;
}

.EjyMWJnaYLcR {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1110px;
width: 100%;
margin: 0 auto;
cursor: pointer;
text-decoration: none;
}

.EjyMWJnaYLcR:hover {
text-decoration: none;
}

.kqbzveEVtqkw {
max-width: 520px;
width: 100%;
flex-basis: 520px;
margin-right: 24px;
border-radius: 10px;
overflow: hidden;
}

.kqbzveEVtqkw img {
display: block;
width: 100%;
}

.tKnQJNbkcgZB {
max-width: 565px;
width: 100%;
flex-basis: 565px;
padding: 36px 32px;
border: 1px solid var(--UZZFPMiemHgn);
border-radius: 10px;
background: radial-gradient(114.2% 133.85% at 7.14% 3.6%, var(--RSjuFMFGPUUk) 0.01%, var(--mAkrAswHIzUi) 0.1%, rgba(255, 255, 255, 0.25) 100%);
}

.tKnQJNbkcgZB h2 {
margin: 0 0 16px;
font-size: 20px;
font-weight: 600;
line-height: 120%;
text-align: center;
color: var(--rctORDpwusFP);
}

.vMCuFNqVFvBR {
display: flex;
align-items: center;
width: 100%;
height: 52px;
margin: 0 0 10px;
padding: 0 20px;
border: 1px solid var(--ypeLiNuuuual);
border-radius: 6px;
font-size: 16px;
font-weight: 400;
line-height: 140%;
color: var(--GziMogabiOrF);
background: var(--bTPvcqYJgEbw);
transition: 0.3s ease-in-out;
}

.vMCuFNqVFvBR:hover {
border: 1px solid rgba(255, 255, 255, 0.65);
}

.HFcqlzPXIpEu {
display: flex;
align-items: center;
gap: 0 10px;
margin: 0 0 10px;
}

.HFcqlzPXIpEu .vMCuFNqVFvBR {
width: 50%;
margin: 0;
}

.KqArMCxSQoGP {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 52px;
padding: 15px 10px;
border-radius: 6px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
font-size: 14px;
font-weight: 700;
line-height: 140%;
text-align: center;
text-transform: uppercase;
cursor: pointer;
color: var(--IgwlmpEbhuDY);
background: var(--cPmdkUGsnqKz);
}

.xgRjIITOHcVV {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 52px;
margin: 20px auto 0;
padding: 15px 10px;
border-radius: 6px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
font-size: 18px;
font-weight: 700;
line-height: 140%;
text-align: center;
cursor: pointer;
color: var(--IgwlmpEbhuDY);
background: var(--cPmdkUGsnqKz);
}

.sKNfKPkxpjsq {
max-width: 342px;
width: 100%;
margin: 20px auto 0;
font-size: 12px;
line-height: 140%;
text-align: center;
color: inherit;
}

.KqArMCxSQoGP:hover,
.xgRjIITOHcVV:hover {
background: var(--uZHpxIiVYrdM);
}

@media (max-width: 1200px) {
.EjyMWJnaYLcR {
padding: 0 16px;
}
}

@media (max-width: 991px) {
.EjyMWJnaYLcR {
flex-direction: column-reverse;
}

.kqbzveEVtqkw {
max-width: 565px;
flex-basis: auto;
margin: 24px 0 0;
}

.tKnQJNbkcgZB {
flex-basis: auto;
}
}

@media (max-width: 767px) {
.MFgcfGmJvtSw {
padding: 40px 0;
}

.kqbzveEVtqkw {
margin: 10px 0 0;
}

.tKnQJNbkcgZB {
padding: 24px 10px;
}
}
.SBksClExkpiB {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.SBksClExkpiB h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
text-align: center;
}

input[name="dFqWGGkRSyvH"],
#qAztPfDVRoJk,
#jtYdsugaADzr,
#pqxdEQXtIsgV,
#LYQlkGweHqTU {
position: absolute;
opacity: 0;
pointer-events: none;
}

.kMmtwAFVADIL {
display: flex;
align-items: center;
gap: 14px;
margin: 0 0 32px;
padding: 0;
list-style: none;
}

.kMmtwAFVADIL li {
width: 100%;
}

.kMmtwAFVADIL li label {
display: flex;
align-items: center;
justify-content: center;
height: 48px;
padding: 0 10px;
border: 1px solid var(--ZxhfijQbELOn);
border-radius: 6px;
font-size: 16px;
font-weight: 600;
color: var(--GziMogabiOrF);
background: var(--RSjuFMFGPUUk);
cursor: pointer;
transition: 0.3s ease-in-out;
}

.VWDKEROBBTWw:nth-of-type(1):checked ~ .kMmtwAFVADIL li:nth-child(1) label,
.VWDKEROBBTWw:nth-of-type(2):checked ~ .kMmtwAFVADIL li:nth-child(2) label,
.VWDKEROBBTWw:nth-of-type(3):checked ~ .kMmtwAFVADIL li:nth-child(3) label,
.VWDKEROBBTWw:nth-of-type(4):checked ~ .kMmtwAFVADIL li:nth-child(4) label {
background: var(--ZxhfijQbELOn);
}

.gwMRjqszBLDO {
height: 0;
overflow: hidden;
opacity: 0;
transition: 0.15s ease-in-out;
}

.VWDKEROBBTWw:nth-of-type(1):checked ~ .URxvCxPQgGJL .gwMRjqszBLDO:nth-child(1),
.VWDKEROBBTWw:nth-of-type(2):checked ~ .URxvCxPQgGJL .gwMRjqszBLDO:nth-child(2),
.VWDKEROBBTWw:nth-of-type(3):checked ~ .URxvCxPQgGJL .gwMRjqszBLDO:nth-child(3),
.VWDKEROBBTWw:nth-of-type(4):checked ~ .URxvCxPQgGJL .gwMRjqszBLDO:nth-child(4) {
height: auto;
overflow: visible;
opacity: 1;
}

.gMhLYYeQKlkW {
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: 0 -10px;
}

.cDBGmWQVzmWM {
display: block;
max-width: calc(25% - 20px);
width: 100%;
flex-basis: calc(25% - 20px);
margin: 0 10px 20px;
text-decoration: none;
cursor: pointer;
}

.YxntsqBnxSDu {
margin-bottom: 10px;
border-radius: 10px;
overflow: hidden;
}

.YxntsqBnxSDu img {
display: block;
width: 100%;
aspect-ratio: 263 / 156;
object-fit: cover;
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.kMmtwAFVADIL li label:hover {
background: var(--ZxhfijQbELOn);
}

.YxntsqBnxSDu:hover img {
transform: scale(1.1);
}
}

@media (max-width: 1200px) {
.SBksClExkpiB {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.SBksClExkpiB {
margin-bottom: 60px;
}

.SBksClExkpiB h2 {
margin-bottom: 20px;
font-size: 26px;
}

.kMmtwAFVADIL {
gap: 6px;
margin: 0 0 20px;
overflow-x: auto;
}

.kMmtwAFVADIL li {
width: auto;
flex: 0 0 auto;
}

.kMmtwAFVADIL li label {
height: 36px;
padding: 0 14px;
font-size: 14px;
white-space: nowrap;
}

.gMhLYYeQKlkW {
margin: 0 -5px;
}

.cDBGmWQVzmWM {
max-width: calc(50% - 10px);
flex-basis: calc(50% - 10px);
margin: 0 5px 10px;
}

}
.zkeXebVWIHgJ {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.zkeXebVWIHgJ h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
text-align: center;
}

.WOUryaxOTjIf {
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: 0 -10px;
}

.DwcrCgwKfdfG {
display: block;
max-width: calc(25% - 20px);
width: 100%;
flex-basis: calc(25% - 20px);
margin: 0 10px 20px;
text-decoration: none;
cursor: pointer;
}

.KGZtPOJJjLlT {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
padding: 24px;
aspect-ratio: 526 / 312;
border-radius: 10px;
background: var(--FPlydNvviBjl);
}

.KGZtPOJJjLlT img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: 0.3s ease-in-out;
}

.DwcrCgwKfdfG span {
display: block;
margin-bottom: 5px;
font-size: 18px;
color: var(--GziMogabiOrF);
}

@media (min-width: 1025px) {
.KGZtPOJJjLlT:hover img {
transform: scale(1.1);
}
}

@media (max-width: 1200px) {
.zkeXebVWIHgJ {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.zkeXebVWIHgJ {
margin-bottom: 60px;
}

.zkeXebVWIHgJ h2 {
margin-bottom: 20px;
font-size: 26px;
}

.WOUryaxOTjIf {
margin: 0 -5px;
}

.DwcrCgwKfdfG {
max-width: calc(50% - 10px);
flex-basis: calc(50% - 10px);
margin: 0 5px 10px;
}

.KGZtPOJJjLlT {
padding: 16px;
}

.DwcrCgwKfdfG span {
margin-bottom: 2px;
font-size: 16px;
}
}
.jLMNYBlQxNqZ {
max-width: 1110px;
width: 100%;
margin: 64px auto 100px;
}

.jLMNYBlQxNqZ p {
margin-bottom: 20px;
font-size: 18px;
line-height: 135%;
color: var(--rctORDpwusFP);
}

.fxrPHYmRZcpe {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
padding: 20px 24px;
border-radius: 10px;
background-color: var(--mAkrAswHIzUi);
}

.mfOlkApCmkPq .fjGhnLiRaPtn {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--rctORDpwusFP);
}

.TsKOySFCCyQF {
display: flex;
align-items: center;
gap: 10px;
}

.TsKOySFCCyQF span {
font-size: 24px;
font-weight: 600;
color: var(--rctORDpwusFP);
}

.TsKOySFCCyQF small {
font-size: 14px;
color: var(--rctORDpwusFP);
}

.xpOkIGLIOfme {
display: flex;
align-items: center;
gap: 2px;
}

.AOpdFYMgSoNx {
font-size: 20px;
line-height: 1;
color: var(--rctORDpwusFP);
}

.xpOkIGLIOfme[rating='1'] .AOpdFYMgSoNx:not(:nth-child(n + 2)),
.xpOkIGLIOfme[rating='2'] .AOpdFYMgSoNx:not(:nth-child(n + 3)),
.xpOkIGLIOfme[rating='3'] .AOpdFYMgSoNx:not(:nth-child(n + 4)),
.xpOkIGLIOfme[rating='4'] .AOpdFYMgSoNx:not(:nth-child(n + 5)),
.xpOkIGLIOfme[rating='5'] .AOpdFYMgSoNx:not(:nth-child(n + 6)) {
color: var(--ZxhfijQbELOn);
}

.voHOMWYKtIsp {
font-size: 22px;
font-weight: 700;
letter-spacing: -0.5px;
}

.qpGWsAQKdyrm {
color: #4285F4;
}

.gMXkOKeIGNBA {
color: #EA4335;
}

.LAiToDIzjEZm {
color: #FBBC05;
}

.jucUOPNLVZTB {
color: #34A853;
}

.VoMXZxcWQbOk {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(200px, 100%);
max-width: 100%;
min-height: 42px;
padding: 8px 16px;
border-radius: 6px;
text-align: center;
text-decoration: none;
cursor: pointer;
color: var(--IgwlmpEbhuDY);
background: var(--cPmdkUGsnqKz);
}

.RtCNraOelqXY {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(214px, 100%);
max-width: 100%;
min-height: 46px;
margin: 32px auto 0;
padding: 8px 16px;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
text-align: center;
text-decoration: none;
cursor: pointer;
color: var(--IgwlmpEbhuDY);
background: var(--cPmdkUGsnqKz);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.VoMXZxcWQbOk:hover,
.RtCNraOelqXY:hover {
background: var(--uZHpxIiVYrdM);
}
}

@media (max-width: 1200px) {
.jLMNYBlQxNqZ {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.jLMNYBlQxNqZ {
margin: 24px 0 60px;
}

.fxrPHYmRZcpe {
flex-direction: column;
justify-content: center;
margin-bottom: 16px;
padding: 20px 16px;
}

.RtCNraOelqXY {
margin: 18px auto 0;
}

.mfOlkApCmkPq .fjGhnLiRaPtn {
display: block;
margin: 0 auto 5px;
text-align: center;
}

.TsKOySFCCyQF {
margin-bottom: 16px;
}
}
.sIkJnlqZCLeT {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.KUXnrTElPtrI {
padding: 16px 32px;
border-left: 5px solid var(--UZZFPMiemHgn);
border-radius: 10px;
font-size: 20px;
color: var(--GziMogabiOrF);
background: var(--mAkrAswHIzUi);
}

@media (max-width: 1200px) {
.sIkJnlqZCLeT {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.sIkJnlqZCLeT {
margin-bottom: 60px;
}
}
.KkSyvbGgNUtG,
#JJMFvUhvcFtb,
#ciMzJWJmsEwy,
#kDJZJnwjvTeE {
position: absolute;
opacity: 0;
pointer-events: none;
}

.rNdujlWoYXLX.gvCvGlzGYofh {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 20;
display: none;
overflow: auto;
}

#ciMzJWJmsEwy:checked ~ .rNdujlWoYXLX.gvCvGlzGYofh,
#kDJZJnwjvTeE:checked ~ .rNdujlWoYXLX.gvCvGlzGYofh {
display: block;
}

#kDJZJnwjvTeE:checked ~ .rNdujlWoYXLX .JkVyBxqDiMMt {
display: none;
}

#ciMzJWJmsEwy:checked ~ .rNdujlWoYXLX .QQIBamAghOkj {
display: none;
}

body:has(#ciMzJWJmsEwy:checked),
body:has(#kDJZJnwjvTeE:checked) {
overflow: hidden;
}

.fVjZRamcZdMS {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}

.cUPPMJYxJsfR {
position: relative;
top: 100px;
max-width: 600px;
width: 100%;
margin: 0 auto;
padding: 28px 44px;
border: 1px solid var(--UZZFPMiemHgn);
border-radius: 20px;
background: var(--mAkrAswHIzUi);
z-index: 999;
}

.yzVUlivVPHxM .JkVyBxqDiMMt,
.yzVUlivVPHxM .QQIBamAghOkj {
display: block;
}

.eRuSPzihumHr {
margin-bottom: 36px;
font-size: 16px;
line-height: 140%;
text-align: center;
color: var(--GziMogabiOrF);
}

.ncRSkeFKAblP {
margin-bottom: 36px;
padding-bottom: 36px;
border-bottom: 1px solid var(--UZZFPMiemHgn);
}

.ncRSkeFKAblP span {
display: block;
margin-bottom: 4px;
font-size: 20px;
font-weight: 500;
color: var(--rctORDpwusFP);
}

.ncRSkeFKAblP small {
display: block;
margin-bottom: 16px;
font-size: 16px;
font-weight: 400;
opacity: 0.8;
color: var(--rctORDpwusFP);
}

.ncRSkeFKAblP input {
width: 100%;
height: 50px;
padding: 0 20px;
border: 1px solid var(--ypeLiNuuuual);
border-radius: 46px;
font-size: 16px;
color: var(--rctORDpwusFP);
background: var(--bTPvcqYJgEbw);
transition: 0.3s ease-in-out;
}

.ncRSkeFKAblP input::placeholder {
opacity: 0.6;
color: var(--rctORDpwusFP);
}

.ncRSkeFKAblP input:hover,
.ncRSkeFKAblP input:focus {
border-color: var(--rctORDpwusFP);
}

.CMPKqmoYFIHf {
margin: 0 auto 24px;
padding: 0;
border: none;
}

.dAtKVOuSNhik {
position: relative;
display: flex;
flex-direction: row-reverse;
justify-content: center;
width: 100%;
height: auto;
overflow: hidden;
}

.dAtKVOuSNhik > input,
#EuaxcsaRmWcZ,
#jKPqjqTifUyx,
#HhkYfUaMJejf,
#rmAOrsjmqDZi,
#LKYcGYUTXjuv,
#miYjkqCuqstB,
.dAtKVOuSNhik > input.nrgTnqMpsZIg {
display: none;
}

.dAtKVOuSNhik > label {
width: 40px;
height: 40px;
margin-top: auto;
font-size: 0;
cursor: pointer;
transition: 0.3s;
}

.dAtKVOuSNhik > label::before {
content: '\2605';
display: block;
font-size: 34px;
line-height: 40px;
text-align: center;
color: var(--rctORDpwusFP);
}

.dAtKVOuSNhik > input:checked ~ label::before,
.dAtKVOuSNhik > input:checked ~ label ~ label::before,
.dAtKVOuSNhik > input:not(:checked) ~ label:hover::before,
.dAtKVOuSNhik > input:not(:checked) ~ label:hover ~ label::before {
color: var(--ZxhfijQbELOn);
}

.TEUauGBjwQIR {
margin-bottom: 36px;
}

.TEUauGBjwQIR textarea {
width: 100%;
height: 120px;
padding: 14px 20px;
border: 1px solid var(--rctORDpwusFP);
border-radius: 20px;
font-size: 16px;
resize: none;
overflow: hidden;
color: var(--rctORDpwusFP);
background: var(--bTPvcqYJgEbw);
}

.TEUauGBjwQIR textarea::placeholder {
opacity: 0.6;
color: var(--rctORDpwusFP);
}

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

.RBxEzFmXkuKV {
display: flex;
align-items: center;
justify-content: center;
width: 136px;
height: 42px;
padding: 10px;
border: 1px solid var(--UZZFPMiemHgn);
border-radius: 6px;
font-size: 16px;
font-weight: 700;
text-align: center;
cursor: pointer;
color: var(--GziMogabiOrF);
transition: 0.3s ease-in-out;
}

.RBxEzFmXkuKV:hover {
background: var(--UZZFPMiemHgn);
}

.dwqlfeAEmXtV {
display: flex;
align-items: center;
justify-content: center;
width: 193px;
height: 42px;
margin-left: 16px;
padding: 10px;
border-radius: 6px;
font-size: 16px;
font-weight: 700;
text-align: center;
cursor: pointer;
color: var(--GziMogabiOrF);
background: #197BFF;
transition: 0.3s ease-in-out;
}

.dwqlfeAEmXtV:hover {
background: #166AD9;
}

.QQIBamAghOkj {
max-width: 292px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.qjLTktEwZpIh {
margin: 16px 0 20px;
font-size: 24px;
font-weight: 700;
line-height: 140%;
color: var(--GziMogabiOrF);
}

.QQIBamAghOkj .RBxEzFmXkuKV {
margin: 0 auto;
}

@media (max-width: 767px) {
.cUPPMJYxJsfR {
width: calc(100% - 20px);
max-width: 100%;
padding: 28px 16px;
}

.eRuSPzihumHr {
margin-bottom: 20px;
}

.ncRSkeFKAblP {
margin-bottom: 20px;
padding-bottom: 20px;
}

.CMPKqmoYFIHf {
margin-bottom: 16px;
}

.TEUauGBjwQIR {
margin-bottom: 24px;
}
}
.ROpScyYjmQDH {
display: flex;
align-items: center;
max-width: 1110px;
width: 100%;
margin: 10px auto;
padding: 0;
list-style: none;
}

.ROpScyYjmQDH li {
position: relative;
font-size: 16px;
color: var(--rctORDpwusFP);
}

.ROpScyYjmQDH li a {
color: var(--rctORDpwusFP);
text-decoration: none;
}

.ROpScyYjmQDH li a:hover {
text-decoration: none;
}

.ROpScyYjmQDH li + li {
margin-left: 30px;
}

.ROpScyYjmQDH li span {
opacity: 0.5;
}

.ROpScyYjmQDH li + li::before {
content: '-';
position: absolute;
top: 50%;
left: -20px;
transform: translateY(-50%);
font-size: 20px;
color: var(--rctORDpwusFP);
}

@media (min-width: 1025px) {
.ROpScyYjmQDH li a:hover {
text-decoration: underline;
}
}

@media (max-width: 1200px) {
.ROpScyYjmQDH {
padding: 0 16px;
}
}
.CNgkjbvBQYco,
.OavvvEUFMGeP {
width: 100%;
}

table {
width: 100%;
margin-bottom: 32px;
border-collapse: collapse;
}

table tr td {
padding: 16px 32px;
font-size: 18px;
font-weight: 400;
text-align: left;
overflow-wrap: break-word;
color: var(--rctORDpwusFP);
border: 1px solid var(--UZZFPMiemHgn);
background: var(--UUnXGnBrDZhE);
}

table tr th {
padding: 16px 32px;
font-size: 18px;
font-weight: 700;
text-align: left;
overflow-wrap: break-word;
color: var(--rctORDpwusFP);
border: 1px solid var(--UZZFPMiemHgn);
background: var(--mAkrAswHIzUi);
}

table tr:nth-child(even) td {
background: var(--ezTIPClczpmS);
}

@media (max-width: 767px) {
table tr td,
table tr th {
padding: 12px 4px;
font-size: 16px;
}
}

@media (max-width: 500px) {
.CNgkjbvBQYco {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.aFgNVaPARBNM {
max-width: 1200px;
width: 100%;
margin: 40px auto;
padding: 0 15px;
}

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

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

.VAHzNfZZyFzq a:hover {
color: var(--nzAYpyewOBuW);
}
.ikjGredVQkGh {
padding: 80px 0 0;
background: var(--oUdmWgWBMDKe);
border-top: 1px solid var(--ypeLiNuuuual);
}

.YXamEFHOsnnv {
margin-bottom: 94px;
}

.mkFweAteXetq {
display: flex;
align-items: flex-start;
justify-content: space-between;
max-width: 1110px;
width: 100%;
margin: 0 auto;
}

.LwhqemRIysck .upltgfIHHofF {
margin-bottom: 28px;
}

.upltgfIHHofF img {
width: auto;
height: 100px;
max-width: 180px;
border-radius: 12px;
object-fit: contain;
}

.iCspOiQwVKZX {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
}

.iCspOiQwVKZX img {
flex: none;
width: auto;
height: 40px;
max-width: 200px;
object-fit: contain;
}

.iHNYxOsPqnKZ {
display: flex;
align-items: flex-start;
margin-left: 20px;
}

.NXhjwspdRtQD + .NXhjwspdRtQD {
margin-left: 120px;
}

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

.RbbTgrUARFjB li {
font-size: 16px;
}

.RbbTgrUARFjB li + li {
margin-top: 16px;
}

.ikjGredVQkGh .RbbTgrUARFjB li a {
color: var(--PUtktRlVoDFZ);
font-weight: 400;
text-decoration: none;
}

.ikjGredVQkGh a:hover {
text-decoration: none;
}

.UtWAiKsAvVHj {
display: flex;
align-items: center;
justify-content: center;
padding: 0 0 40px;
}

.OIDKSvEjjhVC {
font-size: 12px;
text-align: center;
color: var(--PUtktRlVoDFZ);
}

@media (min-width: 1025px) {
.ikjGredVQkGh .RbbTgrUARFjB li a:hover {
text-decoration: underline;
}
}

@media (max-width: 1200px) {
.ikjGredVQkGh {
padding: 80px 16px 0;
}
}

@media (max-width: 767px) {
.ikjGredVQkGh {
padding: 50px 16px 68px;
}

.upltgfIHHofF img {
height: 80px;
max-width: 150px;
}

.iCspOiQwVKZX img {
height: 32px;
max-width: 160px;
}

.YXamEFHOsnnv {
margin-bottom: 40px;
}

.mkFweAteXetq {
flex-direction: column;
}

.iHNYxOsPqnKZ {
margin: 40px 0 0;
flex-direction: column;
}

.NXhjwspdRtQD + .NXhjwspdRtQD {
margin: 36px 0 0;
}

.UtWAiKsAvVHj {
padding: 0 0 50px;
justify-content: flex-start;
}
}
.BsknpcIGtjTx {
display: flex;
margin-top: 28px;
}

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

.RfjDrgkRoCIK {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
height: 44px;
padding: 0 18px;
border: 1px solid var(--ZxhfijQbELOn);
border-radius: 6px;
font-size: 16px;
font-weight: 600;
color: var(--PUtktRlVoDFZ);
background: transparent;
cursor: pointer;
user-select: none;
transition: 0.3s ease-in-out;
}

.FbVptyFfYdQq {
font-size: 14px;
line-height: 1;
transition: 0.3s ease-in-out;
}

#ndrMCTtwnCqN:checked + .RfjDrgkRoCIK {
color: var(--IgwlmpEbhuDY);
background: var(--ZxhfijQbELOn);
}

#ndrMCTtwnCqN:checked + .RfjDrgkRoCIK .FbVptyFfYdQq {
transform: rotate(180deg);
}

.DxStOkTfszEp {
display: none;
position: absolute;
left: 0;
bottom: calc(100% + 8px);
z-index: 99;
padding: 6px;
border: 1px solid var(--ZxhfijQbELOn);
border-radius: 6px;
background: var(--UUnXGnBrDZhE);
box-shadow: 0 10px 28px var(--corNGZRdwqzz);
}

.wjdMqugvhmcl {
min-width: 100%;
}

.ZwXibjpkaSBC {
min-width: 100%;
max-height: 260px;
overflow-y: auto;
}

#ndrMCTtwnCqN:checked ~ .DxStOkTfszEp {
display: flex;
flex-direction: column;
}

.DxStOkTfszEp .DlikIwOPpDuy {
display: block;
padding: 10px 14px;
border-radius: 6px;
font-size: 16px;
font-weight: 400;
white-space: nowrap;
text-align: left;
text-decoration: none;
color: var(--PUtktRlVoDFZ);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.RfjDrgkRoCIK:hover {
color: var(--IgwlmpEbhuDY);
background: var(--ZxhfijQbELOn);
}

.DxStOkTfszEp .DlikIwOPpDuy:hover {
color: var(--IgwlmpEbhuDY);
background: var(--ZxhfijQbELOn);
}
}

@media (max-width: 767px) {
.BsknpcIGtjTx {
margin-top: 24px;
}
}
