:root {
--iNMFVbAayplW: #1B1620;
--UHFknuEYOLNg: #BB9FDA;
--RkVxHqXDEtdP: #E6C165;
--TiMDdQmWkSzh: #1D1720;
--wdvwUPqZKZZr: #1B1620;
--YCLwYTPDmPpn: #362845;
--ZqVKLbULTQLR: #B89243;
--nundKxBELKlT: #F3F1F7;
--TXVGfcvFZReA: #E4DEEA;
--IpnMtiQhLcsZ: #EAC773;
--BZVSdMPaDIJd: #F4D274;
--NBwDIqaGZJTF: #3A2B4A;
--KTSEqpHraKis: linear-gradient(136deg, #FFE08A 0%, #F0C55E 100%);
--biFyHmEtdbjj: #1B1620;
--rhKVWTAFngss: #241B31;
--VUsxXYtHRDwg: rgba(10,5,14,0.48);
--LyXgdnZDXYoT: rgba(255,255,255,0.13);
--uKqVcununjSq: #3E2F4F;
--ORHOJkPrqLLI: #F3F1F7;
--BLKCAvtsanLe: #362845;
--IhDSjugJNTKv: #E4DEEA;
--uouVjUvsQGHn: #F3F1F7;
--QLcVAUIlaaNO: #E6C165;
--PzCSQxqoyTol: #BB9FDA;
--KsqoepPesgKz: rgba(0,0,0,0.48);
--ErvYMxkEIGUU: #B89243;
--diWNKWKvHsHz: #D83A54;
--ssjMLFYQAyYE: #FF95A6;

}

* {
box-sizing: border-box;
}

.JZvmWRXLTnaR a,
.dDIxgYGmNmHI a {
color: var(--TXVGfcvFZReA);
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(--iNMFVbAayplW);
color: var(--nundKxBELKlT);
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(--nundKxBELKlT);
}

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

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

.QcppciFxbgaV,
.PKrDTliywnsF,
.inside-wsAmnRxHtbco {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.HqXnwSYUcglu {
padding: 54px 0 0;
}

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

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

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

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

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

.JZvmWRXLTnaR .hkrywPNytycY li a {
color: var(--TXVGfcvFZReA);
font-weight: 400;
text-decoration: none;
}

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

.RwYpNmVIfBtW {
margin-right: 0;
}

.JZvmWRXLTnaR .GGKOcNtwdIWI,
.JZvmWRXLTnaR .PJwnfStxqJXf {
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;
}

.JZvmWRXLTnaR .GGKOcNtwdIWI {
background: var(--uKqVcununjSq);
color: var(--nundKxBELKlT);
font-weight: 400;
}

.JZvmWRXLTnaR .PJwnfStxqJXf {
margin-left: 10px;
background: var(--IpnMtiQhLcsZ);
color: var(--NBwDIqaGZJTF);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.vKcblTPuMyUw {
display: none;
}

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

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

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

.JZvmWRXLTnaR .GGKOcNtwdIWI:hover {
background: var(--uKqVcununjSq);
opacity: 0.9;
}

.JZvmWRXLTnaR .PJwnfStxqJXf:hover {
background: var(--KTSEqpHraKis);
}
}

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

.kSleawSQKXJd {
margin-right: 105px;
}

.RwYpNmVIfBtW {
margin-right: 0;
}
}

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

.WPgcoMSpVaid {
order: -2;
}

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

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

.MvbzjMbPmWSJ {
display: none;
}

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

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

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

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

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

.hkrywPNytycY {
display: block;
}

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

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

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

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

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

.xwwZcjeBLfGs .WPgcoMSpVaid img {
max-width: 90px;
}

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

.JZvmWRXLTnaR .GGKOcNtwdIWI,
.JZvmWRXLTnaR .PJwnfStxqJXf {
height: 38px;
width: auto;
max-width: none;
padding: 0 10px;
white-space: normal;
text-align: center;
}
}
.tmXBvfOUgROU {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.MiXEcLZaXptV {
position: relative;
}

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

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

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

.zkYjXcvlLysw {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--nundKxBELKlT);
text-shadow: 2px 2px var(--iNMFVbAayplW);
}

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

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

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

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

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

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

.sLaAmlKdypYZ {
font-size: 32px;
}

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

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

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

.zkYjXcvlLysw {
font-size: 20px;
}

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

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

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

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

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

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

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

.pzKBtMYtvrkz .djGOqFVzadZx {
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(--nundKxBELKlT);
background: var(--uKqVcununjSq);
}

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

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

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

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

.pzKBtMYtvrkz .djGOqFVzadZx {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.YnFNmhtSxQkl {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.eqLmIhdqOwNg .KlKXfdhkWanJ {
width: 50%;
margin: 0;
}

.KWqBGJbLyIaS {
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(--NBwDIqaGZJTF);
background: var(--IpnMtiQhLcsZ);
}

.bvjsMcDuHxwQ {
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(--NBwDIqaGZJTF);
background: var(--IpnMtiQhLcsZ);
}

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

.KWqBGJbLyIaS:hover,
.bvjsMcDuHxwQ:hover {
background: var(--KTSEqpHraKis);
}

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

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

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

.EokrKcqVLHWf {
flex-basis: auto;
}
}

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

.uBoNRTOOTpDw {
margin: 10px 0 0;
}

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

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

input[name="GLNVEWYrqBTk"],
#JCFWYLdtVMkG,
#RHmUdUvFLOQM,
#pSllxYMiagHy,
#mMNpikQcdNsf {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.ixLIjeSxkmVZ li {
width: 100%;
}

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

.YIslWNTIzXCk:nth-of-type(1):checked ~ .ixLIjeSxkmVZ li:nth-child(1) label,
.YIslWNTIzXCk:nth-of-type(2):checked ~ .ixLIjeSxkmVZ li:nth-child(2) label,
.YIslWNTIzXCk:nth-of-type(3):checked ~ .ixLIjeSxkmVZ li:nth-child(3) label,
.YIslWNTIzXCk:nth-of-type(4):checked ~ .ixLIjeSxkmVZ li:nth-child(4) label {
background: var(--RkVxHqXDEtdP);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ZhstQkFZJAyG {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.TbCAUFZZuiRo {
margin: 0 -5px;
}

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

.ORNskZltBfZR {
padding: 16px;
}

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

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

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

.loUfQuLwfskA .cTgafENIglFn {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--TXVGfcvFZReA);
}

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

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

.HeDyOVtxJyjp small {
font-size: 14px;
color: var(--TXVGfcvFZReA);
}

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

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

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

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

.pzCHQbmpzUKt {
color: #4285F4;
}

.BLTGgfqWWcGP {
color: #EA4335;
}

.pkRKuQsiybmW {
color: #FBBC05;
}

.hDovMfRaspsC {
color: #34A853;
}

.EaNKfANbpxXk {
display: flex;
align-items: center;
justify-content: center;
max-width: 200px;
width: 100%;
height: 42px;
border-radius: 6px;
text-decoration: none;
cursor: pointer;
color: var(--NBwDIqaGZJTF);
background: var(--IpnMtiQhLcsZ);
}

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

@media (min-width: 1025px) {
.EaNKfANbpxXk:hover,
.vMyJIfKOHlNS:hover {
background: var(--KTSEqpHraKis);
}
}

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

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

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

.vMyJIfKOHlNS {
margin: 18px auto 0;
}

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

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

.ulRgJgNdQDKV {
padding: 16px 32px;
border-left: 5px solid var(--PzCSQxqoyTol);
border-radius: 10px;
font-size: 20px;
color: var(--nundKxBELKlT);
background: var(--uKqVcununjSq);
}

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

@media (max-width: 767px) {
.rOIRzFLukxMM {
margin-bottom: 60px;
}
}
.ckAhTmYmSRfn,
#EpkAlcYWbeyY,
#lHmEmlQxnbSN,
#GRHdbBldqbqF {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#lHmEmlQxnbSN:checked ~ .afhkMhrEkwhL.luOjbtbdlGIw,
#GRHdbBldqbqF:checked ~ .afhkMhrEkwhL.luOjbtbdlGIw {
display: block;
}

#GRHdbBldqbqF:checked ~ .afhkMhrEkwhL .IiilSuahjLYb {
display: none;
}

#lHmEmlQxnbSN:checked ~ .afhkMhrEkwhL .HFjlWVcKyJrD {
display: none;
}

body:has(#lHmEmlQxnbSN:checked),
body:has(#GRHdbBldqbqF:checked) {
overflow: hidden;
}

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

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

.fwIGRQTCXTSw .IiilSuahjLYb,
.fwIGRQTCXTSw .HFjlWVcKyJrD {
display: block;
}

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

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

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

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

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

.TgiVMKuelfpa input::placeholder {
opacity: 0.6;
color: var(--TXVGfcvFZReA);
}

.TgiVMKuelfpa input:hover,
.TgiVMKuelfpa input:focus {
border-color: var(--TXVGfcvFZReA);
}

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

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

.rWWxxmGjnpdm > input,
#lVtdWvUttXBF,
#vfFhfDaNgqss,
#EctwjLepUSJg,
#zhJTbSGnbyyU,
#kTajEZHSAKni,
#YOefbtspESaa,
.rWWxxmGjnpdm > input.ceuQpsnfwHVt {
display: none;
}

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

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

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

.osEzuDHbXCXU {
margin-bottom: 36px;
}

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

.osEzuDHbXCXU textarea::placeholder {
opacity: 0.6;
color: var(--TXVGfcvFZReA);
}

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

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

.zQqiiWQYmkmy:hover {
background: var(--PzCSQxqoyTol);
}

.XfmbEseGooIX {
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(--nundKxBELKlT);
background: #197BFF;
transition: 0.3s ease-in-out;
}

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

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

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

.HFjlWVcKyJrD .zQqiiWQYmkmy {
margin: 0 auto;
}

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

.BKnHaKBXwUPD {
margin-bottom: 20px;
}

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

.RkFivKuxofOD {
margin-bottom: 16px;
}

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

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

.HubTuZESviSD li a {
color: var(--TXVGfcvFZReA);
text-decoration: none;
}

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

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

.HubTuZESviSD li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.HubTuZESviSD {
padding: 0 16px;
}
}
.NfQtTdgJPwIL,
.yokvyNWBbhoB {
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(--TXVGfcvFZReA);
border: 1px solid var(--PzCSQxqoyTol);
background: var(--biFyHmEtdbjj);
}

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

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

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

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

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

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

.flFlbQUZKimr a:hover {
color: var(--ZqVKLbULTQLR);
}
.dDIxgYGmNmHI {
padding: 80px 0 0;
background: var(--BLKCAvtsanLe);
border-top: 1px solid var(--LyXgdnZDXYoT);
}

.uqSkUrRbObdT {
margin-bottom: 94px;
}

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

.aeYJtKXXWTjJ .MLJbevcQCtpZ {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.dDIxgYGmNmHI .OclSWxTCYcff li a {
color: var(--IhDSjugJNTKv);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.uqSkUrRbObdT {
margin-bottom: 40px;
}

.WlZlfSAYQIaY {
flex-direction: column;
}

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

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

.jpmzhvDsFCqm {
padding: 0 0 50px;
justify-content: flex-start;
}
}
