:root {
--XHfBwkPnNgbv: #1F2026;
--AFJvdLBKQuuF: #82C1DA;
--cfYNGLVsHBLn: #F5C955;
--HlelbrsLhFOT: #17181D;
--qiTyEbfkXNGc: #1F2026;
--VHLhGIdDkIvV: #34435C;
--aAEqWQoyLYWk: #C08F38;
--qyawArfYdbHK: #F4F5F7;
--mWxsVsvKkyUa: #D7D8DB;
--FjWgXeJDYcsA: #F5C955;
--PoAhkFdPlQmo: #FFCC24;
--bMKTAZgslWfy: #303E55;
--fFQPiSVfLIhZ: linear-gradient(136deg, #FFE81A 0%, #FFD645 100%);
--kvWPHMPUIwxk: #1F2026;
--inHcHECPgTGJ: #171B33;
--NJWmkHeeIcuU: rgba(5,6,10,0.48);
--GogaRGqexqVX: rgba(255,255,255,0.10);
--FkMKQDWdZnkS: #34435C;
--DKLJJvXywNQq: #F4F5F7;
--CpidwjrTHiDD: #34435C;
--lVjnQVyrWIFi: #D7D8DB;
--HEfcbWUquCbd: #F4F5F7;
--JMQgJfxevFsy: #F5C955;
--MFEqtJZYpsbv: #82C1DA;
--tBENMSkdpfmI: rgba(0,0,0,0.45);
--EYFTVlJPfVak: #C08F38;
--aqBQcNvmbOsD: #DC3545;
--BbYcSrshjbNJ: #F9756B;

}

* {
box-sizing: border-box;
}

.xtyqhDIoLhWS a,
.LCZgQMRjHrao a {
color: var(--mWxsVsvKkyUa);
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(--XHfBwkPnNgbv);
color: var(--qyawArfYdbHK);
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(--qyawArfYdbHK);
}

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

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

.EnOQXJhHEJHO,
.ZzvExcQaoKNn,
.inside-pJvQxzWOhysD {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.TCdrdjzhRICa {
padding: 54px 0 0;
}

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

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

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

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

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

.xtyqhDIoLhWS .gyGqrYTSOpOZ li a {
color: var(--mWxsVsvKkyUa);
font-weight: 400;
text-decoration: none;
}

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

.AkUMNkxSWuWZ {
margin-right: 0;
}

.xtyqhDIoLhWS .ECxlSJNCrvlM,
.xtyqhDIoLhWS .pfkaahCBgaRf {
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;
}

.xtyqhDIoLhWS .ECxlSJNCrvlM {
background: var(--FkMKQDWdZnkS);
color: var(--qyawArfYdbHK);
font-weight: 400;
}

.xtyqhDIoLhWS .pfkaahCBgaRf {
margin-left: 10px;
background: var(--FjWgXeJDYcsA);
color: var(--bMKTAZgslWfy);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.iIvtuzOoBujg {
display: none;
}

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

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

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

.xtyqhDIoLhWS .ECxlSJNCrvlM:hover {
background: var(--FkMKQDWdZnkS);
opacity: 0.9;
}

.xtyqhDIoLhWS .pfkaahCBgaRf:hover {
background: var(--fFQPiSVfLIhZ);
}
}

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

.QlwnWSEetkMN {
margin-right: 105px;
}

.AkUMNkxSWuWZ {
margin-right: 0;
}
}

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

.nJFHpBiXTDvD {
order: -2;
}

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

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

.hHSPVTXQHuUG {
display: none;
}

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

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

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

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

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

.gyGqrYTSOpOZ {
display: block;
}

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

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

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

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

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

.giGgresXHaak .nJFHpBiXTDvD img {
max-width: 90px;
}

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

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

.nJFHpBiXTDvD {
flex: none;
}

.QlwnWSEetkMN {
max-width: none;
}

.xtyqhDIoLhWS .ECxlSJNCrvlM,
.xtyqhDIoLhWS .pfkaahCBgaRf {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.xtyqhDIoLhWS .pfkaahCBgaRf {
margin-left: 6px;
}
}
.fJEJGaCiqoYJ {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.MlWIuopYefdQ {
position: relative;
}

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

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

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

.KgLmeAWtlBKQ {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--qyawArfYdbHK);
text-shadow: 2px 2px var(--XHfBwkPnNgbv);
}

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

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

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

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

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

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

.BzCZDgVlpOOl {
font-size: 32px;
}

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

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

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

.KgLmeAWtlBKQ {
font-size: 20px;
}

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

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

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

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

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

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

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

.MXFtovNPcNFu .pvYdoVTMlZqX {
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(--qyawArfYdbHK);
background: var(--FkMKQDWdZnkS);
}

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

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

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

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

.MXFtovNPcNFu .pvYdoVTMlZqX {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.xkTufeWzNQRq {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.ZsuBavjHPIhh .UfGGwaUkVUGV {
width: 50%;
margin: 0;
}

.uPMwudQxWdgw {
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(--bMKTAZgslWfy);
background: var(--FjWgXeJDYcsA);
}

.vGqfXpWSSiNb {
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(--bMKTAZgslWfy);
background: var(--FjWgXeJDYcsA);
}

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

.uPMwudQxWdgw:hover,
.vGqfXpWSSiNb:hover {
background: var(--fFQPiSVfLIhZ);
}

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

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

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

.VGOAYBbpKXCE {
flex-basis: auto;
}
}

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

.ZTIReRwoOMgl {
margin: 10px 0 0;
}

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

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

input[name="VTkELrbNQvzC"],
#zutDFbTrDmBa,
#maPROGdzumuy,
#AGruPkWRfarm,
#vKNLovlqbjDz {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.JyoBEblFsxCD li {
width: 100%;
}

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

.XsQvJIylfyLv:nth-of-type(1):checked ~ .JyoBEblFsxCD li:nth-child(1) label,
.XsQvJIylfyLv:nth-of-type(2):checked ~ .JyoBEblFsxCD li:nth-child(2) label,
.XsQvJIylfyLv:nth-of-type(3):checked ~ .JyoBEblFsxCD li:nth-child(3) label,
.XsQvJIylfyLv:nth-of-type(4):checked ~ .JyoBEblFsxCD li:nth-child(4) label {
background: var(--cfYNGLVsHBLn);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.NpWCeEYfSzKa {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.KKyPSUczzLXd {
margin: 0 -5px;
}

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

.WRteeTtyeETY {
padding: 16px;
}

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

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

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

.fenpKUaMgNDi .AoCygCXbGudI {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--mWxsVsvKkyUa);
}

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

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

.RkBLNmOpLbCA small {
font-size: 14px;
color: var(--mWxsVsvKkyUa);
}

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

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

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

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

.kmQOGjbmqdMB {
color: #4285F4;
}

.OZdwyyHDIXng {
color: #EA4335;
}

.ZwuiVaejnGfm {
color: #FBBC05;
}

.hOJReWwQUrHI {
color: #34A853;
}

.KoZGOymIzJUl {
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(--bMKTAZgslWfy);
background: var(--FjWgXeJDYcsA);
}

.ntcSnSUKYXcR {
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(--bMKTAZgslWfy);
background: var(--FjWgXeJDYcsA);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.KoZGOymIzJUl:hover,
.ntcSnSUKYXcR:hover {
background: var(--fFQPiSVfLIhZ);
}
}

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

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

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

.ntcSnSUKYXcR {
margin: 18px auto 0;
}

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

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

.JriAAiEzoPaA {
padding: 16px 32px;
border-left: 5px solid var(--MFEqtJZYpsbv);
border-radius: 10px;
font-size: 20px;
color: var(--qyawArfYdbHK);
background: var(--FkMKQDWdZnkS);
}

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

@media (max-width: 767px) {
.MXuVigJvZnPd {
margin-bottom: 60px;
}
}
.pUrDzsvBPZvv,
#aYupfsozKTyb,
#QDxuZdHKFSJy,
#esiyhHABWaQz {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#QDxuZdHKFSJy:checked ~ .BCdWxhTEYFTK.VyyeuMYhgvdf,
#esiyhHABWaQz:checked ~ .BCdWxhTEYFTK.VyyeuMYhgvdf {
display: block;
}

#esiyhHABWaQz:checked ~ .BCdWxhTEYFTK .hvWkjaODxXIf {
display: none;
}

#QDxuZdHKFSJy:checked ~ .BCdWxhTEYFTK .EHbLKPdJtKeU {
display: none;
}

body:has(#QDxuZdHKFSJy:checked),
body:has(#esiyhHABWaQz:checked) {
overflow: hidden;
}

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

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

.bMbcbXLFDUzB .hvWkjaODxXIf,
.bMbcbXLFDUzB .EHbLKPdJtKeU {
display: block;
}

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

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

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

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

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

.JfAyXGprrIct input::placeholder {
opacity: 0.6;
color: var(--mWxsVsvKkyUa);
}

.JfAyXGprrIct input:hover,
.JfAyXGprrIct input:focus {
border-color: var(--mWxsVsvKkyUa);
}

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

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

.dAEZGplviiMu > input,
#mKBCerAeAtjd,
#vEwkfwfaiIdX,
#OtpeRZmVaeEL,
#tECRrBfXiSxh,
#ViwMpvTHVkLo,
#QoPLEZyKGmUl,
.dAEZGplviiMu > input.IHuxOxxtsLbP {
display: none;
}

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

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

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

.XBmvxLAUygWT {
margin-bottom: 36px;
}

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

.XBmvxLAUygWT textarea::placeholder {
opacity: 0.6;
color: var(--mWxsVsvKkyUa);
}

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

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

.AgsQyMkwmQEE:hover {
background: var(--MFEqtJZYpsbv);
}

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

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

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

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

.EHbLKPdJtKeU .AgsQyMkwmQEE {
margin: 0 auto;
}

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

.LCdsYEYBjgry {
margin-bottom: 20px;
}

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

.abDdYcpEZevP {
margin-bottom: 16px;
}

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

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

.OIhrHlfkAGYL li a {
color: var(--mWxsVsvKkyUa);
text-decoration: none;
}

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

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

.OIhrHlfkAGYL li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.OIhrHlfkAGYL {
padding: 0 16px;
}
}
.vtjMxjvMKOlz,
.TdMLnDmwFJOy {
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(--mWxsVsvKkyUa);
border: 1px solid var(--MFEqtJZYpsbv);
background: var(--kvWPHMPUIwxk);
}

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

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

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

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

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

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

.okVcnFIPgQQz a:hover {
color: var(--aAEqWQoyLYWk);
}
.LCZgQMRjHrao {
padding: 80px 0 0;
background: var(--CpidwjrTHiDD);
border-top: 1px solid var(--GogaRGqexqVX);
}

.AJhjunCNlFLS {
margin-bottom: 94px;
}

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

.IbYKxjKTLjDb .XdzUbOJAgTkY {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.LCZgQMRjHrao .nxZIkUMrWcDt li a {
color: var(--lVjnQVyrWIFi);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.AJhjunCNlFLS {
margin-bottom: 40px;
}

.tCGajwTXBFdV {
flex-direction: column;
}

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

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

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

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

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

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

#oxsPLrlcjuZD:checked + .CeXPEVnGQgiO {
color: var(--bMKTAZgslWfy);
background: var(--cfYNGLVsHBLn);
}

#oxsPLrlcjuZD:checked + .CeXPEVnGQgiO .hBmAiAavYQcS {
transform: rotate(180deg);
}

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

.auhzJqKiECJb {
min-width: 100%;
}

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

#oxsPLrlcjuZD:checked ~ .HVgZnmuMTCdG {
display: flex;
flex-direction: column;
}

.HVgZnmuMTCdG .IPFyQPZLrMKN {
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(--lVjnQVyrWIFi);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.CeXPEVnGQgiO:hover {
color: var(--bMKTAZgslWfy);
background: var(--cfYNGLVsHBLn);
}

.HVgZnmuMTCdG .IPFyQPZLrMKN:hover {
color: var(--bMKTAZgslWfy);
background: var(--cfYNGLVsHBLn);
}
}

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