:root {
--zYlQwulJoOpm: #1B1620;
--PLAWrkAbraKo: #B296D2;
--xXhdOqkmSuCf: #E5BE5C;
--liJaoZIEBQMA: #140F16;
--gGxptChYGGWF: #261F31;
--RcJdySyBYUsB: #362845;
--nlOZFHvTbLWw: #B48D3F;
--mggJCYYEbLVO: #FFFFFF;
--gowNXkbcLeMB: #E4DEEA;
--nEpmJOvPqYMH: #FCFAFE;
--kBxITyFfKxTM: #BCB1CF;
--mFfqZcnqwZZC: #E5BE5C;
--VdQySLZSVUsL: #F4D274;
--ykHIfsgilNpu: #332543;
--wbvVVmcxrkSy: linear-gradient(136deg, #FFDD7C 0%, #EEC154 100%);
--MmdCWlwOkpco: #261F31;
--yckWGHOTJaVq: #281E36;
--gzOOHbCkxhBe: rgba(10,5,14,0.48);
--YbEvqazLFAiN: rgba(255,255,255,0.10);
--ScnepsSmRAPr: #3E2F4F;
--vthBMtQUkDxL: #FFFFFF;
--nMTGeMcohAZU: #362845;
--ERNUefzbDkmF: #E4DEEA;
--tEstqjHaeIHG: #FFFFFF;
--kvdgQuZknXND: #E5BE5C;
--rHcsQGicnmYZ: #B296D2;
--jCTiUOnTOiDC: rgba(16,10,20,0.46);
--DlpEmpsmLftE: #B48D3F;
--oTckcKPSeugO: #E75468;
--tuPlBhkglFMs: #FF8398;

}

* {
box-sizing: border-box;
}

.IDelNkpZiNQd a,
.qsaWgXxLbfZp a {
color: var(--gowNXkbcLeMB);
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(--zYlQwulJoOpm);
color: var(--mggJCYYEbLVO);
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(--mggJCYYEbLVO);
}

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

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

.MfJxrynsYLwM,
.TxGJYwvyXwWm,
.inside-OrtVidFaxnBM {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.VONysjgQmDYo {
padding: 54px 0 0;
}

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

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

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

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

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

.IDelNkpZiNQd .fnqTuTivvdxs li a {
color: var(--gowNXkbcLeMB);
font-weight: 400;
text-decoration: none;
}

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

.TFsuabxMeyCo {
margin-right: 0;
}

.IDelNkpZiNQd .TSamvbZCffKP,
.IDelNkpZiNQd .gbteWhiBQwxl {
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;
}

.IDelNkpZiNQd .TSamvbZCffKP {
background: var(--ScnepsSmRAPr);
color: var(--mggJCYYEbLVO);
font-weight: 400;
}

.IDelNkpZiNQd .gbteWhiBQwxl {
margin-left: 10px;
background: var(--mFfqZcnqwZZC);
color: var(--ykHIfsgilNpu);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.wUCGpGdCfrkx {
display: none;
}

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

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

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

.IDelNkpZiNQd .TSamvbZCffKP:hover {
background: var(--ScnepsSmRAPr);
opacity: 0.9;
}

.IDelNkpZiNQd .gbteWhiBQwxl:hover {
background: var(--wbvVVmcxrkSy);
}
}

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

.vgawKUiCxiOC {
margin-right: 105px;
}

.TFsuabxMeyCo {
margin-right: 0;
}
}

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

.wBNvCTAakHKB {
order: -2;
}

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

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

.iCqxOnuItiGM {
display: none;
}

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

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

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

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

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

.fnqTuTivvdxs {
display: block;
}

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

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

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

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

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

.eNYRxjBFGLoI .wBNvCTAakHKB img {
max-width: 90px;
}

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

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

.wBNvCTAakHKB {
flex: none;
}

.vgawKUiCxiOC {
max-width: none;
}

.IDelNkpZiNQd .TSamvbZCffKP,
.IDelNkpZiNQd .gbteWhiBQwxl {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.IDelNkpZiNQd .gbteWhiBQwxl {
margin-left: 6px;
}
}
.OIQaXwKacbLZ {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.HEhuHOFFjvFk {
position: relative;
}

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

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

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

.DHrdQwzMemaK {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--mggJCYYEbLVO);
text-shadow: 2px 2px var(--zYlQwulJoOpm);
}

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

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

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

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

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

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

.vvGbFhidyMDV {
font-size: 32px;
}

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

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

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

.DHrdQwzMemaK {
font-size: 20px;
}

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

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

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

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

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

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

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

.GwWCYGxnEsLx .QkQAEBuqpJXZ {
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(--mggJCYYEbLVO);
background: var(--ScnepsSmRAPr);
}

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

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

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

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

.GwWCYGxnEsLx .QkQAEBuqpJXZ {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.CxdEwoirIiCV {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.ollXQmDvkxqA .PpsGubmWVYsW {
width: 50%;
margin: 0;
}

.gSuiPFeRpEok {
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(--ykHIfsgilNpu);
background: var(--mFfqZcnqwZZC);
}

.kqQzfdDJrfoe {
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(--ykHIfsgilNpu);
background: var(--mFfqZcnqwZZC);
}

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

.gSuiPFeRpEok:hover,
.kqQzfdDJrfoe:hover {
background: var(--wbvVVmcxrkSy);
}

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

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

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

.wvHoyEVwJkfA {
flex-basis: auto;
}
}

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

.bIywyvSGdKAn {
margin: 10px 0 0;
}

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

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

input[name="xsobyskBNMZj"],
#OzDikQhSolAJ,
#WPhpQSbWuQKg,
#QuNIKytlKXGx,
#SIBVOmRDryNt {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.jqkPFmyOnHND li {
width: 100%;
}

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

.NFZTucgoHSth:nth-of-type(1):checked ~ .jqkPFmyOnHND li:nth-child(1) label,
.NFZTucgoHSth:nth-of-type(2):checked ~ .jqkPFmyOnHND li:nth-child(2) label,
.NFZTucgoHSth:nth-of-type(3):checked ~ .jqkPFmyOnHND li:nth-child(3) label,
.NFZTucgoHSth:nth-of-type(4):checked ~ .jqkPFmyOnHND li:nth-child(4) label {
background: var(--xXhdOqkmSuCf);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pJjZlwaTgNQo {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uEYrOjBDFVKc {
margin: 0 -5px;
}

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

.orhdPPYdrOmc {
padding: 16px;
}

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

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

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

.UxtJsXJONRnr .LpQCOpTqHHMK {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--gowNXkbcLeMB);
}

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

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

.TilLYUijGEcc small {
font-size: 14px;
color: var(--gowNXkbcLeMB);
}

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

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

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

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

.uJTTMEruLXcI {
color: #4285F4;
}

.UUaaunRQnhYx {
color: #EA4335;
}

.nrKrTDiGTCWk {
color: #FBBC05;
}

.XKtiTYkvjaEL {
color: #34A853;
}

.oYDCMsgCQISr {
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(--ykHIfsgilNpu);
background: var(--mFfqZcnqwZZC);
}

.FFPkKQSvcbJh {
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(--ykHIfsgilNpu);
background: var(--mFfqZcnqwZZC);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.oYDCMsgCQISr:hover,
.FFPkKQSvcbJh:hover {
background: var(--wbvVVmcxrkSy);
}
}

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

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

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

.FFPkKQSvcbJh {
margin: 18px auto 0;
}

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

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

.rAUaqgXVWRrM {
padding: 16px 32px;
border-left: 5px solid var(--rHcsQGicnmYZ);
border-radius: 10px;
font-size: 20px;
color: var(--mggJCYYEbLVO);
background: var(--ScnepsSmRAPr);
}

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

@media (max-width: 767px) {
.dcFPqLPReXWZ {
margin-bottom: 60px;
}
}
.aewBjjYhJQFu,
#ERkjVzpjXHIt,
#RZQzlIFdctwS,
#JIgHZusxPKqR {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#RZQzlIFdctwS:checked ~ .eXbdaqThKETp.ftgIJtcltwcH,
#JIgHZusxPKqR:checked ~ .eXbdaqThKETp.ftgIJtcltwcH {
display: block;
}

#JIgHZusxPKqR:checked ~ .eXbdaqThKETp .IxZHJvKKgWUu {
display: none;
}

#RZQzlIFdctwS:checked ~ .eXbdaqThKETp .IDqmLVmHVYAV {
display: none;
}

body:has(#RZQzlIFdctwS:checked),
body:has(#JIgHZusxPKqR:checked) {
overflow: hidden;
}

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

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

.EMuRDOnaxANp .IxZHJvKKgWUu,
.EMuRDOnaxANp .IDqmLVmHVYAV {
display: block;
}

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

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

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

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

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

.XiNMqddTveai input::placeholder {
opacity: 0.6;
color: var(--gowNXkbcLeMB);
}

.XiNMqddTveai input:hover,
.XiNMqddTveai input:focus {
border-color: var(--gowNXkbcLeMB);
}

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

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

.rIBDxNmFSbOj > input,
#tTdXfYsbDUdi,
#ogXZWTKaCrLF,
#eyVhZBajsVrm,
#oUHNMVvryiPa,
#zelDMWgmdpnM,
#zzrxlQYzplsf,
.rIBDxNmFSbOj > input.DvSJkSKxEEHp {
display: none;
}

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

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

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

.FdTMgmdgGPGn {
margin-bottom: 36px;
}

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

.FdTMgmdgGPGn textarea::placeholder {
opacity: 0.6;
color: var(--gowNXkbcLeMB);
}

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

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

.bKhZuxyumLjs:hover {
background: var(--rHcsQGicnmYZ);
}

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

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

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

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

.IDqmLVmHVYAV .bKhZuxyumLjs {
margin: 0 auto;
}

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

.gzlzsiCNafpo {
margin-bottom: 20px;
}

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

.aQUzTluELWGA {
margin-bottom: 16px;
}

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

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

.YsuUjBiNIhTN li a {
color: var(--gowNXkbcLeMB);
text-decoration: none;
}

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

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

.YsuUjBiNIhTN li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.YsuUjBiNIhTN {
padding: 0 16px;
}
}
.cKYisedFbPrp,
.mlgZWFCwAvBG {
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(--gowNXkbcLeMB);
border: 1px solid var(--rHcsQGicnmYZ);
background: var(--MmdCWlwOkpco);
}

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

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

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

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

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

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

.kKUAfGLNWqhT a:hover {
color: var(--nlOZFHvTbLWw);
}
.qsaWgXxLbfZp {
padding: 80px 0 0;
background: var(--nMTGeMcohAZU);
border-top: 1px solid var(--YbEvqazLFAiN);
}

.DhJCjIAvqKlK {
margin-bottom: 94px;
}

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

.cmaIfDpLWhBT .XMIXeycaxpqx {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.qsaWgXxLbfZp .PkbdjTTUHPVT li a {
color: var(--ERNUefzbDkmF);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.DhJCjIAvqKlK {
margin-bottom: 40px;
}

.SBOkdBiHEfGu {
flex-direction: column;
}

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

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

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

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

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

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

#suwZCwVVVktu:checked + .CdVKMUxpDVQN {
color: var(--ykHIfsgilNpu);
background: var(--xXhdOqkmSuCf);
}

#suwZCwVVVktu:checked + .CdVKMUxpDVQN .AMpkjJWyNQNh {
transform: rotate(180deg);
}

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

.zGdEaCaMnJMp {
min-width: 100%;
}

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

#suwZCwVVVktu:checked ~ .ypelUVKtjdbI {
display: flex;
flex-direction: column;
}

.ypelUVKtjdbI .WbQHVxtLYuQB {
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(--ERNUefzbDkmF);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.CdVKMUxpDVQN:hover {
color: var(--ykHIfsgilNpu);
background: var(--xXhdOqkmSuCf);
}

.ypelUVKtjdbI .WbQHVxtLYuQB:hover {
color: var(--ykHIfsgilNpu);
background: var(--xXhdOqkmSuCf);
}
}

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

@media (max-width: 768px) {
.QUIYHuYeuGck {
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(--yckWGHOTJaVq);
border: 1px solid var(--rHcsQGicnmYZ);
box-shadow: 0 10px 28px var(--jCTiUOnTOiDC);
text-decoration: none;
}

.kBzBNsIgfTYt {
position: relative;
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(--nEpmJOvPqYMH);
}

.kBzBNsIgfTYt::before {
content: "";
flex-shrink: 0;
width: 40px;
height: 40px;
border-radius: 12px;
background: var(--mFfqZcnqwZZC);
}

.kBzBNsIgfTYt::after {
content: "";
position: absolute;
top: 50%;
left: 8px;
width: 24px;
height: 24px;
margin-top: -11px;
background: var(--ykHIfsgilNpu);
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

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

.BKmXgOuQhMzw {
position: absolute;
top: -12px;
right: -4px;
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--yckWGHOTJaVq);
border: 1px solid var(--rHcsQGicnmYZ);
color: var(--kBxITyFfKxTM);
cursor: pointer;
}

.BKmXgOuQhMzw::before,
.BKmXgOuQhMzw::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 12px;
height: 2px;
margin: -1px 0 0 -6px;
border-radius: 2px;
background: currentColor;
}

.BKmXgOuQhMzw::before {
transform: rotate(45deg);
}

.BKmXgOuQhMzw::after {
transform: rotate(-45deg);
}

#EwCULDBIzENv:checked ~ .QUIYHuYeuGck {
display: none;
}

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

.kBzBNsIgfTYt {
flex: 1 1 100%;
}

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

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

.QUIYHuYeuGck {
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) {
.QUIYHuYeuGck {
transform: none;
animation-name: bonusbarfade;
}

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