:root {
--UQdXcSSUmWjI: #1E1F25;
--wKfDIQXikAcc: #79BAD4;
--zVJYOcqImlvF: #F5C955;
--SSfiehIxntgs: #1E1F25;
--qQlWmDEVrivu: #242530;
--igrAKpVIeLgY: #36455F;
--HDjRCNvnsGsh: #CBA047;
--JWcOVsLZkebB: #F4F5F7;
--QxAcXdgYteDz: #D7D8DB;
--DjrEFEtLoqKk: #FAD97D;
--HDsWeMcsSVTe: #FFD339;
--LBwNqYlKUqmw: #36455F;
--CPEmanplQMAG: linear-gradient(136deg, #FFE81A 0%, #FFD645 100%);
--qYyijqnujQYp: #242530;
--zqISZfxjeiQf: #171B33;
--HXXNktvfIZsS: rgba(0,0,0,0.40);
--HIlQibiVNJvX: rgba(255,255,255,0.13);
--HyiqAUnPfnRy: #303E55;
--WQaqVtMTHuzl: #F4F5F7;
--onwxfSuZbCSz: #36455F;
--WXPtcAJjQomV: #D7D8DB;
--WpMbRLibzMKc: #F4F5F7;
--oFampvrRUweK: #F5C955;
--OBftzjACZYbT: #79BAD4;
--CGwSLQuHqcIG: rgba(10,12,18,0.50);
--PeBAuJboxMbW: #CBA047;
--UmvjiSUWdlUy: #D33741;
--uNKjncwKvHMb: #FF7F66;

}

* {
box-sizing: border-box;
}

.fxQlamTBkUqc a,
.EivuLxwVBZEr a {
color: var(--QxAcXdgYteDz);
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(--UQdXcSSUmWjI);
color: var(--JWcOVsLZkebB);
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(--JWcOVsLZkebB);
}

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

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

.yhVwciBxeSZg,
.qjitvQmbYvFV,
.inside-EhEjMetcUZdD {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.pVRldlXGnemq {
padding: 54px 0 0;
}

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

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

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

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

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

.fxQlamTBkUqc .CmuGtnstGUxE li a {
color: var(--QxAcXdgYteDz);
font-weight: 400;
text-decoration: none;
}

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

.wftZzFBoriDX {
margin-right: 0;
}

.fxQlamTBkUqc .CEXaMBqTXSlj,
.fxQlamTBkUqc .ttTfNkjDqATz {
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;
}

.fxQlamTBkUqc .CEXaMBqTXSlj {
background: var(--HyiqAUnPfnRy);
color: var(--JWcOVsLZkebB);
font-weight: 400;
}

.fxQlamTBkUqc .ttTfNkjDqATz {
margin-left: 10px;
background: var(--DjrEFEtLoqKk);
color: var(--LBwNqYlKUqmw);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.yrUICOMxQfdb {
display: none;
}

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

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

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

.fxQlamTBkUqc .CEXaMBqTXSlj:hover {
background: var(--HyiqAUnPfnRy);
opacity: 0.9;
}

.fxQlamTBkUqc .ttTfNkjDqATz:hover {
background: var(--CPEmanplQMAG);
}
}

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

.HuIeLFSCevzf {
margin-right: 105px;
}

.wftZzFBoriDX {
margin-right: 0;
}
}

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

.yJLXvKqYXLpu {
order: -2;
}

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

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

.qOvoLrQMhyEp {
display: none;
}

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

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

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

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

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

.CmuGtnstGUxE {
display: block;
}

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

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

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

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

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

.ZADcnlmOEhng .yJLXvKqYXLpu img {
max-width: 90px;
}

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

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

.yJLXvKqYXLpu {
flex: none;
}

.HuIeLFSCevzf {
max-width: none;
}

.fxQlamTBkUqc .CEXaMBqTXSlj,
.fxQlamTBkUqc .ttTfNkjDqATz {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.fxQlamTBkUqc .ttTfNkjDqATz {
margin-left: 6px;
}
}
.WEUXDofDbCcP {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.OKcylCvOhMZq {
position: relative;
}

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

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

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

.GzobrJzHVvnj {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--JWcOVsLZkebB);
text-shadow: 2px 2px var(--UQdXcSSUmWjI);
}

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

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

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

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

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

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

.IrdJgeBwYXlY {
font-size: 32px;
}

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

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

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

.GzobrJzHVvnj {
font-size: 20px;
}

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

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

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

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

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

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

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

.VPPuDDyQvkyU .eeHGNpMJoAxV {
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(--JWcOVsLZkebB);
background: var(--HyiqAUnPfnRy);
}

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

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

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

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

.VPPuDDyQvkyU .eeHGNpMJoAxV {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.avvhlDaDQrbB {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.nAKlMBFmtyZs .uhwIjCGXQabh {
width: 50%;
margin: 0;
}

.dNdRPPAPyrtU {
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(--LBwNqYlKUqmw);
background: var(--DjrEFEtLoqKk);
}

.nDPBlPvHQVaf {
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(--LBwNqYlKUqmw);
background: var(--DjrEFEtLoqKk);
}

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

.dNdRPPAPyrtU:hover,
.nDPBlPvHQVaf:hover {
background: var(--CPEmanplQMAG);
}

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

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

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

.TeaNkrNjlIVM {
flex-basis: auto;
}
}

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

.blcYCzUOgNqI {
margin: 10px 0 0;
}

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

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

input[name="EvnmLUAikujs"],
#ovGEsHrUXkBy,
#PTBRRvjCXjlz,
#byeAROvmqIFR,
#OnOCpwBDtiRh {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.jvwWKfuitaHE li {
width: 100%;
}

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

.MsogyFNTXegD:nth-of-type(1):checked ~ .jvwWKfuitaHE li:nth-child(1) label,
.MsogyFNTXegD:nth-of-type(2):checked ~ .jvwWKfuitaHE li:nth-child(2) label,
.MsogyFNTXegD:nth-of-type(3):checked ~ .jvwWKfuitaHE li:nth-child(3) label,
.MsogyFNTXegD:nth-of-type(4):checked ~ .jvwWKfuitaHE li:nth-child(4) label {
background: var(--zVJYOcqImlvF);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wdeOdIwDqgRh {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.NEfqEmpBgDbX {
margin: 0 -5px;
}

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

.XRwfBStMADWz {
padding: 16px;
}

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

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

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

.rNeCEZcHtLvE .ZRnbnzulCmVf {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--QxAcXdgYteDz);
}

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

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

.PfBIdOCbDlaQ small {
font-size: 14px;
color: var(--QxAcXdgYteDz);
}

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

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

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

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

.MOVKxBVaEroN {
color: #4285F4;
}

.lJjtqRdazwug {
color: #EA4335;
}

.uNdCHNwlmHen {
color: #FBBC05;
}

.gYMsiUoqjNFo {
color: #34A853;
}

.SwJhUGLalXSX {
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(--LBwNqYlKUqmw);
background: var(--DjrEFEtLoqKk);
}

.tkMuSSbzUyJK {
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(--LBwNqYlKUqmw);
background: var(--DjrEFEtLoqKk);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.SwJhUGLalXSX:hover,
.tkMuSSbzUyJK:hover {
background: var(--CPEmanplQMAG);
}
}

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

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

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

.tkMuSSbzUyJK {
margin: 18px auto 0;
}

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

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

.EkvIIuPbfuFC {
padding: 16px 32px;
border-left: 5px solid var(--OBftzjACZYbT);
border-radius: 10px;
font-size: 20px;
color: var(--JWcOVsLZkebB);
background: var(--HyiqAUnPfnRy);
}

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

@media (max-width: 767px) {
.kOUHpQxqbUVR {
margin-bottom: 60px;
}
}
.SPVQBmVrLRli,
#NZudXgfmHcBE,
#MQOeEfQIUbDe,
#CACSSDzVruRs {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#MQOeEfQIUbDe:checked ~ .cRcwBzcVyfat.RxsvUSqciGtz,
#CACSSDzVruRs:checked ~ .cRcwBzcVyfat.RxsvUSqciGtz {
display: block;
}

#CACSSDzVruRs:checked ~ .cRcwBzcVyfat .woVtyFHbQyob {
display: none;
}

#MQOeEfQIUbDe:checked ~ .cRcwBzcVyfat .fYEPbDfarNow {
display: none;
}

body:has(#MQOeEfQIUbDe:checked),
body:has(#CACSSDzVruRs:checked) {
overflow: hidden;
}

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

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

.fEDitewxJsLs .woVtyFHbQyob,
.fEDitewxJsLs .fYEPbDfarNow {
display: block;
}

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

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

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

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

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

.wVCvXinaoFxT input::placeholder {
opacity: 0.6;
color: var(--QxAcXdgYteDz);
}

.wVCvXinaoFxT input:hover,
.wVCvXinaoFxT input:focus {
border-color: var(--QxAcXdgYteDz);
}

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

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

.xZLRxfvIcgxN > input,
#mwNLpseSZGLS,
#coxeTYQMXWFM,
#DUUPyQpJyXSh,
#xlvalOLWPmpZ,
#tDcaOUEdxuoB,
#HnjehHbCztuA,
.xZLRxfvIcgxN > input.nLSZgxCmbQyv {
display: none;
}

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

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

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

.SvAupAyrFEeI {
margin-bottom: 36px;
}

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

.SvAupAyrFEeI textarea::placeholder {
opacity: 0.6;
color: var(--QxAcXdgYteDz);
}

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

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

.hZcITTgDhpHk:hover {
background: var(--OBftzjACZYbT);
}

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

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

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

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

.fYEPbDfarNow .hZcITTgDhpHk {
margin: 0 auto;
}

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

.ObzBsrchorRp {
margin-bottom: 20px;
}

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

.EfwCEbWdYTNP {
margin-bottom: 16px;
}

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

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

.iNxsvCaqBDkD li a {
color: var(--QxAcXdgYteDz);
text-decoration: none;
}

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

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

.iNxsvCaqBDkD li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.iNxsvCaqBDkD {
padding: 0 16px;
}
}
.BMpNTspDppzE,
.sgRWOuatsVDw {
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(--QxAcXdgYteDz);
border: 1px solid var(--OBftzjACZYbT);
background: var(--qYyijqnujQYp);
}

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

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

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

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

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

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

.cwefySHruHAf a:hover {
color: var(--HDjRCNvnsGsh);
}
.EivuLxwVBZEr {
padding: 80px 0 0;
background: var(--onwxfSuZbCSz);
border-top: 1px solid var(--HIlQibiVNJvX);
}

.afjxIPJVHuHj {
margin-bottom: 94px;
}

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

.dIOeXYJysBfG .tfoDcenCowdX {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.EivuLxwVBZEr .MxtNLgVAGABN li a {
color: var(--WXPtcAJjQomV);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.afjxIPJVHuHj {
margin-bottom: 40px;
}

.cIOXmKbyvFau {
flex-direction: column;
}

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

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

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

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

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

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

#XXFvMkeYRvtu:checked + .ihFRQJTnkwPd {
color: var(--LBwNqYlKUqmw);
background: var(--zVJYOcqImlvF);
}

#XXFvMkeYRvtu:checked + .ihFRQJTnkwPd .HMZrYfshHpQw {
transform: rotate(180deg);
}

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

.mUjrXbVYpdcM {
min-width: 100%;
}

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

#XXFvMkeYRvtu:checked ~ .PLAyvUnvqhxk {
display: flex;
flex-direction: column;
}

.PLAyvUnvqhxk .rjgFSnpaKeFR {
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(--WXPtcAJjQomV);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.ihFRQJTnkwPd:hover {
color: var(--LBwNqYlKUqmw);
background: var(--zVJYOcqImlvF);
}

.PLAyvUnvqhxk .rjgFSnpaKeFR:hover {
color: var(--LBwNqYlKUqmw);
background: var(--zVJYOcqImlvF);
}
}

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