:root {
--ijgTohYykYvi: #1D1E24;
--IuHekLBPfRII: #79BAD4;
--TIeUNTXEgcPv: #F8D169;
--GcjpQLEXHeYt: #1A1B20;
--ivXaplTdmgLZ: #22232B;
--rMQUANBaWFpv: #34435C;
--LJocfpxGBPbu: #C4963C;
--fCSRfKXOtlpf: #F4F5F7;
--EsQGrToTVzjJ: #D3D5D9;
--UiwLuXXFAJFP: #F8D169;
--tPgBSIAZZkBh: #FFCC24;
--YVTEgwvrtzlW: #303E55;
--ieFcSZRhatvP: linear-gradient(136deg, #FFE81A 0%, #FFD645 100%);
--dPIevkVAOMjd: #22232B;
--CzZIDrCfPxgN: #1A1E38;
--PGUGBhbxfojb: rgba(0,0,0,0.40);
--zWlrMXajoXRz: rgba(255,255,255,0.13);
--oElTDkeGXLDx: #2C3950;
--pkGoqmRvKoGe: #F4F5F7;
--CbhJfsVrQXSd: #34435C;
--CqrQJNfNFxHN: #D3D5D9;
--vjQMYAGIJlRK: #F4F5F7;
--BQKtbuySvTXc: #F8D169;
--HVxnZjUEMkvh: #79BAD4;
--kFLwdxzAculG: rgba(10,12,18,0.50);
--BWOAfjzhzGvZ: #C4963C;
--jqIWvsDDLbEY: #DC3545;
--TREhIVljAfHQ: #FF6B6B;

}

* {
box-sizing: border-box;
}

.PlFZSrMCaDUT a,
.JFiwBIxxVaRI a {
color: var(--EsQGrToTVzjJ);
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(--ijgTohYykYvi);
color: var(--fCSRfKXOtlpf);
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(--fCSRfKXOtlpf);
}

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

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

.lLDPzsEJVbTC,
.KOCvfRkWAFsv,
.inside-zGcExCEeDMiL {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.yNHdAlawZwrK {
padding: 54px 0 0;
}

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

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

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

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

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

.PlFZSrMCaDUT .FvUtPtYTCzRK li a {
color: var(--EsQGrToTVzjJ);
font-weight: 400;
text-decoration: none;
}

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

.BfUSDfhjbHkY {
margin-right: 0;
}

.PlFZSrMCaDUT .BGGMmICXNGgN,
.PlFZSrMCaDUT .MHsLrWVhWBRG {
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;
}

.PlFZSrMCaDUT .BGGMmICXNGgN {
background: var(--oElTDkeGXLDx);
color: var(--fCSRfKXOtlpf);
font-weight: 400;
}

.PlFZSrMCaDUT .MHsLrWVhWBRG {
margin-left: 10px;
background: var(--UiwLuXXFAJFP);
color: var(--YVTEgwvrtzlW);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.zPYedkLHaAUP {
display: none;
}

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

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

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

.PlFZSrMCaDUT .BGGMmICXNGgN:hover {
background: var(--oElTDkeGXLDx);
opacity: 0.9;
}

.PlFZSrMCaDUT .MHsLrWVhWBRG:hover {
background: var(--ieFcSZRhatvP);
}
}

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

.DphFjbCKvteH {
margin-right: 105px;
}

.BfUSDfhjbHkY {
margin-right: 0;
}
}

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

.XzMTxGrChKjp {
order: -2;
}

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

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

.jkGmeQHoWSVO {
display: none;
}

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

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

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

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

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

.FvUtPtYTCzRK {
display: block;
}

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

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

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

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

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

.uLZJQUYniJgc .XzMTxGrChKjp img {
max-width: 90px;
}

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

.PlFZSrMCaDUT .BGGMmICXNGgN,
.PlFZSrMCaDUT .MHsLrWVhWBRG {
height: 38px;
width: auto;
max-width: none;
padding: 0 10px;
white-space: normal;
text-align: center;
}
}
.IYQJhNLISXAm {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.zINuiHtUTYsu {
position: relative;
}

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

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

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

.eJLHrXLuBQlA {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--fCSRfKXOtlpf);
text-shadow: 2px 2px var(--ijgTohYykYvi);
}

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

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

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

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

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

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

.QjZUPutNNnsp {
font-size: 32px;
}

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

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

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

.eJLHrXLuBQlA {
font-size: 20px;
}

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

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

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

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

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

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

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

.bjBMhASngRZV .RRzdFNDILuDT {
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(--fCSRfKXOtlpf);
background: var(--oElTDkeGXLDx);
}

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

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

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

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

.bjBMhASngRZV .RRzdFNDILuDT {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.DPhVuLRaQqzx {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.AWRvWvZansVs .ZLCSTqUDphcX {
width: 50%;
margin: 0;
}

.DYYwPrdSnvYr {
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(--YVTEgwvrtzlW);
background: var(--UiwLuXXFAJFP);
}

.YqEsuLYkkIIs {
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(--YVTEgwvrtzlW);
background: var(--UiwLuXXFAJFP);
}

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

.DYYwPrdSnvYr:hover,
.YqEsuLYkkIIs:hover {
background: var(--ieFcSZRhatvP);
}

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

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

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

.cfuiXigAQkMy {
flex-basis: auto;
}
}

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

.ccfYPjZEujar {
margin: 10px 0 0;
}

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

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

input[name="FwobFFmpJYEj"],
#wrLlrkxAFJZj,
#IWpMsBNPxnCd,
#dGtyiWuqgnUm,
#jqYSQvFMOeIY {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.EJtaVzEnbWNd li {
width: 100%;
}

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

.YEHAJPKFcvbg:nth-of-type(1):checked ~ .EJtaVzEnbWNd li:nth-child(1) label,
.YEHAJPKFcvbg:nth-of-type(2):checked ~ .EJtaVzEnbWNd li:nth-child(2) label,
.YEHAJPKFcvbg:nth-of-type(3):checked ~ .EJtaVzEnbWNd li:nth-child(3) label,
.YEHAJPKFcvbg:nth-of-type(4):checked ~ .EJtaVzEnbWNd li:nth-child(4) label {
background: var(--TIeUNTXEgcPv);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cZZhoVrOfnKm {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.xsMQiUYyuarS {
margin: 0 -5px;
}

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

.aNDxEtcplMeh {
padding: 16px;
}

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

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

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

.yXlbcMpZWxMk .qihLxdCZxiGU {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--EsQGrToTVzjJ);
}

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

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

.QqfrxBuiLSrW small {
font-size: 14px;
color: var(--EsQGrToTVzjJ);
}

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

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

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

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

.jfgwqXIwkeGs {
color: #4285F4;
}

.SoIUFtexRGQo {
color: #EA4335;
}

.ZZLaKmhaUJAZ {
color: #FBBC05;
}

.VHENPQsinxub {
color: #34A853;
}

.okxKDUGSjxdz {
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(--YVTEgwvrtzlW);
background: var(--UiwLuXXFAJFP);
}

.VliuzUAGpZfK {
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(--YVTEgwvrtzlW);
background: var(--UiwLuXXFAJFP);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.okxKDUGSjxdz:hover,
.VliuzUAGpZfK:hover {
background: var(--ieFcSZRhatvP);
}
}

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

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

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

.VliuzUAGpZfK {
margin: 18px auto 0;
}

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

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

.BkrSzjiBtPoQ {
padding: 16px 32px;
border-left: 5px solid var(--HVxnZjUEMkvh);
border-radius: 10px;
font-size: 20px;
color: var(--fCSRfKXOtlpf);
background: var(--oElTDkeGXLDx);
}

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

@media (max-width: 767px) {
.cWOEnmfoOFtB {
margin-bottom: 60px;
}
}
.lbivBxWAQrKy,
#RgRiCsNdRWJQ,
#CGaezkIbWKLF,
#tHGBpjKIWtaO {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#CGaezkIbWKLF:checked ~ .AXWbNNUOpvlc.KOsARXTMLHat,
#tHGBpjKIWtaO:checked ~ .AXWbNNUOpvlc.KOsARXTMLHat {
display: block;
}

#tHGBpjKIWtaO:checked ~ .AXWbNNUOpvlc .VKJdnTGmGtWq {
display: none;
}

#CGaezkIbWKLF:checked ~ .AXWbNNUOpvlc .NCuTaHYcIjqL {
display: none;
}

body:has(#CGaezkIbWKLF:checked),
body:has(#tHGBpjKIWtaO:checked) {
overflow: hidden;
}

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

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

.ZaxLrDMErWLX .VKJdnTGmGtWq,
.ZaxLrDMErWLX .NCuTaHYcIjqL {
display: block;
}

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

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

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

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

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

.vTjLslcQdtOU input::placeholder {
opacity: 0.6;
color: var(--EsQGrToTVzjJ);
}

.vTjLslcQdtOU input:hover,
.vTjLslcQdtOU input:focus {
border-color: var(--EsQGrToTVzjJ);
}

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

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

.eMjQekgGLYuD > input,
#mtjYoKVkEjuH,
#iQdbbtqFaocU,
#YdrMOTvbCCle,
#oCcLGQWjGeaz,
#XbJlnmJObqQF,
#OeVwVdxLoqFM,
.eMjQekgGLYuD > input.dyCGGELjVoxm {
display: none;
}

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

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

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

.mPJmjTZFEVua {
margin-bottom: 36px;
}

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

.mPJmjTZFEVua textarea::placeholder {
opacity: 0.6;
color: var(--EsQGrToTVzjJ);
}

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

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

.rpUAQDCFPKly:hover {
background: var(--HVxnZjUEMkvh);
}

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

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

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

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

.NCuTaHYcIjqL .rpUAQDCFPKly {
margin: 0 auto;
}

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

.fWsSbIqJMNxB {
margin-bottom: 20px;
}

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

.bzzTaWIqUTOQ {
margin-bottom: 16px;
}

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

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

.vyWzWxQAfgPh li a {
color: var(--EsQGrToTVzjJ);
text-decoration: none;
}

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

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

.vyWzWxQAfgPh li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.vyWzWxQAfgPh {
padding: 0 16px;
}
}
.QHufJfBsIEsm,
.mhezAHrVtoRC {
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(--EsQGrToTVzjJ);
border: 1px solid var(--HVxnZjUEMkvh);
background: var(--dPIevkVAOMjd);
}

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

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

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

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

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

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

.QcrBxOQtvmlm a:hover {
color: var(--LJocfpxGBPbu);
}
.JFiwBIxxVaRI {
padding: 80px 0 0;
background: var(--CbhJfsVrQXSd);
border-top: 1px solid var(--zWlrMXajoXRz);
}

.AugqwTzcRvlt {
margin-bottom: 94px;
}

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

.aQtVsROJepfH .YRKGekdptrzV {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.JFiwBIxxVaRI .kCsUBzCCTNOF li a {
color: var(--CqrQJNfNFxHN);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.AugqwTzcRvlt {
margin-bottom: 40px;
}

.xMouaJeMkjhc {
flex-direction: column;
}

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

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

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