:root {
--AYGZFEYNailu: #F3EFE6;
--JhGuhTsaGTFA: #CCBD9F;
--FOICkGYuMyyo: #D08A1D;
--vXYAAuFmoOft: #F2EDE4;
--pMfPWssynfCj: #FCFAF4;
--pLrCssSiXSdp: #DED3BD;
--gOYHZWoHJZoJ: #A0691A;
--aRyVtoZpoEIa: #2B2318;
--NUmTyohFfVdu: #4A4133;
--ysmsairbbERV: #D79426;
--pVNIaOXnbgmL: #E4A031;
--NjZIOiUeGEqq: #2D2519;
--yoVkeGqWCfkq: linear-gradient(140deg, #F5B644 0%, #DB9524 100%);
--dxwSXEofzQVr: #FCFAF4;
--uwpsPyvPtKNV: #221A12;
--VNkAZIodiOPj: rgba(255,255,255,0.82);
--bpsZdLkeaLoa: rgba(0,0,0,0.13);
--GqEajnlyfGtK: #E8DFCE;
--CYQnCetiCkLK: #2B2318;
--tsrZGFkRZwGc: #DED3BD;
--JKHVOgqSqPSN: #4A4133;
--ZrFzbKomkRFs: #2B2318;
--XwfuulnBKYWB: #D08A1D;
--zBIsllOsDrtn: #CCBD9F;
--ildXevRVnvWm: rgba(45,35,20,0.20);
--GxXkGQjvBywc: #A0691A;
--CpnZYymxHibr: #C63E2C;
--yTbRonBpVFwh: #E77D66;

}

* {
box-sizing: border-box;
}

.fRzehYdkQnqC a,
.mIVpnMXyXxYg a {
color: var(--NUmTyohFfVdu);
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(--AYGZFEYNailu);
color: var(--aRyVtoZpoEIa);
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(--aRyVtoZpoEIa);
}

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

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

.IBQfSFPXyYTy,
.uRkkwyOrXFeX,
.inside-nzsLQciyRtcW {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.eSYeeGBharqW {
padding: 54px 0 0;
}

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

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

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

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

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

.fRzehYdkQnqC .VMpjKlvdtxCK li a {
color: var(--NUmTyohFfVdu);
font-weight: 400;
text-decoration: none;
}

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

.BqONfybzSxWm {
margin-right: 0;
}

.fRzehYdkQnqC .WiZUrisGQMfS,
.fRzehYdkQnqC .jzvQYcYQSXtu {
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;
}

.fRzehYdkQnqC .WiZUrisGQMfS {
background: var(--GqEajnlyfGtK);
color: var(--aRyVtoZpoEIa);
font-weight: 400;
}

.fRzehYdkQnqC .jzvQYcYQSXtu {
margin-left: 10px;
background: var(--ysmsairbbERV);
color: var(--NjZIOiUeGEqq);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.qzPxlDZBrsjU {
display: none;
}

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

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

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

.fRzehYdkQnqC .WiZUrisGQMfS:hover {
background: var(--GqEajnlyfGtK);
opacity: 0.9;
}

.fRzehYdkQnqC .jzvQYcYQSXtu:hover {
background: var(--yoVkeGqWCfkq);
}
}

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

.sVNzbciPAtOH {
margin-right: 105px;
}

.BqONfybzSxWm {
margin-right: 0;
}
}

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

.ScozslKutJhs {
order: -2;
}

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

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

.sWdETXTJyFdG {
display: none;
}

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

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

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

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

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

.VMpjKlvdtxCK {
display: block;
}

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

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

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

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

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

.nRFtUQJjFsVq .ScozslKutJhs img {
max-width: 90px;
}

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

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

.ScozslKutJhs {
flex: none;
}

.sVNzbciPAtOH {
max-width: none;
}

.fRzehYdkQnqC .WiZUrisGQMfS,
.fRzehYdkQnqC .jzvQYcYQSXtu {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.fRzehYdkQnqC .jzvQYcYQSXtu {
margin-left: 6px;
}
}
.OZtiSWNhVHSB {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.hQxjdawZYKFy {
position: relative;
}

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

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

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

.aGNtjLXNCOcE {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--aRyVtoZpoEIa);
text-shadow: 2px 2px var(--AYGZFEYNailu);
}

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

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

.CTBVcYpclixh {
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(--ysmsairbbERV);
color: var(--NjZIOiUeGEqq);
cursor: pointer;
animation: pulse 2s infinite;
}

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

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

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

.MXDhMQtyoUZE {
font-size: 32px;
}

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

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

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

.aGNtjLXNCOcE {
font-size: 20px;
}

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

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

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

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

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

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

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

.pjXJLFDmKUip .CKnQDTyZdhDq {
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(--aRyVtoZpoEIa);
background: var(--GqEajnlyfGtK);
}

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

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

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

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

.pjXJLFDmKUip .CKnQDTyZdhDq {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.ADCMMbdrpcrL {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.IhHDVifhbbgc .RauwlJEtNtdQ {
width: 50%;
margin: 0;
}

.nZdwIKAfgVBP {
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(--NjZIOiUeGEqq);
background: var(--ysmsairbbERV);
}

.TwqvVjoMqdKP {
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(--NjZIOiUeGEqq);
background: var(--ysmsairbbERV);
}

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

.nZdwIKAfgVBP:hover,
.TwqvVjoMqdKP:hover {
background: var(--yoVkeGqWCfkq);
}

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

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

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

.EtufgNAKFJTa {
flex-basis: auto;
}
}

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

.pcpVBlzBFotH {
margin: 10px 0 0;
}

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

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

input[name="NCUlzVIdnEFn"],
#hSVyvPEucpcv,
#ADPaLPedwJkg,
#EMYQkURoEAOr,
#qrCpMRTrmmUM {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.aYAXiqGcOYKW li {
width: 100%;
}

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

.kPMWBrQJaLjF:nth-of-type(1):checked ~ .aYAXiqGcOYKW li:nth-child(1) label,
.kPMWBrQJaLjF:nth-of-type(2):checked ~ .aYAXiqGcOYKW li:nth-child(2) label,
.kPMWBrQJaLjF:nth-of-type(3):checked ~ .aYAXiqGcOYKW li:nth-child(3) label,
.kPMWBrQJaLjF:nth-of-type(4):checked ~ .aYAXiqGcOYKW li:nth-child(4) label {
background: var(--FOICkGYuMyyo);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xgtqBbBFlUzw {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.iPKftgrfkzpO {
margin: 0 -5px;
}

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

.WQOHXMsogABT {
padding: 16px;
}

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

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

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

.WsbzTCWdAkXz .jWyCjyYRMJKU {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--NUmTyohFfVdu);
}

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

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

.CqEquoquOAmK small {
font-size: 14px;
color: var(--NUmTyohFfVdu);
}

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

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

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

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

.LUFoRlvjqXmX {
color: #4285F4;
}

.krnUaUoYcscI {
color: #EA4335;
}

.beLgZGtGautI {
color: #FBBC05;
}

.rEWWjwHuNeKf {
color: #34A853;
}

.PzfktsplOMXx {
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(--NjZIOiUeGEqq);
background: var(--ysmsairbbERV);
}

.EaHRNlReUyNi {
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(--NjZIOiUeGEqq);
background: var(--ysmsairbbERV);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.PzfktsplOMXx:hover,
.EaHRNlReUyNi:hover {
background: var(--yoVkeGqWCfkq);
}
}

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

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

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

.EaHRNlReUyNi {
margin: 18px auto 0;
}

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

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

.HBSOQlPGKEIj {
padding: 16px 32px;
border-left: 5px solid var(--zBIsllOsDrtn);
border-radius: 10px;
font-size: 20px;
color: var(--aRyVtoZpoEIa);
background: var(--GqEajnlyfGtK);
}

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

@media (max-width: 767px) {
.umcEdCnwmZVb {
margin-bottom: 60px;
}
}
.czmnYAGzgBSn,
#ydqdGwhhiEph,
#hdHRUTjVfMvz,
#aXRYPPcTUozz {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#hdHRUTjVfMvz:checked ~ .wxMSiMAsODHl.JKVYFBUCIHqe,
#aXRYPPcTUozz:checked ~ .wxMSiMAsODHl.JKVYFBUCIHqe {
display: block;
}

#aXRYPPcTUozz:checked ~ .wxMSiMAsODHl .XtCBXDOnvfAn {
display: none;
}

#hdHRUTjVfMvz:checked ~ .wxMSiMAsODHl .ZwaegepTBhKz {
display: none;
}

body:has(#hdHRUTjVfMvz:checked),
body:has(#aXRYPPcTUozz:checked) {
overflow: hidden;
}

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

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

.eQBuCjAzSjMB .XtCBXDOnvfAn,
.eQBuCjAzSjMB .ZwaegepTBhKz {
display: block;
}

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

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

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

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

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

.IRcgOsfldOOs input::placeholder {
opacity: 0.6;
color: var(--NUmTyohFfVdu);
}

.IRcgOsfldOOs input:hover,
.IRcgOsfldOOs input:focus {
border-color: var(--NUmTyohFfVdu);
}

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

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

.FGTvREQgxmBv > input,
#vqZuflxfRWWF,
#NERhhonlbNAL,
#RtwUKWLZmyea,
#XXGmMxggjAuY,
#WIBjdwTuWOVT,
#uQPkWGgcToDB,
.FGTvREQgxmBv > input.QGvbFQSWrcEZ {
display: none;
}

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

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

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

.anthNkEZvFMM {
margin-bottom: 36px;
}

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

.anthNkEZvFMM textarea::placeholder {
opacity: 0.6;
color: var(--NUmTyohFfVdu);
}

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

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

.TCAeYvHYczqu:hover {
background: var(--zBIsllOsDrtn);
}

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

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

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

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

.ZwaegepTBhKz .TCAeYvHYczqu {
margin: 0 auto;
}

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

.mCETifPrJdeq {
margin-bottom: 20px;
}

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

.GYFmsOPFHkVS {
margin-bottom: 16px;
}

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

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

.ObMmlpsljpsE li a {
color: var(--NUmTyohFfVdu);
text-decoration: none;
}

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

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

.ObMmlpsljpsE li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.ObMmlpsljpsE {
padding: 0 16px;
}
}
.TluTIxLjtDLf,
.YEuoifvWKSXC {
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(--NUmTyohFfVdu);
border: 1px solid var(--zBIsllOsDrtn);
background: var(--dxwSXEofzQVr);
}

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

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

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

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

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

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

.gbDtEbKPkVjS a:hover {
color: var(--gOYHZWoHJZoJ);
}
.mIVpnMXyXxYg {
padding: 80px 0 0;
background: var(--tsrZGFkRZwGc);
border-top: 1px solid var(--bpsZdLkeaLoa);
}

.DAKZxhraHqUP {
margin-bottom: 94px;
}

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

.nOXSsTVvImKV .DKYxNyfzcRux {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.mIVpnMXyXxYg .eTwgTZGzTSVm li a {
color: var(--JKHVOgqSqPSN);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.DAKZxhraHqUP {
margin-bottom: 40px;
}

.uPRSAvcmrbAW {
flex-direction: column;
}

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

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

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

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

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

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

#cYRAyGSLmTkq:checked + .aFuaCxaBzqxy {
color: var(--NjZIOiUeGEqq);
background: var(--FOICkGYuMyyo);
}

#cYRAyGSLmTkq:checked + .aFuaCxaBzqxy .cRljgqPawqwA {
transform: rotate(180deg);
}

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

.RoIBxLmotLgV {
min-width: 100%;
}

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

#cYRAyGSLmTkq:checked ~ .JsLQxNExEcCL {
display: flex;
flex-direction: column;
}

.JsLQxNExEcCL .fAqPlxtRNWPB {
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(--JKHVOgqSqPSN);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.aFuaCxaBzqxy:hover {
color: var(--NjZIOiUeGEqq);
background: var(--FOICkGYuMyyo);
}

.JsLQxNExEcCL .fAqPlxtRNWPB:hover {
color: var(--NjZIOiUeGEqq);
background: var(--FOICkGYuMyyo);
}
}

@media (max-width: 767px) {
.YMfiCfSQwqEC {
margin-top: 24px;
}
}
.mweYTwYGqshK {
display: none;
}

@media (max-width: 768px) {
.mweYTwYGqshK {
position: fixed;
left: 12px;
right: 12px;
bottom: 12px;
z-index: 90;
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
border-radius: 16px;
background: var(--uwpsPyvPtKNV);
border: 1px solid var(--bpsZdLkeaLoa);
box-shadow: 0 10px 28px var(--ildXevRVnvWm);
text-decoration: none;
}

.YJlUjLKrPowQ {
flex: 1 1 auto;
min-width: 0;
display: flex;
align-items: center;
gap: 10px;
font-size: 15px;
line-height: 1.25;
font-weight: 700;
color: var(--aRyVtoZpoEIa);
}

.YJlUjLKrPowQ::before {
content: "\f06b";
font-family: "Font Awesome";
font-weight: 900;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 12px;
background: var(--vXYAAuFmoOft);
color: var(--ysmsairbbERV);
font-size: 17px;
}

.ZksCQDvlViwy {
flex-shrink: 0;
display: flex;
align-items: center;
min-height: 44px;
padding: 12px 18px;
border-radius: 12px;
background: var(--ysmsairbbERV);
color: var(--NjZIOiUeGEqq);
font-size: 15px;
font-weight: 700;
white-space: nowrap;
text-decoration: none;
}

.uAkPrjsJGjCE {
position: absolute;
top: -12px;
right: -4px;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--uwpsPyvPtKNV);
border: 1px solid var(--bpsZdLkeaLoa);
color: var(--NUmTyohFfVdu);
font-family: "Font Awesome";
font-weight: 900;
font-size: 13px;
line-height: 1;
cursor: pointer;
}

.uAkPrjsJGjCE::before {
content: "\f00d";
}

#chLbKDhjcTAt:checked ~ .mweYTwYGqshK {
display: none;
}

@media (max-width: 576px) {
.mweYTwYGqshK {
flex-wrap: wrap;
}

.YJlUjLKrPowQ {
flex: 1 1 100%;
}

.ZksCQDvlViwy {
flex: 1 1 100%;
justify-content: center;
}
}

@supports (animation-timeline: view()) {
.fqkFPwzmcEVQ {
view-timeline-name: --bonusview;
view-timeline-axis: block;
}

.mweYTwYGqshK {
opacity: 0;
transform: translateY(160%);
pointer-events: none;
animation: bonusbarin linear both;
animation-timeline: --bonusview;
animation-range: entry 0% entry 35%;
}

@keyframes bonusbarin {
to {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
}

@media (prefers-reduced-motion: reduce) {
.mweYTwYGqshK {
transform: none;
animation-name: bonusbarfade;
}

@keyframes bonusbarfade {
to {
opacity: 1;
pointer-events: auto;
}
}
}
}
}
